Metadata-Version: 1.0
Name: jmbo-sitemap
Version: 0.1
Summary: XML and HTML sitemap product for Jmbo
Home-page: http://github.com/praekelt/jmbo-sitemap
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Jmbo Sitemap
        ============
        **XML and HTML sitemap product for Jmbo.**
        
        .. contents:: Contents
            :depth: 5
        
        Installation
        ------------
        
        #. Install or add ``jmbo-sitemap`` to your Python path.
        
        #. Add ``jmbo_sitemap`` and ``django.contrib.sitemaps`` to your ``INSTALLED_APPS`` setting.
        
        #. Add (r'^', include('jmbo_sitemap.urls')) to urlpatterns. You may need to add this early in the chain so other patterns don't take precedence.
        
        Authors
        =======
        
        Praekelt Foundation
        -------------------
        
        * Hedley Roos
        
        Changelog
        =========
        
        0.1
        ---
        #. Initial release.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
