Consolidate multiple SVN menus into one now that the SVN repository
contains source, doc, and ports. Based on jgh's diff, but modifies both the static header and the CGI program that generates the header for dynamic pages. PR: 169798 Submitted by: jgh Reviewed by: gjb
This commit is contained in:
parent
3c49ea17e7
commit
7ecfdedeab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39229
2 changed files with 2 additions and 4 deletions
|
@ -151,8 +151,7 @@ $i_topbar = qq`
|
|||
<li><a href="$hsty_base/projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li><a href="$hsty_base/projects/ideas/ideas.html">Project Ideas</a></li>
|
||||
<li><a href="http://svnweb.FreeBSD.org/base/">Source SVN Repository</a></li>
|
||||
<li><a href="http://svnweb.FreeBSD.org/doc/">Documentation SVN Repository</a></li>
|
||||
<li><a href="http://svnweb.FreeBSD.org">SVN Repository</a></li>
|
||||
<li><a href="http://cvsweb.FreeBSD.org">CVS Repository</a></li>
|
||||
<li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -190,8 +190,7 @@
|
|||
<li><a href="&base;/projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li><a href="http://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li>
|
||||
<li><a href="http://svnweb.FreeBSD.org/base/">Source SVN Repository</a></li>
|
||||
<li><a href="http://svnweb.FreeBSD.org/doc/">Documentation SVN Repository</a></li>
|
||||
<li><a href="http://svnweb.FreeBSD.org">SVN Repository</a></li>
|
||||
<li><a href="http://cvsweb.FreeBSD.org">CVS Repository</a></li>
|
||||
<li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue