Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change to new page structure | Mark Lentczner | 2010-07-13 | 1 | -1/+6 |
| | |||||
* | remove <++> connector | Mark Lentczner | 2010-06-17 | 1 | -5/+2 |
| | |||||
* | merge in changes from the big-whitespace cleanup | Mark Lentczner | 2010-05-24 | 1 | -2/+18 |
| | |||||
* | clean up Doc formatting code | Mark Lentczner | 2010-04-03 | 1 | -2/+2 |
| | | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections | ||||
* | add exports to Xhtml modules | Mark Lentczner | 2010-03-21 | 1 | -0/+1 |
| | |||||
* | Position of module header, this time in the HTML backends | David Waern | 2010-05-13 | 1 | -1/+0 |
| | |||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -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) |