www/97234: [patch] Re-order links in bugreports.html

Gavin Atkinson gavin at mod3.co.uk
Sat May 13 23:10:18 UTC 2006


>Number:         97234
>Category:       www
>Synopsis:       [patch] Re-order links in bugreports.html
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 23:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 6.1-RC i386
>Organization:
http://www.mod3.co.uk/ Solaris Zone Hosting
>Environment:
	N/A
>Description:
	The links on http://www.freebsd.org/support/bugreports.html seem to
be in an odd order.  The least useful link to end-users, "View all PRs" is at
the top, and the link for searching PRs is buried at the bottom.  This patch
rearranges them into a more logical order.
>How-To-Repeat:
	N/A
>Fix:

--- fbsdbugrep.diff begins here ---
Index: www/en/support/bugreports.sgml
===================================================================
RCS file: /usr/cvs/www/en/support/bugreports.sgml,v
retrieving revision 1.2
diff -u -r1.2 bugreports.sgml
--- www/en/support/bugreports.sgml	4 Oct 2005 17:30:33 -0000	1.2
+++ www/en/support/bugreports.sgml	13 May 2006 22:54:59 -0000
@@ -29,17 +29,18 @@
 	      tracking ID of the PR that prompted the change.</p>
 
 	    <ul>
-	      <li><a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">View the
-		  open problem reports</a>.</li>
-
-	      <li><a href="http://www.FreeBSD.org/cgi/query-pr.cgi">View a problem
-		  report by tracker id</a>.</li>
-
 	      <li><a
 		  href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Search
 		  problem reports</a>.</li>
 
+	      <li><a href="http://www.FreeBSD.org/cgi/query-pr.cgi">View a problem
+		  report by tracker id</a>.</li>
+
 	      <li><a href="&base;/send-pr.html">Submit a Problem Report</a>.</li>
+
+	      <li><a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">View all
+		  open problem reports</a> (long!).</li>
+
 	      <li><a href="&base;/prstats/index.html">View PR Statistics</a>.</li>
 	    </ul>
 
@@ -64,4 +65,4 @@
 &footer;
 
 </body>
-</html>
\ No newline at end of file
+</html>
--- fbsdbugrep.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list