| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5023 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5009 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
| |
headers and footers.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4927 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4882 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4881 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4880 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4841 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4840 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4839 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4827 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4821 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4770 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4717 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4715 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4714 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4709 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4707 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4704 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4703 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4698 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4697 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4695 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4694 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4693 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4692 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1716 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1629 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1628 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|