Metadata-Version: 1.1
Name: blog.post
Version: 0.1b2
Summary: This package is use to create a Plone blog site
Home-page: http://pypi.python.org/pypi/blog.post
Author: Benoît Suttor
Author-email: ben.suttor@gmail.com
License: GPL
Description: ====================
        blog.post
        ====================
        
        This package is use to create a Plone blog site
        
        * `Source code @ GitHub <https://github.com/bsuttor/blog.post>`_
        * `Releases @ PyPI <http://pypi.python.org/pypi/blog.post>`_
        * `Documentation @ ReadTheDocs <http://bsuttorblog.readthedocs.org>`_
        * `Continuous Integration @ Travis-CI <http://travis-ci.org/bsuttor/blog.post>`_
        
        How it works
        ============
        
        ...
        
        
        Installation
        ============
        
        To install `blog.post` you simply add ``blog.post``
        to the list of eggs in your buildout, run buildout and restart Plone.
        Then, install `blog.post` using the Add-ons control panel.
        
        
        Configuration
        =============
        You can override plone logo. 
        Simply add an image on root of site named `bloglogo.png`.
        
        Changelog
        =========
        
        0.1b2 (2015-01-27)
        ------------------
        
        - View image if image exists.
          [bsuttor]
        
        - Add logo overriding. Simply add an image on root of site named `bloglogo.png`.
          [bsuttor]
        
        - First step add RSS adapter.
          [bsuttor]
        
        
        0.1b1 (2014-11-30)
        ------------------
        
        - Package created using mr.bob
          [bsuttor]
        
Keywords: Plone Python
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
