Metadata-Version: 1.0
Name: collective.seo
Version: 1.1
Summary: SEO add-on let you set values of some html header tags.
Home-page: https://github.com/collective/collective.seo
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This add-on let you set values of some html head tags content. This is important
        when your website has few pages and / or few text content. In that case every
        words are importants and SEO guys whant to be able to change it.
        
        How to use it
        =============
        
        Install this add-on as usual: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        Next you have a new tabs 'SEO' in your edit bar. Click on it will give you 
        a simple form where you can change the following head tags values:
        
        * title
        * description
        * keywords
        
        How it works
        ============
        
        This add-on is a very small one. It has less than 200 lines of code. SEO fields
        are stored in annotation, the form use plone.autoform and it override
        Plone related viewlets plone.htmlhead.title and plone.htmlhead.dublincore to
        achieve the needs.
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
          * `Planet Makina Corpus <http://www.makina-corpus.org>`_
          * `Contact us <mailto:python@makina-corpus.org>`_
        
        
        Authors
        
          - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        Contributors
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        
        
        Changelog
        =========
        
        1.1 (2011-07-03)
        ----------------
        
        - fix setup issue: collective.configviews is a dependency 
        
        - fix if context is not AttributeAnnotable
        
        1.0 (2011-07-01)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
