Metadata-Version: 1.0
Name: cmsplugin-htmlsitemap
Version: 0.1.3
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 PyPI you can simply type into a terminal:
        
            pip install cmsplugin-htmlsitemap
        
        or
        
            easy_install cmsplugin-htmlsitemap
        
        Configuration
        =============
        
        Add ``cmsplugin_htmlsitemap`` to the list of ``INSTALLED_APPS`` in your
        ``settings.py`` file. Don't forget to syncdb your database or migrate if you're
        using ``south``.
        
        After adding the CMS plugin you can configure filtering of listed pages by their::
        
          * starting/minimal level
          * deepest/maximal level
          * is in navigation
          * exact match on created by
          * match title containing substring
          * URL match with regular expression
          * pages in the current language
        
        
        Author
        ======
        
        Copyright 2011-2013 Raphael Jasjukaitis <webmaster@raphaa.de>
        
        
        Contributors
        ============
        
          * GW <gw.2011@tnode.com or http://gw.tnode.com/>
          * Mihai Sucan
          * abrown1982
        
        
        Released under the BSD license.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
