diff -r 000000000000 -r 6e60da4625db squishy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/squishy Sat Jan 02 05:46:52 2010 +0000 @@ -0,0 +1,21 @@ + +-- Dummy logger, set LAHTTP_DEBUG environment var to enable logging +Module "util.logger" "libs/logger.lua" + +-- Optional helper library for managing multiple downloads +Module "multihttp" "libs/multihttp.lua" + +AutoFetchURL "http://prosody.im/tip/?" + +Module "net.server" "net/server_select.lua" +Module "net.httpclient_listener" "net/httpclient_listener.lua" +Module "net.connlisteners" "net/connlisteners.lua" +Module "net.http" "net/http.lua" + +-- Required by multihttp, but otherwise not required (though nice to have) +Module "util.timer" "util/timer.lua" + + +Main "lahttp.in.lua" + +Output "lahttp.lua";