summaryrefslogtreecommitdiff
path: root/sandbox/odf2docutils
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to docutils_xml V0.5.smerten2013-12-073-46/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7739 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adapted to docutils_xml V0.4.smerten2013-11-306-21/+90
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7734 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adapted to docutils_xml V0.1.smerten2013-11-204-3/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7730 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Code uses docutils_xml.smerten2013-11-1612-474/+147
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7728 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactoring:smerten2013-11-1111-275/+798
| | | | | | | | | | | | | | * Introduced base classes `XmlParser` and `XmlVisitor` for generic support for processing XML input. * Introduced `XsltParser` and `XsltWriter` for generic support for XSLT based parsers. * Introduces `ZipFileInput` for generic support of reading input from a ZIP file. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7725 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Complete refactoring:smerten2013-11-0382-439/+1855
| | | | | | | | | | | | | | | | | | * Standard docutils infrastructure is used * There is a Python based approach besides the XSLT based approach * XSLT and Python based approach are implemented as standard Docutils reader / parser / writer Python implementation has some failing tests because Python implementation is not yet as mature as XSLT implementation. XSLT implementation fails for one test which is beyond the capabilities of XSLT. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7724 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added forgotten tests.smerten2013-08-0420-0/+266
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7714 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* ODF headers `text:h` are converted.smerten2013-08-047-7/+556
| | | | | | | Error log from XSLT is output so messages become visible. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7713 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added `README`.smerten2013-08-024-2/+107
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7711 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Corrected version.smerten2013-08-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7710 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Corrected licence.smerten2013-08-014-2/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7709 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Corrected version.smerten2013-07-311-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7708 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rearranged tests to run with script.smerten2013-07-3131-7/+29
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7707 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added script. Tests not yet converted.smerten2013-07-3110-3/+570
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* First usable version. Converts bullet lists and plain text.smerten2013-07-3155-0/+1939
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04