Metadata-Version: 1.0
Name: Products.ContentWellPortlets
Version: 3.0b2
Summary: A Plone product that enables you to add portlets to the central column in a page
Home-page: http://weblion.psu.edu
Author: WebLion
Author-email: support@weblion.psu.edu
License: GPL
Description: Overview
        ============
        
        * This product enables you to put portlets in places other than right and left
          columns, specifically:
          
          * above the main heading (h1) of the page
          * at the base of the page, above the footer
          
          In each area, you can add up to three columns of portlets. 
        
        * You should use CSS (in the custom folder in portal_skins, or in your own
          theme product) to configure how these portlets should appear relative to
          each other and to the content.
        
        * This may allow you to create distinctive layouts for pages, folders etc
          without having to write new zope page templates
        
        To install the product
        ======================
        * See docs/INSTALL.TXT for instructions
        
        
        To add portlets above the content
        =================================
        1. Log into your Plone site as a Manager (or someone else with the "Portlets:
           Manage portlets" permission)
        2. Go to the place in your site where you want portlets. For example:
           * If you want portlets on your home page only, go to http://yourSiteURL/front-page
           * If you want portlets on your entire site, go to http://yourSiteURL
        3. Bring up a management page by either
           (a) Clicking the "add, edit or remove portlets link" [*]_; or
           (b) Adding "/@@manage-portletsabovecontent" to the end of the URL and hitting "return"
        4. You should see a management page entitled "Manage Portlets Above Content"
           This gives you the option to add portlets in one or more of three columns: A, B and C
           You can add as many portlets in each column as you like
           Other commands (reordering, hiding, blocking portlets) are the same as for
           the right and left columns
        
        .. [*] Note: if you are in a folder that has a default page, this will take
               you to a screen where you can add portlets to that page. If you want to add
               portlets to all the pages in the folder, make sure you are on the folder
               rather than the default page (e.g. by clicking the "contents" tab) before
               clicking the link.
        
        To add portlets below the content
        =================================
        Follow the above instructions, but instead of clicking the "add, edit or
        remove portlets above content" link or adding /@@manage-portletsabovecontent
        to the URL:
        
         (a) Click the "add, edit or remove portlets below the content" link; or
         (b) Add /@@manage-portletsbelowcontent to the end of the URL
        
        
        Technical details
        ===================
        
        * The product adds two new viewlets; within each of these are three portlet
          managers (specified in portlets.xml) For details of exactly which viewlet
          managers these viewlets slot into:
          
          * see configure.zcml in Products/ContentWellPortlets/browser
          * or install the product, go to your Plone site and add /@@manage-viewlets to the URL
        
        Changelog
        =========
        
        3.0b2 (2011-02-28)
        ------------------
        
        * Change the way the footer portlets viewlet is registered so that it plays a
          bit more nicely with themes.
          [esteele]
        
        * Add a class="row" to the footer portlet template to prevent it from bleeding
          into the content area.
          [esteele]
          
        3.0b1 (2011-01-27)
        ------------------
        
        * Pin to Plone 4.0 or better. Those looking for 3.x compatibility are best
          sticking with ContentWellPortlets 2.0.
          [esteele]
          
        * Added French translation
          [kiorky,numahell]
        
        * Added Spanish translation
          [macagua]
        
        * Added support for i18n
          [macagua]
        
        2.1 (2010-06-21)
        ----------------
        
        * Move "above" portlets to IAboveContent viewlet manager.
          [esteele]
          
        * Tweak styling of "manage portlets" links, add managePortletsFallback class.
          [esteele]
        
        2.0 (2009-10-12)
        ----------------
        
        * Adds Footer portlets
        * Adds extra portlet managers to each content well portlet area (6 per area:
          above content, below content, and footer) - 18 total
        * Included extra example css in README.txt
        * Cleaned up manager UI
        * Adds warning message when on a default view of a container.
        
        1.1 (2008-12-19)
        ----------------
        
        * Added our own portlet manager renderer (closes ticket #952)
        * Got rid of CSS associated with the previous (fudge) method of rendering we
          were using
        
        1.0.1 (2008-12-17)
        ------------------
        
        * Fixed an issue with an incomplete egg
        
        1.0 (2008-12-16)
        ----------------
        
        * Initial release
        
        
Keywords: plone portletmanager
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
