Metadata-Version: 1.1
Name: plonetheme.spot
Version: 1.2.1
Summary: A theme for Plone 5
Home-page: https://github.com/collective/plonetheme.spot
Author: Vikas Parashar
Author-email: svnitvikas@gmail.com
License: MIT License
Description: ==============================================================================
        Spot
        ==============================================================================
        
        A flat theme for Plone 5.
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.spot/master/demo.png
        
        See additional screenshots below.
        
        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``
        
        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/collective/plonetheme.spot/blob/master/plonetheme.spot.zip?raw=true
        .. _Spot – Freelance & Agency Theme: http://blacktie.co/2013/10/spot-freelance-agency-theme
        .. _here: https://github.com/collective/plonetheme.spot/blob/master/docs/index.rst
        
        Screenshots
        -----------
        
        Full size screenshot:
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.spot/master/docs/plonetheme.spot-screenshot.jpg
        
        iPhone Plus screenshot:
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.spot/master/docs/plonetheme.spot-screenshot-iphone-plus.jpg
        
        
        Changelog
        ---------
        
        1.2.1 (2017-01-02)
        ------------------
        
        - remove Sphinx comment in README
         [tkimnguyen]
        
        1.2 (2017-01-02)
        ----------------
        
        - add Plone 5.1 pypi classifier, refer to collective GitHub repo,
          tweak docs, update README
         [tkimnguyen]
        
        1.1 (2016-06-29)
        ----------------
        
        - Image size reduced.
          [vikas-parashar]
        
        1.0a3 (2016-06-29)
        ------------------
        
        - Initial release.
          [vikas-parashar]
        
        1.0a2
        -----
        
        - Docs updated.
          [vikas-parashar]
        
        
Keywords: Python Plone Theme <web></web>
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
