-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Bushnell BSG schrieb: > Let's just make the website modifications because this will help us > maintain peace. If RMS makes a truly unreasonable demand in the > future, we can address that then. But the current request poses no > real problems, and so in the interests of comity, I suggest we take > it up, but without saying that we are doing so in response to his > message.
*sigh* Thank you very much for this very clear explanation. Obviously it's in our and GnuCash's best interest to do as you proposed, so as normal grown-ups we just do it and move on. :-) For the website text changes, this would result in the attached patch to index.html. Note we don't have to be considerate of any translations, because no language except German (by myself) has a translation of the sentence in question anyway. As for the logo, someone with access to the source of the gnucash_logo1.png should replace the text accordingly and upload it. As for Linux->GNU/Linux, this only concerned some old announcements anyway, and obviously nobody really cares about the details of old announcements, so I've already changed that. What do the other developers think? Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRNxKpWXAi+BfhivFAQKfIQP/YJqTrB4GhTXJv5im80/i/BQL7zn8/gn4 +5evsuXRWsriNdtLPzSkMjzTLhRRU8HRyu9DEAvqbnlIHipit8UJMjW596iIlDcA 1nZkkOxQ8FX4ojX1d8eQK7DIEwylE3FUivIh/MTQU/Lxp0B4R4LI9TSU9SxZT/qb b6XDzw7KXuo= =3NRC -----END PGP SIGNATURE-----
Index: index.phtml =================================================================== --- index.phtml (revision 14639) +++ index.phtml (working copy) @@ -1,6 +1,6 @@ <?php $homepage = true; -$title = _("Open Source Accounting Software"); +$title = _("Free Accounting Software"); include("local.php"); include("emulate_globals_on.php"); include("lang.php"); @@ -12,7 +12,7 @@ <h1><?php echo _("Welcome to GnuCash.org")?></h1> -<p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX.");?></p> +<p><?php echo _('GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX. GnuCash is part of the <a href="http://www.gnu.org">GNU Project</a>.');?></p> <p><?php echo _("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel