gnucash-htdocs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Wed Apr 4 11:54:00 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/4d9758b0 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/c15859e3 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/3bd228f0 (commit)



commit 4d9758b0ca7114454248c505fd1dd15ebc294fd2
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Wed Apr 4 17:53:36 2018 +0200

    move "7/8/10" in the Windows list item

diff --git a/index.phtml b/index.phtml
index a4e6caa..0077eed 100644
--- a/index.phtml
+++ b/index.phtml
@@ -20,7 +20,7 @@ include("externals/menu.phtml");
 
   <ul>
    <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
-   <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_xp_vista;?>">XP/Vista</a></li> | <a href="<?php echo $download_path.$latest_stable_win;?>">7/8/10</a>
+   <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_xp_vista;?>">XP/Vista</a> | <a href="<?php echo $download_path.$latest_stable_win;?>">7/8/10</a></li>
    <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
    <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
   </ul>

commit c15859e397cfcf52a6a3d1c70a1606e3566d353e
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Tue Apr 3 15:15:12 2018 +0200

    replace http: by https: where possible

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 45cd854..9d6e626 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=\"http://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=\"https://www.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=\"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>
+<?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>
 
 <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=\"http://wiki.gnucash.org/wiki/Bugzilla\">reporting bugs</a>");?></li>
+<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 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=\"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>
+<li><?php echo T_("<a href=\"https://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>
 </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/Makefile b/Makefile
index aba4db4..a5b34b3 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ URLBASE=
 FILETAIL=
 LOCALE=
 FILE=
-HOME=http://www.gnucash.org$(URLBASE)
+HOME=https://www.gnucash.org$(URLBASE)
 TMPLBASE=search/templates/NMZ.
 
 # add when we have utf-8 translations: iconv -f UTF-8 -t ISO8859-1 
diff --git a/develdocs.phtml b/develdocs.phtml
index 7554bde..b743c3c 100644
--- a/develdocs.phtml
+++ b/develdocs.phtml
@@ -28,11 +28,11 @@ include("externals/menu.phtml");
 <p class="justify"><?php echo T_("If you wish to review or write <span class=\"gnucash\">GnuCash</span> documentation, you will need to know xml. Some basic knowledge of the docbook system may be useful as well");?></p>
 <p class="justify"><?php echo T_("The following links are for further sites that can help with the documentation and review process.");?></p>
 <ul>
-<li><a href='http://www.docbook.org'> DocBook: The Definitive Guide.</a></li>
+<li><a href='https://www.docbook.org'> DocBook: The Definitive Guide.</a></li>
 <li><a href='http://www.sagehill.net/docbookxsl/'>DocBook XSL: The Complete Guide</a>.</li>
-<li><a href='http://library.gnome.org/devel/hig-book/stable/'> GNOME Human Interface Guidelines</a></li>
-<li><a href='http://wiki.gnucash.org/wiki/Translation#How_to_translate_the_GnuCash_guide_and.2For_help_files'>How_to_translate_the_GnuCash_guide_and/or_help_files</a>: <?php echo T_("While this <span class=\"gnucash\">GnuCash</span> wiki page is really about translating the documentation, it holds some useful information on working with docbook files.");?></li>
-<li><a href='http://wiki.gnucash.org/wiki/Documentation_Update_Instructions'> Documentation_Update_Instructions</a>: <?php echo T_("A detailed guide on how to work with documentation (update and maintenance).");?></li>
+<li><a href='https://library.gnome.org/devel/hig-book/stable/'> GNOME Human Interface Guidelines</a></li>
+<li><a href='https://wiki.gnucash.org/wiki/Translation#How_to_translate_the_GnuCash_guide_and.2For_help_files'>How_to_translate_the_GnuCash_guide_and/or_help_files</a>: <?php echo T_("While this <span class=\"gnucash\">GnuCash</span> wiki page is really about translating the documentation, it holds some useful information on working with docbook files.");?></li>
+<li><a href='https://wiki.gnucash.org/wiki/Documentation_Update_Instructions'> Documentation_Update_Instructions</a>: <?php echo T_("A detailed guide on how to work with documentation (update and maintenance).");?></li>
 </ul>
 <p class="justify"><?php echo T_("We suggest also subscribing to");?> <a href='mailto:gnucash-devel at gnucash.org'>gnucash-devel</a>.</p>
 </div>
@@ -42,9 +42,9 @@ include("externals/menu.phtml");
 <h2 class="featuretitle"><?php echo T_("Gnome Documentation guidelines");?></h2>
 </div>
 <p class="justify"><?php echo T_("As stated earlier, the new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs.");?></p>
-<ul>
-<li><a href='http://library.gnome.org/devel/gdp-handbook/stable/'>The GNOME Handbook of Writing Software Documentation</a></li>
-<li><a href='http://library.gnome.org/devel/gdp-style-guide/stable/'>The GNOME Documentation Style Guide</a></li>
+<ul> <!-- with Gnome 3 the next disappeared -->
+<li><a href='https://library.gnome.org/devel/gdp-handbook/stable/'>The GNOME Handbook of Writing Software Documentation</a></li>
+<li><a href='https://developer.gnome.org/gdp-style-guide/'>The GNOME Documentation Style Guide</a></li>
 </ul>
 </div>
 
@@ -52,8 +52,8 @@ include("externals/menu.phtml");
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Where to get the documentation source");?></h2>
 </div>
-<p class="justify"><?php echo T_("You will need a recent copy of the documentation source. For this you can check out the documentation module from the gnucash-docs git repository. Reviewers could also start from the <a href='http://sourceforge.net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>.");?></p>
-<p class="justify"><?php echo T_("For those not familiar with git, the <span class=\"gnucash\">GnuCash</span> 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:");?></p>
+<p class="justify"><?php echo T_("You will need a recent copy of the documentation source. For this you can check out the documentation module from the gnucash-docs git repository. Reviewers could also start from the <a href='https://sourceforge.net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>.");?></p>
+<p class="justify"><?php echo T_("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> 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:");?></p>
 <pre class="command">git clone https://github.com/Gnucash/gnucash-docs.git</pre>
 <div class="dialog note">
 <p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <b>Help Manual</b> and the <b>Tutorial and Concepts Guide</b>. With the above command, the source code of both will be downloaded.");?></p>
@@ -66,7 +66,7 @@ include("externals/menu.phtml");
 </div>
 <p class="justify"><?php echo T_("Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):");?></p>
 <pre class="command">git diff > my-patch-name.patch</pre>
-<p class="justify"><?php echo T_("Next attach your patch to a bug report against the documentation component for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://bugzilla.gnome.org/'>Gnome's bugzilla database</a> and send an email to <a href='mailto:gnucash-devel at gnucash.org'>gnucash-devel</a> mailing list to inform other developers on your work. See also <a href='http://wiki.gnucash.org/wiki/Bugzilla'>GnuCash' wiki page on bugzilla</a> for more details about patch submission.");?></p>
+<p class="justify"><?php echo T_("Next attach your patch to a bug report against the documentation component for the <span class=\"gnucash\">GnuCash</span> project in <a href='https://bugzilla.gnome.org/'>Gnome's bugzilla database</a> and send an email to <a href='mailto:gnucash-devel at gnucash.org'>gnucash-devel</a> mailing list to inform other developers on your work. See also <a href='https://wiki.gnucash.org/wiki/Bugzilla'>GnuCash' wiki page on bugzilla</a> for more details about patch submission.");?></p>
 <div class="dialog note">
 <p class="justify"><?php echo T_("<b>NOTE:</b> It used to be ok also to send your patch directly to the gnucash-devel list. This is discouraged now, as a patch is easily forgotten between the many list discussions. Attach patches to bugs in Bugzilla instead (either an existing bug or a new one). If you insist on sending a patch to gnucash-devel, it should be attached, not inlined.");?></p>
 <p class="justify"><?php echo T_("Please let other writers know which section you wish to tackle. Please forward this to <a href='mailto:gnucash-devel at gnucash.org'>gnucash-devel</a> so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?></p>
@@ -79,7 +79,7 @@ include("externals/menu.phtml");
 <h2 class="featuretitle"><?php echo T_("Reviewers");?></h2>
 </div>   
 <p class="justify"><?php echo T_("Get a copy of the documentation source as described above and start commenting on it.");?></p>
-<p class="justify"><?php echo T_("The best way of retaining comments about docs in an easy to find way for everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs under documentation. This can also be done using bug-buddy.");?></p>
+<p class="justify"><?php echo T_("The best way of retaining comments about docs in an easy to find way for everyone would be to use <a href='https://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs under documentation. This can also be done using bug-buddy.");?></p>
 </div>
 
 </div>
diff --git a/docs.phtml b/docs.phtml
index 3128f5d..0343e3e 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=\"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_("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=\"https://wiki.gnucash.org/wiki/De/\">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>
 
diff --git a/donate.phtml b/donate.phtml
index 8158b0f..059b0a0 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -20,8 +20,8 @@ include("externals/menu.phtml");
 
 
 <h3><?= T_("You can donate via the Sourceforge tip jar");?></h3>
-<a style="float:left; margin: 0 10px 10px 0;" href="http://sourceforge.net/donate/index.php?group_id=192"><img src="<?=$home?>/images/gnucash-sf-donation.png" valign="center" alt="[Sourceforge]" /></a>
-<p><a href="http://sourceforge.net/donate/index.php?group_id=192"><?=T_("Sourceforge tip jar")?></a></p>
+<a style="float:left; margin: 0 10px 10px 0;" href="https://sourceforge.net/donate/index.php?group_id=192"><img src="<?=$home?>/images/gnucash-sf-donation.png" valign="center" alt="[Sourceforge]" /></a>
+<p><a href="https://sourceforge.net/donate/index.php?group_id=192"><?=T_("Sourceforge tip jar")?></a></p>
 <p><?= T_("The tip jar is run through Paypal into an account managed by IHTFP Consulting, owned by Derek Atkins. So don't be surprised when your payment goes there.");?></p>
 
 
diff --git a/download.phtml b/download.phtml
index d24091e..22ba29f 100644
--- a/download.phtml
+++ b/download.phtml
@@ -30,16 +30,16 @@ include("externals/menu.phtml");
 <ul class="imagelist">
   <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/fedora.png);"><b>Fedora: </b><?php echo T_("Fedora users can install <span class=\"gnucash\">GnuCash</span> through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
   <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/mandriva.png);"><b>Mandriva: </b><?php echo T_("Mandriva users can install <span class=\"gnucash\">GnuCash</span> through the Software Management in the Mandriva Linux Control Center.")?></li>
