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
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.