]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/chloe.factor
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because...
[factor.git] / basis / html / templates / chloe / chloe.factor
index 092997a1106652f286f59666d92b5c50b0312d02..0cd639d80506dd344e3b4d2d97e8034610f9f1a9 100644 (file)
@@ -1,18 +1,10 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel sequences combinators fry
-namespaces make classes.tuple assocs splitting words arrays io
-io.files io.files.info io.encodings.utf8 io.streams.string
-unicode.case mirrors math urls present multiline quotations xml
-logging
-xml.writer xml.syntax strings
-html.forms
-html
-html.components
-html.templates
-html.templates.chloe.compiler
-html.templates.chloe.components
-html.templates.chloe.syntax ;
+USING: accessors assocs html.components html.forms
+html.templates html.templates.chloe.compiler
+html.templates.chloe.components html.templates.chloe.syntax
+io.encodings.utf8 io.files io.files.info kernel logging make
+math namespaces sequences splitting words xml xml.syntax ;
 IN: html.templates.chloe
 
 TUPLE: chloe path ;