Bug 169798

Summary: html: update top bar for ports in svn (consolidate)
Product: Documentation Reporter: Jason Helfman <jgh>
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me CC: beat
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jason Helfman freebsd_committer freebsd_triage 2012-07-12 07:10:01 UTC
Ports is moving to svn. Update top bar of main page to reflect it. However it is updated is fine. This is merely a suggestion.
Possibly consolidate, as noted in patch.

To beat -> Not sure of the details you may want to relay, or if you have already, but may want
to update this url, Section Subversion : http://www.freebsd.org/developers/cvs.html
Comment 1 Warren Block freebsd_committer freebsd_triage 2012-07-12 17:38:08 UTC
Responsible Changed
From-To: freebsd-doc->wblock

This is my PR.  There are many like it, but this one is mine.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-17 17:35:44 UTC
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"
Comment 3 Warren Block freebsd_committer freebsd_triage 2012-07-17 17:39:36 UTC
State Changed
From-To: open->closed

Modified version of submission committed.  Thanks!