summaryrefslogtreecommitdiff
path: root/bk_xhtml.c (unfollow)
Commit message (Expand)Author
2004-06-12Initial checkin of the shiny new rewritten-from-scratch HTML backSimon Tatham
2004-05-04para_Title was confusing the XHTML backend and preventing it fromSimon Tatham
2004-04-20Infrastructure changes for character set support. ustrtoa,Simon Tatham
2004-04-19Better robustness when backends encounter a Unicode character notSimon Tatham
2004-04-15Standardise on using double quotes in HTML attributes. It turns outSimon Tatham
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham
2004-04-09Added an info(1) backend, which constructs .info files directlySimon Tatham
2004-04-01Now I've got a mechanism for formatting HTML file names to aSimon Tatham
2004-04-01Arrange a mechanism whereby each backend can be passed a filenameSimon Tatham
2004-04-01Add \cfg / -C directives to allow the user to choose the output fileSimon Tatham
2004-04-01Fix a couple of memory leaks in backends.Simon Tatham
2004-03-31After so much fuss was made about this being an _XHTML_ back endSimon Tatham
2004-03-30The navigation links now contain a link to the index page.Simon Tatham
2004-03-30Simplify treatment of the copyright notice, now I've also simplifiedSimon Tatham
2004-03-27Fix bug in HTML index generation: any index tags appearing in aSimon Tatham
2004-03-25Obsoleted the `\preamble' command. Preamble text is now taken to beSimon Tatham
2004-03-25Add a \quote{...} directive, working like <blockquote> in HTML.Simon Tatham
2004-03-24Cleanups to complete the man page backend. Also, an additional newSimon Tatham
2004-03-23Man-page back end for Halibut. Also, a couple of additional markupSimon Tatham
2002-09-03Of course, when I start freeing things in response to valgrind'sSimon Tatham
2002-08-23Just had a play with this newfangled `valgrind' memory debuggerSimon Tatham
2002-08-12Add configurability for section heading formats, in much the sameSimon Tatham
2002-08-11Slightly improve the handling of headings in HTML single-file mode.Simon Tatham
2002-08-11Upgrade to Halibut xhtml backend, to allow leaf_level to be zero (inSimon Tatham
2002-08-05Rename Buttress to Halibut. I _think_ I've caught everything in this pass.Simon Tatham
2002-03-06Rename Index.html to IndexPage.html (storing Buttress output onSimon Tatham
2002-01-29xhtml-navigation-attributes config option (try {align='center'} for instance.James Aylett
2001-12-04This update should bring the Windows Help back end up toSimon Tatham
2001-12-04Fix memory management error (don't free a linked list by freeing xSimon Tatham
2001-12-04Replace Buttress's old tree23 routines with my shiny new countedSimon Tatham
2001-11-25Improve handling of versionids - now every HTML file contains allSimon Tatham
2001-10-26Tree structures documented (ish), and algorithm laid out (even if theJames Aylett
2001-10-25Eliminate completely gratuitous tail recursion in three functionsSimon Tatham
2001-10-25Fix mis-aimed `next' pointers in various sections; appears to haveSimon Tatham
2001-07-16Numeric entities written about properly (Christian Ludlam).James Aylett
2001-01-27Numeric entity references weren't working: the string pointer wasSimon Tatham
2001-01-17 * Now malloc()ing even built-in filenames, so we can free them allJames Aylett
2001-01-06 * Removed original generation code (unused for some time)James Aylett
2001-01-06Numeric entity references are in decimal, not hex (sgt).James Aylett
2001-01-05 * Couple more TODO items, from Simon's feedback.James Aylett
2000-12-21Initial checkin of xhtml backend.James Aylett