Changeset 5796
- Timestamp:
- 08/03/07 22:19:14 (1 year ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (1 diff)
- django/trunk/docs/api_stability.txt (modified) (1 diff)
- django/trunk/docs/model-api.txt (modified) (1 diff)
- django/trunk/docs/overview.txt (modified) (1 diff)
- django/trunk/docs/sitemaps.txt (modified) (1 diff)
- django/trunk/docs/sites.txt (modified) (1 diff)
- django/trunk/docs/url_dispatch.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r5439 r5796 215 215 See the `syndication documentation`_. 216 216 217 .. _syndication documentation: ../syndication /217 .. _syndication documentation: ../syndication_feeds/ 218 218 219 219 Other add-ons django/trunk/docs/api_stability.txt
r5064 r5796 115 115 .. _sessions: ../sessions/ 116 116 .. _settings: ../settings/ 117 .. _syndication: ../syndication /117 .. _syndication: ../syndication_feeds/ 118 118 .. _template language: ../templates/ 119 119 .. _transactions: ../transactions/ django/trunk/docs/model-api.txt
r5736 r5796 1943 1943 ``get_absolute_url()``. 1944 1944 1945 Also, a couple of other bits of Django, such as the syndication-feed framework,1945 Also, a couple of other bits of Django, such as the `syndication feed framework`_, 1946 1946 use ``get_absolute_url()`` as a convenience to reward people who've defined the 1947 1947 method. 1948 1949 .. syndication feed framework: ../syndication_feeds/ 1948 1950 1949 1951 It's good practice to use ``get_absolute_url()`` in templates, instead of django/trunk/docs/overview.txt
r5638 r5796 289 289 290 290 * A caching framework that integrates with memcached or other backends. 291 * A syndication frameworkthat makes creating RSS and Atom feeds as easy as291 * A `syndication framework`_ that makes creating RSS and Atom feeds as easy as 292 292 writing a small Python class. 293 293 * More sexy automatically-generated admin features -- this overview barely 294 294 scratched the surface. 295 295 296 .. _syndication framework: ../syndication_feeds/ 297 296 298 The next obvious steps are for you to `download Django`_, read `the tutorial`_ 297 299 and join `the community`_. Thanks for your interest! django/trunk/docs/sitemaps.txt
r5159 r5796 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 django/trunk/docs/sites.txt
r5653 r5796 319 319 .. _redirects framework: ../redirects/ 320 320 .. _flatpages framework: ../flatpages/ 321 .. _syndication framework: ../syndication /321 .. _syndication framework: ../syndication_feeds/ 322 322 .. _authentication framework: ../authentication/ 323 323 django/trunk/docs/url_dispatch.txt
r5638 r5796 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
