]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/pastebin/pastebin.factor
factor: trim some long using lists.
[factor.git] / extra / webapps / pastebin / pastebin.factor
index 81e07b44e6f5ad513f0dbcd00e1c7a4458b25513..2f96010520e07c9b117847b3d497843ea6466fd9 100644 (file)
@@ -1,25 +1,10 @@
 ! Copyright (C) 2007, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: namespaces assocs sorting sequences kernel accessors
-hashtables db.types db.tuples db combinators
-calendar calendar.format math.parser math.order syndication urls
-xml.writer xmode.catalog validators
-html.forms
-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 ;
+USING: accessors calendar db db.tuples db.types furnace.actions
+furnace.auth furnace.boilerplate furnace.recaptcha
+furnace.redirection furnace.syndication html.forms
+http.server.dispatchers http.server.responses kernel math.parser
+sequences sorting urls validators xmode.catalog ;
 IN: webapps.pastebin
 
 TUPLE: pastebin < dispatcher ;