summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Collapse)AuthorAgeFilesLines
* updated documentation, renaming id to ids and name to namesmultiple-idswiemann2005-03-265-46/+46
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some minor cleanups; added some commentswiemann2005-03-263-12/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3127 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simplified test a little;wiemann2005-03-263-11/+6
| | | | | | made target footnote names uppercase git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3126 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made footnote and citation Targetable;wiemann2005-03-263-3/+42
| | | | | | | do not propagate targets into footnotes or citations; added tests git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3125 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary Targetable.indirect_reference_name attributewiemann2005-03-262-4/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3124 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some minor cleanupswiemann2005-03-262-7/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3123 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed reference['names'] to reference['name']wiemann2005-03-2610-81/+80
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3122 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some fixes; eliminated some code duplicationwiemann2005-03-264-39/+111
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3121 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* transforms: replaced SectionTargets and ChainedTargets by PropagateTargets,wiemann2005-03-268-235/+231
| | | | | | | | | | | | which propagates internal empty targets to the next element; LaTeX writer loses one internal target, but I won't fix that now but wait until the next rewrite; added Element.note_referenced_by auxiliary function; added true support for multiple names and ids in target elements; added FinalChecks to transform list of totest['hyperlinks']; added auxiliary uniq function git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3120 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for multiple IDs in HTML writerwiemann2005-03-251-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3118 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed checking of unreferenced targets in InternalTargets transformwiemann2005-03-251-11/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3117 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed Py22 compatibility klugdes which are not required anymorewiemann2005-03-252-13/+3
| | | | | | (probably since __metaclass__ = type has gone) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3116 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* restored Py21 compatibilitywiemann2005-03-245-88/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3108 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed 'class' attribute to 'classes', making it a listwiemann2005-03-2422-124/+133
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3107 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for multiple 'names' and 'dupnames';wiemann2005-03-2432-522/+540
| | | | | | now completed: id(s), name(s), dupname(s); to do: class(es) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3104 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* <branch> merge -r 3094:3101 trunk branches/multiple-idswiemann2005-03-234-68/+54
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Checked in current state of refactoring towards support of multiple IDs.wiemann2005-03-2336-609/+716
| | | | | | | | | The 'id' attribute is replaced by an 'ids' attribute (a list). The same will happen later for 'name' (-> 'names') and 'class' (-> 'classes'). Py21-compatibility is currently lost, but it may come back when the refactoring is finished. git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3095 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-03-231-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set executable bits on test fileswiemann2005-03-2216-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-225-9/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documented the installation of SSH keysgoodger2005-03-221-0/+49
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3082 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* deleted old .cvsignore fileswiemann2005-03-222-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3080 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* just testingwiemann2005-03-221-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* just testingwiemann2005-03-221-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3078 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for SVNwiemann2005-03-221-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3077 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for SVNgoodger2005-03-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added security warnings for "raw" & "include"goodger2005-03-211-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3074 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-03-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3073 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixgoodger2005-03-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-217-1/+127
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3071 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* line lengthgoodger2005-03-211-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3070 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted rev. 1.90; may have introduced bugswiemann2005-03-211-4/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3069 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* I don't think nodes.Text should have a children attribute at all, but if it ↵goodger2005-03-211-2/+2
| | | | | | does, it shouldn't be mutable. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3068 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* whitespacegoodger2005-03-211-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3066 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* never discard messageswiemann2005-03-201-12/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3065 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unneeded global variablewiemann2005-03-201-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3064 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* applied some corrections for Dutch translationswiemann2005-03-182-5/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3058 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added preliminary document about Subversion repositorywiemann2005-03-181-0/+135
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3057 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added Dutch translations; thanks to Martijn Pieterswiemann2005-03-184-0/+174
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3056 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made Node.traverse() and Node.next_node() Python 2.1 compatiblewiemann2005-03-151-15/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3049 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed Node.flattened(); added Node.traverse();wiemann2005-03-154-76/+109
| | | | | | | implemented Node.next_node() using Node.traverse() git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make buildhtml.py aware of latin-1 encoding.cben2005-03-151-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3047 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* differentiate between paths and URIsgoodger2005-03-1510-13/+31
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3046 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "uri" directive option conversion function. Added docstrings & ↵goodger2005-03-152-4/+67
| | | | | | documentation. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* join-paragraph simplified/rewritten by Martin Blaisgoodger2005-03-141-10/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary "footnote-references: brackets" defaultwiemann2005-03-141-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3043 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary config file entry (is the default)wiemann2005-03-141-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3042 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed trailing slash from python_home and pep_home;wiemann2005-03-143-11/+11
| | | | | | | removed CVS keywords git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3041 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for PEPs;wiemann2005-03-143-0/+114
| | | | | | | the resulting pep_html.html is not valid XHTML; could you have a look at it, David? git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3040 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* re-added --no-random option of PEP writer for testingwiemann2005-03-145-3/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3039 929543f6-e4f2-0310-98a6-ba3bd3dd1d04