factor: trim some long using lists.

paths
Doug Coleman 2018-06-23 11:43:00 -07:00
parent 06e85cc606
commit 05c72e8690
2 changed files with 10 additions and 41 deletions

View File

@ -1,26 +1,10 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays kernel combinators assocs USING: accessors assocs combinators fry furnace.utilities
namespaces sequences splitting words html.components html.forms html.templates
fry urls multiline present html.templates.chloe.compiler html.templates.chloe.syntax kernel
xml namespaces present sequences splitting urls xml.data xml.syntax
xml.data xml.traversal xml.writer ;
xml.entities
xml.writer
xml.traversal
xml.syntax
html.components
html.forms
html.templates
html.templates.chloe
html.templates.chloe.compiler
html.templates.chloe.syntax
http
http.server
http.server.redirection
http.server.responses
io.streams.string
furnace.utilities ;
IN: furnace.chloe-tags IN: furnace.chloe-tags
! Chloe tags ! Chloe tags

View File

@ -1,25 +1,10 @@
! Copyright (C) 2007, 2010 Slava Pestov ! Copyright (C) 2007, 2010 Slava Pestov
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: namespaces assocs sorting sequences kernel accessors USING: accessors calendar db db.tuples db.types furnace.actions
hashtables db.types db.tuples db combinators furnace.auth furnace.boilerplate furnace.recaptcha
calendar calendar.format math.parser math.order syndication urls furnace.redirection furnace.syndication html.forms
xml.writer xmode.catalog validators http.server.dispatchers http.server.responses kernel math.parser
html.forms sequences sorting urls validators xmode.catalog ;
html.components
html.templates.chloe
http.server
http.server.dispatchers
http.server.redirection
http.server.responses
furnace
furnace.actions
furnace.redirection
furnace.auth
furnace.auth.login
furnace.boilerplate
furnace.recaptcha
furnace.syndication
furnace.conversations ;
IN: webapps.pastebin IN: webapps.pastebin
TUPLE: pastebin < dispatcher ; TUPLE: pastebin < dispatcher ;