Metadata-Version: 1.1
Name: collective.tiles.githubgist
Version: 0.1
Summary: A tile that shows Gists from GitHub.
Home-page: https://github.com/it-spirit/collective.tiles.githubgist
Author: it-spirit
Author-email: thomas.massmann@it-spir.it
License: GPL version 2
Download-URL: https://pypi.python.org/pypi/collective.tiles.githubgist
Description: collective.tiles.githubgist
        ===========================
        
        This Plone Add-On adds a tile for `Plone`_ Websites to show GitHub Gists.
        
        
        Mostly Harmless
        ---------------
        
        .. image:: https://travis-ci.org/it-spirit/collective.tiles.githubgist.png?branch=master
            :target: http://travis-ci.org/it-spirit/collective.tiles.githubgist
            :alt: Travis CI status
        
        Features
        --------
        
        - Adds a new tile to embed GitHub Gists into a Plone website.
        - Registers the tile for `Mosaic`_, if it is installed.
        
        
        Installation
        ------------
        
        Install collective.tiles.githubgist by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.tiles.githubgist
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/it-spirit/collective.tiles.githubgist/issues
        - Source Code: https://github.com/it-spirit/collective.tiles.githubgist
        - Documentation: https://collectivetilesgithubgist.readthedocs.io
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a issue tracker located at: https://github.com/it-spirit/collective.tiles.githubgist/issues
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        .. _`Mosaic`: https://github.com/plone/plone.app.mosaic
        .. _`Plone`: https://plone.org
        
        Contributors
        ------------
        
        - Thomas Massmann, thomas.massmann@it-spir.it
        
        Changelog
        =========
        
        
        0.1 (2017-06-04)
        ----------------
        
        - Initial release.
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
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
