aboutsummaryrefslogtreecommitdiff
path: root/src/Html.hs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2005-01-10 19:18:22 by ross]ross2005-01-101-1/+6
| | | | | | | | | | Render non-ASCII characters using numeric character references, to simplify charset issues. There's a META tag saying the charset is UTF-8, but GHC outputs characters as raw bytes. Ideally we need an encoding on the input side too, primarily in comments, because source files containing non-ASCII characters aren't portable between locales.
* [haddock @ 2004-08-03 19:35:59 by panne]panne2004-08-031-4/+2
| | | | Fixed spelling of "http-equiv" attribute
* [haddock @ 2004-08-02 20:32:28 by panne]panne2004-08-021-20/+4
| | | | Nuked dead code
* [haddock @ 2004-03-25 16:00:36 by simonmar]simonmar2004-03-251-13/+25
| | | | Remove all that indentation in the generated HTML to keep the file sizes down.
* [haddock @ 2004-03-25 15:45:10 by simonmar]simonmar2004-03-251-2/+2
| | | | Eliminate some unnecessary spaces in the HTML rendering
* [haddock @ 2004-03-25 15:17:23 by simonmar]simonmar2004-03-251-1/+7
| | | | | | | | | | Add support for collaspible parts of the page, with a +/- button and a bit of JavaScript. Make the instances collapsible, and collapse them by default. This makes documentation with long lists of instances (eg. the Prelude) much easier to read. Maybe we should give other documentation sections the same treatment.
* [haddock @ 2002-07-24 09:42:17 by simonmar]simonmar2002-07-241-37/+58
| | | | Patches to quieten ghc -Wall, from those nice folks at Galois.
* [haddock @ 2002-04-08 16:41:37 by simonmar]simonmar2002-04-081-0/+1011
- Add our own versions of Html & BlockTable for the time being. - Add support for generating an index to the HTML backend