Date: Tue, 17 Jul 2012 16:35:35 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39229 - in head: en_US.ISO8859-1/htdocs/cgi share/sgml Message-ID: <201207171635.q6HGZZ7p072107@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207171635.q6HGZZ7p072107>