release.ent revision 171888
1<!-- -*- sgml -*-
2
3     $FreeBSD: head/release/doc/share/sgml/release.ent 171888 2007-08-18 16:40:37Z bmah $
4
5     OS Release Information -->
6
7<!-- Version of the OS we're describing.  This needs to be updated
8     with each new release. -->
9<!ENTITY release.current "7.0-CURRENT">
10
11<!-- The previous version used for comparison in the "What's New"
12     section.  For -CURRENT, we might point back to the last
13     branchpoint. -->
14<!ENTITY release.prev "6.0-RELEASE">
15
16<!-- The previous stable release, useful for pointing user's at the
17     release they SHOULD be running if they don't want the bleeding
18     edge. -->
19<!ENTITY release.prev.stable "6.0-RELEASE">
20
21<!-- The next version to be released, usually used for snapshots. -->
22<!ENTITY release.next "7.0-RELEASE">
23
24<!-- The name of this branch. -->
25<!ENTITY release.branch "7-CURRENT">
26
27<!-- The URL for obtaining this version of FreeBSD. -->
28<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
29
30<!-- The type of release (usually this will be either "snapshot"
31     or "release" -->
32<!ENTITY release.type "snapshot">
33<!ENTITY % release.type.current  "INCLUDE">
34<!ENTITY % release.type.snapshot "IGNORE">
35<!ENTITY % release.type.release "IGNORE">
36
37<!-- The manpaths for man page references -->
38<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
39<!ENTITY release.manpath.xfree86       "4.5.0">
40<!ENTITY release.manpath.xorg          "6.9.0">
41<!ENTITY release.manpath.netbsd        "3.0">
42<!ENTITY release.manpath.freebsd-ports "Ports">
43<!ENTITY release.manpath.freebsd       "7-current">
44
45<!-- Text constants which probably don't need to be changed.-->
46
47<!-- Name of our OS.  This is almost certainly going to remain
48     FreeBSD, but we might want to try to do some other formatting or
49     other fancy markup on it in the future. -->
50<!ENTITY os "FreeBSD">
51
52<!-- Architecture names -->
53<!ENTITY arch.amd64 "amd64">
54<!ENTITY arch.arm "arm">
55<!ENTITY arch.i386 "i386">
56<!ENTITY arch.ia64 "ia64">
57<!ENTITY arch.pc98 "pc98">
58<!ENTITY arch.powerpc "powerpc">
59<!ENTITY arch.sparc64 "sparc64">
60<!ENTITY arch.sun4v "sun4v">
61
62