Downloadliste

Projektbeschreibung

Templayer is an HTML templating library for Python
that offers an alternative to embedding code
within the HTML or embedding HTML within code.
Instead, Templayer adds a small amount of syntax
to each and keeps the two separate and coherent.
It also helps to promote secure Web application
development by escaping strings by default, and by
not trying to interpret code within template files.

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.

2009-03-09 07:41
1.5.1

Eine Reihe von Bugs wurden gefixt. UTF-8 in der Template-Dateien funktioniert nun. Die get_django_template Auto_reload können die Parameter eingestellt haben. django_view Funktionen arbeiten nun für RSS-Feeds.
Tags: Minor bugfixes
A number of bugs were fixed. UTF-8 in template files now works. The get_django_template can have the auto_reload parameter set. django_view functions now work for RSS feeds.

2009-02-13 17:00
1.5

Django 1.0 Integration mit Verknüpfungen zum Erstellen mal verbessert, emuliert Vorlagen und Anzeigen von Formularen. Das Tutorial umfasst nun Django Beispiele. Neue HTML-Markup-Funktionen wurden hinzugefügt.
Tags: Major feature enhancements
Django 1.0 integration was improved with shortcuts
for creating views, emulating templates, and
displaying forms. The tutorial now includes Django
examples. New HTML markup functions were added.

2006-09-25 21:12
1.4

Diese Version verbessert die Integration mit dem Web-Framework Django durch eine Verringerung der Menge an Code in Django mal gesehen wurden und in denen die Benutzung von Django Formen in templayer Vorlagen. Zwei neue HTML-Markup-Tags wurden hinzugefügt, und es ist nun möglich, für Flach-Template-Dateien (Dateien mit nicht-Schichten) verwendet werden.
Tags: Minor feature enhancements
This release improves integration with the Django Web framework by reducing the amount of code required in Django views and by allowing use of Django forms in Templayer templates. Two new HTML Markup tags were added, and it is now possible for flat template files (files with no layers) to be used.

Project Resources