gnucash-htdocs master: Replace irc.gnome.org by irc.gimp.net

Frank H.Ellenberger fell at code.gnucash.org
Tue Nov 29 21:32:13 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ada68a99 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/e55ed5d4 (commit)



commit ada68a999af72e91fdb50ff9734070349a344d78
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Nov 30 03:31:44 2022 +0100

    Replace irc.gnome.org by irc.gimp.net
    
    https://lists.gnucash.org/pipermail/gnucash-announce/2022-November/000374.html

diff --git a/docs.phtml b/docs.phtml
index c4ca280..f68af28 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -42,8 +42,8 @@
   <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.");
   /* Translators: %s is a link */
-  printf (T_("Additionally, you can talk to someone via IRC at %s about your question."),
-      sprintf ("<a href='%s'><i>irc.gnome.org</i> %s <b>#gnucash</b></a>", \URL_IRC,
+  printf (" ", T_("Additionally, you can talk to someone via IRC at %s about your question."),
+  sprintf ("<a href='%s'><i>%s</i> %s <b>#gnucash</b></a>", \URL_IRC, \SERVER_IRC, 
           /* Translators: IRC channel */
           T_("channel")));
   ?></p>
diff --git a/externals/global_params.php b/externals/global_params.php
index eae2e93..1cc3618 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -80,7 +80,7 @@
 
      // The URLs, we use:
      define("DEFAULT_URL", "https://www.gnucash.org/"); // The main webserver
-     define("SERVER_IRC", "irc.gnome.org"); // alias The GIMPNet
+     define("SERVER_IRC", "irc.gimp.net"); // alias The GIMPNet
      define("URL_IRC", "irc://".\SERVER_IRC."/gnucash");
      $URL_FLATHUB="https://flathub.org/apps/details/org.gnucash.GnuCash";
      $URL_FLATPAK="https://flatpak.org/";



Summary of changes:
 docs.phtml                  | 4 ++--
 externals/global_params.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list