Metadata-Version: 1.0
Name: js.obviel
Version: 1.0b6
Summary: Fanstatic packaging of Obviel
Home-page: UNKNOWN
Author: Obviel Developers
Author-email: obviel-dev@googlegroups.com
License: BSD
Description: js.obviel
        *********
        
        Introduction
        ============
        
        This library packages `Obviel`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Obviel`: http://www.obviel.org
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.obviel``) are published to some URL.
        
        Libraries
        =========
        
        You can the following resources from ``js.obviel``:
        
        * ``obviel`` (``obviel.js``)
        
        * ``obviel_template`` (``obviel-template.js``). Obviel currently
          includes this automatically (along with ``json_template`` and
          ``i18n``).
        
        * ``forms`` (``obviel-forms.js``)
        
        * ``forms_datepicker`` (``obviel-forms-datepicker.js``)
        
        * ``forms_autocomplete`` (``obviel-forms-autocomplete``)
        
        * ``forms_i18n`` (``obviel-forms.i18n``)
        
        * ``forms_nl`` (``obviel-forms-nl.js``)
        
        * ``patterns`` (``obviel-patterns.js``)
        
        * ``jgrowl`` (``obviel-jgrowl.js``)
        
        * ``i18n`` (``obviel-i18n.js``)
        
        * ``traject`` (``obviel-traject.js``)
         
        * ``sync`` (``obviel-sync.js``)
        
        CHANGES
        *******
        
        1.0b6 (unreleased)
        ==================
        
        - Release 1.0b6 of Obviel.
        
        1.0b5 (2013-01-18)
        ==================
        
        - Release 1.0b5 of Obviel.
        
        1.0b4-4 (2013-01-15)
        ====================
        
        - There is a sort-a dependency of obviel.i18n to obviel.template, for
          obviel.i18n.variables. Really need to shuffle code around in Obviel,
          but for now, fix dependency.
        
        1.0b4-3 (2013-01-14)
        ====================
        
        - A minor tweak in how the link tag is rendered.
        
        1.0b4-2 (2013-01-14)
        ====================
        
        - There was a bug in the way form i18n was rendered as a link tag.
        
        1.0b4-1 (2013-01-10)
        ====================
        
        - Fix the way package data is installed; rely on MANIFEST.in
          information only. Previously non-js files were not included, and
          these are needed for forms i18n support.
        
        1.0b4 (2013-01-09)
        ==================
        
        - Packaged Obviel 1.0b4.
        
        - Improve dependencies for ``obviel``, ``obviel_template``, ``forms``,
          ``sync``.
        
        - Add ``traject``, ``i18n``, ``forms_i18n`` resources.
        
        - Improve sync dependencies, but not right yet: need to package jshashtable
          and jshashset first.
        
        1.0b3 (2012-12-17)
        ==================
        
        - Packaged Obviel 1.0b3
        
        0.11.1 (2012-01-14)
        ===================
        
        - Fix translation domain.
        
        - My mistake, 0.11-1 did work. Ignore any previous evidence you ever saw of 0.11.1
          before now.
        
        0.11-1 (2012-01-13)
        ===================
        
        - Something in distutils/setuptools/distribute doesn't like the
          'resources' directory being symlinked, it just doesn't see it. As a
          result this never was in the 0.11 release. Try again hacking a real
          resources directory into existence temporarily for this release.
        
        0.11 (2012-01-13)
        =================
        
        - Initial release.
        
Platform: UNKNOWN
