Metadata-Version: 1.1
Name: collective.js.angular
Version: 1.2.26.0
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.
        
        **Superheroic JavaScript MVW Framework** (cite of the original website title)
        
        The whole ZIP file distribution is provided. So far only the main angular library is registered in ``portal_javascripts`` (read section Installion).
        
        Anyway: all other angular standard distribution js-libs are available under ``++resources++collective.js.angular/NAME.js`` with name one out of:
        
        - angular-animate.js/ angular-animate.min.js
        - angular-cookies.js/ angular-cookies.min.js
        - angular-csp.css
        - angular-loader.js/ angular-loader.min.js
        - angular-resource.js angular-resource.min.js
        - angular-route.js/ angular-route.min.js
        - angular-sanitize.js/ angular-sanitize.min.js
        - angular-touch.js/ angular-touch.min.js
        
        
        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.
        
        Minified
          GenericSetup dependency string for ``metadata.xml`` is
          ``profile-collective.js.angular:default``.
        
        Uncompressed
          GenericSetup dependency string for ``metadata.xml`` is
          ``profile-collective.js.angular:uncompressed``.
        
        CDN (via Google, minified)
          GenericSetup dependency string for ``metadata.xml`` is
          ``profile-collective.js.angular:cdn``.
        
        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.26.0 (2014-10-14)
        ---------------------
        
        - Nothing changed yet.
        
        
        1.2.23.2 (2014-09-05)
        ---------------------
        
        - fix mixed content problems with cdn, see
          https://stackoverflow.com/questions/18251128/why-am-i-suddenly-getting-a-blocked-loading-mixed-active-content-issue-in-fire
          [jensens]
        
        1.2.32.1 (2014-09-05)
        ---------------------
        
        - Fix typo in CDN profile
          [jensens]
        
        - Upgrade to ``angular.js`` 1.2.23.
          [jensens]
        
        1.2.19.1 (2014-07-03)
        ---------------------
        
        - Add profile using the Google CDN
          [jensens]
        
        1.2.19.0 (2014-07-03)
        ---------------------
        
        - Upgrade to ``angular.js`` 1.2.19.
          [jensens]
        
        1.2.16.1 (2014-06-05)
        ---------------------
        
        - provide the full AngularJS release contents (ZIP release) as resources.
          [jensens]
        
        1.2.16.0 (2014-06-05)
        ---------------------
        
        - Upgrade to ``angular.js`` 1.2.16.
          [jensens]
        
        
        1.2.14.1 (2014-03-03)
        ---------------------
        
        - Fix GS import step, default is now minimized.
          [saily]
        
        1.2.14.0 (2014-03-03)
        ---------------------
        
        - Upgrade to ``angular.js`` 1.2.14.
          [jensens]
        
        
        1.2.13.1 (2014-02-24)
        ---------------------
        
        - Add uncompressed version of Angular. This targets on developer with need to
          debug into AngularJS Code.
          [jensens]
        
        - Upgrade to ``angular.js`` 1.2.13.
          [jensens]
        
        
        1.2.11.1 (2014-02-06)
        ---------------------
        
        - Upgrade to ``angular.js`` 1.2.11.
          [saily]
        
        - Fix wong value for compression attribute in generic setup.
          [saily]
        
        
        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
