4f4f4d9a83
- Delete checksums for 11.2-RC3. - Add announce.xml and signed announce.asc. - Update the local.branch.name entity in signatures.xml. - Turn off the 'help test' URL on the 11.2-RELEASE schedule. - Update version entities. - Announce 11.2-RELEASE. - Update the 11.2-RELEASE schedule to reflect the announcement had been sent. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
123 lines
5.1 KiB
Text
123 lines
5.1 KiB
Text
<!-- -*- sgml -*-
|
|
DocBook Miscellaneous FreeBSD Entities.
|
|
|
|
$FreeBSD$
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
<!-- These are used in screen elements -->
|
|
|
|
<!ENTITY prompt.root '<prompt xmlns="http://docbook.org/ns/docbook">#</prompt>'>
|
|
<!ENTITY prompt.user '<prompt xmlns="http://docbook.org/ns/docbook">%</prompt>'>
|
|
|
|
<!-- 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">
|
|
|
|
<!-- Entities for various architectures. These are to be used
|
|
only for denoting a variant of FreeBSD for a particular
|
|
architecture (e.g. &os;/&arch.i386;). Other entities should
|
|
be used when referring generically to an architecture,
|
|
particularly because entities such as &i386; properly
|
|
denote trademarks and registered trademarks. -->
|
|
<!ENTITY arch.alpha "alpha">
|
|
<!ENTITY arch.amd64 "amd64">
|
|
<!ENTITY arch.arm "arm">
|
|
<!ENTITY arch.arm64 "arm64">
|
|
<!ENTITY arch.i386 "i386">
|
|
<!ENTITY arch.ia64 "ia64">
|
|
<!ENTITY arch.mips "mips">
|
|
<!ENTITY arch.pc98 "pc98">
|
|
<!ENTITY arch.powerpc "powerpc">
|
|
<!ENTITY arch.powerpc64 "powerpc64">
|
|
<!ENTITY arch.riscv "riscv">
|
|
<!ENTITY arch.sparc64 "sparc64">
|
|
<!ENTITY arch.sun4v "sun4v">
|
|
|
|
<!--
|
|
Use this entity when referring to 'UNIX' in your document.
|
|
-->
|
|
<!ENTITY unix '<trademark xmlns="http://docbook.org/ns/docbook" class="registered">UNIX</trademark>'>
|
|
<!ENTITY nis '<acronym xmlns="http://docbook.org/ns/docbook" role="Network Information System">NIS</acronym>'>
|
|
|
|
<!-- 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 xmlns="http://docbook.org/ns/docbook">TeX</application>'>
|
|
<!ENTITY latex '<application xmlns="http://docbook.org/ns/docbook">LaTeX</application>'>
|
|
|
|
<!-- Use an entity for the X.Org X server -->
|
|
|
|
<!ENTITY xorg "Xorg">
|
|
<!ENTITY xorg.version "7.7">
|
|
|
|
<!-- Use an entity for DTrace to avoid spelling
|
|
mistakes stem from unusual capitalization -->
|
|
|
|
<!ENTITY dtrace "DTrace">
|
|
|
|
<!-- 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 -->
|
|
|
|
<!-- Entities for multiple "latest" versions of FreeBSD -->
|
|
<!ENTITY rel.current "11.2">
|
|
<!ENTITY rel.current.date "June 2018">
|
|
<!ENTITY rel.current.notes 'https://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
|
|
<!ENTITY rel.current.hardware 'https://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
|
|
<!ENTITY rel.current.errata 'https://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
|
|
|
|
<!ENTITY rel1.current "11.1">
|
|
<!ENTITY rel1.current.date "July 2017">
|
|
<!ENTITY rel1.current.notes 'https://www.FreeBSD.org/releases/&rel1.current;R/notes.html'>
|
|
<!ENTITY rel1.current.hardware 'https://www.FreeBSD.org/releases/&rel1.current;R/hardware.html'>
|
|
<!ENTITY rel1.current.errata 'https://www.FreeBSD.org/releases/&rel1.current;R/errata.html'>
|
|
|
|
<!ENTITY rel2.current "10.4">
|
|
<!ENTITY rel2.current.date "October 2017">
|
|
<!ENTITY rel2.current.notes 'https://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
|
|
<!ENTITY rel2.current.hardware 'https://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
|
|
<!ENTITY rel2.current.errata 'https://www.FreeBSD.org/releases/&rel2.current;R/errata.html'>
|
|
|
|
<?ignore
|
|
XXX: These are needed for outdated translations, otherwise the
|
|
XXX: build fails.
|
|
?>
|
|
<!ENTITY rel0.current "11.0">
|
|
<!ENTITY rel0.current.date "October 2016">
|
|
<!ENTITY rel0.current.notes 'https://www.FreeBSD.org/releases/&rel0.current;R/notes.html'>
|
|
<!ENTITY rel0.current.hardware 'https://www.FreeBSD.org/releases/&rel0.current;R/hardware.html'>
|
|
<!ENTITY rel0.current.errata 'https://www.FreeBSD.org/releases/&rel0.current;R/errata.html'>
|
|
|
|
<!ENTITY rel3.current "9.3">
|
|
<!ENTITY rel3.current.date "July 2014">
|
|
<!ENTITY rel3.current.notes 'https://www.FreeBSD.org/releases/&rel3.current;R/notes.html'>
|
|
<!ENTITY rel3.current.hardware 'https://www.FreeBSD.org/releases/&rel3.current;R/hardware.html'>
|
|
<!ENTITY rel3.current.errata 'https://www.FreeBSD.org/releases/&rel3.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 "24,000">
|
|
<!ENTITY ports.size "500 MB">
|
|
|
|
<!-- GUI-buttons -->
|
|
<!ENTITY gui.ok '<guibutton xmlns="http://docbook.org/ns/docbook">[ OK ]</guibutton>'>
|
|
<!ENTITY gui.cancel '<guibutton xmlns="http://docbook.org/ns/docbook">[ Cancel ]</guibutton>'>
|
|
<!ENTITY gui.yes '<guibutton xmlns="http://docbook.org/ns/docbook">[ Yes ]</guibutton>'>
|
|
<!ENTITY gui.no '<guibutton xmlns="http://docbook.org/ns/docbook">[ No ]</guibutton>'>
|