gnucash-htdocs master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Feb 17 10:53:11 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d1fc3bd9 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/76cb23f3 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/6364baa9 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/b94a7bc6 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/28868974 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/fdf6d945 (commit)



commit d1fc3bd9b2d088603286d734e50d87ac3aa7f6c1
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Feb 17 15:25:14 2014 +0100

    Reduce 404 errors by redirecting some obsolete pages to a suitable alternative

diff --git a/.htaccess b/.htaccess
index 43550fe..d8b705b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -18,8 +18,9 @@ RedirectMatch permanent /old-website/.* http://www.gnucash.org
 Redirect permanent /externals/banner5.png /images/banner5.png
 Redirect permanent /externals/webding.png /images/webding.png
 
-# Other images have been replaced meanwhile
-Redirect permanent /images/icons/feed-icon-12x12.png /images/gc-rss.png
+# Other images we don't have an alternative for
+Redirect permanent /externals/feed-icon-12x12.png http://upload.wikimedia.org/wikipedia/commons/5/54/Social_icons-rss-feed-22x22.png
+Redirect permanent /images/icons/feed-icon-12x12.png http://upload.wikimedia.org/wikipedia/commons/5/54/Social_icons-rss-feed-22x22.png
 
 # The french version of the website apparently used to have
 # lots of private pages. Not all of them have an equivalent
@@ -34,6 +35,7 @@ Redirect permanent /fr/features_5.phtml /features.phtml?lang=fr_FR
 Redirect permanent /fr/irc.phtml        http://wiki.gnucash.org/wiki/IRC
 Redirect permanent /fr/links            /index.phtml?lang=fr_FR
 Redirect permanent /fr/menu             /index.phtml?lang=fr_FR
+Redirect permanent /docs/fr/            /docs.phtml?lang=fr_FR
 
 # Some pages that don't exist anymore in the current website
 RedirectMatch permanent /.*/favicon.ico        /favicon.ico
@@ -45,19 +47,20 @@ RedirectMatch permanent /(.*)/rss-feed.phtml   /atom.php?lang=$1
 RedirectMatch permanent /(.*)/state_of_the_gnucash_project.phtml   /sizing.phtml?lang=$1
 RedirectMatch permanent /.*/sql.phtml          http://wiki.gnucash.org/wiki/SQL
 RedirectMatch permanent /(.*)/t-shirt          /index.phtml?lang=$1
+RedirectMatch permanent /pipermail/(.*)        http://lists.gnucash.org/pipermail/$1
 
 # Non-English versions of the site used to be accessed via
 # a language path specifier. This now uses a get variable.
-RedirectMatch permanent /de/(.*)     /$1?lang=de_DE
-RedirectMatch permanent /es/(.*)     /$1?lang=es_ES
-RedirectMatch permanent /en/(.*)     /$1?lang=en_US
-RedirectMatch permanent /fr/(.*)     /$1?lang=fr_FR
-RedirectMatch permanent /hu/(.*)     /$1?lang=hu_HU
-RedirectMatch permanent /it/(.*)     /$1?lang=it_IT
-RedirectMatch permanent /ja/(.*)     /$1?lang=ja_JP
-RedirectMatch permanent /nb/(.*)     /$1?lang=nb_NB
-RedirectMatch permanent /nl/(.*)     /$1?lang=nl_NL
-RedirectMatch permanent /pl/(.*)     /$1?lang=pl_PL
-RedirectMatch permanent /pt_PT/(.*)  /$1?lang=pt_PT
-RedirectMatch permanent /zh_CN/(.*)  /$1?lang=zh_CN
-RedirectMatch permanent /zh_TW/(.*)  /$1?lang=zh_TW
+RedirectMatch permanent /de/?(.*)     /$1?lang=de_DE
+RedirectMatch permanent /es/?(.*)     /$1?lang=es_ES
+RedirectMatch permanent /en/?(.*)     /$1?lang=en_US
+RedirectMatch permanent /fr/?(.*)     /$1?lang=fr_FR
+RedirectMatch permanent /hu/?(.*)     /$1?lang=hu_HU
+RedirectMatch permanent /it/?(.*)     /$1?lang=it_IT
+RedirectMatch permanent /ja/?(.*)     /$1?lang=ja_JP
+RedirectMatch permanent /nb/?(.*)     /$1?lang=nb_NB
+RedirectMatch permanent /nl/?(.*)     /$1?lang=nl_NL
+RedirectMatch permanent /pl/?(.*)     /$1?lang=pl_PL
+RedirectMatch permanent /pt_PT/?(.*)  /$1?lang=pt_PT
+RedirectMatch permanent /zh_CN/?(.*)  /$1?lang=zh_CN
+RedirectMatch permanent /zh_TW/?(.*)  /$1?lang=zh_TW

