Metadata-Version: 1.0
Name: django-oot
Version: 0.8.2
Summary: Django application to export content to OpenOffice documents
Home-page: http://tracpub.yaco.es/djangoapps/wiki/OOT
Author: Yaco Sistemas S.L.
Author-email: precio@yaco.es
License: GPL 3
Description: ========================================
        OpenOffice.org Writer template rendering
        ========================================
        
        Installation
        ============
        
        To install this application:
        
         #. Put it in a directory *oot* inside your project.
        
         #. Include ``'oot'`` in ``settings.INSTALLED_APPS``.
        
        Usage
        =====
        
        For rendering an instance of a model into an OpenOffice.org Writer document:
        
         #. Create an instance of the ``WriterTemplate`` model, either manually in the
            shell, using fixtures or through the admin. Choose the right content type
            for the objects you want to render.
        
         #. Use the ``{% writer_templates obj %}`` *templatetag* wherever you wish to
            include a link for rendering an object into a Writer document.
        
Keywords: django openoffice odt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Office/Business :: Office Suites
