Metadata-Version: 1.1
Name: plonetheme.blacklotus
Version: 1.0.0
Summary: "Black Lotus" theme for Plone
Home-page: http://seankelly.biz/products/plonetheme.blacklotus/
Author: Sean Kelly
Author-email: kelly@seankelly.biz
License: GPL version 2
Download-URL: http://github.com/tbd
Description: *********************
        plonetheme.blacklotus
        *********************
        
        This package is a theme for the Plone_ content management system (CMS_) that
        provides a light-on-dark version of the standard Sunburst_ theme.
        
        Example:
        
        .. image:: https://raw.github.com/nutjob4life/plonetheme.blacklotus/master/docs/black-lotus-example.png
        
        .. _Plone: http://plone.org/
        .. _CMS: http://en.wikipedia.org/wiki/Content_management_system
        .. _Sunburst: http://plone.org/products/plone/features/new-look
        
        
        
        Installation
        ============
        
        Use Buildout with the plone.recipe.zope2instance recipe.
        
        • Add ``plonetheme.sunburst`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                plonetheme.sunburst
        
          Alternatively, include ``plonetheme.sunburst`` as a dependency of another
          package.
        
        • Re-run buildout, e.g. with::
          
            $ ./bin/buildout
                
        You don't need to list a ZCML slug because ``plonetheme.sunburst`` lists a
        ``z3c.autoinclude.plugin`` target for Plone.
        
        
        
        Changelog
        =========
        
        This document tracks changes from release to release.
        
        1.0.0 — FCS — 2014-10-10
        ------------------------
        
        First customer ship (FCS) of plonetheme.blacklotus.
        
        
        0.0.0 — Unreleased
        ------------------
        
        This release hasn't been released. Werid, huh?
        
        
        plonetheme.blacklotus
        Copyright © 2014 Sean kelly
        
        This program is free software; you can redistribute it and/or modify it under
        the terms of the GNU General Public License version 2 as published by the Free
        Software Foundation.
        
        This program is distributed in the hope that it will be useful, but WITHOUT ANY
        WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        PARTICULAR PURPOSE. See the GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License along with
        this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
        Street, Fifth Floor, Boston, MA  02110-1301, USA.
        
Keywords: plone zope site website theme
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
