Downloadliste

Projektbeschreibung

The HTML::Template module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in the values for the variables and loops declared in the template. This allows you to seperate design (the HTML) from the data, which you generate in the Perl script. While there are many other HTML template systems available, this module is simple and fast. It doesn't try to reinvent Perl CGI, it just augments HTML with a few new and very useful abilities.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-30 20:25
2.9

Eine neue Option wurde hinzugefügt, um Taint-Modus für unescaped Variablen zu erzwingen. Mehrere langjährige Bugs wurden gefixt. Die erweiterte Tests durch die Phalanx-Projekt entwickelt sind nun Teil des Moduls.
Tags: Minor bugfixes
A new option was added to enforce Taint mode for unescaped variables. Several long-standing bugs were fixed. The enhanced tests produced by the Phalanx project are now part of the module.

2005-12-22 20:29
2.8

Diese Version behebt einige kleine Bugs und fügt eine neue Option namens default_escape.
Tags: Minor bugfixes
This release fixes a number of small bugs and adds a new option called default_escape.

2004-06-25 02:55
2.7

Dieses Release enthält eine neue Flucht-Modus für Variablen in Javascript verwendet werden. Einige Fehler sind nun behoben.
Tags: Major bugfixes
This release includes a new escape mode for variables used
in Javascript. Several bugs are now fixed.

2002-08-30 06:01
2.6

Eine neue __counter__ Variable für loop_context_vars, einen neuen Standard-Attribut für tmpl_var Tags, Bugfixes, Updates und Dokumentation.
Tags: Minor feature enhancements
A new __counter__ variable for loop_context_vars, a new default attribute for tmpl_var tags, bugfixes, and documentation fixes.

2002-02-02 07:20
2.5

Bugfixes, Dokumentation Aufräumarbeiten, und ein neues Projekt-Website.
Tags: Minor bugfixes
Bugfixes, documentation cleanups, and a new project Web site.

Project Resources