- Remove "More?" from the platforms list, since it's already linked from
the section header. - Remove the "Contacting FreeBSD" and "The BSD Copyright" items, since they are already linked from the page footer. - Shorten "Contributing to FreeBSD" to just "Contributing", it should be rather clear that it is to FreeBSD, and the complete text "Contributing to FreeBSD" is too long so it wraps to two lines.
This commit is contained in:
parent
a3f9b5c784
commit
81dea68222
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23433
1 changed files with 2 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
<navigation>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/navigation.xml,v 1.14 2004/12/31 15:07:05 brueffer Exp $
|
||||
$FreeBSD: www/en/navigation.xml,v 1.15 2005/01/01 21:29:27 ceri Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
|||
<link src="platforms/ia64/index.html" name="ia64"/>
|
||||
<link src="platforms/pc98.html" name="pc98"/>
|
||||
<link src="platforms/sparc.html" name="sparc64"/>
|
||||
<link src="platforms/index.html" name="More?"/>
|
||||
</category>
|
||||
|
||||
<category name="Software">
|
||||
|
@ -52,7 +51,7 @@
|
|||
<link src="doc/en_US.ISO8859-1/books/porters-handbook" name="Porter's Handbook"/>
|
||||
<link src="support.html#cvs" name="CVS Repository"/>
|
||||
<link src="releng/index.html" name="Release Engineering"/>
|
||||
<link src="doc/en_US.ISO8859-1/articles/contributing/index.html" name="Contributing to FreeBSD"/>
|
||||
<link src="doc/en_US.ISO8859-1/articles/contributing/index.html" name="Contributing"/>
|
||||
</category>
|
||||
|
||||
<category name="Vendors">
|
||||
|
@ -74,7 +73,4 @@
|
|||
<link src="search/search.html#mailinglists" name="Search Mailing Lists"/>
|
||||
<link src="search/search.html" name="Search All"/>
|
||||
</category>
|
||||
|
||||
<category src="mailto.html" name="Contacting FreeBSD"/>
|
||||
<category src="copyright/index.html" name="The BSD Copyright"/>
|
||||
</navigation>
|
||||
|
|
Loading…
Reference in a new issue