Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add exports to Xhtml modules | Mark Lentczner | 2010-03-21 | 6 | -0/+6 | |
| | ||||||
* | Fix compilation with GHC 6.13 | Simon Marlow | 2010-06-02 | 1 | -2/+1 | |
| | ||||||
* | Position of module header, this time in the HTML backends | David Waern | 2010-05-13 | 6 | -6/+0 | |
| | ||||||
* | Add markup support for interactive examples | simon.hengel | 2010-04-02 | 1 | -1/+10 | |
| | ||||||
* | apply changes to Html.hs to Xhtml/*.hs | Mark Lentczner | 2010-03-20 | 1 | -5/+15 | |
| | | | | | | incorporate changes that were made between the time Html.hs was copied and split into Xhtml.hs and Xhtml/*.hs includes patchs after "Wibble" (!) through "Fix build with GHC 6.12.1" | |||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 6 | -0/+1401 | |
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) |