Load fixes

db4
Slava Pestov 2008-06-02 15:38:44 -05:00
parent 897641d2d2
commit 52df2a2b47
2 changed files with 8 additions and 3 deletions
extra
webapps/counter

View File

@ -1,6 +1,10 @@
! Copyright (C) 2008 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs db db.sqlite db.postgresql http http.server furnace.actions http.server.static io io.files json.writer kernel math.parser namespaces semantic-db sequences strings tangle.path ;
USING: accessors assocs db db.sqlite db.postgresql
http http.server http.server.dispatchers http.server.responses
http.server.static furnace.actions furnace.json
io io.files json.writer kernel math.parser namespaces
semantic-db sequences strings tangle.path ;
IN: tangle
GENERIC: render* ( content templater -- output )

View File

@ -1,5 +1,6 @@
USING: math kernel accessors html.components http.server
furnace.actions furnace.sessions html.templates.chloe
USING: math kernel accessors http.server http.server.dispatchers
furnace.actions furnace.sessions
html.components html.templates.chloe
fry urls ;
IN: webapps.counter