Metadata-Version: 1.0
Name: cmsplugin-htmlsitemap
Version: 0.1.0
Summary: HTML sitemap plugin for Django CMS
Home-page: https://github.com/raphaa/cmsplugin-htmlsitemap
Author: Raphael Jasjukaitis
Author-email: webmaster@raphaa.de
License: UNKNOWN
Description: cmsplugin-htmlsitemap
        =====================
        
        This is an HTML sitemap plugin for Django CMS.
        
        Requirements
        ============
        
          * Django
          * django-cms
        
        Installation
        ============
        
        Using pip to install the plugin::
        
          pip install cmsplugin-htmlsitemap
        
        Configuration
        =============
        
        Add ``cmsplugin_htmlsitemap`` to the list of ``INSTALLED_APPS`` in your ``settings.py`` file.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
