Deleted Added
full compact
release.ent (223458) release.ent (241096)
1<!-- -*- sgml -*-
2
1<!-- -*- sgml -*-
2
3 $FreeBSD: head/release/doc/share/sgml/release.ent 223458 2011-06-23 02:38:06Z hrs $
3 $FreeBSD: head/release/doc/share/xml/release.ent 223458 2011-06-23 02:38:06Z hrs $
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 "9.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 "8.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 "8.0-RELEASE">
20
21<!-- The next version to be released, usually used for snapshots. -->
22<!ENTITY release.next "9.0-RELEASE">
23
24<!-- The name of this branch. -->
25<!ENTITY release.branch "9-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.xorg "7.5.1">
40<!ENTITY release.manpath.netbsd "5.1">
41<!ENTITY release.manpath.freebsd-ports "Ports">
42<!ENTITY release.manpath.freebsd "9-current">
43
44<!-- Text constants which probably don't need to be changed.-->
45
46<!-- Name of our OS. This is almost certainly going to remain
47 FreeBSD, but we might want to try to do some other formatting or
48 other fancy markup on it in the future. -->
49<!ENTITY os "FreeBSD">
50
51<!-- Architecture names -->
52<!ENTITY arch.amd64 "amd64">
53<!ENTITY arch.arm "arm">
54<!ENTITY arch.i386 "i386">
55<!ENTITY arch.ia64 "ia64">
56<!ENTITY arch.mips "mips">
57<!ENTITY arch.pc98 "pc98">
58<!ENTITY arch.powerpc "powerpc">
59<!ENTITY arch.sparc64 "sparc64">
60
61<!-- The marker for MFCs. -->
62<!ENTITY merged "MERGED">
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 "9.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 "8.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 "8.0-RELEASE">
20
21<!-- The next version to be released, usually used for snapshots. -->
22<!ENTITY release.next "9.0-RELEASE">
23
24<!-- The name of this branch. -->
25<!ENTITY release.branch "9-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.xorg "7.5.1">
40<!ENTITY release.manpath.netbsd "5.1">
41<!ENTITY release.manpath.freebsd-ports "Ports">
42<!ENTITY release.manpath.freebsd "9-current">
43
44<!-- Text constants which probably don't need to be changed.-->
45
46<!-- Name of our OS. This is almost certainly going to remain
47 FreeBSD, but we might want to try to do some other formatting or
48 other fancy markup on it in the future. -->
49<!ENTITY os "FreeBSD">
50
51<!-- Architecture names -->
52<!ENTITY arch.amd64 "amd64">
53<!ENTITY arch.arm "arm">
54<!ENTITY arch.i386 "i386">
55<!ENTITY arch.ia64 "ia64">
56<!ENTITY arch.mips "mips">
57<!ENTITY arch.pc98 "pc98">
58<!ENTITY arch.powerpc "powerpc">
59<!ENTITY arch.sparc64 "sparc64">
60
61<!-- The marker for MFCs. -->
62<!ENTITY merged "MERGED">