Load fixes
parent
897641d2d2
commit
52df2a2b47
|
@ -1,6 +1,10 @@
|
||||||
! Copyright (C) 2008 Alex Chapman
|
! Copyright (C) 2008 Alex Chapman
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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
|
IN: tangle
|
||||||
|
|
||||||
GENERIC: render* ( content templater -- output )
|
GENERIC: render* ( content templater -- output )
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
USING: math kernel accessors html.components http.server
|
USING: math kernel accessors http.server http.server.dispatchers
|
||||||
furnace.actions furnace.sessions html.templates.chloe
|
furnace.actions furnace.sessions
|
||||||
|
html.components html.templates.chloe
|
||||||
fry urls ;
|
fry urls ;
|
||||||
IN: webapps.counter
|
IN: webapps.counter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue