Metadata-Version: 1.0
Name: adi.simplesite
Version: 0.5
Summary: Configs for small sites
Home-page: http://svn.plone.org/svn/collective/adi.simplesite
Author: Ida Ebkes
Author-email: contact@ida-ebkes.eu
License: GPL
Description: Introduction
        ============
        
        This is a Plone-4 add-on that aims to help especially smaller sites to get started quicker and easier.
        
        The goal is to give the possibility to configure most common website-usecases via the webinterface for mortals. No programming needed.
        
        It does this mainly by replacing viewlets with portlets.
        
        Most functionalities are pulled in by small splitted plone-add-ons, named below, so you can roll your own combinations, installing them individually, in case you don't need parts of the whole package.
        
        
        
        The pulled subpackages are:
        
        
        - adi.init
        Deletes Plone's default contents
        
        - adi.simplestructure
        Hides viewlets and adds some samaple portlets instead in top and footer via ContentWellPortlets.
        
        - adi.samplecontent
        Adds some samplecontent and sampleportlets in left- and right column.
        
        - adi.slickstyle
        Adds a decent CSS to the portal, let's you override col, bg-col and link-col globally.
        
        - adi.dropdownmenue
        Adds a main drodwonmenu on top, showing first-level-folders, replaces Plone's globalnav.
        
        
        See their READMES for further details.
        
        Changelog
        =========
        
        0.5 (2012-12-02)
        ----------------
        
        - Typos in description.
        
        
        0.4 (2012-12-02)
        ----------------
        
        - Better description of the package.
        
        
        0.3 (2012-12-02)
        ----------------
        
        - Use adi.slickstyle instead of adi.simplestyle as theme.
        
        
        0.2 (2012-05-19)
        ----------------
        
        - Corrective release, missing files. [ida]
        
        0.1 (2012-05-17)
        ----------------
        
        - Show only folders in navigation
        
        - Pulls adi.dropdownmenu, adi.samplecontent, adi.init, adi.simplestyle and adi.simplestructure
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
