aboutsummaryrefslogtreecommitdiff
path: root/puzzles.but
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-01-24 12:05:21 +0000
committerSimon Tatham <anakin@pobox.com>2005-01-24 12:05:21 +0000
commit2040ff96317be6b93ca459c44bfea5d775a18692 (patch)
tree7f8d186b326a0dc6ec06d0f47fce1db8da49c8fc /puzzles.but
parentd8eb0de7c2210070adcf085e968658cbd00958d6 (diff)
downloadpuzzles-2040ff96317be6b93ca459c44bfea5d775a18692.zip
puzzles-2040ff96317be6b93ca459c44bfea5d775a18692.tar.gz
puzzles-2040ff96317be6b93ca459c44bfea5d775a18692.tar.bz2
puzzles-2040ff96317be6b93ca459c44bfea5d775a18692.tar.xz
First cut at online help under OS X. I just built the HTML version
of the manual using Halibut (with one additional magic tag in the <HEAD> section), stuck it in the right part of the application bundle, referenced it in Info.plist, and added a Help menu. Everything else was automatic. Not bad! [originally from svn r5190]
Diffstat (limited to 'puzzles.but')
-rw-r--r--puzzles.but15
1 files changed, 10 insertions, 5 deletions
diff --git a/puzzles.but b/puzzles.but
index de0bac3..305340a 100644
--- a/puzzles.but
+++ b/puzzles.but
@@ -5,11 +5,16 @@
\cfg{text-filename}{puzzles.txt}
-\cfg{xhtml-contents-filename}{index.html}
-\cfg{xhtml-leaf-level}{1}
-\cfg{xhtml-contents-depth-0}{1}
-\cfg{xhtml-contents-depth-1}{2}
-\cfg{xhtml-leaf-contains-contents}{true}
+\#
+\cfg{html-contents-filename}{index.html}
+\cfg{html-leaf-level}{1}
+\cfg{html-contents-depth-0}{1}
+\cfg{html-contents-depth-1}{2}
+\cfg{html-leaf-contains-contents}{true}
+
+\cfg{html-single-filename}{index.html}
+\cfg{html-head-end}{<meta name="AppleTitle" content="Puzzles Help">}
+\cfg{html-leaf-level}{0}
\cfg{info-filename}{puzzles.info}