lua-users home
lua-l archive

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



I am pleased to announce the first release of lua-CodeGen.

lua-CodeGen is a "safe" template engine.

lua-CodeGen enforces a strict Model-View separation.

lua-CodeGen allows to split template in small chunk,
and encourages the reuse of them by inheritance.

lua-CodeGen is not dedicated to HTML,
it could generate any kind of textual code.

The homepage is at http://fperrad.github.com/lua-CodeGen.

Patch, comment, etc are welcome.

Thanks.

François.