From jgh@FreeBSD.org  Thu Jul 12 06:00:52 2012
Return-Path: <jgh@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0ACC9106566C;
	Thu, 12 Jul 2012 06:00:52 +0000 (UTC)
	(envelope-from jgh@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id EB7048FC1B;
	Thu, 12 Jul 2012 06:00:51 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6C60pik049440;
	Thu, 12 Jul 2012 06:00:51 GMT
	(envelope-from jgh@freefall.freebsd.org)
Received: (from jgh@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6C60pFB049439;
	Thu, 12 Jul 2012 06:00:51 GMT
	(envelope-from jgh)
Message-Id: <201207120600.q6C60pFB049439@freefall.freebsd.org>
Date: Thu, 12 Jul 2012 06:00:51 GMT
From: Jason Helfman <jgh@freebsd.org>
Reply-To: Jason Helfman <jgh@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: beat@freebsd.org
Subject: html: update top bar for ports in svn (consolidate)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169798
>Category:       docs
>Synopsis:       html: update top bar for ports in svn (consolidate)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 12 06:10:01 UTC 2012
>Closed-Date:    Tue Jul 17 16:40:15 UTC 2012
>Last-Modified:  Tue Jul 17 16:50:07 UTC 2012
>Originator:     Jason Helfman
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
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

>How-To-Repeat:
	
>Fix:

Index: cgi/cgi-style.pl
===================================================================
--- cgi/cgi-style.pl	(revision 39186)
+++ cgi/cgi-style.pl	(working copy)
@@ -151,8 +151,7 @@
 	      <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 (source,docs,ports)</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>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Thu Jul 12 16:38:08 UTC 2012 
Responsible-Changed-Why:  
This is my PR.  There are many like it, but this one is mine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169798 
State-Changed-From-To: open->closed 
State-Changed-By: wblock 
State-Changed-When: Tue Jul 17 16:39:36 UTC 2012 
State-Changed-Why:  
Modified version of submission committed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169798 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/169798: commit references a PR
Date: Tue, 17 Jul 2012 16:35:44 +0000 (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"
 
>Unformatted:
