svn commit: r45395 - in head: en_US.ISO8859-1/books/faq en_US.ISO8859-1/books/handbook/eresources en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/docs en_US.ISO8859-1/htdoc...

Gavin Atkinson <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gavin
Date: Sat Aug  2 13:39:27 2014
New Revision: 45395
URL: http://svnweb.freebsd.org/changeset/doc/45395

Log:
  Both http://forums.FreeBSD.org and http://wiki.FreeBSD.org redirect to
  secure versions of the sites, so link to the secure version directly.
  Note that for wiki links I have only fixed up key links in navbars etc,
  there are a large number of other links but fixing them does not seem
  worth the churn.

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml
  head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml
  head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
  head/en_US.ISO8859-1/htdocs/community.xsl
  head/en_US.ISO8859-1/htdocs/docs/webresources.xml
  head/en_US.ISO8859-1/htdocs/search/sitemap.xml
  head/share/xml/header.ent
  head/share/xml/navibar.ent

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Sat Aug  2 13:39:27 2014	(r45395)
@@ -1045,7 +1045,7 @@
 	</question>
 	<answer>
 	  <para>The official &os; forums are located at <link
-	      xlink:href="http://forums.FreeBSD.org/">http://forums.FreeBSD.org/</link>.</para>
+	      xlink:href="https://forums.FreeBSD.org/">https://forums.FreeBSD.org/</link>.</para>
 	</answer>
       </qandaentry>
 

Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml	Sat Aug  2 13:39:27 2014	(r45395)
@@ -2314,7 +2314,7 @@
 
       <itemizedlist>
 	<listitem>
-	  <para><link xlink:href="http://forums.freebsd.org/">The
+	  <para><link xlink:href="https://forums.FreeBSD.org/">The
 	      &os; Forums</link> provide a web based discussion forum
 	    for &os; questions and technical
 	    discussion.</para>

Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl	Sat Aug  2 13:39:27 2014	(r45395)
@@ -135,7 +135,7 @@ $i_topbar = qq`
 	      <li><a href="$hsty_base/community.html">Community</a>
 		<ul>
 		  <li><a href="$hsty_base/community/mailinglists.html">Mailing Lists</a></li>
-		  <li><a href="http://forums.freebsd.org">Forums</a></li>
+		  <li><a href="https://forums.FreeBSD.org">Forums</a></li>
 		  <li><a href="$hsty_base/usergroups.html">User Groups</a></li>
 		  <li><a href="$hsty_base/events/events.html">Events</a></li>
 		</ul>

Modified: head/en_US.ISO8859-1/htdocs/community.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/community.xsl	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/en_US.ISO8859-1/htdocs/community.xsl	Sat Aug  2 13:39:27 2014	(r45395)
@@ -30,7 +30,7 @@
 	      <p>There are more than one hundred <a
 		href="&base;/community/mailinglists.html">mailing
 		lists</a>, dozens of web-based <a
-		  href="http://forums.FreeBSD.org/">forums</a>, and
+		  href="https://forums.FreeBSD.org/">forums</a>, and
 		several <a
 		href="&base;/community/newsgroups.html">newsgroups</a>
 		available.  There are over <xsl:value-of

Modified: head/en_US.ISO8859-1/htdocs/docs/webresources.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docs/webresources.xml	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/en_US.ISO8859-1/htdocs/docs/webresources.xml	Sat Aug  2 13:39:27 2014	(r45395)
@@ -64,7 +64,7 @@
 	    <p>The BSD Dev Center includes two regular columns on FreeBSD,
       featuring tips and tutorials.</p>
 
-	    <h3><a href="http://forums.freebsd.org">The &os; Forums</a></h3>
+	    <h3><a href="https://forums.FreeBSD.org">The &os; Forums</a></h3>
 
 	    <p>The Official FreeBSD Forums, offering a forum dedicated to
 	      FreeBSD and FreeBSD aficionados.</p>

Modified: head/en_US.ISO8859-1/htdocs/search/sitemap.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/search/sitemap.xml	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/en_US.ISO8859-1/htdocs/search/sitemap.xml	Sat Aug  2 13:39:27 2014	(r45395)
@@ -1061,7 +1061,7 @@
 
   <term>
     <text>Project ideas</text>
-    <destination>https://wiki.freebsd.org/IdeasPage</destination>
+    <destination>https://wiki.FreeBSD.org/IdeasPage</destination>
   </term>
 
   <term>

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/share/xml/header.ent	Sat Aug  2 13:39:27 2014	(r45395)
@@ -104,7 +104,7 @@
       <li><a href="&base;/community.html">Community</a>
 	<ul>
 	  <li><a href="&base;/community/mailinglists.html">Mailing Lists</a></li>
-	  <li><a href="http://forums.freebsd.org">Forums</a></li>
+	  <li><a href="https://forums.FreeBSD.org">Forums</a></li>
 	  <li><a href="&base;/usergroups.html">User Groups</a></li>
 	  <li><a href="&base;/events/events.html">Events</a></li>
 	  <li><a href="http://serverfault.com/questions/tagged/freebsd">Q&amp;A (external)</a></li>
@@ -114,8 +114,8 @@
     <ul>
       <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">SVN Repository</a></li>
+	  <li><a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li>
+	  <li><a href="https://svnweb.FreeBSD.org">SVN Repository</a></li>
 	  <li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
 	</ul>
       </li>

Modified: head/share/xml/navibar.ent
==============================================================================
--- head/share/xml/navibar.ent	Sat Aug  2 13:21:06 2014	(r45394)
+++ head/share/xml/navibar.ent	Sat Aug  2 13:39:27 2014	(r45395)
@@ -31,7 +31,7 @@
   <ul>
     <li><a href="&base;/community.html">Community</a></li>
     <li><a href="&base;/community/mailinglists.html">Mailing Lists</a></li>
-    <li><a href="http://forums.freebsd.org/">Forums</a></li>
+    <li><a href="https://forums.FreeBSD.org/">Forums</a></li>
     <li><a href="&base;/community/irc.html">IRC</a></li>
     <li><a href="&base;/community/newsgroups.html">Newsgroups</a></li>
     <li><a href="&base;/usergroups.html">User Groups</a></li>
@@ -52,7 +52,7 @@
     <li><a href="&base;/developers/cvs.html">Source code repositories</a></li>
     <li><a href="&base;/releng/index.html">Release Engineering</a></li>
     <li><a href="&base;/platforms/">Platforms</a></li>
-    <li><a href="http://wiki.freebsd.org/IdeasPage">Project Ideas</a></li>
+    <li><a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li>
     <li><a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing</a></li>
   </ul>
 </div> <!-- SIDENAV -->'>
_______________________________________________
[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.