<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>webstring</name>
<shortdesc>Template engine that uses Python as the template language</shortdesc>
<description>*webstring* is a template engine for programmers whose favorite template
language is Python. This release of *webstring* replaces the standalone packages
*webstring*, *lwebstring*, TurboWebstring, and LturboWebstring.

*webstring* supports:

- plain text templating
- advanced XML and HTML templating using *lxml* or cElementTree
- templating with web frameworks that support the TurboGears template plugin API
- WSGI templating middleware

*webstring* is designed to:

1. Separate model and view logic from controller logic.
2. Separate template logic from template data.
3. Require only Python for templating.
4. Use Python syntax, idiom, and patterns.
5. Play well with other Python software.

*webstring's* XML and HTML templating support is designed to:

1. Use XML as a data format, not a programming language.
2. Use existing XML formats.
3. Hide the parts of an XML document that are not being used.
4. Use the best Python XML processing libraries.
5. Bridge HTML and XML.</description>
<homepage rdf:resource="http://psilib.sourceforge.net/webstring.html" />
<maintainer><foaf:Person><foaf:name>L. C. Rees</foaf:name>
<foaf:mbox_sha1sum>5bc25eab0e8a2bf1fec7fee910e011e2d778189e</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.5</revision></Version></release>
</Project></rdf:RDF>