Ticket #4569: docs_syndication_link.patch
File docs_syndication_link.patch, 2.1 KB (added by , 17 years ago) |
---|
-
docs/add_ons.txt
214 214 215 215 See the `syndication documentation`_. 216 216 217 .. _syndication documentation: ../syndication /217 .. _syndication documentation: ../syndication_feeds/ 218 218 219 219 Other add-ons 220 220 ============= -
docs/api_stability.txt
114 114 .. _sending email: ../email/ 115 115 .. _sessions: ../sessions/ 116 116 .. _settings: ../settings/ 117 .. _syndication: ../syndication /117 .. _syndication: ../syndication_feeds/ 118 118 .. _template language: ../templates/ 119 119 .. _transactions: ../transactions/ 120 120 .. _url dispatch: ../url_dispatch/ -
docs/sitemaps.txt
21 21 It works much like Django's `syndication framework`_. To create a sitemap, just 22 22 write a ``Sitemap`` class and point to it in your URLconf_. 23 23 24 .. _syndication framework: ../syndication /24 .. _syndication framework: ../syndication_feeds/ 25 25 .. _URLconf: ../url_dispatch/ 26 26 27 27 Installation -
docs/sites.txt
318 318 319 319 .. _redirects framework: ../redirects/ 320 320 .. _flatpages framework: ../flatpages/ 321 .. _syndication framework: ../syndication /321 .. _syndication framework: ../syndication_feeds/ 322 322 .. _authentication framework: ../authentication/ -
docs/url_dispatch.txt
404 404 to pass metadata and options to views. 405 405 406 406 .. _generic views: ../generic_views/ 407 .. _syndication framework: ../syndication /407 .. _syndication framework: ../syndication_feeds/ 408 408 409 409 .. admonition:: Dealing with conflicts 410 410