Metadata-Version: 1.0
Name: collective.blog.portlets
Version: 1.3
Summary: Archive view and portlet
Home-page: http://svn.plone.org/svn/collective/
Author: Jarn AS
Author-email: info@jarn.com
License: GPL
Description: Introduction
        ============
        
        This product contains a set of portlets aimed at blogging, but useable also
        for other situtations.
        
        It supports Plone 3 and Plone 4.
        
        
        The development of collective.blog.portlets was sponsored by the 
        **Bergen Public Library** - http://www.nettbiblioteket.no
        
        
        Portlets
        --------
        
        The portlets so far is:
        
        * Monthly archive portlet: A portlet that shows a monthly archive view of all 
          content in a folder with number of items per month and a customizable link
          to an archive view.
          
        * Last posts portlet: Lists the last X documents (sorted by effective date).
        
        Installation is done in the usual manner: Add collective.blog.portlets to your
        buildout, and install through QuickInstaller or portal_setup. You can
        then add portlets in the usual manner.
        
        Settings
        --------
        
        collective.blog.view has only one settings, locate in
        ``portal_properties.site_properties``.
        
        * **blog_types**: This lines property will be used to contain the portal_types
          that are considered entries in the blog. If it does not exist, it will 
          default to `Document`, `News Item` and `File`.
        
        This product will never use doctests to test anything besides documentation.
        
        
        
        Changelog
        =========
        
        1.3 (2012-04-17)
        ----------------
        - Sort months in archive properly. [jbaldivieso]
        
        - Spanish and Basque translations. [erral]
        
        
        1.2 (2010-06-30)
        ----------------
        
        - The virtual hosting fix broke something else. Fixed that too. [regebro]
        
        - Changed "Oppføringer" to "Innlegg" in the norwegian translation. [regebro]
        
        
        1.1 (2010-06-30)
        ----------------
        
        - The url to the archive view didn't work under virtual hosting. [regebro]
        
        - The portlets now also filter on content types. [regebro]
        
        
        1.0 (2010-06-05)
        ----------------
        
        - Initial release
        
        This version has been tested with Plone 3.3.4 and Plone 4.0b3.
        
Keywords: plone blog portlet archive
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
