cfd9e12239
- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/nabibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>?share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible.
83 lines
3.4 KiB
Text
83 lines
3.4 KiB
Text
<!-- $FreeBSD$ -->
|
|
|
|
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
|
<!-- The currently released versions 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. When you update this, you should also
|
|
update (at least) the following:
|
|
|
|
- similar entity in the Handbook
|
|
- similar entity in the Relnotes
|
|
- releases/index.sgml has the date of the current release
|
|
- the FAQ has links to the release FTP url
|
|
- "versions supported" in security.sgml
|
|
|
|
(If you're the release engineer, feel free to update this list with
|
|
other doc-related things you had to do. It'll save you time and
|
|
trouble the next time around :-).)
|
|
|
|
As of 5.0, we now have the concept of two different "currently"
|
|
released versions (from two different development branches). Use
|
|
rel.* and u.rel.* for the "latest and greatest" version and
|
|
rel2.* and u.rel2.* for the "conservative users" version.
|
|
-->
|
|
|
|
<!ENTITY rel.head.major '7'>
|
|
<!ENTITY rel.head '&rel.head.major;.0'>
|
|
|
|
<!-- If there is no release currently in the release cycle (i.e. we
|
|
don't have something in BETAn or RCn), then change %beta.testing
|
|
below to "IGNORE". If we do, use "INCLUDE". -->
|
|
<!ENTITY beta.testing "IGNORE">
|
|
<!ENTITY % beta.testing "IGNORE">
|
|
<!ENTITY betarel.current '5.5'>
|
|
<!ENTITY betarel.vers 'RC1'>
|
|
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
|
|
|
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
|
|
are having release candidates at the same time), do the same here. -->
|
|
<!ENTITY beta2.testing "IGNORE">
|
|
<!ENTITY % beta2.testing "IGNORE">
|
|
<!ENTITY betarel2.current '5.5'>
|
|
<!ENTITY betarel2.vers 'RC1'>
|
|
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
|
|
|
<!ENTITY rel.current.major '6'>
|
|
<!ENTITY rel.current '&rel.current.major;.1'>
|
|
<!ENTITY rel.current.date 'May 2006'>
|
|
|
|
<!-- URLs to information on the latest release -->
|
|
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
|
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
|
|
<!ENTITY u.rel.errata '&base;/releases/&rel.current;R/errata.html'>
|
|
<!ENTITY u.rel.hardware '&base;/releases/&rel.current;R/hardware.html'>
|
|
<!ENTITY u.rel.installation '&base;/releases/&rel.current;R/installation.html'>
|
|
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
|
|
<!ENTITY u.rel.early '&base;/releases/&rel.current;R/migration-guide.html'> <!-- TEMP -->
|
|
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
|
|
|
<!-- Secondary "current release" entities -->
|
|
<!ENTITY rel2.current '5.5'>
|
|
<!ENTITY rel2.current.date 'May 2006'>
|
|
<!ENTITY rel2.current.major '5'>
|
|
|
|
<!-- URLs to information on the latest release -->
|
|
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
|
<!ENTITY u.rel2.announce '&base;/releases/&rel2.current;R/announce.html'>
|
|
<!ENTITY u.rel2.errata '&base;/releases/&rel2.current;R/errata.html'>
|
|
<!ENTITY u.rel2.hardware '&base;/releases/&rel2.current;R/hardware.html'>
|
|
<!ENTITY u.rel2.installation '&base;/releases/&rel2.current;R/installation.html'>
|
|
<!ENTITY u.rel2.readme '&base;/releases/&rel2.current;R/readme.html'>
|
|
|
|
<!ENTITY gnomeoldver '2.12'>
|
|
<!ENTITY gnomever '2.14'>
|
|
<!ENTITY gnomedevelver '2.15'>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-indent-data: t
|
|
sgml-omittag: nil
|
|
sgml-always-quote-attributes: t
|
|
End:
|
|
-->
|