-  <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/redhat.png);"><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see");?> <a href="http://fedoraproject.org/wiki/EPEL"><?php echo T_("Epel's wiki page");?></a>.</li>
+  <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/redhat.png);"><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see");?> <a href="https://fedoraproject.org/wiki/EPEL"><?php echo T_("Epel's wiki page");?></a>.</li>
   <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/ubuntu.png);"><b>Ubuntu: </b><?php echo T_("Ubuntu users can install <span class=\"gnucash\">GnuCash</span> through the Software Center. This will install <span class=\"gnucash\">GnuCash</span> under the Office category in the Applications menu.")?></li>
 </ul>
-<p class="justify"><?php echo T_("If your distro doesn't ship with <span class=\"gnucash\">GnuCash</span> or you wish to install a different version than it ships with, you could try to build <span class=\"gnucash\">GnuCash</span> directly from the source code. The <span class=\"gnucash\">GnuCash</span> wiki has <a href='http://wiki.gnucash.org/wiki/Building'>guidelines for several distributions</a>.")?></p>
+<p class="justify"><?php echo T_("If your distro doesn't ship with <span class=\"gnucash\">GnuCash</span> or you wish to install a different version than it ships with, you could try to build <span class=\"gnucash\">GnuCash</span> directly from the source code. The <span class=\"gnucash\">GnuCash</span> wiki has <a href='https://wiki.gnucash.org/wiki/Building'>guidelines for several distributions</a>.")?></p>
 
 <h3><?php echo T_("Source code")?></h3>
 <ul class="imagelist">
   <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/package.png);"><a href="<?php echo $download_path.$latest_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_stable)?></li>
  </ul>
