Metadata-Version: 1.0
Name: cirb.blog
Version: 1.0a3
Summary: Blog project for CIRB
Home-page: https://github.com/CIRB/cirb.blog
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon is integration of different Plone addons to provide a Blog Solution.
        
        Dependencies
        ============
        
        * collective.wpadmin
        * collective.contentrules.yearmonth
        * collective.recaptcha
        * plone.formwidget.recaptcha
        * collective.configviews
        
        How to use
        ==========
        
        You just have to add a folder in your website and call the @@cirb_blog_setup
        view to turn this folder into a blog.
        
        Next you have to configure your collection query:
        
        * criteria: content type: Blog Entry
        * criteria: review state: published
        * sort on: effective date (reverse)
        
        
        Credits
        =======
        
        Companies
        ---------
        
        |cirb|_ CIRB / CIBG
        
        * `Contact CIRB <mailto:irisline@irisnet.be>`_
        
        |makinacom|_
        
          * `Planet Makina Corpus <http://www.makina-corpus.org>`_
          * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        People
        ------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. |cirb| image:: http://www.cirb.irisnet.be/logo.jpg
        .. _cirb: http://cirb.irisnet.be
        .. _sitemap: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=183668&topic=8476&ctx=topic
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        Changelog
        =========
        
        1.0a3 (2013-01-18)
        ------------------
        
        - fix get_localized_time issue when datetime is None (effective date)
        - remove collective.configviews from dependencies
        - Use archive-root-path-to-blog as rule id during the rule creation. Fix issue if you have multiple blog with same id. This can be the case if you use LinguaPlone with languages folder (/fr, /nl, ...)
        
        1.0a2 (2013-01-17)
        ------------------
        
        - fix setup view content rule creation (issue was on the target_root_folder)
        
        
        1.0a1 (2013-01-16)
        ------------------
        
        - Initial release
        
Keywords: plone blog
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
