Skip to main content

extension for SunRain Plone theme

Project 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)

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quintagroup.sunrain.policy-1.0.zip (17.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page