Metadata-Version: 1.1
Name: zope2-bootstrap
Version: 0.1.0
Summary: ZMI Bootstrapped
Home-page: https://github.com/aclark4life/zope2_bootstrap
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: Introduction
        ============
        
        The Zope2 Management Interface, `Bootstrapped`_.
        
        Installation
        ============
        
        Use with Zope2 e.g.::
        
            $ virtualenv-2.7 .
            $ bin/pip install zc.buildout
            $ bin/buildout init
        
        Edit your ``buildout.cfg`` file to contain::
        
            [buildout]
            extends = https://raw.github.com/plock/pins/master/plone-4-3
            
            [plone]
            eggs = 
                Zope2
                zope2_bootstrap
        
        Or Plone e.g.::
        
            [buildout]
            extends = https://raw.github.com/plock/pins/master/plone-4-3
        
        .. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot.png
        
        .. _`Bootstrapped`: http://getbootstrap.com/
        
        Changelog
        =========
        
        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 Plone Zope
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
