gnucash-htdocs master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Mar 4 22:53:07 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/bb07cc9f (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/872058d8 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/88f43159 (commit)



commit bb07cc9fb308df0fc3ee9cf2ec281d18bb76fe74
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 4 20:08:10 2016 -0800

    Revert "Test fix for mixed-content errors."
    
    This reverts commit 08a3eab81f7507027779f1c44eef71c5d3c429d5.
    
    The certificates are invalid so https is not supported on *.gnucash.org.

diff --git a/viewdoc.phtml b/viewdoc.phtml
index e031b3c..fa2c2a7 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -6,7 +6,7 @@ include("externals/header.phtml");
 include("externals/menu.phtml");
 
 # Some base parameters used later on
-$basepath       = "https://www.gnucash.org/docs";
+$basepath       = "http://www.gnucash.org/docs";
 $helpdoc        = "gnucash-help/help.html";
 $tcdoc          = "gnucash-guide/index.html";
 $current_stable = "2.6";
@@ -85,7 +85,7 @@ if (isset ($_GET["rev"])) {
 # To avoid network traffic, the available languages are hard-coded here and should be
 # updated if list of languages in which the documentation is available changes
 if ($showrev == "trunk") {
-  $basepath = "https://code.gnucash.org/docs";
+  $basepath = "http://code.gnucash.org/docs";
   $trunk_langs = array ( $helpdoc => array( "C", "de_DE", "it_IT"),
                          $tcdoc   => array( "C", "de_DE", "it_IT", "ja_JP"));
   if (!in_array ($showlang, $trunk_langs[$showdoc])) {

commit 872058d8645217f3bc884396867eb77ebaf5c86f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 4 20:06:07 2016 -0800

    Revert "Change all URLs pointing to gnucash.org to https."
    
    This reverts commit 88f4315926889cf866d6f5ef1cf84cca7593b7dd.
    
    The certificates turn out not to be valid so https isn't supported on
    *.gnucash.org.

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 567233c..45cd854 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -164,25 +164,25 @@ include("$top_dir/externals/menu.phtml");
 
 <h2 class="featuretitle"><?php echo T_("Download");?></h2>
 <p class="justify">
-<?php echo T_("You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>.");?></p>
+<?php echo T_("You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>.");?></p>
 
 <h2 class="featuretitle"><?php echo T_("Help");?></h2>
 <p class="justify">
-<?php echo T_("<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and Guide. If you can't find the answer to your questions in those documents, try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</a>. If both options are unsatisfactory, you can send your questions to the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very friendly and experienced and someone will surely assist you.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and Guide. If you can't find the answer to your questions in those documents, try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</a>. If both options are unsatisfactory, you can send your questions to the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very friendly and experienced and someone will surely assist you.");?></p>
 
 <h2 class="featuretitle"><?php echo T_("Want to Help?");?></h2>
 <p class="justify">
 <?php echo T_("<span class=\"gnucash\">GnuCash</span> is a program maintained by volunteers. If you want to be part of the effort, you can contribute in many ways:");?>
 <ul>
-<li><?php echo T_("By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla\">reporting bugs</a>");?></li>
+<li><?php echo T_("By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla\">reporting bugs</a>");?></li>
 <li><?php echo T_("By liking our project page on <a href=\"https://www.facebook.com/Gnucash\">facebook</a> and <a href=\"http://plus.google.com/u/0/+gnucash\">Google+</a>");?></li>
 <li><?php echo T_("By spreading the word");?></li>
 <li><?php echo T_("<a href=\"http://sourceforge.net/donate/index.php?group_id=192\">By making a donation</a>");?></li>
-<li><?php echo T_("By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC\">IRC channel</a>");?></li>
-<li><?php echo T_("By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/\">wiki</a>");?></li>
-<li><?php echo T_("By improving the <a href=\"https://gnucash.org/docs.phtml\">released documentation</a>");?></li>
-<li><?php echo T_("By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the program and documentation to your language</a>");?></li>
-<li><?php echo T_("By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the source code</a>");?></li>
+<li><?php echo T_("By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC\">IRC channel</a>");?></li>
+<li><?php echo T_("By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/\">wiki</a>");?></li>
+<li><?php echo T_("By improving the <a href=\"http://gnucash.org/docs.phtml\">released documentation</a>");?></li>
+<li><?php echo T_("By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the program and documentation to your language</a>");?></li>
+<li><?php echo T_("By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the source code</a>");?></li>
 </ul>
 </p>
 <p style="text-align:right; font-size:14px; margin:6%"><i><?php echo T_("The GnuCash developers team");?></i></p>
diff --git a/docs.phtml b/docs.phtml
index e552160..b1ed331 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -22,7 +22,7 @@ include("externals/menu.phtml");
 
 <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>
 
-<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> channel <b>#gnucash</b> about your question. Another resource is the <a href=\"https://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.");?></p>
+<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> channel <b>#gnucash</b> about your question. Another resource is the <a href=\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.");?></p>
 
 <p class="justify"><?php echo T_("You can also send an email to the <a href=\"mailto:gnucash-user at gnucash.org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the <b>Help Manual</b> or the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
 
@@ -268,33 +268,33 @@ if ($old_stable) { ?>
       <td><?php echo T_("English");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=C&doc=help">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/C/gnucash-help.pdf">
+        <a href="http://code.gnucash.org/docs/C/gnucash-help.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/C/gnucash-help.epub">
+        <a href="http://code.gnucash.org/docs/C/gnucash-help.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/C/gnucash-help.mobi">
+        <a href="http://code.gnucash.org/docs/C/gnucash-help.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("German");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=de_DE&doc=help">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/de/gnucash-help.pdf">
+        <a href="http://code.gnucash.org/docs/de/gnucash-help.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/de/gnucash-help.epub">
+        <a href="http://code.gnucash.org/docs/de/gnucash-help.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/de/gnucash-help.mobi">
+        <a href="http://code.gnucash.org/docs/de/gnucash-help.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("Italian");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=it_IT&doc=help">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/it/gnucash-help.pdf">
+        <a href="http://code.gnucash.org/docs/it/gnucash-help.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/it/gnucash-help.epub">
+        <a href="http://code.gnucash.org/docs/it/gnucash-help.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/it/gnucash-help.mobi">
+        <a href="http://code.gnucash.org/docs/it/gnucash-help.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
     </tbody>
@@ -307,44 +307,44 @@ if ($old_stable) { ?>
       <td><?php echo T_("English");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=C&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/C/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/C/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/C/gnucash-guide.epub">
+        <a href="http://code.gnucash.org/docs/C/gnucash-guide.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/C/gnucash-guide.mobi">
+        <a href="http://code.gnucash.org/docs/C/gnucash-guide.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("German");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=de_DE&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/de/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/de/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/de/gnucash-guide.epub">
+        <a href="http://code.gnucash.org/docs/de/gnucash-guide.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/de/gnucash-guide.mobi">
+        <a href="http://code.gnucash.org/docs/de/gnucash-guide.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("Italian");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=it_IT&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/it/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/it/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/it/gnucash-guide.epub">
+        <a href="http://code.gnucash.org/docs/it/gnucash-guide.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/it/gnucash-guide.mobi">
+        <a href="http://code.gnucash.org/docs/it/gnucash-guide.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("Japanese");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=ja_JP&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/ja/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/ja/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/ja/gnucash-guide.epub">
+        <a href="http://code.gnucash.org/docs/ja/gnucash-guide.epub">
           <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
-        <a href="https://code.gnucash.org/docs/ja/gnucash-guide.mobi">
+        <a href="http://code.gnucash.org/docs/ja/gnucash-guide.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
     </tbody>
diff --git a/externals/footer.phtml b/externals/footer.phtml
index b269a57..fdff222 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -3,7 +3,7 @@
 <div id="tail">
 <div id="validator">
 <p about="" resource="http://www.w3.org/TR/rdfa-syntax" rel="dc:conformsTo" xmlns:dc="http://purl.org/dc/terms/">
-<a href="http://validator.w3.org/check?uri=referer"><img src="https://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" height="31" width="88" /></a>
+<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" height="31" width="88" /></a>
 </p>
 </div>
 <p><b>Copyright © 2001-2016 The GnuCash Project</b></p>
diff --git a/externals/header.phtml b/externals/header.phtml
index f49ccd3..6130db7 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -102,7 +102,7 @@ if (isset($homepage)) { ?>
   <li id="fb-icon"><a href="https://www.facebook.com/Gnucash" title="<?php echo T_($titlefb);?>"></a></li>
   <li id="gplus-icon"><a href="https://plus.google.com/u/0/103666182558673867088/" title="<?php echo T_($titlegplus);?>"></a></li>
   <li id="uservoice-icon"><a href="http://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li>
-  <li id="donation-icon"><a href="https://gnucash.org/donate.phtml" title="<?php echo T_($titledonation);?>"></a></li>
+  <li id="donation-icon"><a href="http://gnucash.org/donate.phtml" title="<?php echo T_($titledonation);?>"></a></li>
   <li id="rss-icon"><a href="<?=$home?>/atom.php" title="<?php echo T_($titleRSS);?>"></a></li>
 </ul>
 </div>
diff --git a/externals/menu.phtml b/externals/menu.phtml
index daeb31a..4de83c9 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -9,7 +9,7 @@
     <li><a href="<?=$home?>/index.phtml"><?= T_("About / News")?></a></li>
 <!--RSS atom feed link is on the top-right of the page   <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/images/icons/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>-->
     <li><a href="<?=$home?>/features.phtml"><?=T_("Screenshots, Features")?></a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Development"><?= T_("How to help")?></a></li>
+    <li><a href="http://wiki.gnucash.org/wiki/Development"><?= T_("How to help")?></a></li>
     <li><a href="<?=$home?>/donate.phtml"><?=T_("Donations")?></a></li>
   </ul>
 </div>
@@ -28,16 +28,16 @@
     <b><?=T_("Support")?></b></span>
     <ul>
       <li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="https://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li>
+      <li><a href="http://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li>
+      <li><a href="http://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="http://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li>
+      <li><a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li>
 <!--      <li style="list-style-image:none;list-style-type:none;">
         <ul style="padding-bottom:0px;  margin-top:0px; margin-bottom:5px;">
         <li><a href="https://lists.gnucash.org/search/<? if ($locale != "") { echo "?lang=$locale"; } ?>"><?=T_("Search")?></a></li>
         </ul>
       </li>-->
-      <li><a href="https://wiki.gnucash.org/wiki/Bugzilla"><?=T_("Bug Reports")?></a></li>
-      <li><a href="https://wiki.gnucash.org/wiki/IRC"><?=T_("IRC (Chat)")?></a></li>
+      <li><a href="http://wiki.gnucash.org/wiki/Bugzilla"><?=T_("Bug Reports")?></a></li>
+      <li><a href="http://wiki.gnucash.org/wiki/IRC"><?=T_("IRC (Chat)")?></a></li>
     </ul>
 </div>
 <div class="othernews">
@@ -46,10 +46,10 @@
     <b><?=T_("Development")?></b>
   </span>
   <ul>
-    <li><a href="https://svn.gnucash.org/docs/HEAD/"><?=T_("Source Docs")?></a></li>
+    <li><a href="http://svn.gnucash.org/docs/HEAD/"><?=T_("Source Docs")?></a></li>
     <li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
-    <li><a href="https://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
+    <li><a href="http://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
+    <li><a href="http://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
     <li><a href="<?=$home?>/develdocs.phtml"><?=T_("Writing Documentation")?></a></li>
     <li><a href="<?=$home?>/sizing.phtml"><?=T_("Sizing")?></a></li>
   </ul>
diff --git a/index.phtml b/index.phtml
index a79d819..75303c9 100644
--- a/index.phtml
+++ b/index.phtml
@@ -40,7 +40,7 @@ include("externals/menu.phtml");
 <div style="float:right">
   <div class="dialog note">
   <h1><?php echo T_("Need Help?");?></h1>
-    <p class="justify"><?php echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the");?> <a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?php echo T_("Mailing Lists");?></a><?php echo T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.");?></p>
+    <p class="justify"><?php echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the");?> <a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?php echo T_("Mailing Lists");?></a><?php echo T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.");?></p>
   </div>
 </div>
 <!-- end of Need Help section --> 
diff --git a/news/021014-announce-1-7-1.news b/news/021014-announce-1-7-1.news
index 2cb3bea..72ed623 100644
--- a/news/021014-announce-1-7-1.news
+++ b/news/021014-announce-1-7-1.news
@@ -21,7 +21,7 @@ and chat with us in the #gnucash channel.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
diff --git a/news/021028-announce-1-7-2.news b/news/021028-announce-1-7-2.news
index b5355fe..80700d9 100644
--- a/news/021028-announce-1-7-2.news
+++ b/news/021028-announce-1-7-2.news
@@ -40,7 +40,7 @@ paper, signs it, and sends it to his bank.)
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
diff --git a/news/021117-announce-1-7-3.news b/news/021117-announce-1-7-3.news
index e516acf..5295678 100644
--- a/news/021117-announce-1-7-3.news
+++ b/news/021117-announce-1-7-3.news
@@ -24,7 +24,7 @@ version 1.7.3: "This rose is priceless".
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
diff --git a/news/021202-announce-1-7-4.news b/news/021202-announce-1-7-4.news
index db0386d..0f097e4 100644
--- a/news/021202-announce-1-7-4.news
+++ b/news/021202-announce-1-7-4.news
@@ -83,7 +83,7 @@ work from the<br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/021203-announce-1-7-5.news b/news/021203-announce-1-7-5.news
index 3ceb144..a12a9e3 100644
--- a/news/021203-announce-1-7-5.news
+++ b/news/021203-announce-1-7-5.news
@@ -54,7 +54,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/021222-announce-1-7-6.news b/news/021222-announce-1-7-6.news
index b4d5dd7..f4043cc 100644
--- a/news/021222-announce-1-7-6.news
+++ b/news/021222-announce-1-7-6.news
@@ -97,7 +97,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030106-announce-1-7-7.news b/news/030106-announce-1-7-7.news
index dd3e143..744e6c5 100644
--- a/news/030106-announce-1-7-7.news
+++ b/news/030106-announce-1-7-7.news
@@ -102,7 +102,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030120-announce-1-7-8.news b/news/030120-announce-1-7-8.news
index 3c6606e..bbfa7dd 100644
--- a/news/030120-announce-1-7-8.news
+++ b/news/030120-announce-1-7-8.news
@@ -101,7 +101,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030127-announce-doc-1-7-8.news b/news/030127-announce-doc-1-7-8.news
index dc97bdc..c395b80 100644
--- a/news/030127-announce-doc-1-7-8.news
+++ b/news/030127-announce-doc-1-7-8.news
@@ -16,7 +16,7 @@ version 1.7.8.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030127-de-maillist.news b/news/030127-de-maillist.news
index 3f38011..568d644 100644
--- a/news/030127-de-maillist.news
+++ b/news/030127-de-maillist.news
@@ -3,7 +3,7 @@
 
 A new mailing list for German speaking GnuCash users has been created:
 gnucash-de at gnucash.org. To subscribe, visit
-<a href="https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
+<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
 http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de</a> and enter
 your email address there. You can choose whether you would like to
 receive the administrative emails in German or in English language.
@@ -16,7 +16,7 @@ users (e.g. HBCI or German tax system).
 
 Ab sofort existiert eine neue Mailingliste für die deutschsprachigen 
 Benutzer von GnuCash. Um sie zu abonnieren, trage man auf 
-<a href="https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
+<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
 http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de</a> seine 
 E-Mail-Adresse ein. Man kann dort außerdem wählen, ob man 
 administrativen E-Mails lieber auf Deutsch oder auf Englisch erhalten 
diff --git a/news/030202-announce-1-8-0.news b/news/030202-announce-1-8-0.news
index 263cef4..4a3aaae 100644
--- a/news/030202-announce-1-8-0.news
+++ b/news/030202-announce-1-8-0.news
@@ -79,7 +79,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030209-announce-1-8-1.news b/news/030209-announce-1-8-1.news
index 874d941..4ea7797 100644
--- a/news/030209-announce-1-8-1.news
+++ b/news/030209-announce-1-8-1.news
@@ -62,7 +62,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030309-announce-1-8-2.news b/news/030309-announce-1-8-2.news
index dec1ec7..7ec3ca9 100644
--- a/news/030309-announce-1-8-2.news
+++ b/news/030309-announce-1-8-2.news
@@ -68,7 +68,7 @@ with the new GNOME <br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030512-announce-1-8-3.news b/news/030512-announce-1-8-3.news
index efd44b1..597901c 100644
--- a/news/030512-announce-1-8-3.news
+++ b/news/030512-announce-1-8-3.news
@@ -70,7 +70,7 @@ of stable version 1.8.3.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030526-announce-1-8-4.news b/news/030526-announce-1-8-4.news
index 8e74d81..c53fa0b 100644
--- a/news/030526-announce-1-8-4.news
+++ b/news/030526-announce-1-8-4.news
@@ -87,7 +87,7 @@ of stable version 1.8.4.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030819-announce-1-8-2-docs.news b/news/030819-announce-1-8-2-docs.news
index 937621c..201e062 100644
--- a/news/030819-announce-1-8-2-docs.news
+++ b/news/030819-announce-1-8-2-docs.news
@@ -13,7 +13,7 @@ of the docs version 1.8.2.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030819-announce-1-8-5.news b/news/030819-announce-1-8-5.news
index bb2f352..a8c00e6 100644
--- a/news/030819-announce-1-8-5.news
+++ b/news/030819-announce-1-8-5.news
@@ -132,7 +132,7 @@ of stable version 1.8.5.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030831-announce-1-8-3-docs.news b/news/030831-announce-1-8-3-docs.news
index 7fa3455..cd3221c 100644
--- a/news/030831-announce-1-8-3-docs.news
+++ b/news/030831-announce-1-8-3-docs.news
@@ -15,7 +15,7 @@ of the docs version 1.8.3.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030911-announce-1-8-6.news b/news/030911-announce-1-8-6.news
index 2915f4d..b1dc3d7 100644
--- a/news/030911-announce-1-8-6.news
+++ b/news/030911-announce-1-8-6.news
@@ -22,7 +22,7 @@ of stable version 1.8.6.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030914-announce-1-8-7.news b/news/030914-announce-1-8-7.news
index 0c93cc5..1aab6fb 100644
--- a/news/030914-announce-1-8-7.news
+++ b/news/030914-announce-1-8-7.news
@@ -19,7 +19,7 @@ of stable version 1.8.7.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030923-gnucash-it.news b/news/030923-gnucash-it.news
index 0f5ac91..cb464a6 100644
--- a/news/030923-gnucash-it.news
+++ b/news/030923-gnucash-it.news
@@ -5,7 +5,7 @@
 GnuCash sta guadagnando sempre più interesse anche da parte
 della realtà italiana. Per questo motivo si è deciso di
 creare una nuova lista di distribuzione, 
-<a href="https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-it">gnucash-it</a>,
+<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-it">gnucash-it</a>,
 tutta in italiano, al fine di permettere, in una prima fase, il
 coordinamento della localizzazione (l10n) ed internazionalizzazione
 (i18n) italiana del programma e, successivamente, la traduzione del
diff --git a/news/031010-outage.news b/news/031010-outage.news
index 06cd99c..ac18e08 100644
--- a/news/031010-outage.news
+++ b/news/031010-outage.news
@@ -5,7 +5,7 @@ Yes, the www.gnucash.org server was down most of today.
 Problem was a failed IDE controller.
 Please remember that the gnucash website & ftp site
 are mirrored in Australia, at
-<a href="https://www.au.gnucash.org">http://www.au.gnucash.org</a>.
+<a href="http://www.au.gnucash.org">http://www.au.gnucash.org</a>.
 (A European mirror coming soon).
 If you know of a technology to mirror mailman mailing lists,
 let us know.
diff --git a/news/031107-euro-mirror.news b/news/031107-euro-mirror.news
index 0eda30b..c4dbd6d 100644
--- a/news/031107-euro-mirror.news
+++ b/news/031107-euro-mirror.news
@@ -3,14 +3,14 @@
 A European mirror of the GnuCash website is now operational. If you 
 are located in Europe, Eastern Europe or Africa, and are having 
 poor web or download response times accessing the US website, please 
-try the <a href="https://www.at.gnucash.org">European Mirror</a>.  
+try the <a href="http://www.at.gnucash.org">European Mirror</a>.  
 This mirror includes a copy of the download area and the mailing list 
 archives as well. 
 (Thanks to <a href="http://sts.tuwien.ac.at/staff/Sprinzl.html">Antonin Sprinzl</a> 
 of the Technical University of Vienna for this service).
 <p>
 Older News: Australian and Asian users are encouraged to use the 
-<a href="https://www.au.gnucash.org">Australian Mirror</a>.  Note
+<a href="http://www.au.gnucash.org">Australian Mirror</a>.  Note
 that at this time the Australian Mirror does not include the mailing
 list archives.
 (Thanks to <a href="http://public.www.planetmirror.com/">PlanetMirror</a>
diff --git a/news/031117-announce-1-8-8.news b/news/031117-announce-1-8-8.news
index 791aaa3..176d309 100644
--- a/news/031117-announce-1-8-8.news
+++ b/news/031117-announce-1-8-8.news
@@ -31,7 +31,7 @@ of stable version 1.8.8.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/040412-announce-1-8-9.news b/news/040412-announce-1-8-9.news
index 1a19953..025b8bf 100644
--- a/news/040412-announce-1-8-9.news
+++ b/news/040412-announce-1-8-9.news
@@ -96,7 +96,7 @@ of stable version 1.8.9.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/041112-announce-1-8-10.news b/news/041112-announce-1-8-10.news
index 51f8809..0e952e5 100644
--- a/news/041112-announce-1-8-10.news
+++ b/news/041112-announce-1-8-10.news
@@ -95,7 +95,7 @@ of stable version 1.8.10.<br></br><br></br>
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/050206-announce-1-8-11.news b/news/050206-announce-1-8-11.news
index 9393d3c..da6639a 100644
--- a/news/050206-announce-1-8-11.news
+++ b/news/050206-announce-1-8-11.news
@@ -27,7 +27,7 @@ If you can code C, by all means, volunteer your time, see http://gnomesupport.or
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/051019-announce-1-8-12.news b/news/051019-announce-1-8-12.news
index 42060da..d4e7ee3 100644
--- a/news/051019-announce-1-8-12.news
+++ b/news/051019-announce-1-8-12.news
@@ -39,7 +39,7 @@ If you can code C, by all means, volunteer your time, see http://gnomesupport.or
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060209-1.9.0.news b/news/060209-1.9.0.news
index b3a4ebc..52106c2 100644
--- a/news/060209-1.9.0.news
+++ b/news/060209-1.9.0.news
@@ -23,6 +23,6 @@
 
 <h2> Available at the usual places! </h2>
 
-<a href="https://www.gnucash.org">http://www.gnucash.org</a>
+<a href="http://www.gnucash.org">http://www.gnucash.org</a>
 <br></br>
 <a href="http://download.sourceforge.net/gnucash">http://download.sourceforge.net/gnucash</a>
diff --git a/news/060220-1.9.1.news b/news/060220-1.9.1.news
index b6b53e1..4c2b176 100644
--- a/news/060220-1.9.1.news
+++ b/news/060220-1.9.1.news
@@ -28,11 +28,11 @@ The GnuCash development team proudly announces GnuCash 1.9.1 aka "So we meet aga
 <p> The documentation is completely outdated. All help texts usually only refer to the 1.8.x series; please expect all descriptions in the help texts to be totally wrong when applied to the upcoming 1.9.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved. </p>
 <h2> How can you help? </h2>
 <p><b> Testing</b>: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a>.</p>
-<p><b>Translating</b>: The new release comes with plenty of new translation strings. If you consider contributing a translation, we invite you to test this release already, but please keep in mind that we are not yet in our string freeze phase. Please check <a href="https://wiki.gnucash.org/wiki/Translation_Status">http://wiki.gnucash.org/wiki/Translation_Status</a> for updates on this, as we recommend to wait for the string freeze phase for the serious translation work.</p>
+<p><b>Translating</b>: The new release comes with plenty of new translation strings. If you consider contributing a translation, we invite you to test this release already, but please keep in mind that we are not yet in our string freeze phase. Please check <a href="http://wiki.gnucash.org/wiki/Translation_Status">http://wiki.gnucash.org/wiki/Translation_Status</a> for updates on this, as we recommend to wait for the string freeze phase for the serious translation work.</p>
 
 
 <p>Available at the usual places!</p>
 
-<p><a href="https://www.gnucash.org">http://www.gnucash.org</a></p>
+<p><a href="http://www.gnucash.org">http://www.gnucash.org</a></p>
 
 <p><a href="http://download.sourceforge.net/gnucash">http://download.sourceforge.net/gnucash</a></p>
diff --git a/news/060305-1-9-2.news b/news/060305-1-9-2.news
index a2972b5..3c967ae 100644
--- a/news/060305-1-9-2.news
+++ b/news/060305-1-9-2.news
@@ -92,7 +92,7 @@ translation work.
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060319-1-9-3.news b/news/060319-1-9-3.news
index 8e7cc06..60c56b4 100644
--- a/news/060319-1-9-3.news
+++ b/news/060319-1-9-3.news
@@ -87,7 +87,7 @@ translation work.
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060405-1-9-4.news b/news/060405-1-9-4.news
index 5e65a2c..ddbadca 100644
--- a/news/060405-1-9-4.news
+++ b/news/060405-1-9-4.news
@@ -84,7 +84,7 @@ translation work.
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060416-1-9-5.news b/news/060416-1-9-5.news
index 15ac26f..9c0ae3a 100644
--- a/news/060416-1-9-5.news
+++ b/news/060416-1-9-5.news
@@ -84,7 +84,7 @@ translation work.
 Available at the usual places! 
 
 <br></br><br></br>
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br></br><br></br>
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060514-1-9-6.news b/news/060514-1-9-6.news
index 4245903..12b7c97 100644
--- a/news/060514-1-9-6.news
+++ b/news/060514-1-9-6.news
@@ -69,7 +69,7 @@ on this.
 Available at the usual places! 
 
 <br /><br />
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br /><br />
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060605-1-9-7.news b/news/060605-1-9-7.news
index 45a600e..db3da93 100644
--- a/news/060605-1-9-7.news
+++ b/news/060605-1-9-7.news
@@ -76,7 +76,7 @@ on this.
 Available at the usual places! 
 
 <br /><br />
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br /><br />
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060618-1-9-8.news b/news/060618-1-9-8.news
index 8e522d2..3337de7 100644
--- a/news/060618-1-9-8.news
+++ b/news/060618-1-9-8.news
@@ -20,9 +20,9 @@ the first beta release.
   in a few weeks.</li>
 <li>If you have the urge to help beyond testing please get involved in
   the discussions on the GnuCash mailing lists which you will find at
-  <a href="https://www.gnucash.org">http://www.gnucash.org</a>. We especially need people to help with
+  <a href="http://www.gnucash.org">http://www.gnucash.org</a>. We especially need people to help with
   updating the documentation.
-  Please see <a href="https://wiki.gnucash.org/wiki/Development">http://wiki.gnucash.org/wiki/Development</a> on how to
+  Please see <a href="http://wiki.gnucash.org/wiki/Development">http://wiki.gnucash.org/wiki/Development</a> on how to
   get involved.</li>
 <li>Major bugfixes include:
 <ul>
@@ -69,7 +69,7 @@ on this.
 Available at the usual places! 
 
 <br /><br />
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br /><br />
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060730-2-0-1.news b/news/060730-2-0-1.news
index 94f45d6..d585151 100644
--- a/news/060730-2-0-1.news
+++ b/news/060730-2-0-1.news
@@ -63,7 +63,7 @@ source code.</p>
 <p>To install GnuCash, users will need Gnome 2, guile, slib and
 g-wrap.</p>
 <p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
 <p><b>About the Program</b></p>
 <p>GnuCash is a free, open source accounting program released under the GNU
 General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/061008-2-0-2.news b/news/061008-2-0-2.news
index daa6458..98ce2a8 100644
--- a/news/061008-2-0-2.news
+++ b/news/061008-2-0-2.news
@@ -73,7 +73,7 @@ source code.</p>
 <p>To install GnuCash, users will need Gnome 2, guile, slib and
 g-wrap.</p>
 <p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
 <p><b>About the Program</b></p>
 <p>GnuCash is a free, open source accounting program released under the GNU
 General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/061210-2-0-3.news b/news/061210-2-0-3.news
index b54301c..99ec6d2 100644
--- a/news/061210-2-0-3.news
+++ b/news/061210-2-0-3.news
@@ -60,7 +60,7 @@ source code.</p>
 <p>To install GnuCash, users will need Gnome 2, guile, slib and
 g-wrap.</p>
 <p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
 <p><b>About the Program</b></p>
 <p>GnuCash is a free, open source accounting program released under the GNU
 General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/070101-2-0-4.news b/news/070101-2-0-4.news
index 8540544..2e7a185 100644
--- a/news/070101-2-0-4.news
+++ b/news/070101-2-0-4.news
@@ -53,7 +53,7 @@ source code.</p>
 <p>To install GnuCash, users will need Gnome 2, guile, slib and
 g-wrap.</p>
 <p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
 <p><b>About the Program</b></p>
 <p>GnuCash is a free, open source accounting program released under the GNU
 General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/070218-2-0-5.news b/news/070218-2-0-5.news
index e7cdfa2..ada6a38 100644
--- a/news/070218-2-0-5.news
+++ b/news/070218-2-0-5.news
@@ -59,7 +59,7 @@ source code.</p>
 <p>To install GnuCash, users will need Gnome 2, guile, slib and
 g-wrap.</p>
 <p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
 <p><b>About the Program</b></p>
 <p>GnuCash is a free, open source accounting program released under the GNU
 General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/070428-2-1-1.news b/news/070428-2-1-1.news
index e75b729..c3c3bdb 100644
--- a/news/070428-2-1-1.news
+++ b/news/070428-2-1-1.news
@@ -20,7 +20,7 @@ class='external free' title="http://bugzilla.gnome.org/enter
 bug.cgi?product=GnuCash"
 rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a></p>
 <h3> Download: </h3>
-<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
@@ -103,7 +103,7 @@ when compiling from tarball or when installing a binary.
 <ul><li> <a href="http://download.sourceforge.net/gnucash" class='external
 free' title="http://download.sourceforge.net/gnucash"
 rel="nofollow">http://download.sourceforge.net/gnucash</a>
-</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070519-2-1-2.news b/news/070519-2-1-2.news
index 06fdda0..89e6bca 100644
--- a/news/070519-2-1-2.news
+++ b/news/070519-2-1-2.news
@@ -19,7 +19,7 @@ GnuCash 2.0 anymore.   Please make a safe backup of your 2.0 data before
 upgrading to 2.1.2.
 </p>
 <h3> Download: </h3>
-<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070602-2-1-3.news b/news/070602-2-1-3.news
index 410ad52..0d2210e 100644
--- a/news/070602-2-1-3.news
+++ b/news/070602-2-1-3.news
@@ -15,7 +15,7 @@ data file saved by GnuCash 2.1.2 and higher is <b>NOT</b> backward-compatible
 with GnuCash 2.0 anymore.   Please make a safe backup of your 2.0 data before
 upgrading to 2.1.2.</p>
 <h3> Download: </h3>
-<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070616-2-1-4.news b/news/070616-2-1-4.news
index dfa26a1..bf0c234 100644
--- a/news/070616-2-1-4.news
+++ b/news/070616-2-1-4.news
@@ -15,7 +15,7 @@ data file saved by GnuCash 2.1.2 and higher is <b>NOT</b> backward-compatible
 with GnuCash 2.0 anymore.   Please make a safe backup of your 2.0 data before
 upgrading to 2.1.2.</p>
 <h3> Download: </h3>
-<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070702-2-1-5.news b/news/070702-2-1-5.news
index e08aa42..786e0c5 100644
--- a/news/070702-2-1-5.news
+++ b/news/070702-2-1-5.news
@@ -30,7 +30,7 @@ rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a>
 <ul><li> <a href="http://sourceforge.net/project/showfiles.php?group_id=192&package_id=5582" class='external
 free' rel="nofollow">Sourceforge</a> (Source code and
 Windows binary)
-</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070715-2-2-0.news b/news/070715-2-2-0.news
index 1d18ea4..7ea50ee 100644
--- a/news/070715-2-2-0.news
+++ b/news/070715-2-2-0.news
@@ -12,7 +12,7 @@ class='external free'
 title="http://sourceforge.net/project/showfiles.php?group id=192"
 rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=192</a>
 (Source code and Windows binary)
-</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/stable/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source
diff --git a/news/070820-2-2-1.news b/news/070820-2-2-1.news
index 1fe7b2e..1a83bdd 100644
--- a/news/070820-2-2-1.news
+++ b/news/070820-2-2-1.news
@@ -10,7 +10,7 @@
 <p>To install GnuCash on other platforms, users will need Gnome 2, guile, and slib. Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.</p>
 <ul>
 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=192" class="external free" title="http://sourceforge.net/project/showfiles.php?group_id=192">http://sourceforge.net/project/showfiles.php?group_id=192</a> (Source code and Windows binary)</li>
-<li><a href="https://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
+<li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
 </ul>
 <h4>What's New in GnuCash 2.2.1? </h4>
 <p>Fixed Bugs:</p>
diff --git a/news/071218-2-2-2.news b/news/071218-2-2-2.news
index f2dc69a..940d2f5 100644
--- a/news/071218-2-2-2.news
+++ b/news/071218-2-2-2.news
@@ -9,7 +9,7 @@
 <p>To install GnuCash on other platforms, users will need Gnome 2, guile, and slib.  Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.</p>
 <ul>
 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=192" class="external free" title="http://sourceforge.net/project/showfiles.php?group_id=192">http://sourceforge.net/project/showfiles.php?group_id=192</a> (Source code and Windows binary)</li>
-<li><a href="https://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
+<li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
 </ul>
 <h4>What's New in GnuCash 2.2.2? </h4>
 <p>Fixed Bugs:</p>
diff --git a/news/080108-2-2-3.news b/news/080108-2-2-3.news
index dd87985..ef10c13 100644
--- a/news/080108-2-2-3.news
+++ b/news/080108-2-2-3.news
@@ -30,7 +30,7 @@
     (Source code and Windows binary)
   </li>
   <li>
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/080303-2-2-4.news b/news/080303-2-2-4.news
index 59ee1e9..8a57ca4 100644
--- a/news/080303-2-2-4.news
+++ b/news/080303-2-2-4.news
@@ -29,7 +29,7 @@
   </li>
   <li>
 
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/080427-2-2-5.news b/news/080427-2-2-5.news
index e1fb13a..f50b330 100644
--- a/news/080427-2-2-5.news
+++ b/news/080427-2-2-5.news
@@ -29,7 +29,7 @@
   </li>
   <li>
 
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/080731-2-2-6.news b/news/080731-2-2-6.news
index 69944c1..c2d09c5 100644
--- a/news/080731-2-2-6.news
+++ b/news/080731-2-2-6.news
@@ -29,7 +29,7 @@
   </li>
   <li>
 
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/080927-2-2-7.news b/news/080927-2-2-7.news
index 7b801ad..b0b8f1e 100644
--- a/news/080927-2-2-7.news
+++ b/news/080927-2-2-7.news
@@ -29,7 +29,7 @@
   </li>
   <li>
 
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/081214-2-2-8.news b/news/081214-2-2-8.news
index 8a70029..6891105 100644
--- a/news/081214-2-2-8.news
+++ b/news/081214-2-2-8.news
@@ -29,7 +29,7 @@
   </li>
   <li>
 
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/090224-2-2-9.news b/news/090224-2-2-9.news
index f49fa26..02cc850 100644
--- a/news/090224-2-2-9.news
+++ b/news/090224-2-2-9.news
@@ -28,7 +28,7 @@
     (Source code and Windows binary)
   </li>
   <li>
-    <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+    <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
        class="external free"
        title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
     (Source code only)
diff --git a/news/090515-2.3.0.news b/news/090515-2.3.0.news
index 01264df..0ffbe14 100644
--- a/news/090515-2.3.0.news
+++ b/news/090515-2.3.0.news
@@ -49,7 +49,7 @@ involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.0 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.0/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/090607-2.3.1.news b/news/090607-2.3.1.news
index b457080..eacd1f3 100644
--- a/news/090607-2.3.1.news
+++ b/news/090607-2.3.1.news
@@ -74,7 +74,7 @@ involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.1 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.1/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/090707-2.3.2.news b/news/090707-2.3.2.news
index 3cd06fe..9fb89a3 100644
--- a/news/090707-2.3.2.news
+++ b/news/090707-2.3.2.news
@@ -76,7 +76,7 @@ involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.2 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.2/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/090723-2.3.3.news b/news/090723-2.3.3.news
index 59308a6..f5652ae 100644
--- a/news/090723-2.3.3.news
+++ b/news/090723-2.3.3.news
@@ -64,7 +64,7 @@ involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.3 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.3/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/090819-2.3.4.news b/news/090819-2.3.4.news
index 4591a15..3a24f64 100644
--- a/news/090819-2.3.4.news
+++ b/news/090819-2.3.4.news
@@ -64,7 +64,7 @@ Because of these changes, you will need to delete and recreate your database.  I
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.4 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.4/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/090829-2.3.5.news b/news/090829-2.3.5.news
index b4388aa..84ba729 100644
--- a/news/090829-2.3.5.news
+++ b/news/090829-2.3.5.news
@@ -52,7 +52,7 @@ Then post any bugs you find to bugzilla</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.5 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.5/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/090929-2.3.6.news b/news/090929-2.3.6.news
index eb39253..95578dd 100644
--- a/news/090929-2.3.6.news
+++ b/news/090929-2.3.6.news
@@ -94,7 +94,7 @@ Then post any bugs you find to bugzilla</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.6 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.6/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/091007-2.3.7.news b/news/091007-2.3.7.news
index 5de5834..bde3d37 100644
--- a/news/091007-2.3.7.news
+++ b/news/091007-2.3.7.news
@@ -47,7 +47,7 @@ Then post any bugs you find to bugzilla</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.7 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.7/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news
index f62db0a..5f1098b 100644
--- a/news/091208-2.3.8.news
+++ b/news/091208-2.3.8.news
@@ -110,7 +110,7 @@ Then post any bugs you find to bugzilla</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.8 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.8.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.8.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.8/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100215-2.3.9.news b/news/100215-2.3.9.news
index c418c37..7f5ca33 100644
--- a/news/100215-2.3.9.news
+++ b/news/100215-2.3.9.news
@@ -536,7 +536,7 @@ gnc_split_register_get_debcred_entry.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.9 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.9.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.9.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.9/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100218-2.3.10.news b/news/100218-2.3.10.news
index 38f05df..1254911 100644
--- a/news/100218-2.3.10.news
+++ b/news/100218-2.3.10.news
@@ -50,7 +50,7 @@ Patch by Tom Van Braeckel.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.10 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.10/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100319-2.3.11.news b/news/100319-2.3.11.news
index f284e03..2dd0b23 100644
--- a/news/100319-2.3.11.news
+++ b/news/100319-2.3.11.news
@@ -788,7 +788,7 @@ here instead of making our own mistakes.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.11 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.11.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.11.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.11/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100421-2.3.12.news b/news/100421-2.3.12.news
index 61e1615..76ad385 100644
--- a/news/100421-2.3.12.news
+++ b/news/100421-2.3.12.news
@@ -294,7 +294,7 @@ unhandled enum values.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.12 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.12.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.12.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.12/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100602-2.3.13.news b/news/100602-2.3.13.news
index 1d79a47..711c6e5 100644
--- a/news/100602-2.3.13.news
+++ b/news/100602-2.3.13.news
@@ -464,7 +464,7 @@ These changes will be used in the revived cross-compile script.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.13 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.13.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.13.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.13/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100608-2.3.14.news b/news/100608-2.3.14.news
index 1f6a378..a254aba 100644
--- a/news/100608-2.3.14.news
+++ b/news/100608-2.3.14.news
@@ -114,7 +114,7 @@ Patch by Frank H. Ellenberger: update de.po
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.14 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.14/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/100820-2.3.15.news b/news/100820-2.3.15.news
index e863b0a..b3cbc3f 100644
--- a/news/100820-2.3.15.news
+++ b/news/100820-2.3.15.news
@@ -445,7 +445,7 @@ Same change as what r18841 added in business-core/xml.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.15 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.15/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/101107-2.3.16.news b/news/101107-2.3.16.news
index 7d4003e..9b10e21 100644
--- a/news/101107-2.3.16.news
+++ b/news/101107-2.3.16.news
@@ -635,7 +635,7 @@ Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by m
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.16 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.16/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/101121-2.3.17.news b/news/101121-2.3.17.news
index d1785b3..b88e2cd 100644
--- a/news/101121-2.3.17.news
+++ b/news/101121-2.3.17.news
@@ -198,7 +198,7 @@ be enabled now.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.3.17 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.17/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/110529-2.4.6.news b/news/110529-2.4.6.news
index 510c3a2..4bf29e4 100644
--- a/news/110529-2.4.6.news
+++ b/news/110529-2.4.6.news
@@ -15,7 +15,7 @@
 <p>If you want to compile GnuCash 2.4.6 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.6.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.6.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.6/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/110702-2.4.7.news b/news/110702-2.4.7.news
index 2cec59b..79686d0 100644
--- a/news/110702-2.4.7.news
+++ b/news/110702-2.4.7.news
@@ -15,7 +15,7 @@
 <p>If you want to compile GnuCash 2.4.7 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.7/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/110702-docs-2.2.2.news b/news/110702-docs-2.2.2.news
index a7eb12b..5e35c2a 100644
--- a/news/110702-docs-2.2.2.news
+++ b/news/110702-docs-2.2.2.news
@@ -8,14 +8,14 @@
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.2.2 documentation will be found under "Older GnuCash Documentation", "GnuCash v2.2".</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.2.2 documentation will be found under "Older GnuCash Documentation", "GnuCash v2.2".</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.2.2 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.2.2.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>Changes</h3>
diff --git a/news/110702-docs-2.4.1.news b/news/110702-docs-2.4.1.news
index 9273544..c991561 100644
--- a/news/110702-docs-2.4.1.news
+++ b/news/110702-docs-2.4.1.news
@@ -8,18 +8,18 @@
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as pdf</h3>
 
-<p>An pdf version of the documentation available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation will be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>An pdf version of the documentation available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation will be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.4.1 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.4.1.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>Changes</h3>
diff --git a/news/110925-new-website.news b/news/110925-new-website.news
index f433fef..3837fcc 100644
--- a/news/110925-new-website.news
+++ b/news/110925-new-website.news
@@ -4,7 +4,7 @@
 <h2>The GnuCash website gets a facelift!</h2>
 
 <p>As you can see, the GnuCash website got updated in appearance and content. Cristian Marchi worked for the last couple of months to get what you see now. He mainly reworked the appearance of the website while most of the framework is still the same of the old website.</p>
-<p>The <a href="https://www.gnucash.org/features.phtml">features page</a> got some attention and now it better showcases what GnuCash is able to offer to its users. In addition to the features page, the content was updated also for the <a href="https://www.gnucash.org/docs.phtml">download</a> and <a href="https://www.gnucash.org/docs.phtml">documentation</a> pages. In this last page, you can now download the GnuCash docs in the <em>epub</em> format (e-book file format), thanks to the work provided by SASAKI Suguru.</p>
+<p>The <a href="http://www.gnucash.org/features.phtml">features page</a> got some attention and now it better showcases what GnuCash is able to offer to its users. In addition to the features page, the content was updated also for the <a href="http://www.gnucash.org/docs.phtml">download</a> and <a href="http://www.gnucash.org/docs.phtml">documentation</a> pages. In this last page, you can now download the GnuCash docs in the <em>epub</em> format (e-book file format), thanks to the work provided by SASAKI Suguru.</p>
 <p>The GnuCash team hopes that you will enjoy the new look and contents of the refreshed website.</p>
 
 <p>For any problem concerning the new website or to help translating it in your language, feel free to contact the <a href="mailto:gnucash-devel at gnucash.org">GnuCash devel mailing list</a></p>.
diff --git a/news/111008-OSX-Lion-Update.news b/news/111008-OSX-Lion-Update.news
index 30a6c25..d85e770 100644
--- a/news/111008-OSX-Lion-Update.news
+++ b/news/111008-OSX-Lion-Update.news
@@ -3,7 +3,7 @@
 
 <h2>Gnucash MacOS X Packages Updated for Lion Compatibility</h2>
 
-<p>New downloadable disk images (DMGs) are available for Mac users of Gnucash; follow the link at the top of the page or the <a href="https://www.gnucash.org/download.phtml">Downloads page</a> to get them.</p>
+<p>New downloadable disk images (DMGs) are available for Mac users of Gnucash; follow the link at the top of the page or the <a href="http://www.gnucash.org/download.phtml">Downloads page</a> to get them.</p>
 
 <p>No changes to Gnucash itself are in the new images; rather, a new build of Gtk+ provides compatibility with OS X Versions 10.5 (Leopard), 10.6 (Snow Leopard), and 10.7 (Lion), as well as several bugfixes and stability improvements. We recommend this update for all OS X users, not just those using Lion.</p>
 
diff --git a/news/111023-2.4.8.news b/news/111023-2.4.8.news
index 44e9525..1b5de16 100644
--- a/news/111023-2.4.8.news
+++ b/news/111023-2.4.8.news
@@ -15,7 +15,7 @@
 <p>If you want to compile GnuCash 2.4.8 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.8/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/120110-2.4.9.news b/news/120110-2.4.9.news
index b518d49..eba188a 100644
--- a/news/120110-2.4.9.news
+++ b/news/120110-2.4.9.news
@@ -15,7 +15,7 @@
 <p>If you want to compile GnuCash 2.4.9 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.9/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/120206-2.4.10.news b/news/120206-2.4.10.news
index 42a649d..292bfcd 100644
--- a/news/120206-2.4.10.news
+++ b/news/120206-2.4.10.news
@@ -15,7 +15,7 @@
 <p>If you want to compile GnuCash 2.4.10 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.10/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/120714-2.4.11.news b/news/120714-2.4.11.news
index 4557924..7c464f5 100644
--- a/news/120714-2.4.11.news
+++ b/news/120714-2.4.11.news
@@ -15,7 +15,7 @@
 <p>If you want to compile GnuCash 2.4.11 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.11/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/121118-docs-2.4.2.news b/news/121118-docs-2.4.2.news
index c1711cc..9271abd 100644
--- a/news/121118-docs-2.4.2.news
+++ b/news/121118-docs-2.4.2.news
@@ -7,18 +7,18 @@
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.4.2 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.4.2.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>Changes</h3>
diff --git a/news/130201-Github-Regeneration-Update.news b/news/130201-Github-Regeneration-Update.news
index 82f224a..cc07327 100644
--- a/news/130201-Github-Regeneration-Update.news
+++ b/news/130201-Github-Regeneration-Update.news
@@ -8,7 +8,7 @@
 <p> To ease the transition, instead of deleting the old repositories, we've renamed them by appending "-old" to the names, so gnucash.git is now gnucash-old.git. Both will be maintained in parallel for a couple of weeks to afford plenty of time to switch to the new ones. You can change your existing repositories with<br/>
 <code>
   git remote set-url origin git://github.com/Gnucash/gnucash-old.git<br/>
-</code>then rename it and proceed with the instructions in <a href="https://wiki.gnucash.org/wiki/Git#Migration_Notice">the wiki</a>.</p>
+</code>then rename it and proceed with the instructions in <a href="http://wiki.gnucash.org/wiki/Git#Migration_Notice">the wiki</a>.</p>
 
 <p> We regret the necessity of this and wish to apologize for the extra work and inconvenience, and to apologize as well to the contributors whose changes were incorrectly attributed.</p>
 
diff --git a/news/130331-2.4.12.news b/news/130331-2.4.12.news
index 28f0d12..f5513dc 100644
--- a/news/130331-2.4.12.news
+++ b/news/130331-2.4.12.news
@@ -17,7 +17,7 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.12.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.12.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.12/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/130407-2.5.0.news b/news/130407-2.5.0.news
index fcc3351..8b7619d 100644
--- a/news/130407-2.5.0.news
+++ b/news/130407-2.5.0.news
@@ -115,7 +115,7 @@ href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.0 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.0.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.0.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.5.0/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/130421-2.4.13.news b/news/130421-2.4.13.news
index 746447d..956aac5 100644
--- a/news/130421-2.4.13.news
+++ b/news/130421-2.4.13.news
@@ -17,7 +17,7 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.14.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.14/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/130505-announce-2.5.1.news b/news/130505-announce-2.5.1.news
index 0076e7e..df5204a 100644
--- a/news/130505-announce-2.5.1.news
+++ b/news/130505-announce-2.5.1.news
@@ -92,7 +92,7 @@ database.</p>
 
 <p>The documentation has had screenshots updated, however, many help
 text may refer to the 2.4 series. Everyone is invited to help improve
-the documentation; see <a href="https://wiki.gnucash.org/wiki/Development">the development wiki page</a> on how
+the documentation; see <a href="http://wiki.gnucash.org/wiki/Development">the development wiki page</a> on how
 to get involved.</p>
 
 <h3>How can you help?</h3>
@@ -104,7 +104,7 @@ in there.  Please enter each and every bug into bugzilla.</p>
 strings. If you consider contributing a translation, we invite you to
 test this release already. A string freeze will be announced in one of
 the later 2.5.x releases.  Please check
-<a href="https://wiki.gnucash.org/wiki/Translation_Status">the translation status page on the wiki</a> for updates on
+<a href="http://wiki.gnucash.org/wiki/Translation_Status">the translation status page on the wiki</a> for updates on
 this.</p>
 
 <p></p>
@@ -118,7 +118,7 @@ href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.1 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.1.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.1.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.5.1/">all files</a>.</li>
 <li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/130525-htdocs-git.news b/news/130525-htdocs-git.news
index 527249b..c700fbc 100644
--- a/news/130525-htdocs-git.news
+++ b/news/130525-htdocs-git.news
@@ -7,4 +7,4 @@
 
 <p>This means that from now on the svn htdocs repository has been disabled. If you need to access the GnuCash website sources, you can use the git gnucash-htdocs repository instead.</p>
 
-<p>To learn how to set up this repository, please refer to <a href="https://wiki.gnucash.org/wiki/Git">our Git wiki page</a>.</p>
+<p>To learn how to set up this repository, please refer to <a href="http://wiki.gnucash.org/wiki/Git">our Git wiki page</a>.</p>
diff --git a/news/130528-announce-2.5.2.news b/news/130528-announce-2.5.2.news
index 55af8f7..cf336ea 100644
--- a/news/130528-announce-2.5.2.news
+++ b/news/130528-announce-2.5.2.news
@@ -180,7 +180,7 @@ involved</a>.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.2 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a
 href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.2.tar.bz2">bzip2</a>,
 <a
diff --git a/news/130707-announce-2.5.3.news b/news/130707-announce-2.5.3.news
index 61e7ed4..c8284ea 100644
--- a/news/130707-announce-2.5.3.news
+++ b/news/130707-announce-2.5.3.news
@@ -155,7 +155,7 @@ involved</a>.</li>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.3 can be downloaded from multiple locations:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 <li>Sourceforge: <a
 href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.3.tar.bz2">bzip2</a>,
 <a
diff --git a/news/130805-announce-2.5.4.news b/news/130805-announce-2.5.4.news
index df8fee0..698a532 100644
--- a/news/130805-announce-2.5.4.news
+++ b/news/130805-announce-2.5.4.news
@@ -182,7 +182,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.4 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.4.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.4.tar.gz">gzip</a>,
diff --git a/news/130910-announce-2.5.5.news b/news/130910-announce-2.5.5.news
index 650d36c..9601374 100644
--- a/news/130910-announce-2.5.5.news
+++ b/news/130910-announce-2.5.5.news
@@ -198,7 +198,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.5 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.5.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.5.tar.gz">gzip</a>,
diff --git a/news/131008-announce-2.5.6.news b/news/131008-announce-2.5.6.news
index 6f00a4f..d57c2ef 100644
--- a/news/131008-announce-2.5.6.news
+++ b/news/131008-announce-2.5.6.news
@@ -196,7 +196,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.6 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.6.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.6.tar.gz">gzip</a>,
diff --git a/news/131104-announce-2.5.7.news b/news/131104-announce-2.5.7.news
index 8ffd0ae..951755a 100644
--- a/news/131104-announce-2.5.7.news
+++ b/news/131104-announce-2.5.7.news
@@ -166,7 +166,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.7 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.7.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.7.tar.gz">gzip</a>,
diff --git a/news/131118-announce-2.5.8.news b/news/131118-announce-2.5.8.news
index dc2fee5..dc36199 100644
--- a/news/131118-announce-2.5.8.news
+++ b/news/131118-announce-2.5.8.news
@@ -162,7 +162,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.8 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.8.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.8.tar.gz">gzip</a>,
diff --git a/news/131201-announce-2.5.9.news b/news/131201-announce-2.5.9.news
index 5ca1e04..761b116 100644
--- a/news/131201-announce-2.5.9.news
+++ b/news/131201-announce-2.5.9.news
@@ -170,7 +170,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.9 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.9.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.9.tar.gz">gzip</a>,
diff --git a/news/131215-announce-2.5.10.news b/news/131215-announce-2.5.10.news
index caccab3..7a8f818 100644
--- a/news/131215-announce-2.5.10.news
+++ b/news/131215-announce-2.5.10.news
@@ -182,7 +182,7 @@ page</a> on how to get involved.</p>
 <h3>Getting GnuCash</h3>
 <p>Source code for GnuCash 2.5.10 can be downloaded from multiple locations:</p>
 <ul>
-  <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+  <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
 
   <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.10.tar.bz2">bzip2</a>,
   <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.10.tar.gz">gzip</a>,
diff --git a/news/131230-2.6.0.news b/news/131230-2.6.0.news
index d7d0004..898a39c 100644
--- a/news/131230-2.6.0.news
+++ b/news/131230-2.6.0.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.0 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.0, the first release in our new 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features. Details of the changes from the last unstable version can be found in <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.6.0, the first release in our new 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features. Details of the changes from the last unstable version can be found in <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
 
 <h3>Getting GnuCash for Windows (Win32 binary)</h3>
 <p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0-setup.exe">Gnucash 2.6.0 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
@@ -17,7 +17,7 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.0/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
diff --git a/news/140101-2.4.14.news b/news/140101-2.4.14.news
index dcb59ee..998083e 100644
--- a/news/140101-2.4.14.news
+++ b/news/140101-2.4.14.news
@@ -17,7 +17,7 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.14.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.14/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/140112-2.4.15.news b/news/140112-2.4.15.news
index 0193c07..2369d94 100644
--- a/news/140112-2.4.15.news
+++ b/news/140112-2.4.15.news
@@ -17,7 +17,7 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.15.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.15/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/140127-2.6.1.news b/news/140127-2.6.1.news
index 4ec16fe..a017bb8 100644
--- a/news/140127-2.6.1.news
+++ b/news/140127-2.6.1.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.1 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.1, the first release in our new 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.1, the first release in our new 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 <p> Mike Alexander has extensively reworked the Advanced Portfolio Report.</p>
@@ -68,25 +68,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.1/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.1 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.1.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/140201-server-down.news b/news/140201-server-down.news
index 1c54b80..e6120a0 100644
--- a/news/140201-server-down.news
+++ b/news/140201-server-down.news
@@ -5,7 +5,7 @@
 
 <p>The scheduled maintenence on Feb 1 has been completed and all services that should be running actually should be running (as of Feb 2, 8:30am).  If you find a service misbehaving please let us know.  You can email us or contact us on IRC.</p>
 
-<p>Note that Subversion access is no longer available, even in read-only mode.  Please use <a href="https://wiki.gnucash.org/wiki/Git">GIT</a> for access to the GnuCash source code.  If you had outstanding patches you will need to "git clone", "svn diff" and then apply that patch to the git checkout</p>
+<p>Note that Subversion access is no longer available, even in read-only mode.  Please use <a href="http://wiki.gnucash.org/wiki/Git">GIT</a> for access to the GnuCash source code.  If you had outstanding patches you will need to "git clone", "svn diff" and then apply that patch to the git checkout</p>
 
 <p>Note to developers:  The SSH Key has changed on the new server.  You will need to manually update your .ssh/known_hosts file.  The new key fingerprints are:</p>
 
diff --git a/news/140213-Gnucash-htdocs-Regeneration.news b/news/140213-Gnucash-htdocs-Regeneration.news
index 42f6d29..9735a40 100644
--- a/news/140213-Gnucash-htdocs-Regeneration.news
+++ b/news/140213-Gnucash-htdocs-Regeneration.news
@@ -12,7 +12,7 @@ to update our binary versions of the GnuCash guide and help manuals.</p>
 <p>As said before if you have a clone of the gnucash-htdocs directory
 from before February 13th you will have to reclone the new repository.
 If you still have commits that had not yet been pushed upstream you
-can follow <a href="https://wiki.gnucash.org/wiki/Git#Conversion_Notice">
+can follow <a href="http://wiki.gnucash.org/wiki/Git#Conversion_Notice">
 these instructions</a> to move them over to the new repository.</p>
 
 <p>Also remember that the primary branch is "master" from now on.
diff --git a/news/140302-2.6.2.news b/news/140302-2.6.2.news
index 685c07f..5a8ec0f 100644
--- a/news/140302-2.6.2.news
+++ b/news/140302-2.6.2.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.2 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.2, the second maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.2, the second maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 <p> Mike Alexander has completed his reworking of the Advanced Portfolio Report. Thanks to all who provided feedback to help perfect it.</p>
@@ -49,25 +49,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.2.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.2/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.2 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.2.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/140401-2.6.3.news b/news/140401-2.6.3.news
index e5b9103..963b299 100644
--- a/news/140401-2.6.3.news
+++ b/news/140401-2.6.3.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.3 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.3, the third maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.3, the third maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -45,25 +45,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.3.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.3/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.3 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.3.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/140928-2.6.4.news b/news/140928-2.6.4.news
index f919dd0..b9410f2 100644
--- a/news/140928-2.6.4.news
+++ b/news/140928-2.6.4.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.4 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.4, the fourth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.4, the fourth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -137,25 +137,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.4.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.4/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.4 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.4.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/141216-2.6.5.news b/news/141216-2.6.5.news
index 994941e..a781313 100644
--- a/news/141216-2.6.5.news
+++ b/news/141216-2.6.5.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.5 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.5, the fifth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.5, the fifth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 <p>The primary reason for this release is that the problems which plagued 2.6.4 on Microsoft Windows have been resolved.</p>
@@ -68,25 +68,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.5.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.5/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.5 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.5.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/150330-2.6.6.news b/news/150330-2.6.6.news
index 0a12bc7..f07690a 100644
--- a/news/150330-2.6.6.news
+++ b/news/150330-2.6.6.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.6 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.6, the sixth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.6, the sixth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -82,25 +82,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.6.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.6/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.6 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.6.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/150628-2.6.7.news b/news/150628-2.6.7.news
index f726364..eefc351 100644
--- a/news/150628-2.6.7.news
+++ b/news/150628-2.6.7.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.7 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.7, the seventh maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.7, the seventh maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -56,25 +56,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.7.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.7/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.7 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.7.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/150927-2.6.8.news b/news/150927-2.6.8.news
index 55efb1e..ddf2078 100644
--- a/news/150927-2.6.8.news
+++ b/news/150927-2.6.8.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.8 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.8, the eighth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.8, the eighth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -68,25 +68,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.8.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.8/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.8 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.8.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/151006-2.6.9.news b/news/151006-2.6.9.news
index 0a9f879..f3e5ee5 100644
--- a/news/151006-2.6.9.news
+++ b/news/151006-2.6.9.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.9 released</h2>
 
-<p>The GnuCash development team humbly announces GnuCash 2.6.9, the nineth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team humbly announces GnuCash 2.6.9, the nineth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -38,25 +38,25 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.9.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.9/">all files</a>.</li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
 <p>If you want to compile the GnuCash Documentation 2.6.9 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.9.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 
 <h3>About the Program</h3>
diff --git a/news/151220-2.6.10.news b/news/151220-2.6.10.news
index 57f4ae1..c9b544b 100644
--- a/news/151220-2.6.10.news
+++ b/news/151220-2.6.10.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.10 released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -82,19 +82,19 @@
 
 <li>Github: <a href="https://github.com/Gnucash/gnucash/archive/2.6.10.tar.gz">gzip</a></li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
-<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.10 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
+<p>The documentation is available at <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.10 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
 
 <p>If you want to compile the GnuCash Documentation 2.6.10 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.10.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash-docs/archive/2.6.10.tar.gz">GitHub</a></li>
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 
diff --git a/news/160111-2.6.11.news b/news/160111-2.6.11.news
index 048fcc0..74e9ca8 100644
--- a/news/160111-2.6.11.news
+++ b/news/160111-2.6.11.news
@@ -3,7 +3,7 @@
 
 <h2>GnuCash 2.6.11 released</h2>
 
-<p>The GnuCash development team announces GnuCash 2.6.11, a snap release to fix a QIF import regression and the eleventh maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team announces GnuCash 2.6.11, a snap release to fix a QIF import regression and the eleventh maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
@@ -69,19 +69,19 @@
 
 <li>Github: <a href="https://github.com/Gnucash/gnucash/archive/2.6.11.tar.gz">gzip</a></li>
 
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
-<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.11 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
+<p>The documentation is available at <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.11 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
 
 <p>If you want to compile the GnuCash Documentation 2.6.11 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.11.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash-docs/archive/2.6.11.tar.gz">GitHub</a></li>
-<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>
 
 
diff --git a/news/de/060618-1-9-8.news b/news/de/060618-1-9-8.news
index 6b2d8f2..313986f 100644
--- a/news/de/060618-1-9-8.news
+++ b/news/de/060618-1-9-8.news
@@ -66,7 +66,7 @@ rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a>
 beitragen kann, laden wir herzlich ein, dieses Release zu
 installieren und zu testen. Das Projekt befindet sich im String
 Freeze, um die Übersetzer zu unterstützen. Übersetzer mögen bitte
-<a href="https://wiki.gnucash.org/wiki/Translation_Status"
+<a href="http://wiki.gnucash.org/wiki/Translation_Status"
 class='external free'
 title="http://wiki.gnucash.org/wiki/Translation Status"
 rel="nofollow">http://wiki.gnucash.org/wiki/Translation_Status</a>
@@ -77,7 +77,7 @@ für das weitere Vorgehen beachten.  </li></ul>
 Download an den bekannten Stellen!
 
 <br /><br />
-<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
 
 <br /><br />
 <b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/de/070715-2-2-0.news b/news/de/070715-2-2-0.news
index 962edc8..2cfc22f 100644
--- a/news/de/070715-2-2-0.news
+++ b/news/de/070715-2-2-0.news
@@ -10,7 +10,7 @@ class='external free'
 title="http://sourceforge.net/project/showfiles.php?group id=192"
 rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=192</a>
 (Quelltext und Windows-Paket)
-</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/stable/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Nur Quelltext)
@@ -49,7 +49,7 @@ class='external free'
 title="http://sourceforge.net/project/showfiles.php?group id=192"
 rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=192</a>
 (Quelltext und Windows-Paket)
-</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
+</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
 class='external free'
 title="http://www.gnucash.org/pub/gnucash/sources/stable/"
 rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Nur Quelltext)
diff --git a/news/it/100608-2.3.14.news b/news/it/100608-2.3.14.news
index 1a5d974..6cc59a0 100644
--- a/news/it/100608-2.3.14.news
+++ b/news/it/100608-2.3.14.news
@@ -112,7 +112,7 @@ Patch di Frank H. Ellenberger: aggiornato de.po
 <h3>Ottenere GnuCash</h3>
 <p>Il codice sorgente di GnuCash 2.3.14 può essere scaricato da diverse posizioni:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.14/">tutti i file</a>.</li>
 <li>É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news
index 102a118..fba7e9f 100755
--- a/news/it/100820-2.3.15.news
+++ b/news/it/100820-2.3.15.news
@@ -444,7 +444,7 @@ Same change as what r18841 added in business-core/xml.</li>
 <h3>Ottenere GnuCash</h3>
 <p>Il codice sorgente di GnuCash 2.3.15 può essere scaricato da diverse posizioni:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.15/">tutti i file</a>.</li>
 <li>É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news
index cb0487f..9e508b8 100755
--- a/news/it/101107-2.3.16.news
+++ b/news/it/101107-2.3.16.news
@@ -635,7 +635,7 @@ Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by m
 <h3>Ottenere GnuCash</h3>
 <p>Il codice sorgente di GnuCash 2.3.16 può essere scaricato da diverse posizioni:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.16/">tutti i file</a>.</li>
 <li>É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/it/101121-2.3.17.news b/news/it/101121-2.3.17.news
index 81c3fd1..8f32d58 100755
--- a/news/it/101121-2.3.17.news
+++ b/news/it/101121-2.3.17.news
@@ -204,7 +204,7 @@ be enabled now.</li>
 <h3>Ottenere GnuCash</h3>
 <p>Il codice sorgente di GnuCash 2.3.17 può essere scaricato da diverse posizioni:</p>
 <ul>
-<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.17/">tutti i file</a>.</li>
 <li>É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
 </ul>
diff --git a/news/it/110702-2.4.7.news b/news/it/110702-2.4.7.news
index fc7ed72..caa46e6 100644
--- a/news/it/110702-2.4.7.news
+++ b/news/it/110702-2.4.7.news
@@ -15,7 +15,7 @@
 <p>Per compilare autonomamente GnuCash 2.4.7, il codice sorgente può essere scaricato da:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.7/">tutti i file</a>.</li>
-<li>È inoltre possibile eseguire il checkout direttamente dal deposito subversion come <a href="https://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
+<li>È inoltre possibile eseguire il checkout direttamente dal deposito subversion come <a href="http://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
 </ul>
 
 <p>Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.</p>
diff --git a/news/it/110702-docs-2.2.2.news b/news/it/110702-docs-2.2.2.news
index 705b66a..7760a72 100644
--- a/news/it/110702-docs-2.2.2.news
+++ b/news/it/110702-docs-2.2.2.news
@@ -9,14 +9,14 @@ rivolta alla serie 2.2 dei rilasci di GnuCash.</p>
 
 <h3>Leggere la documentazione online</h3>
 
-<p>Una versione online della documentazione è disponibile nella pagina della <a href="https://www.gnucash.org/docs.phtml">documentazione</a> del <a href="https://www.gnucash.org/">sito di GnuCash</a>. La versione 2.2.2 della documentazione è disponibile nella sezione "Vecchia documentazione di GnuCash", "GnuCash v2.2".</p>
+<p>Una versione online della documentazione è disponibile nella pagina della <a href="http://www.gnucash.org/docs.phtml">documentazione</a> del <a href="http://www.gnucash.org/">sito di GnuCash</a>. La versione 2.2.2 della documentazione è disponibile nella sezione "Vecchia documentazione di GnuCash", "GnuCash v2.2".</p>
 
 <h3>Ottenere la documentazione di GnuCash come codice sorgente</h3>
 
 <p>Per compilare la versione 2.2.2 della documentazione di GnuCash, il codice sorgente può essere scaricato da:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.2.2.tar.gz">Sourceforge</a></li>
-<li>È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="https://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
+<li>È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="http://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
 </ul>
 
 <h3>Cambiamenti</h3>
diff --git a/news/it/110702-docs-2.4.1.news b/news/it/110702-docs-2.4.1.news
index 5eee4a4..7df5aa7 100644
--- a/news/it/110702-docs-2.4.1.news
+++ b/news/it/110702-docs-2.4.1.news
@@ -9,18 +9,18 @@ rivolta alla serie 2.4 dei rilasci di GnuCash.</p>
 
 <h3>Leggere la documentazione online</h3>
 
-<p>Una versione online della documentazione è disponibile nella pagina della <a href="https://www.gnucash.org/docs.phtml">documentazione</a> del <a href="https://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
+<p>Una versione online della documentazione è disponibile nella pagina della <a href="http://www.gnucash.org/docs.phtml">documentazione</a> del <a href="http://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
 
 <h3>Ottenere la documentazione di GnuCash in versione PDF</h3>
 
-<p>Una versione in formato PDF della documentazione è disponibile nella pagina della <a href="https://www.gnucash.org/docs.phtml">documentazione</a> del <a href="https://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
+<p>Una versione in formato PDF della documentazione è disponibile nella pagina della <a href="http://www.gnucash.org/docs.phtml">documentazione</a> del <a href="http://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
 
 <h3>Ottenere la documentazione di GnuCash come codice sorgente</h3>
 
 <p>Per compilare la versione 2.4.1 della documentazione di GnuCash, il codice sorgente può essere scaricato da:</p>
 <ul>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.4.1.tar.gz">Sourceforge</a></li>
-<li>È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="https://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
+<li>È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="http://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
 </ul>
 
 <h3>Cambiamenti</h3>
diff --git a/news/it/110925-new-website.news b/news/it/110925-new-website.news
index 72b4e29..efd5606 100644
--- a/news/it/110925-new-website.news
+++ b/news/it/110925-new-website.news
@@ -4,7 +4,7 @@
 <h2>Il sito di GnuCash è stato rinnovato!</h2>
 
 <p>Come potete vedere, il sito di GnuCash è stato aggiornato sia nell'aspetto che nei contenuti. Cristian Marchi ha lavorato negli ultimi due mesi per ottenere quello che vedete ora. Cristian si è principalmente occupato di rielaborare l'aspetto del sito mentre l'infrastruttura è rimasta quella del vecchio sito.</p>
-<p>La <a href="https://www.gnucash.org/features.phtml">pagina delle caratteristiche</a> è stata migliorata e ora descrive in modo più approfondito e aggiornato quello che GnuCash è in grado di fornire ai suoi utenti. Oltre alla pagina delle caratteristiche, il contenuto è stato aggiornato anche per le pagine di <a href="https://www.gnucash.org/docs.phtml">download</a> e della <a href="https://www.gnucash.org/docs.phtml">documentazione</a>. In quest'ultima è ora possibile scaricare la documentazione di GnuCash in formato <em>epub</em> (formato file per e-book), grazie al lavoro svolto da SASAKI Suguru.</p>
+<p>La <a href="http://www.gnucash.org/features.phtml">pagina delle caratteristiche</a> è stata migliorata e ora descrive in modo più approfondito e aggiornato quello che GnuCash è in grado di fornire ai suoi utenti. Oltre alla pagina delle caratteristiche, il contenuto è stato aggiornato anche per le pagine di <a href="http://www.gnucash.org/docs.phtml">download</a> e della <a href="http://www.gnucash.org/docs.phtml">documentazione</a>. In quest'ultima è ora possibile scaricare la documentazione di GnuCash in formato <em>epub</em> (formato file per e-book), grazie al lavoro svolto da SASAKI Suguru.</p>
 <p>Il gruppo di sviluppo di GnuCash si augura che le modifiche apportate siano di vostro gradimento.</p>
 
 <p>Per qualsiasi problema relativo al sito web o per contribuire alla sua traduzione, contattare la <a href="mailto:gnucash-devel at gnucash.org">lista di discussione degli sviluppatori di GnuCash</a>.</p>
diff --git a/news/it/131230-2.6.0.news b/news/it/131230-2.6.0.news
index 2030786..ec68c3c 100644
--- a/news/it/131230-2.6.0.news
+++ b/news/it/131230-2.6.0.news
@@ -3,7 +3,7 @@
 
 <h2>Rilasciato GnuCash 2.6.0</h2>
 
-<p>Il team di sviluppo di GnuCash annuncia l'uscita di GnuCash 2.6.0, il primo rilascio della serie stabile 2.6. Per conoscere le novità è possibile leggere il <a href="https://gnucash.org/2.6-release-tour.phtml">tour della nuova versione</a>. Il dettaglio di tutte le modifiche dall'ultima versione instabile si trovano nel file <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
+<p>Il team di sviluppo di GnuCash annuncia l'uscita di GnuCash 2.6.0, il primo rilascio della serie stabile 2.6. Per conoscere le novità è possibile leggere il <a href="http://gnucash.org/2.6-release-tour.phtml">tour della nuova versione</a>. Il dettaglio di tutte le modifiche dall'ultima versione instabile si trovano nel file <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
 
 <h3>Ottenere GnuCash per i sistemi Windows (file binari Win32)</h3>
 <p>Il <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0-setup.exe">file eseguibile di Gnucash 2.6.0 Win32</a> può essere scaricato da Sourceforge. Verrà installato tutto il necessario per eseguire GnuCash.</p>
@@ -17,7 +17,7 @@
 
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.0/">tutti i file</a>.</li>
 
-<li>É anche possibile ottenere il codice sorgente direttamente dal repository git come <a href="https://wiki.gnucash.org/wiki/Git">descritto qui.</a></li>
+<li>É anche possibile ottenere il codice sorgente direttamente dal repository git come <a href="http://wiki.gnucash.org/wiki/Git">descritto qui.</a></li>
 </ul>
 
 <p>Per compilare GnuCash da sorgente, sono necessari almeno Gnome 2, Guile, e slib. Inoltre sarà necessario swig se si compila da git. Consultare il file README nel codice sorgente per l'elenco esaustivo delle dipendenze e delle versioni.</p>
diff --git a/po/de.po b/po/de.po
index 01a9467..b849bd3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -161,9 +161,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -419,7 +419,7 @@ msgstr ""
 "Zusätzlich können Sie mit den Entwicklern via Internet-Relay-Chat (IRC) auf "
 "<i>irc.gnome.org</i> im Kanal \"<a href=\"irc://irc.gnome.org/gnucash"
 "\">#gnucash</a> über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die "
-"<a href=\"https://wiki.gnucash.org/wiki\">englischen</a> oder <a href="
+"<a href=\"http://wiki.gnucash.org/wiki\">englischen</a> oder <a href="
 "\"http://wiki.gnucash.org/wiki/De/GnuCash\">deutschen</a> GnuCash Wikis. Ein "
 "Wiki ist eine Webseite, die von Ihren Benutzern gemeinsam erstellt wird. "
 "Teilweise ist, vor allem zum Schutz vor Spammern, für die Mitarbeit eine "
@@ -514,13 +514,13 @@ msgstr "Fehlerberichte"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -533,7 +533,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -546,14 +546,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -563,7 +563,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2547,7 +2547,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
@@ -2849,7 +2849,7 @@ msgstr ""
 #~ "</p><p>\n"
 #~ "In der Dokumentation ist eine deutsche Ãœbersetzung leider nur in Teilen "
 #~ "fertiggestellt.  Aber Sie finden mehr und mehr übersetzte Informationen "
-#~ "<a href=\"https://wiki.gnucash.org/wiki/De/GnuCash\">auf den deutschen "
+#~ "<a href=\"http://wiki.gnucash.org/wiki/De/GnuCash\">auf den deutschen "
 #~ "Wiki-Seiten von GnuCash</a>."
 
 #~ msgid "Free Acconting Software"
diff --git a/po/es.po b/po/es.po
index 407e4e7..9939360 100644
--- a/po/es.po
+++ b/po/es.po
@@ -128,9 +128,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -401,13 +401,13 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -420,7 +420,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -433,14 +433,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -450,7 +450,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2101,7 +2101,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/fr.po b/po/fr.po
index d80a919..92dbfae 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -155,9 +155,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -408,7 +408,7 @@ msgstr "Ajoutez des mots clefs"
 msgid ""
 "Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
 "channel <b>#gnucash</b> about your question. Another resource is the <a href="
-"\"https://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
 "de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
 msgstr ""
 "Il existe aussi des flux de discussions IRC via irc.gnome.org \"#gnucash\". "
@@ -506,13 +506,13 @@ msgstr "Rapport d'anomalies"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -525,7 +525,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -538,14 +538,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -555,7 +555,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -892,7 +892,7 @@ msgstr "Calculs financiers"
 #: download.phtml:42
 msgid ""
 "For build instructions, please check the <span class=\"gnucash\">GnuCash</"
-"span> wiki which has <a href='https://wiki.gnucash.org/wiki/"
+"span> wiki which has <a href='http://wiki.gnucash.org/wiki/"
 "GnuCash#Installation'>guidelines for several distributions</a>."
 msgstr ""
 "Pour les instructions de construction, s'il vous plaît regardez le wiki de "
@@ -904,7 +904,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "For those not familiar with git, the <span class=\"gnucash\">GnuCash</span> "
-"wiki has a <a href='https://wiki.gnucash.org/wiki/Git'>description</a> "
+"wiki has a <a href='http://wiki.gnucash.org/wiki/Git'>description</a> "
 "tailored to the <span class=\"gnucash\">GnuCash</span> code. To get the "
 "documentation source instead of the program source, replace 'gnucash' with "
 "'gnucash-docs' in the mentioned git commands, like this:"
@@ -1154,7 +1154,7 @@ msgstr ""
 "si vous souhaitez installer une autre versionque celle proposée, vous pouvez "
 "essayer de construire <span class=\"gnucash\">GnuCash</span> directement "
 "depuis le code source. Le wiki de <span class=\"gnucash\">GnuCash</span> "
-"fournit des <a href='https://wiki.gnucash.org/wiki/"
+"fournit des <a href='http://wiki.gnucash.org/wiki/"
 "GnuCash#Installation'>aides pour différentes distributions</a>."
 
 #: 2.6-release-tour.phtml:120
@@ -2455,7 +2455,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/hu.po b/po/hu.po
index 8e8181d..f08ac3d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -136,9 +136,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -445,13 +445,13 @@ msgstr "Bug Reports"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -464,7 +464,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -477,14 +477,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -494,7 +494,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2305,7 +2305,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
@@ -2865,7 +2865,7 @@ msgstr ""
 #~ "<b>Translating</b>: The new release comes with plenty of new translation "
 #~ "strings. If you consider contributing a translation, we invite you to "
 #~ "test this release already, but please keep in mind that we are not yet in "
-#~ "our string freeze phase. Please check <a href=\"https://wiki.gnucash.org/"
+#~ "our string freeze phase. Please check <a href=\"http://wiki.gnucash.org/"
 #~ "wiki/Translation_Status\">http://wiki.gnucash.org/wiki/"
 #~ "Translation_Status</a> for updates on this, as we recommend to wait for "
 #~ "the string freeze phase for the serious translation work."
@@ -2873,7 +2873,7 @@ msgstr ""
 #~ "<b>Translating</b>: The new release comes with plenty of new translation "
 #~ "strings. If you consider contributing a translation, we invite you to "
 #~ "test this release already, but please keep in mind that we are not yet in "
-#~ "our string freeze phase. Please check <a href=\"https://wiki.gnucash.org/"
+#~ "our string freeze phase. Please check <a href=\"http://wiki.gnucash.org/"
 #~ "wiki/Translation_Status\">http://wiki.gnucash.org/wiki/"
 #~ "Translation_Status</a> for updates on this, as we recommend to wait for "
 #~ "the string freeze phase for the serious translation work."
diff --git a/po/it.po b/po/it.po
index 9df627d..3940b3d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -161,9 +161,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -172,7 +172,7 @@ msgstr ""
 "guida ai concetti. Se non si trova risposta alle proprie domande in questi "
 "documenti, è sempre possibile consultare il <a href=\"http://wiki.gnucash."
 "org/wiki/GnuCash\">wiki di GnuCash</a>. Se entrambe le opzioni falliscono, è "
-"possibile inviare le proprie domande alle <a href=\"https://wiki.gnucash.org/"
+"possibile inviare le proprie domande alle <a href=\"http://wiki.gnucash.org/"
 "wiki/Mailing_Lists\">liste di discussione di GnuCash</a>: la comunità di "
 "<span class=\"gnucash\">GnuCash</span> è molto disponibile e capace!"
 
@@ -435,7 +435,7 @@ msgid ""
 msgstr ""
 "In aggiunta, è possibile sottoporre ad altri il proprio problema tramite IRC "
 "usando il canale <b>#gnucash</b> su <i>irc.gnome.org</i>. Ulteriori risorse "
-"sono le wiki <a href=\"https://wiki.gnucash.org/wiki/\">Inglese</a> o <a href="
+"sono le wiki <a href=\"http://wiki.gnucash.org/wiki/\">Inglese</a> o <a href="
 "\"http://linuxwiki.de/GnuCash\">Tedesca</a> di <span class=\"gnucash"
 "\">GnuCash</span>."
 
@@ -529,18 +529,18 @@ msgstr "Segnalazione problemi"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
-"Sviluppando <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">il codice "
+"Sviluppando <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">il codice "
 "sorgente</a>"
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
-"<a href=\"https://wiki.gnucash.org/wiki/Translation\">Traducendo il programma "
+"<a href=\"http://wiki.gnucash.org/wiki/Translation\">Traducendo il programma "
 "e la documentazione nella propria lingua</a>"
 
 #: 2.6-release-tour.phtml:163
@@ -555,10 +555,10 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
-"Migliorando la <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"Migliorando la <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
 "\">documentazione</a>"
 
 #: 2.6-release-tour.phtml:178
@@ -573,17 +573,17 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
-"Partecipando alle <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"Partecipando alle <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
 "\">liste di discussione di GnuCash</a> e al <a href=\"http://wiki.gnucash."
 "org/wiki/IRC\">canale IRC</a>"
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 "Revisionando e aggiungendo nuovi contenuti  <a href=\"http://wiki.gnucash."
@@ -595,10 +595,10 @@ msgstr "Spargendo la voce"
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
-"Testando il programma e <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"Testando il programma e <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
 "\">segnalando i problemi</a>"
 
 #: features.phtml:222
@@ -2680,10 +2680,10 @@ msgstr "Sourceforge"
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 "La versione 2.6 di <span class=\"gnucash\">GnuCash</span> è scaricabile "
-"direttamente dalla <a href=\"https://gnucash.org\">pagina principale del sito "
+"direttamente dalla <a href=\"http://gnucash.org\">pagina principale del sito "
 "di GnuCash</a>."
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/ja.po b/po/ja.po
index 85a37d5..b23b3e0 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -147,9 +147,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -460,13 +460,13 @@ msgstr "バグレポート"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -479,7 +479,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -492,14 +492,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -509,7 +509,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2329,7 +2329,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/nb.po b/po/nb.po
index d676c7b..1e3053b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -139,9 +139,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -412,13 +412,13 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -431,7 +431,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -444,14 +444,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -461,7 +461,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2144,7 +2144,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/nl.po b/po/nl.po
index 0f4dbc9..07f2656 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -161,9 +161,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -510,13 +510,13 @@ msgstr "Bugrapporten"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -529,7 +529,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -542,14 +542,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -559,7 +559,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2561,7 +2561,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/pl.po b/po/pl.po
index 91d0728..94d46b1 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -136,9 +136,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -409,13 +409,13 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -428,7 +428,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -441,14 +441,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -458,7 +458,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2161,7 +2161,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/pt.po b/po/pt.po
index f5e5665..b53a33c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1031,10 +1031,10 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 "Pode transferir a nova versão 2.6 do <span class=\"gnucash\">GnuCash</"
-"span> na <a href=\"https://gnucash.org\">página principal do GnuCash</a>."
+"span> na <a href=\"http://gnucash.org\">página principal do GnuCash</a>."
 
 #: 2.6-release-tour.phtml:169
 msgid "Help"
@@ -1044,17 +1044,17 @@ msgstr "Ajuda"
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
 "O <span class=\"gnucash\">GnuCash</span> 2.6 vem com atualizações "
 "da ajuda e do guia. Se não conseguir encontrar uma resposta nesses "
-"documentos, tente na <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">wiki "
+"documentos, tente na <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">wiki "
 "do GnuCash</a>. Se ambas as opções forem insatisfatórias, "
-"pode enviar as suas questões para as <a href=\"https://wiki.gnucash.org/"
+"pode enviar as suas questões para as <a href=\"http://wiki.gnucash.org/"
 "wiki/Mailing_Lists\">listas de correio do GnuCash</a>: a comunidade do <span "
 "class=\"gnucash\">GnuCash</span> é muito simpática e experiente, "
 "de certeza que alguém o ajudará."
@@ -1075,10 +1075,10 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
-"Testando o programa e <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"Testando o programa e <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reportando erros</a>"
 
 #: 2.6-release-tour.phtml:178
@@ -1105,44 +1105,44 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
-"Participando nas <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">listas de correio do GnuCash</a> e no <a href=\"https://wiki.gnucash.org/"
+"Participando nas <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">listas de correio do GnuCash</a> e no <a href=\"http://wiki.gnucash.org/"
 "wiki/IRC\">canal IRC</a>"
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
-"Revendo e adicionando dicas à <a href=\"https://wiki.gnucash.org/wiki/"
+"Revendo e adicionando dicas à <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
-"Melhorando a <a href=\"https://gnucash.org/docs.phtml\">documentaçã"
+"Melhorando a <a href=\"http://gnucash.org/docs.phtml\">documentaçã"
 "o</a>"
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
-"<a href=\"https://wiki.gnucash.org/wiki/Translation\">Traduzindo o programa e "
+"<a href=\"http://wiki.gnucash.org/wiki/Translation\">Traduzindo o programa e "
 "a documentação no seu idioma</a>"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
-"<a href=\"https://wiki.gnucash.org/wiki/Development\">Desenvolvento o có"
+"<a href=\"http://wiki.gnucash.org/wiki/Development\">Desenvolvento o có"
 "digo fonte</a>"
 
 #: 2.6-release-tour.phtml:188
@@ -1213,7 +1213,7 @@ msgid ""
 msgstr ""
 "Adicionalmente, pode falar com alguém via IRC em <i>irc.gnome.org</i>, "
 "canal <b>#gnucash</b> sobre o seu problema. Outro recurso são as wikis "
-"<a href=\"https://wiki.gnucash.org/wiki/\">inglesa</a> ou <a href=\"http://"
+"<a href=\"http://wiki.gnucash.org/wiki/\">inglesa</a> ou <a href=\"http://"
 "linuxwiki.de/GnuCash\">alemã</a> do <span class=\"gnucash\">GnuCash</"
 "span>."
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c9d2f89..4c2bf2c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -134,9 +134,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -438,13 +438,13 @@ msgstr "报告 Bug"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -457,7 +457,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -470,14 +470,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -487,7 +487,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2291,7 +2291,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 3504011..8ba7a52 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -136,9 +136,9 @@ msgstr ""
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
 "Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
 "a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
 "lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
 "friendly and experienced and someone will surely assist you."
 msgstr ""
@@ -447,13 +447,13 @@ msgstr "Bug 回報"
 
 #: 2.6-release-tour.phtml:185
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
 "source code</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:184
 msgid ""
-"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
 "program and documentation to your language</a>"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:183
 msgid ""
-"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
 "documentation</a>"
 msgstr ""
 
@@ -479,14 +479,14 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:181
 msgid ""
-"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
 "\">IRC channel</a>"
 msgstr ""
 
 #: 2.6-release-tour.phtml:182
 msgid ""
-"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
 "\">wiki</a>"
 msgstr ""
 
@@ -496,7 +496,7 @@ msgstr ""
 
 #: 2.6-release-tour.phtml:177
 msgid ""
-"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
 "\">reporting bugs</a>"
 msgstr ""
 
@@ -2187,7 +2187,7 @@ msgstr ""
 #: 2.6-release-tour.phtml:167
 msgid ""
 "You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:60
diff --git a/search/templates/old/NMZ.foot.de b/search/templates/old/NMZ.foot.de
index cb0642d..4dd0a91 100644
--- a/search/templates/old/NMZ.foot.de
+++ b/search/templates/old/NMZ.foot.de
@@ -5,7 +5,7 @@ Dieses Suchsystem wird mit
 <strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
 betrieben.
 </p>
-<a href="https://www.gnucash.org">GnuCash Home Page</a>
+<a href="http://www.gnucash.org">GnuCash Home Page</a>
 <address>
 <!-- ADDRESS -->
 <a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
diff --git a/search/templates/old/NMZ.foot.fr b/search/templates/old/NMZ.foot.fr
index 8df9546..21fb421 100644
--- a/search/templates/old/NMZ.foot.fr
+++ b/search/templates/old/NMZ.foot.fr
@@ -4,7 +4,7 @@
 Ce moteur de recherche utilise  
 <strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
 </p>
-<a href="https://www.gnucash.org">GnuCash Home Page</a>
+<a href="http://www.gnucash.org">GnuCash Home Page</a>
 <address>
 <!-- ADDRESS -->
 <a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>



Summary of changes:
 2.6-release-tour.phtml                       | 16 +++++-----
 docs.phtml                                   | 44 ++++++++++++++--------------
 externals/footer.phtml                       |  2 +-
 externals/header.phtml                       |  2 +-
 externals/menu.phtml                         | 18 ++++++------
 index.phtml                                  |  2 +-
 news/021014-announce-1-7-1.news              |  2 +-
 news/021028-announce-1-7-2.news              |  2 +-
 news/021117-announce-1-7-3.news              |  2 +-
 news/021202-announce-1-7-4.news              |  2 +-
 news/021203-announce-1-7-5.news              |  2 +-
 news/021222-announce-1-7-6.news              |  2 +-
 news/030106-announce-1-7-7.news              |  2 +-
 news/030120-announce-1-7-8.news              |  2 +-
 news/030127-announce-doc-1-7-8.news          |  2 +-
 news/030127-de-maillist.news                 |  4 +--
 news/030202-announce-1-8-0.news              |  2 +-
 news/030209-announce-1-8-1.news              |  2 +-
 news/030309-announce-1-8-2.news              |  2 +-
 news/030512-announce-1-8-3.news              |  2 +-
 news/030526-announce-1-8-4.news              |  2 +-
 news/030819-announce-1-8-2-docs.news         |  2 +-
 news/030819-announce-1-8-5.news              |  2 +-
 news/030831-announce-1-8-3-docs.news         |  2 +-
 news/030911-announce-1-8-6.news              |  2 +-
 news/030914-announce-1-8-7.news              |  2 +-
 news/030923-gnucash-it.news                  |  2 +-
 news/031010-outage.news                      |  2 +-
 news/031107-euro-mirror.news                 |  4 +--
 news/031117-announce-1-8-8.news              |  2 +-
 news/040412-announce-1-8-9.news              |  2 +-
 news/041112-announce-1-8-10.news             |  2 +-
 news/050206-announce-1-8-11.news             |  2 +-
 news/051019-announce-1-8-12.news             |  2 +-
 news/060209-1.9.0.news                       |  2 +-
 news/060220-1.9.1.news                       |  4 +--
 news/060305-1-9-2.news                       |  2 +-
 news/060319-1-9-3.news                       |  2 +-
 news/060405-1-9-4.news                       |  2 +-
 news/060416-1-9-5.news                       |  2 +-
 news/060514-1-9-6.news                       |  2 +-
 news/060605-1-9-7.news                       |  2 +-
 news/060618-1-9-8.news                       |  6 ++--
 news/060730-2-0-1.news                       |  2 +-
 news/061008-2-0-2.news                       |  2 +-
 news/061210-2-0-3.news                       |  2 +-
 news/070101-2-0-4.news                       |  2 +-
 news/070218-2-0-5.news                       |  2 +-
 news/070428-2-1-1.news                       |  4 +--
 news/070519-2-1-2.news                       |  2 +-
 news/070602-2-1-3.news                       |  2 +-
 news/070616-2-1-4.news                       |  2 +-
 news/070702-2-1-5.news                       |  2 +-
 news/070715-2-2-0.news                       |  2 +-
 news/070820-2-2-1.news                       |  2 +-
 news/071218-2-2-2.news                       |  2 +-
 news/080108-2-2-3.news                       |  2 +-
 news/080303-2-2-4.news                       |  2 +-
 news/080427-2-2-5.news                       |  2 +-
 news/080731-2-2-6.news                       |  2 +-
 news/080927-2-2-7.news                       |  2 +-
 news/081214-2-2-8.news                       |  2 +-
 news/090224-2-2-9.news                       |  2 +-
 news/090515-2.3.0.news                       |  2 +-
 news/090607-2.3.1.news                       |  2 +-
 news/090707-2.3.2.news                       |  2 +-
 news/090723-2.3.3.news                       |  2 +-
 news/090819-2.3.4.news                       |  2 +-
 news/090829-2.3.5.news                       |  2 +-
 news/090929-2.3.6.news                       |  2 +-
 news/091007-2.3.7.news                       |  2 +-
 news/091208-2.3.8.news                       |  2 +-
 news/100215-2.3.9.news                       |  2 +-
 news/100218-2.3.10.news                      |  2 +-
 news/100319-2.3.11.news                      |  2 +-
 news/100421-2.3.12.news                      |  2 +-
 news/100602-2.3.13.news                      |  2 +-
 news/100608-2.3.14.news                      |  2 +-
 news/100820-2.3.15.news                      |  2 +-
 news/101107-2.3.16.news                      |  2 +-
 news/101121-2.3.17.news                      |  2 +-
 news/110529-2.4.6.news                       |  2 +-
 news/110702-2.4.7.news                       |  2 +-
 news/110702-docs-2.2.2.news                  |  4 +--
 news/110702-docs-2.4.1.news                  |  6 ++--
 news/110925-new-website.news                 |  2 +-
 news/111008-OSX-Lion-Update.news             |  2 +-
 news/111023-2.4.8.news                       |  2 +-
 news/120110-2.4.9.news                       |  2 +-
 news/120206-2.4.10.news                      |  2 +-
 news/120714-2.4.11.news                      |  2 +-
 news/121118-docs-2.4.2.news                  |  6 ++--
 news/130201-Github-Regeneration-Update.news  |  2 +-
 news/130331-2.4.12.news                      |  2 +-
 news/130407-2.5.0.news                       |  2 +-
 news/130421-2.4.13.news                      |  2 +-
 news/130505-announce-2.5.1.news              |  6 ++--
 news/130525-htdocs-git.news                  |  2 +-
 news/130528-announce-2.5.2.news              |  2 +-
 news/130707-announce-2.5.3.news              |  2 +-
 news/130805-announce-2.5.4.news              |  2 +-
 news/130910-announce-2.5.5.news              |  2 +-
 news/131008-announce-2.5.6.news              |  2 +-
 news/131104-announce-2.5.7.news              |  2 +-
 news/131118-announce-2.5.8.news              |  2 +-
 news/131201-announce-2.5.9.news              |  2 +-
 news/131215-announce-2.5.10.news             |  2 +-
 news/131230-2.6.0.news                       |  4 +--
 news/140101-2.4.14.news                      |  2 +-
 news/140112-2.4.15.news                      |  2 +-
 news/140127-2.6.1.news                       | 10 +++----
 news/140201-server-down.news                 |  2 +-
 news/140213-Gnucash-htdocs-Regeneration.news |  2 +-
 news/140302-2.6.2.news                       | 10 +++----
 news/140401-2.6.3.news                       | 10 +++----
 news/140928-2.6.4.news                       | 10 +++----
 news/141216-2.6.5.news                       | 10 +++----
 news/150330-2.6.6.news                       | 10 +++----
 news/150628-2.6.7.news                       | 10 +++----
 news/150927-2.6.8.news                       | 10 +++----
 news/151006-2.6.9.news                       | 10 +++----
 news/151220-2.6.10.news                      |  8 ++---
 news/160111-2.6.11.news                      |  8 ++---
 news/de/060618-1-9-8.news                    |  4 +--
 news/de/070715-2-2-0.news                    |  4 +--
 news/it/100608-2.3.14.news                   |  2 +-
 news/it/100820-2.3.15.news                   |  2 +-
 news/it/101107-2.3.16.news                   |  2 +-
 news/it/101121-2.3.17.news                   |  2 +-
 news/it/110702-2.4.7.news                    |  2 +-
 news/it/110702-docs-2.2.2.news               |  4 +--
 news/it/110702-docs-2.4.1.news               |  6 ++--
 news/it/110925-new-website.news              |  2 +-
 news/it/131230-2.6.0.news                    |  4 +--
 po/de.po                                     | 24 +++++++--------
 po/es.po                                     | 20 ++++++-------
 po/fr.po                                     | 28 +++++++++---------
 po/hu.po                                     | 24 +++++++--------
 po/it.po                                     | 36 +++++++++++------------
 po/ja.po                                     | 20 ++++++-------
 po/nb.po                                     | 20 ++++++-------
 po/nl.po                                     | 20 ++++++-------
 po/pl.po                                     | 20 ++++++-------
 po/pt.po                                     | 42 +++++++++++++-------------
 po/zh_CN.po                                  | 20 ++++++-------
 po/zh_TW.po                                  | 20 ++++++-------
 search/templates/old/NMZ.foot.de             |  2 +-
 search/templates/old/NMZ.foot.fr             |  2 +-
 viewdoc.phtml                                |  4 +--
 149 files changed, 383 insertions(+), 383 deletions(-)



More information about the gnucash-changes mailing list