Bryce Denney b0c6488ed9 The HTML stylesheet likes to print html has the ends of tags on a different
line, like this:
<HTML
><HEAD
><TITLE
>FreeBSD</TITLE
>

Glimpse, which is indexing our website, finds this very confusing and
it cannot pick out the title from this mess.  This script takes a list
of HTML files on the command line and attempts to make the <TITLE> tag
look more normal so that glimpse can understand it.

WARNING: This is a hack.  It's made to work on docbook generated html, but
may do strange things on anything else.
2001-09-16 06:46:11 +00:00
..
2001-09-16 06:42:20 +00:00
2001-09-12 06:33:28 +00:00

This is the base directory for the DocBook documents for the Bochs project. It has been broken down into the following directories:

user - The Bochs User Guide - describes how to setup and use Bochs

development - The Bochs Develement Guide - contains development information and
how to contribute to the Bochs project

documentation - The Bochs Documentation Guide - contains information on how to 
contribute to the documation of the the Bochs project

images - pictures that may be reused in any of the three books.  They can
be referenced using "../images/FILENAME".

include - files to be included from other docbook files