Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

Uma série de bugs foram corrigidos. UTF-8 em arquivos de modelo já funciona. O get_django_template pode ter o conjunto de parâmetros auto_reload. funções django_view agora trabalhar para feeds RSS.
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 integração foi melhorada com atalhos para criar novos pontos de vista, imitando os modelos e formas de exibição. O tutorial agora inclui exemplos Django. Novas funções de marcação HTML foram adicionados.
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

Esta versão melhora a integração com o framework web Django, reduzindo a quantidade de código necessário em vista Django e permitindo a utilização de formulários em Django templayer modelos. Duas novas tags HTML Markup foram adicionados, e agora é possível para o apartamento modelo de arquivos (arquivos sem camadas) para ser usado.
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