[Kepler-Project] cgilua's config.lua

2010-08-23 Thread Pierre LeMoine
Hi! I recently made a page with cgilua, a .lp template page. I wanted to use the session-lib(which i'll rewrite to use cookies instead of passing session-id's as page parameters), and since the manual states it should be done in config.lua, i searched for where i might find it. The manual states it

[Kepler-Project] LuaSQL

2009-12-29 Thread Pierre LeMoine
Hi! When do 'luarocks search sql', i only get a hit for luasql-sqlite3. What is the status on this? any other drivers comming anytime soon? /Pierre ___ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailma

[Kepler-Project] Xavante example

2009-11-13 Thread Pierre LeMoine
Hi! The usage of xavante.redirecthandler at [1] seems to be broken'ish. I'd like the probably intended functionality, checking for a index.lp, in case none found checking for a index.html. The implementation of redirecthandler doesn't seem to do that though. Is there any way to make this work? And