| Summary: | html: update top bar for ports in svn (consolidate) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jason Helfman <jgh> | ||||
| Component: | Books & Articles | Assignee: | Warren Block <wblock> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | beat | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jason Helfman
2012-07-12 07:10:01 UTC
Responsible Changed From-To: freebsd-doc->wblock This is my PR. There are many like it, but this one is mine. 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> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Modified version of submission committed. Thanks! |