doc/share/sgml/freebsd.ent
Bruce A. Mah a5349c9339 Entity-ize the release notes and hardware notes and change a reference
in the FAQ to use these.  (Presumably there'll be others.)

While I'm here, add an entity for the current release's errata file.

Heavily based on the last patch in the PR, modified to be consistent
with the way that the Website build defines similar entities.

PR:		30202
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2001-11-26 01:47:20 +00:00

31 lines
1.2 KiB
Text

<!-- -*- sgml -*-
DocBook Miscellaneous FreeBSD Entities.
$FreeBSD$
-->
<!-- These will almost certainly remain the same, but are here for
consistency and in case we ever want to make hyperlinks out of
some of them. -->
<!ENTITY os "FreeBSD">
<!ENTITY os.current "&os;-CURRENT">
<!ENTITY os.stable "&os;-STABLE">
<!-- The currently released version of FreeBSD. This value is used to
create some links on web sites and such, so do NOT change it until
it's really release time -->
<!ENTITY rel.current CDATA "4.4">
<!ENTITY rel.current.date CDATA "September, 2001">
<!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
<!-- Sections that we don't want to be published -->
<!ENTITY % not.published "IGNORE">
<!-- Number of ports in the ports tree -->
<!ENTITY os.numports "6,000">
<!-- GUI-buttons -->
<!ENTITY gui.ok "<guibutton>[&nbsp;OK&nbsp;]</guibutton>">
<!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">