aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/freebsd.ent
blob: e843a8092b13eab15aa86f3b4827426c0724f0ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- -*- 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>">

<!-- This entity should be overridden for the print output case to
     properly render TeX. -->
<!ENTITY tex 'TeX'>

<!-- 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.2">
<!ENTITY rel.current.date CDATA "January 2004">
<!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.9">
<!ENTITY rel2.current.date CDATA "October 2003">
<!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'>

<!-- Entities for the snapshots -->
<!ENTITY snapshots.stable
  'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/4-LATEST'>
<!ENTITY snapshots.current
  'ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5-LATEST'>

<!-- Sections that we don't want to be published -->
<!ENTITY % not.published 	"IGNORE">

<!-- Number of ports in the ports tree -->
<!ENTITY os.numports "10,000">
<!ENTITY ports.size "300&nbsp;MB">

<!-- GUI-buttons -->
<!ENTITY gui.ok "<guibutton>[&nbsp;OK&nbsp;]</guibutton>">
<!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">