Metadata-Version: 1.0
Name: collective.azindexpage
Version: 1.0.3
Summary: Create a A-Z index page for Plone
Home-page: https://github.com/toutpt/collective.azindexpage
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon provide an index_ page managed by content manager. each
        content can be included in the index and you are choosing for which words
        using the same UI than keywords.
        
        How to install
        ==============
        
        This addon can be installed as any Plone addons. Please follow the official
        documentation_.
        
        How it works
        ============
        
        It extends default schema of Plone content types to provide a new field
        'include this page in index' using an improved keyword field & widget
        using archetypes.linguakeywordwidget_.
        
        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>`_
        
        Authors
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. Contributors
        
        .. _index: http://en.wikipedia.org/wiki/Index_(publishing)
        .. |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
        .. _archetypes.linguakeywordwidget: http://pypi.python.org/pypi/archetypes.linguakeywordwidget
        
        Changelog
        =========
        
        1.0.3 (2013-02-15)
        ------------------
        
        - Make this addon do not break plone if not installed
        
        
        1.0.2 (2012-08-09)
        ------------------
        
        - Add ramcache for words + purge the cache (memoize) when page added to the index.
          [toutpt]
        
        1.0.1 (2012-08-07)
        ------------------
        
        - Fix typo in template which break translation
        
        
        1.0 (2012-08-07)
        ----------------
        
        - Fix JS error preventDefault
        - update NL language
        
        
        1.0b2 (2012-07-03)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0b1 (2012-05-29)
        ------------------
        
        - Initial release
        
Keywords: plone lingua index
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
