Metadata-Version: 1.1
Name: kotti_bootswatch
Version: 0.1.0
Summary: Kotti bootswatch theme / theme generator
Home-page: https://github.com/mete0r/kotti_bootswatch
Author: Kotti developers
Author-email: kotti@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: kotti_bootswatch
        ****************
        
        bootswatch theme
        
        `Find out more about Kotti`_
        
        Development happens at https://github.com/mete0r/kotti_bootswatch
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        Setup
        =====
        
        To enable the extension in your Kotti site, activate the configurator::
        
            [app:kotti]
        
            ...
        
            kotti.configurators =
                kotti_bootswatch.kotti_configure
            kotti_bootswatch.theme = darkly
        
            ...
        
            [filter:fanstatic]
            use = egg:fanstatic#fanstatic
            rollup = True
        
            ...
        
        
        Theme generator
        ===============
        
        You can generate bootswatch-based themes::
        
            pcreate -s kotti_bootswatch mytheme
            cd mytheme
            sh quickstart.sh amelia
        
        Read generated README.rst for more information::
        
            cat mytheme/README.rst
        
        
        Development
        ===========
        
        Contributions to kotti_bootswatch are highly welcome.
        Just clone its `Github repository`_ and submit your contributions as pull requests.
        
        .. _tracker: https://github.com/mete0r/kotti_bootswatch/issues
        .. _Github repository: https://github.com/mete0r/kotti_bootswatch
        
        
        History
        =======
        
        0.1.0 (2014-12-29)
        ------------------
        
        - Create package with ``pcreate -s kotti kotti_bootswatch``.
        
Keywords: kotti web cms wcms pylons pyramid sqlalchemy bootstrap
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: Repoze Public License
