Commit graph

5 commits

Author SHA1 Message Date
Murray Stokely
570b02b34f MFP4: Add new second level sections to simplify navigation through
pages that have grown organically for 8+ years without being
reorganized.

Submitted by:	Emily Boyd
Sponsored by:	Google Summer of Code
2005-10-04 05:52:16 +00:00
Nik Clayton
eab69689b8 Install all the documentation in to a single root, $WEBROOT/doc, with the
same naming scheme as that used by the doc/ repo.

Update docs.sgml to point to the documentation in this canonical location.

Update the FAQ/ and handbook/ directories to use symlinks to point to
the real documentation under doc/en_US.ISO_8859-1/.  This means that local
testing of the site (and mirrors) will still work as expected using the
legacy URLs.  Mirrors that expect to see a lot of traffic are advised to
alter their web server configuration so that $WEBROOT/FAQ and $WEBROOT/handbook
are redirected to $WEBROOT/doc/en_US.ISO_8859-1/books/{faq,handbook},
instead of relying on the symlinks.

Discussed on:	doc, www
2001-04-17 09:05:43 +00:00
Nik Clayton
816c39efb9 unset(1) returns '1' if the variable doesn't exist, so use the '||'
operator rather than the '&&' operator.
2001-02-24 18:04:10 +00:00
Nik Clayton
aacc59e899 Remove harmless debug message. 2001-02-23 10:13:49 +00:00
Nik Clayton
9c5c8d0337 Pull all the docs into one place, and simplify/rearrange the list of
available documentation.  There's a hell of a lot more work needs doing
on the website. . .
2001-02-22 15:44:37 +00:00