gnucash-htdocs master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Sep 27 18:12:44 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/86f9dcd4 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/b7fe0a77 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d8f8bf63 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/477ac67a (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/c751c03b (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/cc1c6a86 (commit)



commit 86f9dcd49a904c4571fb553d0ff0c1dbe78d1e08
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 15:05:10 2020 -0700

    Fix missing tag closures.

diff --git a/externals/footer.phtml b/externals/footer.phtml
index 5b0a48d..208404a 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -5,6 +5,7 @@
                      width="165" height="64"
                      alt="HTML5 Powered with CSS3 / Styling, and Semantics"
                      title="HTML5 Powered with CSS3 / Styling, and Semantics" />
+            </a>
       </div>
       <p><b>Copyright © 2001–<?=Date("Y")?> The GnuCash Project</b>
       </p>
diff --git a/externals/header.phtml b/externals/header.phtml
index 4b57d5f..7476741 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -24,7 +24,7 @@
   $get_parms = $_GET;
 ?>
 
-<html lang="en"
+<html lang="en">
   <head>
     <?php
       if (!isset($can_utf)) { $can_utf = true; }

commit b7fe0a776514b5171fdebe8de45f12e869e6aaa0
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 15:01:45 2020 -0700

    Replace obsolete validation badges with new html5 badge.

diff --git a/externals/footer.phtml b/externals/footer.phtml
index bdecbc6..5b0a48d 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -1,19 +1,10 @@
     <div id="tail">
-      <div id="validator">
-        <p about="" resource="https://www.w3.org/TR/rdfa-syntax"
-            rel="dc:conformsTo" xmlns:dc="https://purl.org/dc/terms/">
-          <a href="https://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>
-        </p>
-        <p>
-          <a href="https://jigsaw.w3.org/css-validator/check/referer">
-            <img style="border:0;width:88px;height:31px"
-              src="https://jigsaw.w3.org/css-validator/images/vcss"
-              alt="CSS ist valide!" />
-          </a>
-        </p>
+        <div id="html5-badge">
+            <a href="http://www.w3.org/html/logo/">
+                <img src="https://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png"
+                     width="165" height="64"
+                     alt="HTML5 Powered with CSS3 / Styling, and Semantics"
+                     title="HTML5 Powered with CSS3 / Styling, and Semantics" />
       </div>
       <p><b>Copyright © 2001–<?=Date("Y")?> The GnuCash Project</b>
       </p>

commit d8f8bf63aca663ae242c095ce321742c03183be7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 15:01:20 2020 -0700

    Remove xhtml reference, add lang attribute to html element.

diff --git a/externals/header.phtml b/externals/header.phtml
index dfc48b0..4b57d5f 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -24,7 +24,7 @@
   $get_parms = $_GET;
 ?>
 
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html lang="en"
   <head>
     <?php
       if (!isset($can_utf)) { $can_utf = true; }

commit 477ac67a1d6ab870c0cd93f50705575d1de77720
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 14:46:43 2020 -0700

    Fix bad href in all 3.x and 4.x release notices.

diff --git a/news/180429-3.1.news b/news/180429-3.1.news
index 0db12ac..5bfa8b0 100644
--- a/news/180429-3.1.news
+++ b/news/180429-3.1.news
@@ -148,7 +148,7 @@ application bundle.</p>
 <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/180624-3.2.news b/news/180624-3.2.news
index 93b60ff..20eb53c 100644
--- a/news/180624-3.2.news
+++ b/news/180624-3.2.news
@@ -219,7 +219,7 @@ application bundle.</p>
 <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.20, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.20, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/180930-3.3.news b/news/180930-3.3.news
index 25e948b..66a786c 100644
--- a/news/180930-3.3.news
+++ b/news/180930-3.3.news
@@ -233,7 +233,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/181230-3.4.news b/news/181230-3.4.news
index 09ccf7e..1f73364 100644
--- a/news/181230-3.4.news
+++ b/news/181230-3.4.news
@@ -236,7 +236,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/190331-3.5.news b/news/190331-3.5.news
index 0092fc3..8dc400b 100644
--- a/news/190331-3.5.news
+++ b/news/190331-3.5.news
@@ -331,7 +331,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/190630-3.6.news b/news/190630-3.6.news
index 7a86923..aa3c0be 100644
--- a/news/190630-3.6.news
+++ b/news/190630-3.6.news
@@ -378,7 +378,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/190908-3.7.news b/news/190908-3.7.news
index 2a43e5a..b78022a 100644
--- a/news/190908-3.7.news
+++ b/news/190908-3.7.news
@@ -173,7 +173,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/191229-3.8.news b/news/191229-3.8.news
index d25171e..b36e76d 100644
--- a/news/191229-3.8.news
+++ b/news/191229-3.8.news
@@ -193,7 +193,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200329-3.9.news b/news/200329-3.9.news
index 98aab6e..711745e 100644
--- a/news/200329-3.9.news
+++ b/news/200329-3.9.news
@@ -184,7 +184,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200412-3.10.news b/news/200412-3.10.news
index afed947..018cc95 100644
--- a/news/200412-3.10.news
+++ b/news/200412-3.10.news
@@ -133,7 +133,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.10, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200427-3.902.news b/news/200427-3.902.news
index 529d55c..9b26f97 100644
--- a/news/200427-3.902.news
+++ b/news/200427-3.902.news
@@ -157,7 +157,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200601-3.903.news b/news/200601-3.903.news
index d132ec9..256713b 100644
--- a/news/200601-3.903.news
+++ b/news/200601-3.903.news
@@ -257,7 +257,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200607-3.904.news b/news/200607-3.904.news
index 6e6fc79..670e0f1 100644
--- a/news/200607-3.904.news
+++ b/news/200607-3.904.news
@@ -187,7 +187,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200614-3.905.news b/news/200614-3.905.news
index 99f52e7..4e3453d 100644
--- a/news/200614-3.905.news
+++ b/news/200614-3.905.news
@@ -197,7 +197,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200621-3.906.news b/news/200621-3.906.news
index 80f825f..af51125 100644
--- a/news/200621-3.906.news
+++ b/news/200621-3.906.news
@@ -174,7 +174,7 @@ application bundle.</p>
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200628-3.11.news b/news/200628-3.11.news
index 098f8dc..eb7163d 100644
--- a/news/200628-3.11.news
+++ b/news/200628-3.11.news
@@ -107,7 +107,7 @@
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.11, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.11, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.54, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, and <a href="https://github.com/google/googletest">GoogleTest</a> 1.7.0. In addition you will need <a href="http://www.swig.org/">SWIG</a> 2.0.10 if compiling from git. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200628-4.0.news b/news/200628-4.0.news
index a1c0049..ae31b07 100644
--- a/news/200628-4.0.news
+++ b/news/200628-4.0.news
@@ -155,7 +155,7 @@
   <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200726-4.1.news b/news/200726-4.1.news
index 02f350d..60dee68 100644
--- a/news/200726-4.1.news
+++ b/news/200726-4.1.news
@@ -108,7 +108,7 @@
     <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 
diff --git a/news/200927-4.2.news b/news/200927-4.2.news
index e0582ce..9598b90 100644
--- a/news/200927-4.2.news
+++ b/news/200927-4.2.news
@@ -120,7 +120,7 @@ New Translations: Estonian, Indonesian</p>
     <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>
 </ul>
 
-<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https:www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
 
 <h3>Getting the documentation</h3>
 

commit c751c03b79b6ed91665f95fb63240ae3172c1364
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 14:02:50 2020 -0700

    Convert headers from XHTML or HTML4 to plain HTML
    
    Currently means HTML5.

diff --git a/externals/header.phtml b/externals/header.phtml
index 39da200..dfc48b0 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<!DOCTYPE html>
 
 <?php
   $titleRSS = T_("Subscribe to RSS feed");
diff --git a/externals/index.html b/externals/index.html
index 3c11f27..768b7af 100644
--- a/externals/index.html
+++ b/externals/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/images/index.html b/images/index.html
index 3c11f27..61257ec 100644
--- a/images/index.html
+++ b/images/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/ca/index.html b/news/ca/index.html
index 5b112c3..967fe04 100644
--- a/news/ca/index.html
+++ b/news/ca/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/en/index.html b/news/en/index.html
index 5b112c3..967fe04 100644
--- a/news/en/index.html
+++ b/news/en/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/es/index.html b/news/es/index.html
index 5b112c3..967fe04 100644
--- a/news/es/index.html
+++ b/news/es/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/fr/index.html b/news/fr/index.html
index 5b112c3..967fe04 100644
--- a/news/fr/index.html
+++ b/news/fr/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/hr/index.html b/news/hr/index.html
index 5b112c3..967fe04 100644
--- a/news/hr/index.html
+++ b/news/hr/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/hu/index.html b/news/hu/index.html
index 5b112c3..967fe04 100644
--- a/news/hu/index.html
+++ b/news/hu/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/index.html b/news/index.html
index 3c11f27..61257ec 100644
--- a/news/index.html
+++ b/news/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/it/index.html b/news/it/index.html
index 5b112c3..967fe04 100644
--- a/news/it/index.html
+++ b/news/it/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/ja/index.html b/news/ja/index.html
index 5b112c3..967fe04 100644
--- a/news/ja/index.html
+++ b/news/ja/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/nb/index.html b/news/nb/index.html
index 5b112c3..967fe04 100644
--- a/news/nb/index.html
+++ b/news/nb/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/nl/index.html b/news/nl/index.html
index 5b112c3..967fe04 100644
--- a/news/nl/index.html
+++ b/news/nl/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/pl/index.html b/news/pl/index.html
index 5b112c3..967fe04 100644
--- a/news/pl/index.html
+++ b/news/pl/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/pt/index.html b/news/pt/index.html
index 5b112c3..967fe04 100644
--- a/news/pt/index.html
+++ b/news/pt/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/zh_CN/index.html b/news/zh_CN/index.html
index 5b112c3..967fe04 100644
--- a/news/zh_CN/index.html
+++ b/news/zh_CN/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/news/zh_TW/index.html b/news/zh_TW/index.html
index 5b112c3..967fe04 100644
--- a/news/zh_TW/index.html
+++ b/news/zh_TW/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/search/index.html b/search/index.html
index 3c11f27..61257ec 100644
--- a/search/index.html
+++ b/search/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <link rel="icon" href="/favicon.ico" type="image/x-icon">
diff --git a/search/templates/old/NMZ.head.de b/search/templates/old/NMZ.head.de
index fe1ade6..fa24e52 100644
--- a/search/templates/old/NMZ.head.de
+++ b/search/templates/old/NMZ.head.de
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-        "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML>
 <html>
 <head>
 <!-- LINK-REV-MADE -->
diff --git a/search/templates/old/NMZ.head.es b/search/templates/old/NMZ.head.es
index f05865a..9a759dc 100644
--- a/search/templates/old/NMZ.head.es
+++ b/search/templates/old/NMZ.head.es
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-        "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML>
 <html>
 <head>
 <!-- LINK-REV-MADE -->
diff --git a/search/templates/old/NMZ.head.fr b/search/templates/old/NMZ.head.fr
index 3f6136c..6a6c58c 100644
--- a/search/templates/old/NMZ.head.fr
+++ b/search/templates/old/NMZ.head.fr
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-        "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML>
 <html>
 <head>
 <!-- LINK-REV-MADE -->
diff --git a/search/templates/old/NMZ.head.nb b/search/templates/old/NMZ.head.nb
index ab5aecd..a665dc3 100644
--- a/search/templates/old/NMZ.head.nb
+++ b/search/templates/old/NMZ.head.nb
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-        "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML>
 <html>
 <head>
 <!-- LINK-REV-MADE -->
diff --git a/search/templates/old/NMZ.head.pl b/search/templates/old/NMZ.head.pl
index 3289be3..d17816a 100644
--- a/search/templates/old/NMZ.head.pl
+++ b/search/templates/old/NMZ.head.pl
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-        "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML>
 <html>
 <head>
 <!-- LINK-REV-MADE -->



Summary of changes:
 externals/footer.phtml           | 22 +++++++---------------
 externals/header.phtml           |  4 ++--
 externals/index.html             |  2 +-
 images/index.html                |  2 +-
 news/180429-3.1.news             |  2 +-
 news/180624-3.2.news             |  2 +-
 news/180930-3.3.news             |  2 +-
 news/181230-3.4.news             |  2 +-
 news/190331-3.5.news             |  2 +-
 news/190630-3.6.news             |  2 +-
 news/190908-3.7.news             |  2 +-
 news/191229-3.8.news             |  2 +-
 news/200329-3.9.news             |  2 +-
 news/200412-3.10.news            |  2 +-
 news/200427-3.902.news           |  2 +-
 news/200601-3.903.news           |  2 +-
 news/200607-3.904.news           |  2 +-
 news/200614-3.905.news           |  2 +-
 news/200621-3.906.news           |  2 +-
 news/200628-3.11.news            |  2 +-
 news/200628-4.0.news             |  2 +-
 news/200726-4.1.news             |  2 +-
 news/200927-4.2.news             |  2 +-
 news/ca/index.html               |  2 +-
 news/en/index.html               |  2 +-
 news/es/index.html               |  2 +-
 news/fr/index.html               |  2 +-
 news/hr/index.html               |  2 +-
 news/hu/index.html               |  2 +-
 news/index.html                  |  2 +-
 news/it/index.html               |  2 +-
 news/ja/index.html               |  2 +-
 news/nb/index.html               |  2 +-
 news/nl/index.html               |  2 +-
 news/pl/index.html               |  2 +-
 news/pt/index.html               |  2 +-
 news/zh_CN/index.html            |  2 +-
 news/zh_TW/index.html            |  2 +-
 search/index.html                |  2 +-
 search/templates/old/NMZ.head.de |  3 +--
 search/templates/old/NMZ.head.es |  3 +--
 search/templates/old/NMZ.head.fr |  3 +--
 search/templates/old/NMZ.head.nb |  3 +--
 search/templates/old/NMZ.head.pl |  3 +--
 44 files changed, 51 insertions(+), 64 deletions(-)



More information about the gnucash-changes mailing list