Changes between Version 2 and Version 3 of DjangoSpecifications/Docs/ConvertingRestToOtherFormats


Ignore:
Timestamp:
Mar 20, 2008, 4:42:38 PM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Docs/ConvertingRestToOtherFormats

    v2 v3  
    2121== Implementation ==
    2222
    23 mrts has a somewhat incomplete implementation that will be attached soon.
     23The proposal has been mostly implemented, though neither inter-page links nor images have been dealt with.
     24
     25This is an example run:
     26{{{
     27$ trunk/django/bin/django-admin.py htmldocs trunk/docs foo
     28Writing 'foo/add_ons.html'...  done
     29Writing 'foo/admin_css.html'...  done
     30Writing 'foo/apache_auth.html'...  done
     31Writing 'foo/api_stability.html'...  done
     32Writing 'foo/authentication.html'...  done
     33Writing 'foo/cache.html'...  done
     34Writing 'foo/contenttypes.html'...  done
     35Writing 'foo/contributing.html'...  done
     36Writing 'foo/csrf.html'...  done
     37Writing 'foo/custom_model_fields.html'...  done
     38Writing 'foo/databases.html'...  done
     39Writing 'foo/databrowse.html'...  done
     40Writing 'foo/db-api.html'...  done
     41Writing 'foo/design_philosophies.html'...  done
     42Writing 'foo/distributions.html'...  done
     43Writing 'foo/django-admin.html'...  done
     44Writing 'foo/documentation.html'...  done
     45Writing 'foo/email.html'...  done
     46Writing 'foo/faq.html'...  done
     47Writing 'foo/fastcgi.html'...  done
     48Writing 'foo/flatpages.html'...  done
     49Writing 'foo/form_for_model.html'...  done
     50Writing 'foo/form_preview.html'...  done
     51Writing 'foo/form_wizard.html'...  done
     52Writing 'foo/forms.html'...  done
     53Writing 'foo/generic_views.html'...  done
     54Writing 'foo/i18n.html'...  done
     55Writing 'foo/install.html'...  done
     56Writing 'foo/legacy_databases.html'...  done
     57Writing 'foo/localflavor.html'...  done
     58Writing 'foo/middleware.html'...  done
     59Writing 'foo/model-api.html'...  done
     60Writing 'foo/modelforms.html'...  done
     61Writing 'foo/modpython.html'...  done
     62Writing 'foo/newforms.html'...  done
     63Writing 'foo/outputting_csv.html'...  done
     64Writing 'foo/outputting_pdf.html'...  done
     65Writing 'foo/overview.html'...  done
     66Writing 'foo/pagination.html'...  done
     67Writing 'foo/redirects.html'...  done
     68Writing 'foo/release_notes_0.95.html'...  done
     69Writing 'foo/release_notes_0.96.html'...  done
     70Writing 'foo/request_response.html'...  done
     71Writing 'foo/serialization.html'...  done
     72Writing 'foo/sessions.html'...  done
     73Writing 'foo/settings.html'...  done
     74Writing 'foo/shortcuts.html'...  done
     75Writing 'foo/sitemaps.html'...  done
     76Writing 'foo/sites.html'...  done
     77Writing 'foo/static_files.html'...  done
     78Writing 'foo/syndication_feeds.html'...  done
     79Writing 'foo/templates.html'...  done
     80Writing 'foo/templates_python.html'...  done
     81Writing 'foo/testing.html'...  done
     82Writing 'foo/transactions.html'...  done
     83Writing 'foo/tutorial01.html'...  done
     84Writing 'foo/tutorial02.html'...  done
     85Writing 'foo/tutorial03.html'...  done
     86Writing 'foo/tutorial04.html'...  done
     87Writing 'foo/unicode.html'...  done
     88Writing 'foo/url_dispatch.html'...  done
     89Writing 'foo/webdesign.html'...  done
     90Writing index...  done
     91All done
     92}}}
     93
     94A page from multi-page output looks like this:[[br]]
     95[[Image(Screenshot.png)]]
     96
     97The single-page output looks like this:[[br]]
     98[[Image(Screenshot.png)]]
Back to Top