Metadata-Version: 1.1
Name: plonetheme.testtheme
Version: 1.0a1
Summary: A theme for Plone
Home-page: https://pypi.python.org/pypi/plonetheme.spot
Author: Vikas Parashar
Author-email: svnitvikas@gmail.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        Spot
        ==============================================================================
        
        A flat theme for Plone 5.
        
        .. image:: https://raw.githubusercontent.com/vikas-parashar/plonetheme.spot/master/demo.png
        
        Installation
        ------------
        
        Zip
        ~~~~~~~~
        
        #. Download the `zip file`_
        #. Import the theme from the Diazo theme control panel.
        
        Buildout
        ~~~~~~~~
        
        Install plonetheme.spot by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plonetheme.spot
        
        
        and then running ``bin/buildout``
        
        
        Demo
        ~~~~
        
           This theme can be seen in action at the following site:
        
        -  `Spot Theme Demo`_
        
        Documentation
        -------------
        
        Full documentation for end users can be found `here`_
        
        License
        -------
        
        MIT License
        
        Credit
        ------
        
        Based on `Spot – Freelance & Agency Theme`_
        
        .. _zip file: https://github.com/vikas-parashar/plonetheme.spot/blob/master/plonetheme.spot.zip?raw=true
        .. _Spot Theme Demo: http://107.170.136.197:8080/spot
        .. _Spot – Freelance & Agency Theme: http://blacktie.co/2013/10/spot-freelance-agency-theme
        .. _here: https://github.com/vikas-parashar/plonetheme.spot/blob/master/docs/index.rst
        
        
        Changelog
        ---------
        
        1.0a2
        -----
        
        - Docs updated.
          [vikas-parashar]
        
        1.0a1 (2016-08-30)
        ------------------
        
        - Nothing changed yet.
        
        
        1.1 (2016-06-29)
        ----------------
        
        - Image size reduced.
        
        
        1.0a3 (2016-06-29)
        ------------------
        
        - Initial release.
          [vikas-parashar]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
