./wip/py-teng, Python binding for teng

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


Branch: CURRENT, Version: 2.0.0, Package name: py310-teng-2.0.0, Maintainer: pkgsrc

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 run:
[wip/teng] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 16c917d1ed120ceb4049b89423f0fc0fab76bbce
Filesize: 17.377 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-14 13:33:02 by Thomas Klausner | Files touched by this commit (6)
Log message:
Fix ABI/API patterns. Remove 26 from variables.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
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-31 09:39:55 by Ondrej Tuma | Files touched by this commit (5) | Imported package
Log message:
Import py26-teng-2.0.0 as wip/py-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.