Metadata-Version: 1.1
Name: jmbo-sitemap
Version: 2.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
        =========
        
        2.0.1
        -----
        #. Allow the use of a custom generator.
        
        2.0.0
        -----
        #. Stabilize on Jmbo 2.0.0.
        
        2.0.0a3
        -------
        #. Sitemap classes can now be specified as strings in settings.
        
        2.0.0a2
        -------
        #. Allow sitemaps to be set from settings.
        
        2.0.0a1
        -------
        #. Clean up tests.
        #. Django 1.6 compatibility.
        
        0.1.2
        -----
        #. Omit external links from sitemap.
        #. Google will not accept a sitemap with no urls. In such a case link back to the site.
        
        0.1.1
        -----
        #. Use `django-setuptest>=0.1.4`.
        #. Fix bug where some links may not be included.
        
        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
