sc.microsite

('A very basic Dexterity-based container to be used as a microsite.',)


Keywords
plone, microsite, dexterity, hotsite
License
GPL-3.0
Install
pip install sc.microsite==1.1b1

Documentation

Microsite

Life, the Universe, and Everything

A very basic Dexterity-based container to be used as a microsite.

Mostly Harmless

Got an idea? Found a bug? Let us know by opening a support ticket.

Don't Panic

Installation

To enable this product in a buildout-based installation:

  1. Edit your buildout.cfg and add sc.microsite to the list of eggs to install:
[buildout]
...
eggs =
    sc.microsite

After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.

Check the box next to sc.microsite and click the 'Activate' button.

Usage

TBA.