Metadata-Version: 1.0
Name: zope2-bootstrap
Version: 0.0.6
Summary: This does what you think it does: applies Twitter Bootstrap styles to Zope2
Home-page: https://github.com/aclark4life/zope2_bootstrap
Author: Alex Clark
Author-email: aclark@aclark.net
License: UNKNOWN
Description: 
        Introduction
        ============
        
        This does what you think it does: applies `Twitter Bootstrap`_ styles to Zope2.
        
        Installation
        ============
        
        Do this::
        
            $ virtualenv .
            $ bin/pip install zc.buildout
            $ bin/buildout init
        
        Edit ``buildout.cfg`` to include::
        
            [buildout]
            extends = http://pythonpackages.com/buildout/zope2/2.13.x-dev
        
            [zope2]
            eggs += zope2_bootstrap
            zcml += zope2_bootstrap
        
        Run buildout and start Zope2::
        
            $ bin/buildout
            $ bin/zope2 fg
        
        Enjoy **Bootstrap goodness**. It's not great, but it's better.
        
        .. _`Twitter Bootstrap`: http://twitter.github.com/bootstrap/index.html
        
        .. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot.png
        
        Changelog
        =========
        
        0.0.5 - 2012-06-11
        ------------------
        
        - Use SERVER_URL and ACTUAL_URL for logo src and href respectively (instead of URLX, BASEX)
          [aclark]
        
        - Add ZMI warning, h/t: vangheem
          [aclark]
        
        0.0.5 - 2012-06-11
        ------------------
        
        - Add contextual logo above manage_tabs
          [aclark]
        
        0.0.4 - 2012-06-01
        ------------------
        
        - Re-apply Plone ZMI hacks
          [aclark]
        
        0.0.3 - 2012-06-01
        ------------------
        
        - Fix brown bag
          [aclark]
        
        0.0.2 - 2012-06-01
        ------------------
        
        - Add table styles
          [aclark]
        
        0.0.1 - 2012-06-01
        ------------------
        
        - Initial release
          [aclark]
        
Platform: UNKNOWN
