<?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>Tempita</name>
<shortdesc>A very small text templating language</shortdesc>
<description>Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
``string.Template`` or ``%`` substitution.  It's small, it embeds
Python in strings, and it doesn't do much else.

You can read about the `language
&lt;http://pythonpaste.org/tempita/#the-language&gt;`_, the `interface
&lt;http://pythonpaste.org/tempita/#the-interface&gt;`_, and there's nothing
more to learn about it.

You can install from the `svn repository
&lt;http://svn.pythonpaste.org/Tempita/trunk#Tempita-dev&gt;`__ with
``easy_install Tempita==dev``.</description>
<homepage rdf:resource="http://pythonpaste.org/tempita/" />
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4</revision></Version></release>
</Project></rdf:RDF>