New test "releases" should have their version numbers bumped in share/sgml/includes.release.*, and the whole thing is easily turn-off-and-on-able via knobs in the same files. Discussed with: re (scottl)
21 lines
815 B
Text
21 lines
815 B
Text
<!-- $FreeBSD: www/share/sgml/includes.navdownload.sgml,v 1.2 2005/10/06 15:27:30 simon Exp $ -->
|
|
|
|
<!ENTITY % relincludes SYSTEM "includes.release.sgml"> %relincludes;
|
|
|
|
<!ENTITY nav '<div id="sidenav">
|
|
<h2 class="blockhide">Section Navigation</h2>
|
|
<ul>
|
|
<li><a href="&base;/where.html">Get FreeBSD</a></li>
|
|
<li><a href="&base;/releases/">Release Information</a>
|
|
<ul>
|
|
<li><a href="&u.rel.announce;">Production Release: &rel.current;</a></li>
|
|
<li><a href="&u.rel2.announce;">Production (Legacy) Release: &rel2.current;</a></li>
|
|
<li><a href="&base;/snapshots/">Snapshot Releases</a></li>
|
|
<![ %beta.testing; [
|
|
<li><a href="&u.betarel.schedule;">Upcoming Release: &betarel.current;</a></li>
|
|
]]>
|
|
</ul>
|
|
</li>
|
|
<li><a href="&base;/ports/">Ported Applications</a></li>
|
|
</ul>
|
|
</div> <!-- sidenav -->'>
|