diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-12-21 08:49:52 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-12-21 08:49:52 +0000 |
| commit | 16aa78cfa38353d9aeb64d6e21f7b1d115d7292d (patch) | |
| tree | a4fd360d0e0de761aed5c30c24e99b8902dc2c7a /docutils/docs/dev | |
| parent | f28a66ece1f73b1da9c9ca4e255b59deb4442001 (diff) | |
| download | docutils-16aa78cfa38353d9aeb64d6e21f7b1d115d7292d.tar.gz | |
Remove spurious hyperlink target, add some interesting links.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6210 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 1383a5ba0..da77f8179 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1793,8 +1793,8 @@ Unimplemented Transforms Convert quotes and dashes to typographically correct entities. Sphinx does this with ``smartypants.py``. - Use a generic version that replaces with Unicode chars and - let the writer replace these if required. + Write a generic version that uses Unicode chars + (let the writer replace these if required). HTML Writer =========== @@ -1917,6 +1917,36 @@ S5/HTML Writer the beginning of the next/current parent section? First/Last also? Tape-player-style buttons like ``|<< << < > >> >>|``? +Epub/HTML Writer +================ + +Add epub as an output format. + +Pack the output of a HTML writer and supporting files (e.g. images) +into one single epub document. + + epub is an open file format for ebooks based on HTML, specified by the + `International Digital Publishing Forum`_. Thus, documents in epub + format are suited to be read with `electronic reading devices`_. The + epub format comprises: + + * `Open Publication Structure (OPS) + <http://www.idpf.org/2007/ops/OPS_2.0_final_spec.html>`_ + * `Open Packaging Format (OPF) + <http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html>`_ + * `OEBPS Container Format (OCF) + <http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm>`_ + + -- rst2epub_ README + +There is a project for epub support with sphinx providing a +(hopefully) reusable framework. + +.. _rst2epub: http://bitbucket.org/wierob/rst2epub/ +.. _International Digital Publishing Forum: http://www.idpf.org/ +.. _electronic reading devices: + http://en.wikipedia.org/wiki/List_of_e-book_readers + LaTeX writer ============ @@ -2131,8 +2161,6 @@ Default layout - \\ % subtitle% + \\[0.5em] % subtitle% -__ ../../../sandbox/latex-variants/README.html#default-font - .. _PSNFSS documentation: http://dante.ctan.org/CTAN/macros/latex/required/psnfss/psnfss2e.pdf .. _compound paragraph: @@ -2244,6 +2272,10 @@ that lists LaTeX counterparts for a wide range of Unicode characters. * The "ucs" package has many translations in ...doc/latex/ucs/config/ +* The bibstuff_ tool ships a `latex_codec` Python module! + +.. _bibstuff: http://code.google.com/p/bibstuff/ + Allow choice between utf8 (standard) and utf8x (extended) encodings ``````````````````````````````````````````````````````````````````` @@ -2378,6 +2410,7 @@ Front-End Tools initialize ``settings_spec`` in ``__init__`` or ``init_options``? * Disable common options that don't apply? + (This should now be easier with ``frontend.filter_settings_spec``.) * Add ``--section-numbering`` command line option. The "sectnum" directive should override the ``--no-section-numbering`` command |
