Metadata-Version: 1.0
Name: infrae.i18nextract
Version: 1.1
Summary: Buildout recipe to extract i18n files in Silva
Home-page: https://svn.infrae.com/buildout/infrae.i18nextract/trunk/
Author: Sylvain Viollon
Author-email: info@infrae.com
License: ZPL 2.1
Description: ==================
        infrae.i18nextract
        ==================
        
        ``infrae.i18nextract`` is a buildout recipe which create a script to
        extract i18n strings from multiple packages into a ``.pot``. A script
        to merge all available translations is also available.
        
        The script support extraction from Python Script, Zope Page Template,
        Chameleon Page Template, Formulator forms and Silva Metadata schemas.
        
        Exemple in buildout::
        
          [silva-translation]
          recipe = infrae.i18nextract
          packages =
             silva.core.views
             silva.core.smi
          output = ${buildout:directory}
          output-package = silva.translations
          domain = silva
          extra-paths = ${zope2:location}/lib/python
        
        Changes
        =======
        
        1.1 (2010-04-26)
        ----------------
        
        * Add support for ``extra-paths`` so the recipe can be used with older
          Zope version in buildout.
        
        * Add a script to merge translations.
        
        1.0 (2010-04-02)
        ----------------
        
        * Initial version, built from previous Infrae package
          ``i18nextract-sa``.
        
Keywords: i18n extract formulator buildout
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Topic :: Software Development :: Version Control
