Path to this page:
./
wip/py-teng,
Python binding for teng
Branch: CURRENT,
Version: 2.0.0,
Package name: py312-teng-2.0.0,
Maintainer: pkgsrcTeng 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)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-teng-2.0.0
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-teng-2.0.0
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-teng-2.0.0
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) | |
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.
|