-<p><?php echo T_("For build instructions, please check the <span class=\"gnucash\">GnuCash</span> wiki which has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
+<p><?php echo T_("For build instructions, please check the <span class=\"gnucash\">GnuCash</span> wiki which has <a href='https://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 
 <?php
 # Only show unstable download options if there really is an active unstable release
@@ -86,7 +86,7 @@ if ($latest_unstable) { ?>
  <li><a href="<?php echo $latest_unstable_path;?>"><?php printf (T_("View all GnuCash %s downloads (unstable)"), $latest_unstable)?></a></li>
 <?php } ?>
 
- <li><a href="http://sourceforge.net/projects/gnucash/files/"><?php echo T_("View all GnuCash downloads")?></a></li>
+ <li><a href="https://sourceforge.net/projects/gnucash/files/"><?php echo T_("View all GnuCash downloads")?></a></li>
 </ul>
 
 </div>
diff --git a/index.phtml b/index.phtml
index de20941..a4e6caa 100644
--- a/index.phtml
+++ b/index.phtml
@@ -35,7 +35,7 @@ include("externals/menu.phtml");
  </div>
 </div>
 
-<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
+<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"https://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
 
 <p class="justify"><?php echo T_("Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash\">GnuCash</span> allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
 </div>
@@ -44,7 +44,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="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>
+    <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>
   </div>
 </div>
 <!-- end of Need Help section --> 
@@ -73,7 +73,7 @@ include("externals/menu.phtml");
   <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
     <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
   </a>
-  <p style="text-align:center"><a href="http://github.com/codinguser/gnucash-android/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
+  <p style="text-align:center"><a href="https://github.com/codinguser/gnucash-android/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
   </div>
   <p><?php echo T_("The GnuCash team recommends the GnuCash for Android app. This app allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
   <p><i><b><?php echo T_("Note that GnuCash for Android is not a port of the GnuCash program to Android.");?></b></i></p>
diff --git a/lang.php b/lang.php
index 9fbb4f1..a26a448 100644
--- a/lang.php
+++ b/lang.php
@@ -4,7 +4,7 @@ $locale_dir = "locale";
 
 if (!array_key_exists('HTTP_HOST', $_SERVER) || ($_SERVER["HTTP_HOST"] == "lists.gnucash.org"))
 {
-    $home = "http://www.gnucash.org";
+    $home = "https://www.gnucash.org";
 }else{
     $home = $top_dir;
 }
diff --git a/viewdoc.phtml b/viewdoc.phtml
index 5abb098..baceb7c 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -95,7 +95,7 @@ if (isset ($_GET["rev"])) {
 if ($showrev == "maint") {
   $basepath = "https://lists.gnucash.org/docs";
   $trunk_langs = array ( $helpdoc => array( "C", "de", "it", "pt"),
-                         $tcdoc   => array( "C", "de", "it", "ja", "pt"));
+                         $tcdoc   => array( "C", "de", "it", "ja", "pt", "ru"));
   if (!in_array ($showlang, $trunk_langs[$showdoc])) {
     $showlang    = "C";
     $req_lang_ok = false;



Summary of changes:
 2.6-release-tour.phtml | 18 +++++++++---------
 Makefile               |  2 +-
 develdocs.phtml        | 22 +++++++++++-----------
 docs.phtml             |  2 +-
 donate.phtml           |  4 ++--
 download.phtml         |  8 ++++----
 index.phtml            |  8 ++++----
 lang.php               |  2 +-
 viewdoc.phtml          |  2 +-
 9 files changed, 34 insertions(+), 34 deletions(-)



More information about the gnucash-changes mailing list