doc/share/sgml/freebsd.ent
Bruce A. Mah f602b36021 Somewhat formalize the "multiple 'latest' versions" entities hack
of doc/en_US.ISO8859-1/books/faq/book.sgml rev 1.509 by moving
the entity definitions to the place where we define all the other
version number entities.  This makes it far more likely that they'll
be updated correctly during version number bumps.
2003-03-08 15:42:46 +00:00

43 lines
1.7 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">
<!--
Use this entity when refering to 'UNIX' in your document.
-->
<!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
<!-- 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 "5.0">
<!ENTITY rel.current.date CDATA "January 2003">
<!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'>
<!-- Entities for multiple "latest" versions of FreeBSD -->
<!ENTITY rel2.current CDATA "4.7">
<!ENTITY rel2.current.date CDATA "October 2002">
<!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
<!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
<!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.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 "8,200">
<!ENTITY ports.size "210&nbsp;MB">
<!-- GUI-buttons -->
<!ENTITY gui.ok "<guibutton>[&nbsp;OK&nbsp;]</guibutton>">
<!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">