Ticket #4569: docs_syndication_link.patch

File docs_syndication_link.patch, 2.1 KB (added by Chris Beaven, 17 years ago)
  • docs/add_ons.txt

     
    214214
    215215See the `syndication documentation`_.
    216216
    217 .. _syndication documentation: ../syndication/
     217.. _syndication documentation: ../syndication_feeds/
    218218
    219219Other add-ons
    220220=============
  • docs/api_stability.txt

     
    114114.. _sending email: ../email/
    115115.. _sessions: ../sessions/
    116116.. _settings: ../settings/
    117 .. _syndication: ../syndication/
     117.. _syndication: ../syndication_feeds/
    118118.. _template language: ../templates/
    119119.. _transactions: ../transactions/
    120120.. _url dispatch: ../url_dispatch/
  • docs/sitemaps.txt

     
    2121It works much like Django's `syndication framework`_. To create a sitemap, just
    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
    2727Installation
  • docs/sites.txt

     
    318318
    319319.. _redirects framework: ../redirects/
    320320.. _flatpages framework: ../flatpages/
    321 .. _syndication framework: ../syndication/
     321.. _syndication framework: ../syndication_feeds/
    322322.. _authentication framework: ../authentication/
  • docs/url_dispatch.txt

     
    404404to pass metadata and options to views.
    405405
    406406.. _generic views: ../generic_views/
    407 .. _syndication framework: ../syndication/
     407.. _syndication framework: ../syndication_feeds/
    408408
    409409.. admonition:: Dealing with conflicts
    410410
Back to Top