Remove user visible references to gnucash.com.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6832 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-05-07 19:43:34 +00:00
parent 957a607772
commit 9d746b8122
11 changed files with 10 additions and 11 deletions

View File

@ -94,7 +94,7 @@ Paul Campbell <kemitix@users.sourceforge.net> reconcile children patch
Conrad Canterford <conrad@mail.watersprite.com.au> register bug fix
Bill Carlson <wwc@wwcnet.nu> performance improvements
David Mar?n Carre?o <davefx@aspl.f2s.com> Spanish translation of account setup.
Carol Champagne <carol@gnumatic.com> documentation & a patient GUI usability critic
Carol Champagne <carol@io.com> documentation & a patient GUI usability critic
Graham Chapman <grahamc@zeta.org.au> for the xacc-rpts addon package
George Chen <georgec@sco.com> for MS-Money QIF's & fixes
Albert Chin-A-Young <china@thewrittenword.com> configure.in patch

View File

@ -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.

View File

@ -442,7 +442,7 @@ Enable GnuCash Network---This turns on the network services offered by GnuCash.
</listitem>
<listitem>
<para>
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.
</para>
</listitem>
</itemizedlist>

View File

@ -308,7 +308,7 @@ linkend="scheme"> Scheme </link>, the <link linkend="gwrap"> g-wrap
</glossentry>
<glossentry>
<glossterm><email>carol@gnumatic.com</email> Carol
<glossterm><email>carol@io.com</email> Carol
Champagne</glossterm>
<glossdef>
<para>documentation & a patient GUI usability critic</para>

View File

@ -279,7 +279,7 @@ linkend="scheme"> Scheme </link>, the <link linkend="gwrap"> g-wrap
</glossentry>
<glossentry>
<glossterm><email>carol@gnumatic.com</email> Carol
<glossterm><email>carol@io.com</email> Carol
Champagne</glossterm>
<glossdef>
<para>documentation & a patient GUI usability critic</para>

View File

@ -357,7 +357,7 @@ provide an accurate Profit & Loss statement.
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>carol@gnumatic.com</email> Carol
<GLOSSTERM><email>carol@io.com</email> Carol
Champagne</GLOSSTERM>
<GLOSSDEF>
<PARA>documentation</PARA>

View File

@ -289,7 +289,7 @@ g-wrap</link> para guile, e as prefer
</glossentry>
<glossentry>
<glossterm><email>carol@gnumatic.com</email> Carol
<glossterm><email>carol@io.com</email> Carol
Champagne</glossterm>
<glossdef>
<para>documentação & um paciente crítico da usabilidade do interface gráfico</para>

View File

@ -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

View File

@ -1,6 +1,6 @@
README.gnc-commodity
Bill Gribble <grib@gnumatic.com>
Bill Gribble <grib@billgribble.com>
2 Aug 2000
gnc-commodity : a representation of currencies, stocks, and other

View File

@ -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;

View File

@ -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))))