2001-06-08 03:12:28 +02:00
|
|
|
<!-- -*- sgml -*-
|
|
|
|
DocBook Miscellaneous FreeBSD Entities.
|
|
|
|
|
2001-10-18 22:48:57 +02:00
|
|
|
$FreeBSD$
|
2004-09-07 16:25:02 +02:00
|
|
|
|
|
|
|
This file is now valid XML as well as SGML. Please do not add CDATA
|
|
|
|
attributes or anything else that will prevent this file from being
|
|
|
|
used in both environments.
|
|
|
|
|
2001-06-08 03:12:28 +02:00
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- 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">
|
|
|
|
|
2002-09-08 23:25:24 +02:00
|
|
|
<!--
|
2004-09-07 16:25:02 +02:00
|
|
|
Use this entity when referring to 'UNIX' in your document.
|
2002-09-08 23:25:24 +02:00
|
|
|
-->
|
2002-12-08 23:17:04 +01:00
|
|
|
<!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
|
2004-07-25 13:30:53 +02:00
|
|
|
<!ENTITY nis "<acronym role='Network Information System'>NIS</acronym>">
|
2003-07-31 07:45:50 +02:00
|
|
|
|
2004-07-14 11:36:23 +02:00
|
|
|
<!-- Use an entity to define these exactly so that the print output
|
|
|
|
stylesheets know what to look for and can format these properly with
|
|
|
|
TeX commands. -->
|
|
|
|
|
|
|
|
<!ENTITY tex '<application>TeX</application>'>
|
|
|
|
<!ENTITY latex '<application>LaTeX</application>'>
|
2003-08-15 04:01:59 +02:00
|
|
|
|
2004-08-25 17:44:45 +02:00
|
|
|
<!-- Use an entity for the X.Org X server -->
|
|
|
|
|
|
|
|
<!ENTITY xorg "Xorg">
|
|
|
|
|
2001-09-27 03:08:57 +02:00
|
|
|
<!-- 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 -->
|
2005-10-16 15:59:26 +02:00
|
|
|
<!ENTITY rel.current "6.0">
|
|
|
|
<!ENTITY rel.current.date "Oct 2005">
|
2001-11-26 02:47:20 +01:00
|
|
|
<!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'>
|
2001-09-27 03:08:57 +02:00
|
|
|
|
2003-03-08 16:42:46 +01:00
|
|
|
<!-- Entities for multiple "latest" versions of FreeBSD -->
|
2005-10-16 15:59:26 +02:00
|
|
|
<!ENTITY rel2.current "5.4">
|
|
|
|
<!ENTITY rel2.current.date "May 2005">
|
2003-03-08 16:42:46 +01:00
|
|
|
<!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'>
|
|
|
|
|
2003-09-14 23:21:12 +02:00
|
|
|
<!-- Entities for the snapshots -->
|
|
|
|
<!ENTITY snapshots.stable
|
|
|
|
'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5-LATEST'>
|
2005-10-16 15:59:26 +02:00
|
|
|
<!ENTITY snapshots.current
|
|
|
|
'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/6-LATEST'>
|
2003-09-14 23:21:12 +02:00
|
|
|
|
2001-07-28 06:06:29 +02:00
|
|
|
<!-- Sections that we don't want to be published -->
|
|
|
|
<!ENTITY % not.published "IGNORE">
|
|
|
|
|
2001-07-15 01:09:20 +02:00
|
|
|
<!-- Number of ports in the ports tree -->
|
2005-08-28 04:31:57 +02:00
|
|
|
<!ENTITY os.numports "13,300">
|
|
|
|
<!ENTITY ports.size "440 MB">
|
2001-10-18 22:48:57 +02:00
|
|
|
|
|
|
|
<!-- GUI-buttons -->
|
|
|
|
<!ENTITY gui.ok "<guibutton>[ OK ]</guibutton>">
|
|
|
|
<!ENTITY gui.cancel "<guibutton>[ Cancel ]</guibutton>">
|
2004-08-07 14:12:29 +02:00
|
|
|
<!ENTITY gui.yes "<guibutton>[ Yes ]</guibutton>">
|
|
|
|
<!ENTITY gui.no "<guibutton>[ No ]</guibutton>">
|