diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-08-31 23:19:53 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-08-31 23:19:53 +0000 |
| commit | 0a11c82b04c7afd6971f959326e092517a55e9a8 (patch) | |
| tree | b62d9b8b577d1a87f3c8d2e489c447ad89223140 /docs | |
| parent | fe9a21b243d5763d7b8d58fb17925d3928704da9 (diff) | |
Added 'sitemaps' to docs/add_ons.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/add_ons.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 6507f3b139..a0377700d7 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -153,6 +153,15 @@ See the `sites documentation`_. .. _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 =========== |
