Metadata-Version: 1.1
Name: hmc.theme
Version: 0.1.1
Summary: The Diazo based theme for hmc.csuohio.edu.
Home-page: http://github.com/csu-hmc/hmc.theme
Author: Jason K. Moore
Author-email: j.k.moore19@csuohio.edu
License: GPL
Description: Introduction
        ============
        
        The Plone_ Diazo_ based theme for Cleveland State University's Human Motion and
        Control Lab, hmc.csuohio.edu_.
        
        .. image:: img/front-page.png
        
        .. _Plone: http://www.plone.org
        .. _Diazo: http://www.diazo.org
        .. _hmc.csuohio.edu: http://hmc.csuohio.edu
        
        Installation
        ============
        
        Stop Plone::
        
           bin/plonectl stop
        
        Add the product to your buildout.cfg::
        
           eggs =
               ...
               hmc.theme
        
        Rerun buildout::
        
           bin/buildout
        
        Start Plone::
        
           bin/plonectl start
        
        Log into your Plone website. In **Site Setup > Add-ons** activate Diazo
        support, the ``hmc.theme``, and ``plonetheme.diazo_suburst``.
        plonetheme.diazo_sunburst_ is an external dependency.
        
        .. image:: img/add-ons.png
        
        In **Theming > Advanced** choose the ``plonetheme.diazo_sunburst`` theme base
        as the base. Note that this will remove formatting from the site setup panel
        and things get jumbled up, which is a known issue.
        
        .. image:: img/theme-base.png
        
        Finally, in **Theming > Themes** enable the HMC theme.
        
        .. image:: img/activate-theme.png
        
        .. _plonetheme.diazo_sunburst: https://pypi.python.org/pypi/plonetheme.diazo_sunburst/0.0.8
        
        Other
        =====
        
        This product may contain traces of nuts.
        
        Changelog
        =========
        
        0.1.1 (January 9, 2014)
        ----------------------
        
        - Fixed minor error in setup.py.
        
        0.1.0 (January 9, 2014)
        ----------------------
        
        - Initial release
        
Keywords: theme plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
