Re: HTML authoring by Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: HTML authoring by Lua?
- From: Kaos <kaos@...>
- Date: 2004年4月22日 12:00:39 +0200
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