Django

Code

Changeset 2806

Show
Ignore:
Timestamp:
05/01/06 19:56:32 (3 years ago)
Author:
adrian
Message:

Changed django_website docs/parts/flatten_docs.py to flatten 0.91 docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/apps/docs/parts/flatten_docs.py

    r1897 r2806  
    1111for doc in documents.get_list(): 
    1212    f = flatpages.FlatPage( 
    13         url='/documentation/0_90/%s/' % doc.slug, 
    14         title='Documentation (version 0.90) | %s' % doc.title, 
     13        url='/documentation/0_91/%s/' % doc.slug, 
     14        title='Documentation (version 0.91) | %s' % doc.title, 
    1515        content='%s</div><div id="content-related" class="sidebar"><h2>Contents</h2>%s' % (doc.get_content(), doc.get_toc()), 
    1616        enable_comments=False,