- 授权协议: GPL
- 开发语言: PHP Python
- 操作系统: 跨平台
- 软件首页: http://htmltmpl.sourceforge.net/
- 软件文档: http://htmltmpl.sourceforge.net/python-api.html
软件介绍
htmltmpl 是一个为 Python 和 PHP 提供的 HTML 模板引擎,主要适合Web开发人员。
示例代码:
<TMPL_INCLUDE header.tmpl>
<TMPL_INCLUDE NAME="header.tmpl">
<TMPL_VAR name>
<TMPL_VAR NAME="city">
<TMPL_VAR NAME="text1" ESCAPE="HTML">
<TMPL_VAR NAME="text2" ESCAPE="NONE" GLOBAL="0">
<TMPL_VAR address GLOBAL="1">
<!-- TMPL_VAR test ESCAPE=URL -->
Algorithms + Data Structures = Programs
Niklaus Wirth / Prentice Hall / 1975-11-11 / GBP 84.95
It might seem completely dated with all its examples written in the now outmoded Pascal programming language (well, unless you are one of those Delphi zealot trying to resist to the Java/.NET dominanc......一起来看看 《Algorithms + Data Structures = Programs》 这本书的介绍吧!