Metadata-Version: 1.1
Name: collective.glossary
Version: 1.0a1
Summary: A Dexterity-based content type to define a glossary and its terms.
Home-page: https://github.com/collective/collective.glossary
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: UNKNOWN
Description: ***************
        Glossary
        ***************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ==================================
        
        A Dexterity-based content type to define a glossary and its terms.
        
        This package is inspired in `PloneGlossary`_.
        
        .. _`PloneGlossary`: https://pypi.python.org/pypi/Products.PloneGlossary
        
        Mostly Harmless
        ===============
        
        .. image:: https://secure.travis-ci.org/collective/collective.glossary.png?branch=master
            :alt: Travis CI badge
            :target: http://travis-ci.org/collective/collective.glossary
        
        .. image:: https://coveralls.io/repos/collective/collective.glossary/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/collective/collective.glossary
        
        .. image:: https://pypip.in/d/collective.glossary/badge.png
            :alt: Downloads
            :target: https://pypi.python.org/pypi/collective.glossary/
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/collective/collective.glossary/issues
        
        Don't Panic
        ===========
        
        Installation
        ------------
        
        To enable this package in a buildout-based installation:
        
        #. Edit your buildout.cfg and add add the following to it::
        
            [buildout]
            ...
            eggs =
                collective.glossary
        
        After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ``collective.glossary`` and click the 'Activate' button.
        
        Usage
        -----
        
        TBD.
        
        Share and Enjoy
        ===============
        
        This package would not have been possible without the contribution of the following people:
        
        - Héctor Velarde
        - Rodrigo Ferreira de Souza
        - Font Awesome (`icons`_)
        
        You can find an updated list of package contributors on `GitHub`_.
        
        .. _`GitHub`: https://github.com/collective/collective.glossary/contributors
        .. _`icons`: http://fortawesome.github.io/Font-Awesome/icons/
        
        Changelog
        =========
        
        1.0a1 (2015-05-18)
        ------------------
        
        - Initial release.
        
Keywords: plone glossary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
