summaryrefslogtreecommitdiff
path: root/docutils/docs/ref/docutils.dtd
Commit message (Collapse)AuthorAgeFilesLines
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-2/+2
| | | | | | Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Insert "meta" nodes at begin of document.milde2021-06-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8767 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make "meta" a standard node.milde2021-06-171-1/+6
| | | | | | Fixes also bug #241. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make the sidebar's "title" argument optional.milde2020-07-101-1/+1
| | | | | | | | | Feature request #69. The analogous DocBook "sidebar" element's title is optional. too (https://tdg.docbook.org/tdg/5.2/sidebar.html). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8524 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update/expand documentation of element attribute types.milde2019-10-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8407 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Additional "custom attribute types" in the Docutils DTD.milde2019-10-291-21/+65
| | | | | | | | | | | | | Improve the documentational value of the Docutils DTD by defining "parameter entities" for `class names` and `reference keys`. Cf. the `docutils-devel thread`__ on the topic from 2017-01-01. __ https://sourceforge.net/p/docutils/mailman/docutils-develop/thread/CABiJP%3DJ4fUMQ9aORqmcy0jTHXf1vdvrHEuVSJf%2Be6Q3W0YihEg%40mail.gmail.com/#msg35634089 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8406 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix :width: option for the table directives.milde2017-10-191-1/+2
| | | | | | | | | | * add table width argument in docutils.dtd * support table width argument in html and latex writers * fix support in "csv-table" directive * add test cases. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8187 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Enable validation of Docutils XML documents against the DTD:milde2017-02-131-5/+14
| | | | | | | | | | | | Use attribute type NMTOKEN instead of REFID for the `refid` attribute and NMTOKENS for `backrefs`: REFID refers to an ID type instance, however, the `ids` attribute cannot use the ID type because `XML only allows one ID per Element Type`__ and does not support a multiple-ID "IDS" attribute type. __ https://www.w3.org/TR/REC-xml/#sec-attribute-types git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8031 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor typo correctionsgoodger2017-02-131-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8029 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix problems with DTD.milde2016-12-311-6/+7
| | | | | | | | | | | | * align is a new attribute for the table element (was attached to the table entry) * measures may contain the percent sign (%), not allowed in NMTOKENS * documentation update Still errors with xmllint: IDREF cannot ref to "ids". An ID must be unique. There is no IDS datatype. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Docutils Generic DTD: some corrections after test with xlmlint.milde2016-11-291-5/+6
| | | | | | More work to do, many documents still do not validate. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7978 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add "math" and "math_block" to Docutils DTD.milde2015-04-201-3/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7882 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refine documentation of Docutils table objects.milde2015-04-191-0/+3
| | | | | | | | | Clarify why the Bug report #236 "table" node tree needs "colspec" node in "tgroup" is rejected (this is a feature, not a bug). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7880 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* change to :Contact: docutils-develop@lists.sourceforge.netgrubert2012-01-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7302 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-1/+1
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "name" attribute for "reference" element, already in usegoodger2006-01-231-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4320 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the "container" element & directive, a generic containergoodger2005-10-281-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated for plural attributes "classes", "ids", "names", "dupnames".goodger2005-10-021-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3916 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "title" attribute to document tree referencewiemann2005-06-291-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3622 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for units in image widths and heights;wiemann2005-06-161-2/+5
| | | | | | | I called a number combined with a unit (e.g. 5em) a "measure"; I am not entirely sure if that's the right term, though git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3497 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-141-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "border" option to "image" directive (& attribute to doctree element); ↵goodger2005-05-091-0/+1
| | | | | | updated docs & tests. Closes Feature Request 1193389. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "image" directive: added checks for valid values of "align" option, ↵goodger2005-04-211-0/+8
| | | | | | depending on context. "figure" directive: added specialized "align" option and attribute on "figure" element. Added HTML support for ``align`` attribute on ``figure`` elements. Updated docs & tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow topics within sidebars; no topics within body elementsgoodger2005-04-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3199 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-071-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3184 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "stub-columns" options to "csv-table" and "list-table" directives, ↵goodger2005-04-051-1/+3
| | | | | | plus support, docs, and tests git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simplified structure model and clarified restrictions on transitionsgoodger2004-11-261-4/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2872 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow empty sections and documentswiemann2004-11-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated doctree to match real behavior: list_items may be emptywiemann2004-11-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2833 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Enabled multiple classifiers in ``definition_list_item`` elements.goodger2004-11-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2800 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Enabled multiple format names for "raw" directive.goodger2004-11-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "ltrim" and "rtrim" attributes to ``substitution_definition`` element.goodger2004-11-021-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2794 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed error: name and dupname are CDATA, e.g. name="this is a test"wiemann2004-10-311-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2788 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed line breakgoodger2004-10-311-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2786 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* bugfix: show that a section element is *not* required (reported by Jason ↵goodger2004-10-311-1/+1
| | | | | | Diamond) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2785 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated DTD to allow transitions between sectionswiemann2004-10-301-5/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2777 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "compound" elementgoodger2004-10-191-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2722 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* oops; revert 1.30goodger2004-10-191-5/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2721 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor cleanupgoodger2004-10-191-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2720 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor cleanupgoodger2004-10-191-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2719 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Changed structure of the ``line_block`` element; added ``line``.goodger2004-10-051-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2223 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update to make sections equivalent to documents, except sectionsaahz2004-03-211-1/+7
| | | | | | | must have title. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1842 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support for body-level reference nodesgoodger2004-01-041-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1792 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added inline markup parsing to field lists' field namesgoodger2003-12-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1771 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "sidebar", "rubric", "attribution", "admonition", "superscript", ↵goodger2003-05-241-7/+16
| | | | | | "subscript", and "inline" elements. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-05-091-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1307 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "figwidth" option to "figure" directivegoodger2003-04-181-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1280 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sidebar improvementsgoodger2003-02-201-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1196 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added sidebar directive.pobrien2003-02-201-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1193 929543f6-e4f2-0310-98a6-ba3bd3dd1d04