Metadata-Version: 1.1
Name: sc.microsite
Version: 1.0b3
Summary: ('A very basic Dexterity-based container to be used as a microsite.',)
Home-page: https://github.com/simplesconsultoria/sc.microsite
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: UNKNOWN
Description: *********
        Microsite
        *********
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ----------------------------------
        
        A very basic Dexterity-based container to be used as a microsite.
        
        Mostly Harmless
        ---------------
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/sc.microsite.png?branch=master
            :alt: Travis CI badge
            :target: http://travis-ci.org/simplesconsultoria/sc.microsite
        
        .. image:: https://coveralls.io/repos/simplesconsultoria/sc.microsite/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/simplesconsultoria/sc.microsite
        
        .. image:: https://pypip.in/d/sc.microsite/badge.png
            :alt: Downloads
            :target: https://pypi.python.org/pypi/sc.microsite/
        
        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:
        
        #. Edit your buildout.cfg and add ``sc.microsite`` to the list of eggs to
           install::
        
            [buildout]
            ...
            eggs =
                sc.microsite
        
        #. If you are using Plone 4.2.x you need to add the following also::
        
            [versions]
            ...
            plone.app.theming = 1.1.1
        
        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.
        
        .. Note::
        	You may have to empty your browser cache and save your resource registries
        	in order to see the effects of the product installation.
        
        Usage
        ^^^^^
        
        TBA.
        
        .. _`opening a support ticket`: https://github.com/simplesconsultoria/sc.microsite/issues
        
        Share and Enjoy
        ---------------
        
        ``Microsite`` would not have been possible without the contribution of
        the following people:
        
        - Héctor Velarde
        - Juan Pablo Giménez
        - Érico Andrei
        - `Xenatt`_ (icon)
        
        Development sponsored by Simples Consultoria.
        
        .. _`Xenatt`: https://www.iconfinder.com/iconsets/minimalism
        
        Changelog
        ---------
        
        There's a frood who really knows where his towel is.
        
        1.0b3 (2014-08-25)
        ^^^^^^^^^^^^^^^^^^
        
        - Improve setup testing
          [ericof]
        
        - Enable ``IPublication`` behavior by default to add effective date and expiration date fields to the Microsite content type.
          [hvelarde]
        
        
        1.0b2 (2013-08-23)
        ^^^^^^^^^^^^^^^^^^
        
        - Basic ISelectableConstrainTypes support. [jpgimenez]
        
        - Update view methods, sc.microsite content has the same methods than a
          folder. [jpgimenez]
        
        - Default view changed to folder_listing. [jpgimenez]
        
        - A microsite must have INavigationRoot behavior enabled.
          [agnogueira, cleberjsantos]
        
        
        1.0b1 (2013-08-15)
        ^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
Keywords: plone microsite dexterity hotsite
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: News/Diary
Classifier: Topic :: Software Development :: Libraries :: Python Modules
