Escape &<> when they appear in href text.
[sgt/halibut] / bk_html.c
2009-11-10 simonEscape &<> when they appear in href text.
2009-10-24 simonAllow a hastily selected subset of the output formats...
2008-03-19 jacobFix cut'n'paste error which had the effect of making...
2008-02-25 simonNew option *-section-shownumber, alongside *-section...
2007-01-31 jacobAdd an `Up' link to the HTML navigation bar of sufficie...
2007-01-31 jacobI haven't found any browsers that do anything disgustin...
2007-01-28 jacobMinimal support for <LINK REL="next"> etc machine-reada...
2007-01-28 jacobTweak the HTML Help output to enable Previous/Next...
2006-12-12 simonThese HHP window dimensions seem to be rubbish. Better...
2006-12-11 simonSupport for the MS HTML Help system in the HTML back...
2006-06-02 simonIntroduce global (cross-backend) \cfg{contents} and...
2006-05-18 simonMissing error handling: the HTML and WinHelp back ends...
2005-03-10 simonAlso, while I'm wandering past here, I've just noticed...
2005-03-10 simonExplicitly constify a bunch of static data declarations...
2005-03-08 jacobAbility to specify multiple arguments to \cfg{html...
2005-03-07 jacobIn contents lists, put <ul> inside <li> to make validat...
2005-02-18 jacobFormatting fix if no index
2005-02-18 jacobComment in template code
2005-02-17 jacobReplace crash with assertion failure if we attempt...
2005-01-24 simonShouldn't consider para_Title to be a heading when...
2005-01-24 simonAdded a new config directive `html-local-head', which...
2004-08-04 jacobFix for an uninitialised structure member spotted by...
2004-07-02 simonAvoid generating an index section if there actually...
2004-06-27 simonSort out error handling everywhere a charset name is...
2004-06-27 simonFree up all the data we allocated during the HTML backend.
2004-06-27 simonSupport non-breaking spaces.
2004-06-27 simonConfig directives for all the extra configurable things...
2004-06-27 simonFix up the restrict_charset and output_charset configur...
2004-06-20 simonVarious HTML backend cleanups.
2004-06-20 simonIntroduce a configurable option to select the HTML...
2004-06-20 simonImprove the naming of fragment IDs for numbered list...
2004-06-19 simonAdd a batch of assertions to ensure no more index terms...
2004-06-19 simonI had somehow managed to leave index entry anchors...
2004-06-19 simonAdd a clash-checking mechanism to ensure we never gener...
2004-06-12 simonSwitch the memory allocation macros from the Halibut...
2004-06-12 simonInitial checkin of the shiny new rewritten-from-scratch...