WHAT Nanoki, a simple, elegant wiki engine implemented in Lua. INSTALLATION Unarchive the distribution file. Start Nanoki on your local host at port 1080, using the local directory for storage: % cd Nanoki % bin/lua Nanoki.lua . 0 1080 Command synopsis: Nanoki [location] [address] [port] [not|forwarded] [not|secure] [location] tells Nanoki where to store its data. [address] indicates which network address to bind the Nanoki server to. [port] indicates what port number to use. [forwarded] indicates whether x-forwarded-for should be trusted. [secure] indicates whether https should be used. DEPENDENCIES lzlib http://luaforge.net/projects/lzlib/ Lua http://www.lua.org/download.html LuaFileSystem http://www.keplerproject.org/luafilesystem/ LuaSocket http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/ slncrypto http://luaforge.net/projects/sln/ OPTIONAL lua-discount http://asbradbury.org/projects/lua-discount/ LuaSQL http://www.keplerproject.org/luasql/ SQLite + FTS http://www.sqlite.org/ FEEDBACK http://alt.textdrive.com/nanoki/