Metadata-Version: 1.1
Name: pu_in_core
Version: 1.0.2
Summary: PythonUnited Intranet Core
Home-page: https://github.com/PythonUnited/pu.intranet.core
Author: PythonUnited
Author-email: info@pythonunited.com
License: beer-ware
Description: Python United Intranet Core
        ===========================
        
        The PU core package offers JSON based views for Django to do inline
        actions in your front-end, or in other words: actions that result only
        in a small part of the page to be renewed to reflect the result of the
        action. Think: 'make favorite', 'tweet', etc. To enable this behavior,
        you can create a link in your html with the class "action-inline".
        
        Action results can be sent to a specific target, either an element id,
        or a jQuery expression. Callbacks are supported, appending to lists,
        etc. Check the JS file for details.
        
        
        1.0.2
        =====
        * Initial stable release
        * Better callback handling
        * more documentation
        
        1.0.1a
        ======
        * Added String.startsWith and String.endsWith to JS String class, for
          those browsers that don't implement that.
        
        1.0.0a
        ======
        Initial release
        
Keywords: Django Intranet Core
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
