summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* updated documentation, renaming id to ids and name to namesmultiple-idswiemann2005-03-265-46/+46
* some minor cleanups; added some commentswiemann2005-03-263-12/+19
* simplified test a little;wiemann2005-03-263-11/+6
* made footnote and citation Targetable;wiemann2005-03-263-3/+42
* removed unnecessary Targetable.indirect_reference_name attributewiemann2005-03-262-4/+0
* some minor cleanupswiemann2005-03-262-7/+4
* renamed reference['names'] to reference['name']wiemann2005-03-2610-81/+80
* some fixes; eliminated some code duplicationwiemann2005-03-264-39/+111
* transforms: replaced SectionTargets and ChainedTargets by PropagateTargets,wiemann2005-03-268-235/+231
* added support for multiple IDs in HTML writerwiemann2005-03-251-2/+5
* fixed checking of unreferenced targets in InternalTargets transformwiemann2005-03-251-11/+7
* removed Py22 compatibility klugdes which are not required anymorewiemann2005-03-252-13/+3
* restored Py21 compatibilitywiemann2005-03-245-88/+41
* renamed 'class' attribute to 'classes', making it a listwiemann2005-03-2422-124/+133
* added support for multiple 'names' and 'dupnames';wiemann2005-03-2432-522/+540
* <branch> merge -r 3094:3101 trunk branches/multiple-idswiemann2005-03-234-68/+54
* Checked in current state of refactoring towards support of multiple IDs.wiemann2005-03-2336-609/+716
* updatedgoodger2005-03-231-0/+1
* set executable bits on test fileswiemann2005-03-2216-0/+0
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-225-9/+41
* documented the installation of SSH keysgoodger2005-03-221-0/+49
* deleted old .cvsignore fileswiemann2005-03-222-3/+0
* just testingwiemann2005-03-221-2/+0
* just testingwiemann2005-03-221-0/+2
* updated for SVNwiemann2005-03-221-6/+6
* updated for SVNgoodger2005-03-221-2/+2
* added security warnings for "raw" & "include"goodger2005-03-211-0/+15
* updatedgoodger2005-03-211-1/+1
* fixgoodger2005-03-211-1/+1
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-217-1/+127
* line lengthgoodger2005-03-211-2/+4
* reverted rev. 1.90; may have introduced bugswiemann2005-03-211-4/+12
* I don't think nodes.Text should have a children attribute at all, but if it d...goodger2005-03-211-2/+2
* whitespacegoodger2005-03-211-2/+1
* never discard messageswiemann2005-03-201-12/+4
* removed unneeded global variablewiemann2005-03-201-3/+0
* applied some corrections for Dutch translationswiemann2005-03-182-5/+4
* added preliminary document about Subversion repositorywiemann2005-03-181-0/+135
* added Dutch translations; thanks to Martijn Pieterswiemann2005-03-184-0/+174
* made Node.traverse() and Node.next_node() Python 2.1 compatiblewiemann2005-03-151-15/+13
* removed Node.flattened(); added Node.traverse();wiemann2005-03-154-76/+109
* Make buildhtml.py aware of latin-1 encoding.cben2005-03-151-0/+2
* differentiate between paths and URIsgoodger2005-03-1510-13/+31
* Added "uri" directive option conversion function. Added docstrings & documen...goodger2005-03-152-4/+67
* join-paragraph simplified/rewritten by Martin Blaisgoodger2005-03-141-10/+3
* removed unnecessary "footnote-references: brackets" defaultwiemann2005-03-141-4/+1
* removed unnecessary config file entry (is the default)wiemann2005-03-141-1/+0
* removed trailing slash from python_home and pep_home;wiemann2005-03-143-11/+11
* added functional test for PEPs;wiemann2005-03-143-0/+114
* re-added --no-random option of PEP writer for testingwiemann2005-03-145-3/+21