lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Asko Kauppi wrote:

Before I start doing a Lua->HTML filter :)  I'd like to know if any of 
you have existing code in the folders?
The purpose is to have a 'source' of Lua data files, that gets filtered 
and all frames etc. (navigation bars blah-blah) added at that stage.  
The outcoming HTML pages can then be previewed or automatically uploaded 
(thanks to luaSocket!) for the world to see.
I've earlier used Server-side-includes, CityDesk 
(http://www.fogcreek.com) amongst others.
-ak

Could this be what you are looking for?
http://lua-users.org/wiki/LuaToHtml

//Andreas