aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Util.hs
Commit message (Collapse)AuthorAgeFilesLines
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-191-216/+0
|
* refactoring of anchor ID and fragment handlingMark Lentczner2010-07-191-12/+2
|
* factored out head element generationMark Lentczner2010-07-171-4/+0
|
* qualify import of XHtml as XHtmlMark Lentczner2010-07-171-3/+3
|
* clean up Util.hsMark Lentczner2010-07-171-22/+2
|
* convert index to new markupMark Lentczner2010-07-161-5/+1
|
* fixed package catpion, added style menuMark Lentczner2010-07-161-2/+10
|
* added two new themes and rough css switcherMark Lentczner2010-07-151-3/+27
|
* clean up of anchorsMark Lentczner2010-07-151-10/+11
|
* change to new page structureMark Lentczner2010-07-131-1/+6
|
* remove <++> connectorMark Lentczner2010-06-171-5/+2
|
* merge in changes from the big-whitespace cleanupMark Lentczner2010-05-241-2/+18
|
* clean up Doc formatting codeMark Lentczner2010-04-031-2/+2
| | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
* add exports to Xhtml modulesMark Lentczner2010-03-211-0/+1
|
* Position of module header, this time in the HTML backendsDavid Waern2010-05-131-1/+0
|
* First, experimental XHTML renderingMark Lentczner2010-03-201-0/+203
switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString)