Author: adrian Date: 2006-08-31 18:19:53 -0500 (Thu, 31 Aug 2006) New Revision: 3697
Modified: django/trunk/docs/add_ons.txt Log: Added 'sitemaps' to docs/add_ons.txt Modified: django/trunk/docs/add_ons.txt =================================================================== --- django/trunk/docs/add_ons.txt 2006-08-31 23:17:37 UTC (rev 3696) +++ django/trunk/docs/add_ons.txt 2006-08-31 23:19:53 UTC (rev 3697) @@ -153,6 +153,15 @@ .. _sites documentation: http://www.djangoproject.com/documentation/sites/ +sitemaps +======== + +A framework for generating Google sitemap XML files. + +See the `sitemaps documentation`_. + +.. _sitemaps documentation: http://www.djangoproject.com/documentation/sitemaps/ + syndication =========== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---
