Added `rst2gxl`.
commite524e4c8cda512cd26b73dec34dae00174e9676d
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 24 May 2010 17:38:52 +0000 (24 17:38 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 24 May 2010 17:38:52 +0000 (24 17:38 +0000)
treeb96d53bfb7ba2bd42ed939ad577b282b34988a7f
parentde9e3f39425abb756bad5669ec22322df60fc720
Added `rst2gxl`.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@6331 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
23 files changed:
sandbox/rst2gxl/global.log [new file with mode: 0644]
sandbox/rst2gxl/rst2gxl.py [new file with mode: 0755]
sandbox/rst2gxl/tag.log [new file with mode: 0644]
sandbox/rst2gxl/tests/complex/filterunit.cfg [new file with mode: 0644]
sandbox/rst2gxl/tests/options/expected/multiedgeSections.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/options/expected/reverseTable.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/options/expected/selectTable.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/options/filterunit.cfg [new file with mode: 0644]
sandbox/rst2gxl/tests/options/input/multiedgeSections.opt [new file with mode: 0644]
sandbox/rst2gxl/tests/options/input/multiedgeSections.rst [new file with mode: 0644]
sandbox/rst2gxl/tests/options/input/reverseTable.opt [new file with mode: 0644]
sandbox/rst2gxl/tests/options/input/reverseTable.rst [new file with mode: 0644]
sandbox/rst2gxl/tests/options/input/selectTable.opt [new file with mode: 0644]
sandbox/rst2gxl/tests/options/input/selectTable.rst [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/expected/invalid.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/expected/sections.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/expected/table.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/expected/textOnly.gxl [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/filterunit.cfg [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/input/invalid.rst [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/input/sections.rst [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/input/table.rst [new file with mode: 0644]
sandbox/rst2gxl/tests/simple/input/textOnly.rst [new file with mode: 0644]