webapps.planet: Trim using list.
parent
42d84a4e29
commit
d73fb5f80f
|
@ -1,21 +1,11 @@
|
||||||
! Copyright (C) 2008, 2010 Slava Pestov.
|
! Copyright (C) 2008, 2010 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel accessors sequences sorting math math.order
|
USING: accessors calendar concurrency.combinators db db.tuples
|
||||||
calendar timers logging concurrency.combinators namespaces
|
db.types fry furnace.actions furnace.auth furnace.boilerplate
|
||||||
db.types db.tuples db fry locals hashtables
|
furnace.redirection furnace.syndication html.components
|
||||||
syndication urls xml.writer validators
|
html.forms http.server.dispatchers http.server.static kernel
|
||||||
html.forms
|
locals logging sequences sorting syndication timers urls
|
||||||
html.components
|
validators ;
|
||||||
http.server
|
|
||||||
http.server.dispatchers
|
|
||||||
http.server.static
|
|
||||||
furnace
|
|
||||||
furnace.actions
|
|
||||||
furnace.redirection
|
|
||||||
furnace.boilerplate
|
|
||||||
furnace.auth.login
|
|
||||||
furnace.auth
|
|
||||||
furnace.syndication ;
|
|
||||||
IN: webapps.planet
|
IN: webapps.planet
|
||||||
|
|
||||||
TUPLE: planet < dispatcher ;
|
TUPLE: planet < dispatcher ;
|
||||||
|
|
Loading…
Reference in New Issue