summaryrefslogtreecommitdiff
path: root/docutils/writers/html4css1/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* added class="internal"/class="external" to a elementswiemann2007-04-101-5/+7
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-191-1/+1
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
* 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-211-4/+2
* Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...goodger2006-03-311-14/+43
* moved r4311 to address-rendering branchwiemann2006-01-221-10/+2
* fixed different rendering of address nodes;wiemann2006-01-221-2/+10
* 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
* updatedgoodger2005-12-111-1/+1
* Converted ``docutils/writers/support/`` into individual writer packages; upda...goodger2005-12-091-0/+1599