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