<?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>appy.pod</name>
<shortdesc>pod (Python Open Document) : template engine to generate ODT documents</shortdesc>
<description>What is pod ?

pod (python open document) is a library that allows to easily generate
documents whose content is dynamic. The principle is simple: you create an ODF
(Open Document Format) text document (with OpenOffice Writer 2.0 or higher for
example), you insert some Python code at some places inside it, and from any
program written in Python, you can call pod with, as input, the OpenDocument
file and a bunch of Python objects. pod generates another ODF text document
(ODT) that contains the desired result. If you prefer to get the result in
another format, pod can call OpenOffice in server mode to generate the result
in PDF, DOC, RTF or TXT format.</description>
<homepage rdf:resource="http://appyframework.org" />
<maintainer><foaf:Person><foaf:name>Gaetan Delannay</foaf:name>
<foaf:mbox_sha1sum>f76b36b2c933cd690ee87d31edca2395090df3d6</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2.1</revision></Version></release>
</Project></rdf:RDF>