summaryrefslogtreecommitdiff
path: root/sandbox/dkuhlman
Commit message (Collapse)AuthorAgeFilesLines
* Moved OpenDocument to a project directory in sandbox.dkuhlman2007-03-2112-4442/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adding proposal for automatically loaded user directive implementations.dkuhlman2007-03-152-0/+719
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5023 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for highlights directive. Fixed styles in highlights,dkuhlman2007-03-146-33/+171
| | | | | | | | | epigraphs, and blockquotes. Bullet and enum lists now have their own styles in each of these block types. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5022 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Various additions and fixes, including:dkuhlman2007-03-126-34/+117
| | | | | | | | | | | | | | | | | | | - Added support for epigraph and the associated attribution. Added and fixed styles for epigraph, attribution, and block-quote. - Added support for line-block. Added style for line blocks. - Added support for substitution (replace directive). Actually, the substitution is done before odtwriter starts walking the tree. But, I added the visit/depart methods so as to eliminate the error messages. - Fixed visit_Text so that it can add *multiple* text nodes that are all children of the same node. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5020 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix for non-utf-8 character sets, e.g. Russian.dkuhlman2007-03-092-6/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed doc.dkuhlman2007-03-083-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Version 1.0d -- Added support for footnotes.dkuhlman2007-03-087-1/+82
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5009 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Replace existing opendocument references with Dave Kuhlman's. Changed bang ↵kippesp2007-02-282-4/+4
| | | | | | PATH for sandbox/dkuhlman/OpenDocument/tools/rst2odt.py git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4962 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added missing "import sys" in tools/rst2odt.py.dkuhlman2007-02-261-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed headers and footers. Added support for references/URLs indkuhlman2007-02-212-37/+43
| | | | | | | | headers and footers. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4927 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Renamed directive "syntaxhighlight" to "sourcecode". Also changeddkuhlman2007-02-205-100/+128
| | | | | | | | to a single argument, which can be "on" or "off" or <lexer-name>. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4917 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added separate list styles for table of contents.dkuhlman2007-01-166-21/+76
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4882 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes to bugs related to titles, headers, and footers.dkuhlman2007-01-155-12/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4881 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed error that occurs when there are no headers or footers.dkuhlman2007-01-111-21/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4880 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for ..header:: and ..footer:: directives and fix todkuhlman2007-01-096-24/+106
| | | | | | | | formatting lines in literal codeblocks. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for "table" and "container" directives.dkuhlman2007-01-056-9/+149
| | | | | | | | | | | | | | | Added support for the "table" directive. Insert title into output with new rststyle-table-title style. Added limited support for "container" directive. Limitations: (1) Only the first class in the list of classes (arguments) is used and (2) that class/style must be a paragraph style and not (for example) a character style. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4852 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Packaged odtwriter as a distribution file for use with distutilsdkuhlman2007-01-027-10/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4841 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed imports to match latest version of Pygments.dkuhlman2006-12-312-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4840 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added a separate lexer for LaTeX syntax highlighting.dkuhlman2006-12-295-42/+88
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4839 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added a Docutils directive which enables user (1) to turn syntaxdkuhlman2006-12-285-43/+246
| | | | | | | | | | | | highlighting in literal code blocks on and off and (2) to specify which lexer (language) to use during syntax highlighing. Updated the documentation to describe the syntax highlighting directive. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4838 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented visit_line, depart_line, visit_line_block,dkuhlman2006-12-226-8/+70
| | | | | | | | | | | depart_line_block. Implemented visit_subtitle and visit_subtitle as references to visit_title and depart_title. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added syntax highlighting for literal code blocks.dkuhlman2006-12-207-60/+420
| | | | | | | | | | | | | | | | | | | | | | | 2006/12/19 -- Version 1.0b -------------------------- Added syntax highlighting for literal code blocks. Syntax highlighting is applied only if Pygments is installed and the --add-syntax-highlighting command line flag is used. Pygments can be found here: http://pygments.pocoo.org/. See the odtwriter documentation for information about the styles used for syntax highlighting. 2006/12/18 -- Version 1.0b -------------------------- Fixed zipfile so that members of .odt have UNIX access permissions and are stored deflated. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4835 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix to open output file in binary mode for MS Windows compatibilitydkuhlman2006-12-111-4/+56
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4827 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Removed references to IPShelldkuhlman2006-12-071-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4821 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix for ElementTree getparent() and fixed zip DEFLATE.dkuhlman2006-12-071-102/+154
| | | | | | | | | | - ElementTree does not implement getparent(). Created wrapper class to support this. - Use of ZipInfo instances prevented compression. Remove it. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4820 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for images and figures.dkuhlman2006-10-183-5/+266
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4770 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor update to the doc.dkuhlman2006-10-103-0/+32
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added doc title to meta-data.dkuhlman2006-09-051-3/+17
| | | | | | | | | | | Centered table of contents heading. Minor fixes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added horizontal line before abstract, before and after table ofdkuhlman2006-09-041-2/+25
| | | | | | | | | | contents, and before decoration at end of file ("view source" etc). Added label for "Contents" and centered the "Abstract" heading. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4718 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added style for centered textdkuhlman2006-09-041-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4717 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor updates to odtwriter doc.dkuhlman2006-09-013-32/+58
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4715 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Renamed: README --> README.txtdkuhlman2006-09-011-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4714 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added use of prefix "rststyle-Table" for generated table styles.dkuhlman2006-09-011-22/+48
| | | | | | | | | Implemented definition of table cell with border width. Added a command line option so that user can specify table border width. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4712 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updates to documentdkuhlman2006-08-303-5/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4709 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added separte section for footer (view source, ...).dkuhlman2006-08-301-24/+66
| | | | | | | | Added visit_field, visit_field_name, visit_field_body, etc. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4708 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Modified style for codeblock.dkuhlman2006-08-301-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4707 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added preliminary documentation for odtwriter.dkuhlman2006-08-304-11/+489
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for visit_authors and visit_title_reference. Changeddkuhlman2006-08-301-85/+128
| | | | | | | | to use the rststyle-textbody for normal text. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added new styles defined for use with odtwriter.dkuhlman2006-08-301-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4704 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added setup.py in support of installing the odt writer etc under docutilsdkuhlman2006-08-281-0/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4703 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes so that rst2odt.py/odtwriter will work when it is installeddkuhlman2006-08-282-28/+54
| | | | | | | | | | | | | | under site-packages/docutils. Fixes so that odtwriter will find the default styles.odt file in the directory where odtwriter.py lives. Added visit_/depart_ methods in support of the source link and docutils footer. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4702 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for tablesdkuhlman2006-08-232-148/+211
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4698 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for option-listsdkuhlman2006-08-192-1/+194
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4697 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added visitor method for doctest_blockdkuhlman2006-08-181-14/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4695 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved styles.odt to writer directorydkuhlman2006-08-181-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4694 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved styles.odt to writer directorydkuhlman2006-08-181-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4693 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Initial checkin for ODF/odtwriterdkuhlman2006-08-174-0/+1016
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4692 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updates for python_latexdkuhlman2003-10-092-1/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1716 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added test for in-line literaldkuhlman2003-08-151-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1629 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added more unit tests for Python LaTeXdkuhlman2003-08-151-5/+159
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1628 929543f6-e4f2-0310-98a6-ba3bd3dd1d04