Django

Code

Changeset 5796

Show
Ignore:
Timestamp:
08/03/07 22:19:14 (1 year ago)
Author:
gwilson
Message:

Fixed #5078 -- Fixed several broken links to the syndication documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/add_ons.txt

    r5439 r5796  
    215215See the `syndication documentation`_. 
    216216 
    217 .. _syndication documentation: ../syndication
     217.. _syndication documentation: ../syndication_feeds
    218218 
    219219Other add-ons 
  • django/trunk/docs/api_stability.txt

    r5064 r5796  
    115115.. _sessions: ../sessions/ 
    116116.. _settings: ../settings/ 
    117 .. _syndication: ../syndication
     117.. _syndication: ../syndication_feeds
    118118.. _template language: ../templates/ 
    119119.. _transactions: ../transactions/ 
  • django/trunk/docs/model-api.txt

    r5736 r5796  
    19431943``get_absolute_url()``. 
    19441944 
    1945 Also, a couple of other bits of Django, such as the syndication-feed framework
     1945Also, a couple of other bits of Django, such as the `syndication feed framework`_
    19461946use ``get_absolute_url()`` as a convenience to reward people who've defined the 
    19471947method. 
     1948 
     1949.. syndication feed framework: ../syndication_feeds/ 
    19481950 
    19491951It's good practice to use ``get_absolute_url()`` in templates, instead of 
  • django/trunk/docs/overview.txt

    r5638 r5796  
    289289 
    290290    * A caching framework that integrates with memcached or other backends. 
    291     * A syndication framework that makes creating RSS and Atom feeds as easy as 
     291    * A `syndication framework`_ that makes creating RSS and Atom feeds as easy as 
    292292      writing a small Python class. 
    293293    * More sexy automatically-generated admin features -- this overview barely 
    294294      scratched the surface. 
    295295 
     296.. _syndication framework: ../syndication_feeds/ 
     297 
    296298The next obvious steps are for you to `download Django`_, read `the tutorial`_ 
    297299and join `the community`_. Thanks for your interest! 
  • django/trunk/docs/sitemaps.txt

    r5159 r5796  
    2222write a ``Sitemap`` class and point to it in your URLconf_. 
    2323 
    24 .. _syndication framework: ../syndication
     24.. _syndication framework: ../syndication_feeds
    2525.. _URLconf: ../url_dispatch/ 
    2626 
  • django/trunk/docs/sites.txt

    r5653 r5796  
    319319.. _redirects framework: ../redirects/ 
    320320.. _flatpages framework: ../flatpages/ 
    321 .. _syndication framework: ../syndication
     321.. _syndication framework: ../syndication_feeds
    322322.. _authentication framework: ../authentication/ 
    323323 
  • django/trunk/docs/url_dispatch.txt

    r5638 r5796  
    405405 
    406406.. _generic views: ../generic_views/ 
    407 .. _syndication framework: ../syndication
     407.. _syndication framework: ../syndication_feeds
    408408 
    409409.. admonition:: Dealing with conflicts