Metadata-Version: 1.1
Name: zope2-bootstrap
Version: 0.3.0
Summary: ZMI Bootstrapped
Home-page: https://github.com/collective/zope2_bootstrap
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: Introduction
        ============
        
        The Zope Management Interface, with `Bootstrap <https://getbootstrap.com>`_.
        
        Installation
        ------------
        
        ::
        
            $ virtualenv-2.7 .
            $ bin/pip install zc.buildout
            $ cat > buildout.cfg << EOF
            [buildout]
            extends = https://raw.githubusercontent.com/plock/pins/master/plone-4-3
            
            [plone]
            eggs = 
                Zope2
                zope2_bootstrap
            zcml = 
                zope2_bootstrap
            EOF
            $ bin/buildout
            $ bin/plone fg
        
        |
        
        .. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot.png
            :class: align-center
        
        |
        
        .. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot2.png
            :class: align-center
        
        Changelog
        =========
        
        0.3.0 (2016-08-31)
        ------------------
        
        - Upgrade Bootstrap 3.3.5 -> 3.3.7
        
        0.2.0 (2015-07-19)
        ------------------
        
        - Upgrade Bootstrap 3.1.1 -> 3.3.5
        
        0.1.0 - 2014-02-26
        ------------------
        
        - Adjust button styles
        
        0.0.9 - 2014-02-26
        ------------------
        
        - Bump Bootstrap version to 3.1.1
        
        0.0.8 - 2013-12-08
        ------------------
        
        - Upgrade to Bootstrap 3
        - Add Zope2-only splash screen based on Plone's
        - Fix JavaScript
        
        0.0.7 - 2012-06-11
        ------------------
        
        - Use SERVER_URL and SERVER_URL for logo src and href respectively (instead of SERVER_URL, ACTUAL_URL)
        
        0.0.6 - 2012-06-11
        ------------------
        
        - Use SERVER_URL and ACTUAL_URL for logo src and href respectively (instead of URLX, BASEX)
        - Add ZMI warning (suggested by vangheem)
        
        0.0.5 - 2012-06-11
        ------------------
        
        - Add contextual logo above manage_tabs
        
        0.0.4 - 2012-06-01
        ------------------
        
        - Re-apply Plone ZMI hacks
        
        0.0.3 - 2012-06-01
        ------------------
        
        - Fix brown bag
        
        0.0.2 - 2012-06-01
        ------------------
        
        - Add table styles
        
        0.0.1 - 2012-06-01
        ------------------
        
        - Initial release
        
Keywords: Bootstrap Zope Management Interface ZMI
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
