Bochs/bochs/doc/docbook
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
..
development - add nice header with rcsid at the top 2001-09-10 03:59:11 +00:00
documentation - include ../include/defs.sgm which contains commonly used abbreviations 2001-09-12 06:34:50 +00:00
images - add small under construction icon 2001-09-09 19:56:08 +00:00
include - add abbrev for Makefile 2001-09-16 06:42:20 +00:00
user - fix up Downloading Bochs, how to use CVS, Compiling Bochs, Unix 2001-09-16 06:44:58 +00:00
alldocs.html Update to put on website automatically. 2001-06-16 00:23:33 +00:00
fixtitles.pl The HTML stylesheet likes to print html has the ends of tags on a different 2001-09-16 06:46:11 +00:00
Makefile Update to put on website automatically. 2001-06-16 00:23:33 +00:00
outline.txt - tweak 2001-09-12 06:33:28 +00:00
README - describe images and include directories 2001-09-09 21:43:56 +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