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