Metadata-Version: 1.1
Name: plonetheme.booster
Version: 1.0.7
Summary: A theme for Plone 5.x
Home-page: https://github.com/collective/plonetheme.booster
Author: Vikas Parashar
Author-email: svnitvikas@gmail.com
License: MIT License
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.
        
        ==============================================================================
        Booster
        ==============================================================================
        
        Booster is a clean and elegant free Plone Theme that is suitable for landing pages and other related businesses.
        
        .. image:: https://github.com/collective/plonetheme.booster/blob/master/src/preview.png?raw=true
        
        See additional screenshots below.
        
        Installation
        ------------
        
        Zip
        ~~~~~~~~
        In zip version you don't get the slider but only a static banner due to limitations.
        
        #. Download the `zip file`_
        #. Import the theme from the Diazo theme control panel.
        
        Buildout
        ~~~~~~~~
        
        Install ``plonetheme.booster`` by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plonetheme.booster
        
        
        and then running ``bin/buildout``
        
        Documentation
        -------------
        
        Full documentation for end users can be found `here`_
        
        Contribution
        -------------
        
        - Clone the repo.
        - Run ``bin/buildout``
        - next, install the local dependencies theme requires
            ``$ npm install``
        - Watch For Changes & Automatically Refresh
            ``$ grunt watch``
        - Build & Optimize(This will create a ``dist`` folder with optimized files and a zip of theme)
            ``$ grunt dist``
        
        License
        -------
        
        MIT License
        
        Credit
        ------
        
        Based on `Booster`_ Provided by `FREEHTML5.co`_
        
        .. _zip file: https://github.com/collective/plonetheme.booster/blob/master/plonetheme.booster.zip?raw=true
        .. _Booster: https://freehtml5.co/booster-free-html5-bootstrap-template/
        .. _FREEHTML5.co: https://freehtml5.co/
        .. _here: https://github.com/collective/plonetheme.booster/blob/master/docs/index.rst
        
        Screenshots
        -----------
        
        Full size screenshot:
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.booster/master/docs/plonetheme.booster-screenshot.jpg
        
        iPhone Plus screenshot:
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.booster/master/docs/plonetheme.booster-screenshot-iphone-plus.jpg
        
        
        Changelog
        ~~~~~~~~~
        
        
        1.0.7 (2017-01-02)
        ------------------
        
        - add PyPi classifier, update repo URL
          [tkimnguyen]
        
        
        1.0.6 (2016-09-15)
        ------------------
        
        - docs updated
          [vikas-parashar]
        
        
        1.0.5 (2016-09-14)
        ------------------
        
        - https://github.com/vikas-parashar/plonetheme.booster/issues/1 fixed
          [vikas-parashar]
        
        
        1.0.4 (2016-07-25)
        ------------------
        
        - Search icon padding adjusted
          [vikas-parashar]
        
        
        1.0.3 (2016-07-25)
        ------------------
        
        - buildout release
          [vikas-parashar]
        
        
        1.0.2 (2016-07-25)
        ------------------
        
        - Initial release
          [vikas-parashar]
        
Keywords: Python Plone Theme 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
