summaryrefslogtreecommitdiff
path: root/sandbox/odf2docutils/odf2docutilslib
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to docutils_xml V0.4.smerten2013-11-303-19/+25
| | | | 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-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7730 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Code uses docutils_xml.smerten2013-11-167-471/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7728 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactoring:smerten2013-11-117-268/+501
| | | | | | | | | | | | | | * 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-034-119/+518
| | | | | | | | | | | | | | | | | | * 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
* ODF headers `text:h` are converted.smerten2013-08-042-3/+291
| | | | | | | 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
* Corrected licence.smerten2013-08-011-0/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7709 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added script. Tests not yet converted.smerten2013-07-312-0/+267
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04