From 9d746b8122cf45482021ff338999f68c02594dbe Mon Sep 17 00:00:00 2001 From: David Hampton Date: Tue, 7 May 2002 19:43:34 +0000 Subject: [PATCH] Remove user visible references to gnucash.com. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6832 57a11ea4-9604-0410-9ed3-97b8803252fd --- AUTHORS | 2 +- doc/manual/C/ch2_040601.txt | 2 +- doc/manual/C/chapter2.xml | 2 +- doc/sgml/C/xacc-about.sgml | 2 +- doc/sgml/de_DE/xacc-about.sgml | 2 +- doc/sgml/es/xacc-about.sgml | 2 +- doc/sgml/pt_PT/xacc-about.sgml | 2 +- src/app-utils/prefs.scm | 2 +- src/doc/gnc-commodity.txt | 2 +- src/gnome/gnc-network.c | 2 +- src/scm/help-topics-index.scm | 1 - 11 files changed, 10 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index 618efd45d9..8cde10eb56 100644 --- a/AUTHORS +++ b/AUTHORS @@ -94,7 +94,7 @@ Paul Campbell reconcile children patch Conrad Canterford register bug fix Bill Carlson performance improvements David Mar?n Carre?o Spanish translation of account setup. -Carol Champagne documentation & a patient GUI usability critic +Carol Champagne documentation & a patient GUI usability critic Graham Chapman for the xacc-rpts addon package George Chen for MS-Money QIF's & fixes Albert Chin-A-Young configure.in patch diff --git a/doc/manual/C/ch2_040601.txt b/doc/manual/C/ch2_040601.txt index 3f1e56ed8f..2595886e68 100644 --- a/doc/manual/C/ch2_040601.txt +++ b/doc/manual/C/ch2_040601.txt @@ -196,7 +196,7 @@ The Network tab contains options for network access, and it allows you to turn o * Enable GnuCash Network---This turns on the network services offered by GnuCash. -* GnuCash Network server---The selected server is www.gnumatic.com. This is where the GnuCash network resides. +* GnuCash Network server---The selected server is www.gnucash.org. This is where the GnuCash network resides. The QIF Import tab contains only one option, ?Verbose Documentation.? The first time you use the importer (discussed later in this chapter), you may notice that the importer has detailed instructions on how to import a file. Once you have become familiar with using the importer, you might want to turn off this option. Turning off the option gives you less detail in the importer dialogs. diff --git a/doc/manual/C/chapter2.xml b/doc/manual/C/chapter2.xml index e5eaf68a08..30cbff0599 100644 --- a/doc/manual/C/chapter2.xml +++ b/doc/manual/C/chapter2.xml @@ -442,7 +442,7 @@ Enable GnuCash Network---This turns on the network services offered by GnuCash. -GnuCash Network server---The selected server is www.gnumatic.com. This is where the GnuCash network resides. +GnuCash Network server---The selected server is www.gnucash.org. This is where the GnuCash network resides. diff --git a/doc/sgml/C/xacc-about.sgml b/doc/sgml/C/xacc-about.sgml index 748e1c0cae..2f479bfa28 100644 --- a/doc/sgml/C/xacc-about.sgml +++ b/doc/sgml/C/xacc-about.sgml @@ -308,7 +308,7 @@ linkend="scheme"> Scheme , the g-wrap -carol@gnumatic.com Carol +carol@io.com Carol Champagne documentation & a patient GUI usability critic diff --git a/doc/sgml/de_DE/xacc-about.sgml b/doc/sgml/de_DE/xacc-about.sgml index 728b85eaa4..e9272bd925 100644 --- a/doc/sgml/de_DE/xacc-about.sgml +++ b/doc/sgml/de_DE/xacc-about.sgml @@ -279,7 +279,7 @@ linkend="scheme"> Scheme , the g-wrap -carol@gnumatic.com Carol +carol@io.com Carol Champagne documentation & a patient GUI usability critic diff --git a/doc/sgml/es/xacc-about.sgml b/doc/sgml/es/xacc-about.sgml index 353369b69f..cac7a57e71 100644 --- a/doc/sgml/es/xacc-about.sgml +++ b/doc/sgml/es/xacc-about.sgml @@ -357,7 +357,7 @@ provide an accurate Profit & Loss statement. -carol@gnumatic.com Carol +carol@io.com Carol Champagne documentation diff --git a/doc/sgml/pt_PT/xacc-about.sgml b/doc/sgml/pt_PT/xacc-about.sgml index e646d3c959..d40b83d913 100755 --- a/doc/sgml/pt_PT/xacc-about.sgml +++ b/doc/sgml/pt_PT/xacc-about.sgml @@ -289,7 +289,7 @@ g-wrap para guile, e as prefer -carol@gnumatic.com Carol +carol@io.com Carol Champagne documentação & um paciente crítico da usabilidade do interface gráfico diff --git a/src/app-utils/prefs.scm b/src/app-utils/prefs.scm index 8d299b73e8..d244f8c95e 100644 --- a/src/app-utils/prefs.scm +++ b/src/app-utils/prefs.scm @@ -549,7 +549,7 @@ without one.") (gnc:make-string-option (N_ "Network") (N_ "GnuCash Network server") "d" (N_ "Host to connect to for user registration and support services") - "www.gnumatic.com")) + "www.gnucash.org")) ;; Scheduled|Recurring Transactions diff --git a/src/doc/gnc-commodity.txt b/src/doc/gnc-commodity.txt index 87627f3ccd..a0aee9ffd7 100644 --- a/src/doc/gnc-commodity.txt +++ b/src/doc/gnc-commodity.txt @@ -1,6 +1,6 @@ README.gnc-commodity -Bill Gribble +Bill Gribble 2 Aug 2000 gnc-commodity : a representation of currencies, stocks, and other diff --git a/src/gnome/gnc-network.c b/src/gnome/gnc-network.c index 72e99f2199..6e1e0b9f6d 100644 --- a/src/gnome/gnc-network.c +++ b/src/gnome/gnc-network.c @@ -122,7 +122,7 @@ char * gnc_network_build_url(const char * action) { char * server = gnc_lookup_string_option("Network", "GnuCash Network server", - "www.gnumatic.com"); + "www.gnucash.org"); char * retval = g_strconcat("http://", server, "/", action, NULL); g_free(server); return retval; diff --git a/src/scm/help-topics-index.scm b/src/scm/help-topics-index.scm index db1c8e8513..f1b148a292 100644 --- a/src/scm/help-topics-index.scm +++ b/src/scm/help-topics-index.scm @@ -56,5 +56,4 @@ ((N_ "Report a bug") "http://www.linuxdevel.com/submit-bug.php" #f) ((N_ "URL Tests") "" (((N_ "gnucash.org") "http://www.gnucash.org" #f) - ((N_ "gnumatic.com") "http://www.gnumatic.com" #f) ((N_ "slashdot.org") "http://www.slashdot.org" #f))))