Metadata-Version: 1.1
Name: indico-plugin-custom-footer
Version: 2.0.0
Summary: Indico Footer Customisation Plugin
Home-page: https://github.com/MaineKuehn/indico_footer
Author: Eileen Kuehn, Max Fischer
Author-email: eileen.kuehn@kit.edu
License: GPLv3+
Description: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ``indico_custom_footer`` - Footer Customisation Plugin for Indico
        ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        
        .. image:: https://readthedocs.org/projects/indico_footer/badge/?version=latest
            :target: http://indico-footer.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation
        
        .. image: https://img.shields.io/pypi/v/indico_footer.svg
            :alt: Available on PyPI
            :target: https://pypi.python.org/pypi/indico_footer/
        
        .. image:: https://img.shields.io/github/license/MaineKuehn/indico_footer.svg
            :alt: License
            :target: https://github.com/MaineKuehn/indico_footer/blob/master/LICENSE
        
        Plugin for the Indico event management system to customise the footer.
        For detailed information, see also the `official documentation <http://indico-footer.readthedocs.io/en/latest/>`_.
        
        Quick Guide
        -----------
        
        To enable the plugin, it must be installed for the python version running ``indico``.
        
        .. code:: bash
        
            python -m pip install indico-plugin-custom-footer
        
        Once installed, it can be enabled in the Indico configuration.
        New footer elements can be added by configuring the plugin in the administrator settings.
        
        Disclaimer
        ----------
        
        This plugin is in no way endorsed, supported or provided by Indico or any other service, provider or entity.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
        WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
        ACTION OF CONTRACT, ORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
        DEALINGS IN THE SOFTWARE.
Keywords: indico customisation footer html plugin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