commit 76cb23f3e6ae094f26590a41aff5887abe80d5fa
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Feb 17 16:32:23 2014 +0100

    Fix typo in German epub links

diff --git a/docs.phtml b/docs.phtml
index 8601383..117eb25 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -59,7 +59,7 @@ include("externals/menu.phtml");
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
         <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/de_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="<?=$top_dir;?>/docs/v<?=$major_stable;?>/de_DE/gnucash-help.epubf">
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/de_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="<?=$top_dir;?>/docs/v<?=$major_stable;?>/de_DE/gnucash-help.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
@@ -171,7 +171,7 @@ if ($old_stable) { ?>
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
         <a href="<?=$top_dir;?>/docs/v<?=$major_old_stable;?>/de_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="<?=$top_dir;?>/docs/v<?=$major_old_stable;?>/de_DE/gnucash-help.epubf">
+        <a href="<?=$top_dir;?>/docs/v<?=$major_old_stable;?>/de_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="<?=$top_dir;?>/docs/v<?=$major_old_stable;?>/de_DE/gnucash-help.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>

commit 6364baa9889f8421bfc29019c22e1ed25bbc9d6a
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Feb 17 16:24:57 2014 +0100

    Fix Dutch translation typo

diff --git a/po/nl.po b/po/nl.po
index 74a84cd..e8041a3 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1179,7 +1179,7 @@ msgid ""
 "page</a> if you are interested in contributing to this effort."
 msgstr ""
 "<span class=gnucash\">Gnucash</span>-documentatie is samengesteld door haar "
-"gemeenschap. Raadpleeg de pagina over <a href=develdocs.phtml\">documentatie "
+"gemeenschap. Raadpleeg de pagina over <a href=\"develdocs.phtml\">documentatie "
 "schrijven</a> als je interesse hebt om hieraan bij te dragen."
 
 #: docs.phtml:35 docs.phtml:145 docs.phtml:382 docs.phtml:404 docs.phtml:422

commit b94a7bc657d0bd6e3e8edda0f44e4f2d732b3801
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Feb 17 16:01:20 2014 +0100

    Mark database backend as experimental
    
    We don't guarantee data integrity simple because we don't have full test coverage.
    It's only fair to warn users about this.

diff --git a/features.phtml b/features.phtml
index c6383f1..4948458 100644
--- a/features.phtml
+++ b/features.phtml
@@ -161,9 +161,10 @@ include("$top_dir/externals/menu.phtml");
 
 <div class="featurecontainer">
 <div class="featureborder">
-<h2 class="featuretitle"><?php echo T_("Database support");?></h2>
+<h2 class="featuretitle"><?php echo T_("Experimental database support");?></h2>
 </div>
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, <b>MySQL</b> or <b>PostgreSQL</b>.");?></p>
+<p class="justify"><?php echo T_("Note this feature is considered experimental.  It works for most of the common use cases but some corner cases have been reported to result in data loss. The <span class=\"gnucash\">GnuCash</span> developers fix each issue as it gets reported. There is however no full test coverage so there may still be scenarios left that result in data loss.");?></p>
 </div>
 
 <div class="featurecontainer">

commit 2886897405a67d3afcb765ce51351697f5e71f2e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Feb 17 15:26:03 2014 +0100

    Squash annoying IE on Win 8 browser config request errors

diff --git a/browserconfig.xml b/browserconfig.xml
new file mode 100644
index 0000000..e69de29



Summary of changes:
 .htaccess         | 33 ++++++++++++++++++---------------
 browserconfig.xml |  0
 docs.phtml        |  4 ++--
 features.phtml    |  3 ++-
 po/nl.po          |  2 +-
 5 files changed, 23 insertions(+), 19 deletions(-)
 create mode 100644 browserconfig.xml



More information about the gnucash-changes mailing list