Metadata-Version: 1.0
Name: piano
Version: 0.3
Summary: CMS built using Pyramid and MongoDB
Home-page: https://github.com/kjq/piano
Author: KimJohn Quinn
Author-email: kjq@logicdrop.com
License: UNKNOWN
Description: ===========
        Piano
        ===========
        
        Piano is an work-in-progress for building dynamic CMS-like sites 
        consisting of componentized parts (such as pages or widgets) which can be 
        assembled and configured at runtime.
        
        It also is an evolving example demonstrating:
        
        * Pyramid
        * Traversal
        * Buildout
        * MongoDB and MongoKit
        * Sphinx documentation
        
        
        Quick Installation
        =========================
        
        1. ``python bootstrap.py``
        
        2. ``bin/buildout``
        
        3. ``bin/buildout install sphinx``
        
        4. ``bin/sphinx-build docs docs/_build``
        
        Then, for detailed documentation go to /docs/_build/html/index.html.
        
        Changelog
        =========================
        
        0.0
        ---
        -  Initial version
        -  Created initial MongoDB structure
        -  Created Buildout setup and configurations
        -  Wrote initial documentation
        
        
        0.1
        ---
        - Moved to GitHub
        - First upload to PyPi
        
        
        0.2
        ---
        - Cleaned up contexts
        - Added dynamic embedding of a PageModel into a PageDocument (page data)
        - Fixed Sphinx doco generation
        
        
        0.3
        ---
        - Cleaning up documentation
        - General code cleanup
Keywords: pyramid mongodb beaker buildout cms
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Office/Business
