Metadata-Version: 1.1
Name: ps.plone.basepolicy
Version: 0.3
Summary: Basic Site Policy for Propertyshelf Plone Websites.
Home-page: https://github.com/propertyshelf/ps.plone.basepolicy
Author: Propertyshelf, Inc.
Author-email: development@propertyshelf.com
License: GPL
Download-URL: http://pypi.python.org/pypi/ps.plone.basepolicy
Description: ps.plone.basepolicy
        ===================
        
        Basic Site Policy for `Propertyshelf`_ Plone Websites.
        
        
        Installed Add-Ons
        -----------------
        
        The following Add-Ons will be installed automatically:
        
        - `Products.PloneFormGen`_
        - `collective.contentleadimage`_
        - `collective.quickupload`_
        - `plone.app.theming`_
        
        
        Custom Settings
        ---------------
        
        When installed, some Plone settings will be adjusted, like:
        
        - SMTP server and port
        - Site 'From' name and address
        - Generate tabs for items other than folders
        - Enable sitemap.xml.gz
        - Enable Dublin Core metadata
        - Open external links in new window
        - Don't use email address as login name
        
        
        Mostly Harmless
        ---------------
        
        .. image:: https://travis-ci.org/propertyshelf/ps.plone.basepolicy.png?branch=master
           :target: http://travis-ci.org/propertyshelf/ps.plone.basepolicy
        
        .. _`Products.PloneFormGen`: https://pypi.python.org/pypi/Products.PloneFormGen
        .. _`Propertyshelf`: http://propertyshelf.com
        .. _`collective.contentleadimage`: https://pypi.python.org/pypi/collective.contentleadimage
        .. _`collective.quickupload`: https://pypi.python.org/pypi/collective.quickupload
        .. _`plone.app.theming`: https://pypi.python.org/pypi/plone.app.theming
        
        Changelog
        =========
        
        0.3 (2016-01-20)
        ----------------
        
        - Don't set email_from_address by default.
        
        
        0.2 (2014-03-05)
        ----------------
        
        - Install collective.quickupload.
        - Remove 'Allow sendto' permission to disable sendto_form spams.
        
        
        0.1 (2014-03-05)
        ----------------
        
        - Initial release.
        - Added dependency to Products.PloneFormGen, collective.contentleadimage and plone.app.theming.
        - Configure Plone email settings.
        - Enable sitemap.xml.gz and DC metadata.
        
Keywords: plone policy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
