doc/share/sgml/includes.navdocs.sgml
Ceri Davies 3cb4b2fa46 Introduce a new entity, cgibase, which points at where our CGI scripts
can be found, i.e., http://www.FreeBSD.org/cgi at the moment.

This allows for easier pre-commit testing of CGI scripts, and avoids
SNAFUs with an incorrect URL being committed, as has happened a couple
of times recently.

en/ should be fully converted with this commit; other languages need to
be updated, but are in mid merge molasses at present so I have not
touched them.
2005-10-06 19:27:37 +00:00

20 lines
850 B
Text

<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.3 2005/10/06 15:30:24 simon Exp $ -->
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="&base;/docs.html">Documentation</a></li>
<li><a href="&base;/doc/en_US.ISO8859-1/books/faq/">FAQ</a></li>
<li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/">Handbook</a></li>
<li><a href="&base;/docs/man.html">Manual Pages</a>
<ul>
<li><a href="&cgibase;/man.cgi">Man Online</a></li>
</ul>
</li>
<li><a href="&base;/docs/books.html">Books and Articles Online</a></li>
<li><a href="&base;/publish.html">Publications</a></li>
<li><a href="&base;/docs/webresources.html">Web Resources</a></li>
<li><a href="&base;/projects/newbies.html">For Newbies</a></li>
<li><a href="&base;/docproj/">Documentation Project</a></li>
</ul>
</div> <!-- sidenav -->'>