svn commit: r39229 - in head: en_US.ISO8859-1/htdocs/cgi share/sgml
Warren Block
wblock at FreeBSD.org
Tue Jul 17 16:35:36 UTC 2012
Author: wblock
Date: Tue Jul 17 16:35:35 2012
New Revision: 39229
URL: http://svn.freebsd.org/changeset/doc/39229
Log:
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
Modified:
head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
head/share/sgml/header.ent
Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Jul 17 10:31:42 2012 (r39228)
+++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Jul 17 16:35:35 2012 (r39229)
@@ -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>
Modified: head/share/sgml/header.ent
==============================================================================
--- head/share/sgml/header.ent Tue Jul 17 10:31:42 2012 (r39228)
+++ head/share/sgml/header.ent Tue Jul 17 16:35:35 2012 (r39229)
@@ -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>
More information about the svn-doc-head
mailing list