Metadata-Version: 1.1
Name: nive
Version: 0.9.9
Summary: Nive cms - out of the box content management system for mobile and desktop websites based on the webframework pyramid
Home-page: http://cms.nive.co
Author: Arndt Droullier, Nive GmbH
Author-email: info@nive.co
License: GPL 3
Description: 
        Welcome to Nive cms!
        --------------------
        Nive is professional out the box content management system for mobile and desktop websites based on 
        python and the webframework pyramid. 
        Please refer to the website cms.nive.co for detailed information.
        
        Version
        -------
        This version is a beta release. The application is stable and complete. The public API as documented 
        on the website is stable will not change. 
        
        The alpha series was released under the name 'poolyx'.
        
        Source code
        -----------
        The source code is hosted on github: https://github.com/nive-cms
        
        Installation
        ------------
        http://cms.nive.co/doc/html/installation.html
        
        Documentation
        -------------
        http://cms.nive.co/doc/html/index.html
        
        Support, Feedback, Community
        ----------------------------
        http://cms.nive.co/website/root/community.html
        
        The form module nive.components.reform
        ----------------------------------------
        The reform package is a merge of deform and colander and includes several changes 
        to make form handling easier. Please see nive.components.reform.README.txt for details.
        
        Third party modules 
        -------------------
        Some included modules have their own license:
        
        - tinyMCE (nive.components.reform.static.tinymce)
        - codemirror (nive.components.reform.static.codemirror)
        - bootstrap (nive.cms.design.static.bootstrap)
        - jquery / jquery-ui / jquery.form
        - iconset (nive.cms.cmsview.static.images) by Mark James http://www.famfamfam.com/ 
        
        
        
        0.9.9b
        ------
        - bugfixes: sort and ajax response
        - improved column integration
        - css and js assets configureable design.configuration.assets
        - cms editor widgets css updates
        - added sort and cut, copy, paste tests
        
        0.9.8b
        ------
        - editor ui improvements
        - welcome message
        - scaffolds improved
        - mysql tests improved
        - bugfixes
        
        0.9.7b
        ------
        - scaffold base64 password bugfix
        - converted cmsview javascript to jquery plugin
        - added cmseditor.js, removed pe.js and overlay.js
        - added cmseditor.css, removed pe.css
        - added Undo() on sql execute exceptions
        
        0.9.6b
        ------
        - bugfixes and smaller updates
        - serialization and deserialization of lists to json
        - added forms.JsonSequenceForm
        - added controlset option for list form fields
        
        
        0.9.5b
        ------
        The first beta release. Finally, all major features are included in this release. 
        
        - Boostrap css framework used for the default design
        - Responsive selectors added to box forms and html rendering
        - Fulltext search
        - Ctrl-key disables links in edit mode
        - Updated scaffold for sqlite and mysql
        - many fixed issues and cleanup
        - code moved to github repository
Keywords: cms website publisher pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
