./wip/teng, Teng is a general purpose templating engine (whence Teng)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0, Package name: teng-2.1.0, Maintainer: ondrej.tuma

Teng strictly separates application logic from presentation logic. Programmer
writes code which fetches data (for example from database, application server
etc.) and supplies them to the templating engine. Presentation coder (for
example web designer) writes templates and doesn't bother about data origin.
The only thing programmer and presentation coder must obey is that data
structure must conform to the template.

Probably the most important use of Teng is generating HTML pages for web
presentations. It is also wery useful for generating mail messages
(but not spams).

Teng composes resulting text/page/file by combining input template with program
supplied data together with (optional) configuration and localization
(language) dictionary.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 8d29f8195d27437b48c3a99feddc265034b8b4f8
Filesize: 84.385 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 19:17:20 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-08-30 21:21:32 by Ondrej Tuma | Files touched by this commit (5) | Imported package
Log message:
Import teng-2.1.0 as wip/teng.

Teng strictly separates application logic from presentation logic. Programmer
writes code which fetches data (for example from database, application server
etc.) and supplies them to the templating engine. Presentation coder (for
example web designer) writes templates and doesn't bother about data origin.
The only thing programmer and presentation coder must obey is that data
structure must conform to the template.

Probably the most important use of Teng is generating HTML pages for web
presentations. It is also wery useful for generating mail messages
(but not spams).

Teng composes resulting text/page/file by combining input template with program
supplied data together with (optional) configuration and localization
(language) dictionary.