1998-01-17 17:26:04 +00:00
|
|
|
This directory contains three versions of the linuxdoc DTD.
|
1997-07-09 04:18:01 +00:00
|
|
|
The first, original.dtd, is the original untouched DTD from the
|
1998-01-17 17:26:04 +00:00
|
|
|
SGML-tools version 0.99.13 toolkit. The second, freebsd-1.0.dtd, has
|
1997-07-09 04:18:01 +00:00
|
|
|
been slightly modified to (a) remove bogus shortref maps, and (b)
|
1998-01-17 17:26:04 +00:00
|
|
|
add a PART element. The third, freebsd-1.1.dtd adds a manref element.
|
1997-07-09 04:18:01 +00:00
|
|
|
|
|
|
|
Using the supplied catalog file with James Clark's SP parser,
|
|
|
|
documents beginning like this:
|
|
|
|
|
|
|
|
<!doctype linuxdoc system>
|
|
|
|
|
1998-01-17 17:26:04 +00:00
|
|
|
will automatically use the original DTD, while these:
|
1997-07-09 04:18:01 +00:00
|
|
|
|
|
|
|
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc//EN">
|
1998-01-17 17:26:04 +00:00
|
|
|
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.0//EN">
|
1997-07-09 04:18:01 +00:00
|
|
|
|
1998-01-17 17:26:04 +00:00
|
|
|
will use the FreeBSD DTD, version 1.0 and this:
|
1997-07-09 04:18:01 +00:00
|
|
|
|
1998-01-17 17:26:04 +00:00
|
|
|
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.1//EN">
|
|
|
|
|
|
|
|
will use the FreeBSD DTD, version 1.1.
|
|
|
|
|
|
|
|
January 17, 1998
|
1997-07-09 04:18:01 +00:00
|
|
|
jfieber@FreeBSD.org
|