~ubuntu-branches/ubuntu/trusty/python-docutils/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/user/tools.txt

  • Committer: Package Import Robot
  • Author(s): Michael Schutte, Jakub Wilk, Michael Schutte, Dmitry Shachnev
  • Date: 2013-08-05 16:47:43 UTC
  • mfrom: (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130805164743-00lyz2imgs85ttwz
Tags: 0.11-1
[ Jakub Wilk ]
* Remove martin f. krafft and Ben Finney from Uploaders at their requests.

[ Michael Schutte ]
* New upstream release 0.11, closes: #712284, #714880.
  - Drop patch math-output-html.diff: Fixed upstream.
  - Drop patch fix-buildhtml-progress.diff: Applied upstream.
  - Drop patch strict-csv-parser.diff: Fixed upstream.
  - Drop patch unknown-url-exc-use-repr.diff: Applied upstream.
  - Update patch move-data-to-usr-share.diff: Default stylesheet paths for
    writers/html4css1 have changed.
  - Refresh the remaining patches.
  - New patch no-local-roman.diff: Use the roman module from python-roman
    instead of the copy shipped with docutils.
  - Update information about upstream version control in debian/copyright.
* Change my e-mail host in Uploaders and debian/copyright to @debian.org.
* New patch rst2odt_prepstyles-elementtree.diff: Port the rst2odt_prepstyles
  utility to ElementTree.  Drop Recommends: python-lxml.  Closes: #714319.
* New patch odt-writer-ascii-filenames.diff: Only use ASCII for filenames of
  images embedded in ODT files, closes: #714317.

[ Dmitry Shachnev ]
* Use dh_python2 instead of deprecated dh_pysupport.
* Add XS-Testsuite header, and replace XS-Python-Version with preferred
  X-Python-Version (closes: #685509).
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
:Author: David Goodger
6
6
:Contact: docutils-develop@lists.sourceforge.net
7
 
:Revision: $Revision: 7302 $
8
 
:Date: $Date: 2012-01-03 20:23:53 +0100 (Di, 03. Jan 2012) $
 
7
:Revision: $Revision: 7677 $
 
8
:Date: $Date: 2013-07-03 11:39:52 +0200 (Wed, 03 Jul 2013) $
9
9
:Copyright: This document has been placed in the public domain.
10
10
 
11
11
.. contents::
317
317
 
318
318
The ``rst2xml.py`` front end produces Docutils-native XML output.
319
319
This can be transformed with standard XML tools such as XSLT
320
 
processors into arbitrary final forms.
 
320
processors into arbitrary final forms. An example is the xml2rst_ processor
 
321
in the Docutils sandbox.
 
322
 
 
323
.. _xml2rst: ../../../sandbox/xml2rst
321
324
 
322
325
 
323
326
ODF/OpenOffice-Generating Tools
342
345
etc from `Odt Writer for Docutils <odt.html>`_.
343
346
 
344
347
 
345
 
 
 
348
reStructuredText-Generating Tools
 
349
=================================
 
350
 
 
351
Currently, there is no reStructuredText writer in Docutils and therefore
 
352
an ``rst2rst.py`` tool is still missing.
 
353
 
 
354
To generate reStructuredText documents with Docutils, you can use
 
355
the XML (Docutils native) writer and the xml2rst_ processor.
346
356
 
347
357
 
348
358
Testing/Debugging Tools