summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-06-12 20:09:40 +0000
committerSimon Tatham <anakin@pobox.com>2004-06-12 20:09:40 +0000
commit3ae295ca676ac0db275ad2cc1945fa0eca4a19bd (patch)
tree6d71723dc97b22868321286f4e730836980c7562 /doc
parentbc4fc12bd13dd4555bc8c22e7c5e3ea03d2b239d (diff)
downloadhalibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.zip
halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.tar.gz
halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.tar.bz2
halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.tar.xz
Initial checkin of the shiny new rewritten-from-scratch HTML back
end. There's a lot more _potentiality_ for new features than there are actual new features just yet, but future highlights include: configurable flavour of HTML (3.2, 4, XHTML Transitional or Strict), proper character set support (this is half way there already), and more flexible allocation of sections between multiple HTML files. Meanwhile, immediate benefits include correct handling of special characters within `author' and `description' strings, omission of the filename part in hyperlinks within the same HTML file (in particular, this means a single output file is now totally independent of its filename), and hyperlinks to the index from the top-level contents page (I'm amazed nobody has complained at the lack of this yet!). There are no doubt some shiny new bugs as well, but I'll never find them unless people start using the thing... [originally from svn r4275]
Diffstat (limited to 'doc')
-rw-r--r--doc/licence.but4
-rw-r--r--doc/output.but4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/licence.but b/doc/licence.but
index 4c01c29..0304992 100644
--- a/doc/licence.but
+++ b/doc/licence.but
@@ -1,8 +1,8 @@
-\versionid $Id: licence.but,v 1.2 2004/04/01 17:36:42 simon Exp $
+\versionid $Id: licence.but,v 1.3 2004/06/12 20:09:40 simon Exp $
\A{licence} Halibut Licence
-Halibut is copyright (c) 1999-2004 Simon Tatham and James Aylett.
+Halibut is copyright (c) 1999-2004 Simon Tatham.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
diff --git a/doc/output.but b/doc/output.but
index 3eeecda..5ef0170 100644
--- a/doc/output.but
+++ b/doc/output.but
@@ -565,7 +565,7 @@ number, before displaying the chapter title. For example, if you set
this to \q{\cw{:\_}}, then the chapter title might look something
like \q{Chapter 2: Doing Things}.
-\dt \I{\cw{\\cfg\{xhtml-section-numeric\}}}\cw{\\cfg\{xhtml-section-numeric\}\{}\e{boolean}\cw{\}}
+\dt \I{\cw{\\cfg\{xhtml-section-numeric\}}}\cw{\\cfg\{xhtml-section-numeric\}\{}\e{level}\cw{\}\{}\e{boolean}\cw{\}}
\dd Specifies whether section headings at a particular level should
contain the word \q{Section} or equivalent (if \c{false}), or should
@@ -574,7 +574,7 @@ which level of section headings you want to affect: 0 means
first-level headings (\c{\\H}), 1 means second-level headings
(\c{\\S}), 2 means the level below that (\c{\\S2}), and so on.
-\dt \I{\cw{\\cfg\{xhtml-section-suffix\}}}\cw{\\cfg\{xhtml-section-suffix\}\{}\e{text}\cw{\}}
+\dt \I{\cw{\\cfg\{xhtml-section-suffix\}}}\cw{\\cfg\{xhtml-section-suffix\}\{}\e{level}\cw{\}\{}\e{text}\cw{\}}
\dd Specifies the suffix text to be appended to section numbers at a
particular level, before displaying the section title.