aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/freebsd.ent
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
commit77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch)
tree6c394d8308f5374809b0162fc0be16c6eff713f8 /share/sgml/freebsd.ent
parentb4346b9b2dfe86a97907573086dff096850dcb1d (diff)
downloaddoc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.tar.gz
doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.zip
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=39632
Diffstat (limited to 'share/sgml/freebsd.ent')
-rw-r--r--share/sgml/freebsd.ent108
1 files changed, 0 insertions, 108 deletions
diff --git a/share/sgml/freebsd.ent b/share/sgml/freebsd.ent
deleted file mode 100644
index 3c0bec09f9..0000000000
--- a/share/sgml/freebsd.ent
+++ /dev/null
@@ -1,108 +0,0 @@
-<!-- -*- 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>#</prompt>">
-<!ENTITY prompt.user "<prompt>&#37;</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.i386 "i386">
-<!ENTITY arch.ia64 "ia64">
-<!ENTITY arch.mips "mips">
-<!ENTITY arch.pc98 "pc98">
-<!ENTITY arch.powerpc "powerpc">
-<!ENTITY arch.sparc64 "sparc64">
-<!ENTITY arch.sun4v "sun4v">
-
-<!--
- Use this entity when referring to 'UNIX' in your document.
--->
-<!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
-<!ENTITY nis "<acronym 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>TeX</application>'>
-<!ENTITY latex '<application>LaTeX</application>'>
-
-<!-- Use an entity for the X.Org X server -->
-
-<!ENTITY xorg "Xorg">
-<!ENTITY xorg.version "7.5.2">
-
-<!-- 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 -->
-<!ENTITY rel.current "9.0">
-<!ENTITY rel.current.date "January 2012">
-<!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 "8.3">
-<!ENTITY rel2.current.date "April 2012">
-<!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'>
-
-<!--
-<!ENTITY rel2.current "7.4">
-<!ENTITY rel2.current.date "February 2011">
-<!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 "23,000">
-<!ENTITY ports.size "500&nbsp;MB">
-
-<!-- Teams and Hats -->
-<!ENTITY team.re "&a.kib;, &a.blackend;, &a.jpaetzel;, &a.hrs;, &a.kensmith;, &a.rwatson;, &a.bz;">
-
-<!-- GUI-buttons -->
-<!ENTITY gui.ok "<guibutton>[&nbsp;OK&nbsp;]</guibutton>">
-<!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">
-<!ENTITY gui.yes "<guibutton>[&nbsp;Yes&nbsp;]</guibutton>">
-<!ENTITY gui.no "<guibutton>[&nbsp;No&nbsp;]</guibutton>">