Metadata-Version: 1.0
Name: collective.documentgenerator
Version: 0.3
Summary: Desktop document generation (.odt, .pdf, .doc, ...) based on appy framework (http://appyframework.org) and OpenOffice/LibreOffice
Home-page: http://pypi.python.org/pypi/collective.documentgenerator
Author: Simon Delcourt
Author-email: simon.delcourt@imio.be
License: GPL
Description: .. image:: https://travis-ci.org/collective/collective.documentgenerator.svg?branch=master
           :target: https://travis-ci.org/collective/collective.documentgenerator
        
        .. image:: https://coveralls.io/repos/collective/collective.documentgenerator/badge.png?branch=master
           :target: https://coveralls.io/r/collective/collective.documentgenerator?branch=master
        
        * `Source code @ GitHub <https://github.com/collective/collective.documentgenerator.git>`_
        * `Issues @ GitHub <https://github.com/collective/collective.documentgenerator/issues>`_
        * `Continuous Integration @ Travis CI <https://travis-ci.org/collective/collective.documentgenerator>`_
        * `Code Coverage @ Coveralls.io <https://coveralls.io/r/collective/collective.documentgenerator?branch=master>`_
        
        collective.documentgenerator
        ============================
        
        **Overview**
        ------------
        
            ``collective.documentgenerator`` is an elegant and simple product allowing to easily produce documents generated by appy.
        
            New types of contents are used to store the differents templates and helper methods are available.
        
        
        **Note**
        --------
        
            This package is under development
        
        Contributors
        ============
        
        
        - Simon Delcourt, simon.delcourt@imio.be
        - Gauthier Bastien, gauthier.bastien@imio.be
        - Vivian Antoine, vivian.antoine@imio.be
        - André Nuyens, andre.nuyens@imio.be
        - Franck NGAHA, franck.ngaha@imio.be
        - Christophe Boulanger, christophe.boulanger@imio.be
        - Cédric Messiant, cedricmessiant@ecreall.com
        
        
        Changelog
        =========
        
        0.3 (2015-09-30)
        ----------------
        
        - Extend the base helper view to do @@plone, @@plone_portal_state view available
          and added a method 'translate' to be able to translate a msgid in a given domain.
          [gbastien]
        - Refactored the DocumentGenerationHelperView.display_date method to use
          toLocalizedDate and adapted AT and DX implementations.
          [gbastien]
        - Refactor the generation view to pass the arguments `pod_template` and `output_format`
          directly to the view call or its methods.
          [gbastien, sdelcourt]
        
        
        0.2 (2015-09-22)
        ----------------
        - Renamed field `pod_portal_type` to `pod_portal_types` as this field
          is a multiselection field.
          [gbastien]
        - Renamed `doc_uid` parameter used by the `document-generation` view to
          `template_uid`, more obvious, and makes it available in the viewlet
          link infos dict.
          [gbastien]
        - Added field IConfigurablePODTemplate.pod_formats to be able to select the
          format we want to generate the POD template in.
          [gbastien]
        - When evaluating the tal_condition on the template, pass extra_expr_ctx
          to the TAL expression so `context` and `here` become the element on which the TAL
          expression is actually evaluated instead of the pod_template and `template`
          is the pod_template
          [gbastien]
        
        
        0.1 (2015-07-17)
        ----------------
        
        - Nothing changed yet.
        
        
        0.1 (2015-07-17)
        ----------------
        - Initial release.
          [gbastien]
        
        - ...
        
        - Update bootstrap
          use https://raw.githubusercontent.com/buildout/buildout/master/bootstrap/bootstrap.py
          [fngaha]
        
        
        
Keywords: plone document generation generator odt word pdf libreoffice template
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
