Django

Code

Show
Ignore:
Timestamp:
09/02/08 11:42:13 (3 months ago)
Author:
jacob
Message:

Cleaned up a bunch of minor doc stuff:

  • Removed flatpages/redirects README; no other contrib apps have those.
  • Cleaned up top-level README to be more readable.
  • Removed outdated references to old docs (Fixes #8701)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/README

    r7294 r8857  
    33 
    44All documentation is in the "docs" directory and online at 
    5 http://www.djangoproject.com/documentation/.  If you're just getting started, 
    6 here's how we recommend you read the docs: 
     5http://docs.djangoproject.com/en/dev/. If you're just getting started, here's 
     6how we recommend you read the docs: 
    77 
    8     * First, read docs/install.txt for instructions on installing Django. 
     8    * First, read docs/intro/install.txt for instructions on installing Django. 
    99 
    10     * Next, work through the tutorials in order (docs/tutorial01.txt, 
    11       docs/tutorial02.txt, etc.). 
     10    * Next, work through the tutorials in order (docs/intro/tutorial01.txt, 
     11      docs/intro/tutorial02.txt, etc.). 
    1212 
    13     * If you want to set up an actual deployment server, read docs/modpython.txt 
    14       for instructions on running Django under mod_python. 
     13    * If you want to set up an actual deployment server, read 
     14      docs/howto/deployment/modpython.txt for instructions on running Django 
     15      under mod_python. 
    1516 
    16     * The rest of the documentation is of the reference-manual variety. 
    17       Read it -- and the FAQ -- as you run into problems. 
     17    * You'll probably want to read through the topical guides (in docs/topics) 
     18      next; from there you can jump to the HOWTOs (in docs/howto) for specific 
     19      problems, and check out the reference (docs/ref) for gory details. 
    1820 
    1921Docs are updated rigorously. If you find any problems in the docs, or think they 
     
    2628 
    2729    * Join the #django channel on irc.freenode.net. Lots of helpful people 
    28       hang out there. Read the archives at http://simon.bofh.ms/logger/django/
     30      hang out there. Read the archives at http://oebfare.com/logger/django/
    2931 
    3032    * Join the django-users mailing list, or read the archives, at