Metadata-Version: 1.0
Name: babel-obviel
Version: 0.5.1
Summary: Obviel Template message extractor for Babel
Home-page: UNKNOWN
Author: Obviel Developers
Author-email: obviel@googlegroups.com
License: BSD
Description: babel-obviel
        ============
        
        Babel Obviel integrates Obviel_ with the Babel_ i18n tools. You can
        then use the Babel extraction system to extract message ids from
        Obviel Template (``.obvt``) files. Babel Obviel knows about Obviel
        Template's rules for message id generation so should generate message
        ids that work with Obviel Template's i18n system.
        
        .. _Obviel: http://obviel.org
        
        You can configure Babel for ``.js`` and ``.obvt`` files with a mapping
        config file as follows::
        
          [javascript: **.js]
          extract_messages = _
        
          [obvt: **.obvt]
        
        If you named this config file ``mapping.cfg``, you can run babel with
        this config file like this::
        
          $ bin/pybabel extract -F mapping.cfg <some_directory>
        
        .. _babel: http://babel.edgewall.org
        
        CHANGES
        *******
        
        0.5.1 (2012-06-06)
        ==================
        
        * Actually make it installable (missing doc/README.txt).
        
        0.5 (2012-05-31)
        ================
        
        Initial public release.
        
Platform: UNKNOWN
