svn commit: r45384 - in head/en_US.ISO8859-1: articles/contributing books/faq books/fdp-primer/working-copy htdocs/cgi

Gavin Atkinson <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gavin
Date: Wed Jul 30 22:55:12 2014
New Revision: 45384
URL: http://svnweb.freebsd.org/changeset/doc/45384

Log:
  The canonical form of links to Bugzilla should be http://bugs.FreeBSD.org .
  Correct case and schema.

Modified:
  head/en_US.ISO8859-1/articles/contributing/article.xml
  head/en_US.ISO8859-1/books/faq/book.xml
  head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
  head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
  head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi

Modified: head/en_US.ISO8859-1/articles/contributing/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributing/article.xml	Tue Jul 29 23:41:06 2014	(r45383)
+++ head/en_US.ISO8859-1/articles/contributing/article.xml	Wed Jul 30 22:55:12 2014	(r45384)
@@ -201,7 +201,7 @@
 	<primary>problem reports database</primary>
       </indexterm>
 
-      <para>The <link xlink:href="http://bugs.FreeBSD.org/search/">FreeBSD
+      <para>The <link xlink:href="https://bugs.FreeBSD.org/search/">FreeBSD
 	  PR list</link> shows all the current active problem reports
 	and requests for enhancement that have been submitted by
 	FreeBSD users.  The PR database includes both programmer and
@@ -252,7 +252,7 @@
 
       <para>If you find a bug or are submitting a specific change,
 	please report it using the <link
-	xlink:href="https://bugs.freebsd.org/submit/">bug submission form</link>.
+	xlink:href="https://bugs.FreeBSD.org/submit/">bug submission form</link>.
 	Try to fill-in each field of the bug
 	report.  Unless they exceed 65KB, include any patches directly
 	in the report.  If the patch is suitable to be applied to the

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Tue Jul 29 23:41:06 2014	(r45383)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Wed Jul 30 22:55:12 2014	(r45384)
@@ -593,11 +593,11 @@
 	<answer>
 	  <para>The Problem Report database of all user change
 	    requests may be queried by using our web-based PR <link
-	      xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">query</link>
+	      xlink:href="https://bugs.FreeBSD.org/bugzilla/query.cgi">query</link>
 	    interface.</para>
 
 	  <para>The <link
-	      xlink:href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">web-based
+	      xlink:href="https://bugs.FreeBSD.org/bugzilla/enter_bug.cgi">web-based
 	      problem report submission interface</link> can be used
 	    to submit problem reports through a web browser.</para>
 
@@ -2554,7 +2554,7 @@ kern.timecounter.hardware: TSC -&gt; i82
 	    someone might have committed a change to the port
 	    which works for <emphasis>-CURRENT</emphasis> but which
 	    broke the port for <emphasis>-STABLE</emphasis>.
-	    <link xlink:href="https://bugs.freebsd.org/submit/">Submit</link>
+	    <link xlink:href="https://bugs.FreeBSD.org/submit/">Submit</link>
 	    a bug report, since the Ports Collection is supposed to
 	    work
 	    for both the <emphasis>-CURRENT</emphasis> and

Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml	Tue Jul 29 23:41:06 2014	(r45383)
+++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml	Wed Jul 30 22:55:12 2014	(r45384)
@@ -160,7 +160,7 @@
       documentation tree.</para>
 
     <para>If the diff file is to be submitted with the web
-      <quote><link xlink:href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">Submit a &os;
+      <quote><link xlink:href="https://bugs.FreeBSD.org/bugzilla/enter_bug.cgi">Submit a &os;
 	  problem report</link></quote> interface, add a
       <filename>.txt</filename> extension to give the earnest and
       simple-minded web form a clue that the contents are plain

Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi	Tue Jul 29 23:41:06 2014	(r45383)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi	Wed Jul 30 22:55:12 2014	(r45384)
@@ -119,7 +119,7 @@ sub header_info {
        print "The following is an old and incomplete of current problems submitted by $project users. ";
        if ($html_mode) {
 	  print <<EOM;
-<h1>FreeBSD has migrated to <a href="http://bugs.freebsd.org/search/">Bugzilla</a>.  Please update your bookmarks and try your search there.</h1>
+<h1>FreeBSD has migrated to <a href="https://bugs.FreeBSD.org/search/">Bugzilla</a>.  Please update your bookmarks and try your search there.</h1>
 EOM
        }
     }
@@ -227,7 +227,7 @@ if ($input{'sort'} eq 'lastmod') {
 }
 
 if ($#prs < $[) {
-	print "${h1}Please try <a href='http://bugs.freebsd.org/search/'>bugzilla</a> for an up to date search mechanism.${h1_e}\n";
+	print "${h1}Please try <a href='https://bugs.FreeBSD.org/search/'>bugzilla</a> for an up to date search mechanism.${h1_e}\n";
 
 } elsif ($input{'responsible'} eq 'summary') {
 	&resp_summary;

Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Tue Jul 29 23:41:06 2014	(r45383)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Wed Jul 30 22:55:12 2014	(r45384)
@@ -258,7 +258,7 @@ sub PrintPR
 	# Page title
 
 	print html_header(
-			"FreeBSD has migrated to Bugzilla.  Please check the current <a href='https://bugs.freebsd.org/"
+			"FreeBSD has migrated to Bugzilla.  Please check the current <a href='https://bugs.FreeBSD.org/"
 			. $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR."
 	);
 	print "<h3>The historical version shown below is likely out of date and is for debugging purposes only!</h3>\n";
@@ -738,7 +738,7 @@ sub ErrorExit
 	my $url = $q->url(-full => 1, -query => 1);
 
 	if ($code == EXIT_NOPRS) {
-		print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/'>Bugzilla</a>.  Try your search there.");
+		print html_header("FreeBSD has migrated to <a href='https://bugs.FreeBSD.org/search/'>Bugzilla</a>.  Try your search there.");
 		print html_footer();
 	} elsif ($code == EXIT_DBBUSY) {
 		print html_header("PR Database Busy");
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.