Author: gwilson
Date: 2007-08-03 22:19:14 -0500 (Fri, 03 Aug 2007)
New Revision: 5796

Modified:
   django/trunk/docs/add_ons.txt
   django/trunk/docs/api_stability.txt
   django/trunk/docs/model-api.txt
   django/trunk/docs/overview.txt
   django/trunk/docs/sitemaps.txt
   django/trunk/docs/sites.txt
   django/trunk/docs/url_dispatch.txt
Log:
Fixed #5078 -- Fixed several broken links to the syndication documentation.


Modified: django/trunk/docs/add_ons.txt
===================================================================
--- django/trunk/docs/add_ons.txt       2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/add_ons.txt       2007-08-04 03:19:14 UTC (rev 5796)
@@ -214,7 +214,7 @@
 
 See the `syndication documentation`_.
 
-.. _syndication documentation: ../syndication/
+.. _syndication documentation: ../syndication_feeds/
 
 Other add-ons
 =============

Modified: django/trunk/docs/api_stability.txt
===================================================================
--- django/trunk/docs/api_stability.txt 2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/api_stability.txt 2007-08-04 03:19:14 UTC (rev 5796)
@@ -114,7 +114,7 @@
 .. _sending email: ../email/
 .. _sessions: ../sessions/
 .. _settings: ../settings/
-.. _syndication: ../syndication/
+.. _syndication: ../syndication_feeds/
 .. _template language: ../templates/
 .. _transactions: ../transactions/
 .. _url dispatch: ../url_dispatch/

Modified: django/trunk/docs/model-api.txt
===================================================================
--- django/trunk/docs/model-api.txt     2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/model-api.txt     2007-08-04 03:19:14 UTC (rev 5796)
@@ -1942,10 +1942,12 @@
 link that will jump you directly to the object's public view, according to
 ``get_absolute_url()``.
 
-Also, a couple of other bits of Django, such as the syndication-feed framework,
+Also, a couple of other bits of Django, such as the `syndication feed 
framework`_,
 use ``get_absolute_url()`` as a convenience to reward people who've defined the
 method.
 
+.. syndication feed framework: ../syndication_feeds/
+
 It's good practice to use ``get_absolute_url()`` in templates, instead of
 hard-coding your objects' URLs. For example, this template code is bad::
 

Modified: django/trunk/docs/overview.txt
===================================================================
--- django/trunk/docs/overview.txt      2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/overview.txt      2007-08-04 03:19:14 UTC (rev 5796)
@@ -288,11 +288,13 @@
 features:
 
     * A caching framework that integrates with memcached or other backends.
-    * A syndication framework that makes creating RSS and Atom feeds as easy as
+    * A `syndication framework`_ that makes creating RSS and Atom feeds as 
easy as
       writing a small Python class.
     * More sexy automatically-generated admin features -- this overview barely
       scratched the surface.
 
+.. _syndication framework: ../syndication_feeds/
+
 The next obvious steps are for you to `download Django`_, read `the tutorial`_
 and join `the community`_. Thanks for your interest!
 

Modified: django/trunk/docs/sitemaps.txt
===================================================================
--- django/trunk/docs/sitemaps.txt      2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/sitemaps.txt      2007-08-04 03:19:14 UTC (rev 5796)
@@ -21,7 +21,7 @@
 It works much like Django's `syndication framework`_. To create a sitemap, just
 write a ``Sitemap`` class and point to it in your URLconf_.
 
-.. _syndication framework: ../syndication/
+.. _syndication framework: ../syndication_feeds/
 .. _URLconf: ../url_dispatch/
 
 Installation

Modified: django/trunk/docs/sites.txt
===================================================================
--- django/trunk/docs/sites.txt 2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/sites.txt 2007-08-04 03:19:14 UTC (rev 5796)
@@ -318,7 +318,7 @@
 
 .. _redirects framework: ../redirects/
 .. _flatpages framework: ../flatpages/
-.. _syndication framework: ../syndication/
+.. _syndication framework: ../syndication_feeds/
 .. _authentication framework: ../authentication/
 
 ``RequestSite`` objects

Modified: django/trunk/docs/url_dispatch.txt
===================================================================
--- django/trunk/docs/url_dispatch.txt  2007-08-04 00:27:59 UTC (rev 5795)
+++ django/trunk/docs/url_dispatch.txt  2007-08-04 03:19:14 UTC (rev 5796)
@@ -404,7 +404,7 @@
 to pass metadata and options to views.
 
 .. _generic views: ../generic_views/
-.. _syndication framework: ../syndication/
+.. _syndication framework: ../syndication_feeds/
 
 .. admonition:: Dealing with conflicts
 


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to