factor/extra/webapps/site-watcher/common/common.factor

7 lines
197 B
Factor
Raw Normal View History

2009-04-06 22:59:27 -04:00
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: http.server.dispatchers ;
IN: webapps.site-watcher.common
TUPLE: site-watcher-app < dispatcher ;