Differences between revisions 4 and 5
Revision 4 as of 2005-06-11 17:25:57
Size: 1555
Editor: prg-v-1-153
Comment:
Revision 5 as of 2005-06-12 20:42:56
Size: 2288
Editor: 222
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:

    [http://www.china-sws.com 医疗器械]
           [http://www.china-sws.com 透析机]
           [http://www.china-sws.com 血液灌流机]
           [http://www.china-sws.com 血液滤过机]
           [http://www.cqunitop.com 重庆火锅]
           [http://www.cqunitop.com 火锅]
           [http://www.cqunitop.com/bswz/bswz.htm 火锅加盟]
           [http://www.cqunitop.com/xglj/xglj.htm 火锅底料]
           [http://lianshang.zj.com 医疗器械]
           [http://lianshang.zj.com 透析机]
           [http://lianshang.zj.com 血液灌流机]
           [http://lianshang.zj.com 血液滤过机]
           [http://lianshang.zj.com 医疗器械|透析机|血液灌流机|血液滤过机|]

A framework for WebProgramming.

Masthead

URL

http://teng.sf.net

version

1.1.2 (Date(2005-05-26T00:00:00))

licence

OSI approved licence - open source. (See http://teng.sourceforge.net/?page=download.)

documentation

http://teng.sourceforge.net/?page=manual

platforms
Teng was tested on Linux x86.
Python versions
2.1, 2.2, 2.3, 2.4

Comments

Teng is a general purpose templating engine (whence Teng). Teng is primary a C++ library with easy--to--use API but it is also available (at least) as Python module and PHP extension. 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. Localization support of Teng allows you to just write single template set for any number of supported languages. Templates and dictionaries are cached by engine for further use.

teng (last edited 2008-11-15 14:00:12 by localhost)

Unable to edit the page? See the FrontPage for instructions.