Metadata-Version: 1.1
Name: collective.js.angular
Version: 1.2.10.4
Summary: AngularJS JavaScript Library Packaged for Plone
Home-page: https://pypi.python.org/pypi/collective.js.angular
Author: BlueDynamics Alliance
Author-email: dev@bluedynamics.com
License: GPLv2
Description: AngularJS JavaScript Library Packaged for Plone
        ===============================================
        
        This package provides the `AngularJS <http://angularjs.org//>`_ libray for
        use in Plone. See also
        
        **Superheroic JavaScript MVW Framework** (cite
        the original website title)
        
        
        Installation
        ============
        
        Just depend in your buildout on the egg ``collective.js.angular``.
        
        Install ``AngularJS Javascript Library`` as an addon in Plone control-panel or
        in portal_setup.
        
        GenericSetup dependency string for metadata.xml is
        ``profile-collective.js.angular-default``.
        
        At the moment theres no uninstall profile configured.
        
        This package is tested with for Plone 4.3 (should work with the 4-series)
        
        Source Code and Contributions
        =============================
        
        If you want to help with the development (improvement, update, bug-fixing, ...)
        of ``collective.js.angular`` this is a great idea!
        
        The code is located in the
        `github collective <https://github.com/collective/collective.js.angular>`_.
        
        You can clone it or `get access to the github-collective
        <http://collective.github.com/>`_ and work directly on the project.
        
        Maintainer is Jens Klein and the BlueDynamics Alliance developer team. We
        appreciate any contribution and if a release is needed to be done on pypi,
        please just contact one of us
        `dev@bluedynamics dot com <mailto:dev@bluedynamics.com>`_
        
        
        Contributors
        ============
        
        - Jens W. Klein <jens@bluedynamics.com>
        - Daniel Widerin <daniel@widerin.net>
        
        License Python Package is **GPL 2**
        
        License external libray AngularJS is **MIT License**
        
        History
        =======
        
        1.2.10.4 (2014-02-06)
        ---------------------
        
        - Don't compress ``angular.min.js`` because safe compression of minimized files
          raises javascript errors.
          [saily]
        
        
        1.2.10.3 (2014-01-27)
        ---------------------
        
        - still z3c.autoinclude did not not work. Found
          http://romanofskiat.wordpress.com/2012/09/25/z3c-autoinclude-does-not-automatically-include-a-plone-package/
          and yes, the namespace package was not declared correctly. This should fix it. Phew
          [jensens]
        
        
        1.2.10.2 (2014-01-27)
        ---------------------
        
        - fix entry-point for z3c.autoinclude
          [jensens]
        
        
        1.2.10.1 (2014-01-27)
        ---------------------
        
        - initial work
          [jensens]
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Framework :: Plone
