summaryrefslogtreecommitdiff
path: root/docutils/writers/html4css1
Commit message (Expand)AuthorAgeFilesLines
* removed my duplicate implementation of utils.relative_path();wiemann2007-08-171-4/+3
* removed accidentally checked-in integrity check; was for debugging onlywiemann2007-08-161-1/+0
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-161-18/+126
* added some bottom margin for sidebars (adding top margin looks funny since si...wiemann2007-06-031-1/+1
* added class="internal"/class="external" to a elementswiemann2007-04-101-5/+7
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-192-2/+2
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
* use Id instead of Date and Revision (Id will not be expanded to non-ASCII cha...include-after-until@4999wiemann2007-03-041-4/+2
* do not use codecs.open, because it always uses binary modewiemann2007-02-261-4/+2
* dropped all name attributes of "a" elementswiemann2007-01-161-23/+12
* + - Moved ``id`` attributes from titles to surrounding ``div``wiemann2007-01-161-31/+10
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-2/+1
* removed unused methodswiemann2006-08-161-6/+0
* added writer_aux.Admonitions transform;wiemann2006-08-161-53/+6
* remove Py21 compatibility cruftwiemann2006-06-081-5/+2
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-212-5/+3
* Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...goodger2006-03-312-14/+51
* removed light gray background for literal blocks & inline literalsgoodger2006-02-031-5/+1
* moved r4311 to address-rendering branchwiemann2006-01-222-10/+8
* fixed different rendering of address nodes;wiemann2006-01-222-8/+10
* removed padding around cells of borderless tables;wiemann2005-12-181-4/+8
* fixed "compact" & "open" classes on lists, and added a functional testgoodger2005-12-151-17/+25
* removed excess instructions from the option help, & tweakgoodger2005-12-141-11/+5
* made "borderless" a general-purpose classgoodger2005-12-131-3/+3
* updatedgoodger2005-12-111-1/+1
* Converted ``docutils/writers/support/`` into individual writer packages; upda...goodger2005-12-092-0/+1874