Metadata-Version: 1.0
Name: quintagroup.sunrain.policy
Version: 1.0
Summary: UNKNOWN
Home-page: http://skins.quintagroup.com/sunrain
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: SunRain Policy is a theme extension for SunRain diazo Plone theme by Quintagroup.
        
        Features
        --------
          Adds four actions for subscription: 'Share on Twitter', 'Share on Facebook', 'Send this' and 'Subscribe to RSS'.
          Their links can be edited via ZMI portal_actions -> subscribe. 
        
        Installation
        ============
        
        See docs/INSTALL.txt file for detailed installation instructions.
        
         **WARNING**
          Be careful when doing product reinstall. In case you need to reinstall SunRain Policy for any reasons - note that your custom actions will disappear and demo actions will appear instead.
        
        Authors
        =======
        
        * Taras Peretiatko
        
        Quintagroup: http://quintagroup.com, 2006-2012
        
        Installation
        ------------
        
        quintagroup.sunrain.policy can be installed in any of the following ways. 
        
        Installation via buildout
        =========================
        
        In the buildout.cfg file of your instance:
        
        * Add ``quintagroup.sunrain.policy`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                quintagroup.sunrain.policy
        
        * Re-run buildout::
        
            $ ./bin/buildout
        
        * Restart the Zope server::
        
            $ ./bin/instance restart
        
        Then activate 'SunRain Policy' in Plone (Site Setup -> Add-ons).
        
        Installation: development mode
        ==============================
        
        If you want to customize SunRain Policy please use the following installation instructions: 
        
        * download ``quintagroup.sunrain.policy-version.zip`` archive from http://pypi.python.org/pypi/quintagroup.sunrain.policy
        * extract product archive to get ``quintagroup.sunrain.policy-version`` folder. Remove version from 
          folder name to have ``quintagroup.sunrain.policy`` folder
        * put ``quintagroup.sunrain.policy`` folder into ``src`` directory of your buildout
        * in buildout.cfg file of your buildout add ``quintagroup.sunrain.policy`` to the list of eggs you are developing and  to the list of eggs to install::
        
               [buildout]
               ...
               develop = src/quintagroup.sunrain.policy
               ...
               eggs =
                   ...
                   quintagroup.sunrain.policy
           
        * Re-run buildout::
        
            $ ./bin/buildout
        
        * Start instance in development mode::
        
            $ ./bin/instance fg
        
        * Install ``SunRain Policy`` in Plone (Site Setup -> Add-ons).
        
        Now you can customize SunRain Policy by modifying ``quintagroup.sunrain.policy`` package in ``src`` directory 
        of your buildout.
        
        Changelog
        =========
        1.0 - May 18, 2012
        
        - Initial release [naivok]
        
        1.0dev (unreleased)
        -------------------
        
Keywords: web zope plone theme diazo quintagroup
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
