|
From: <sv...@va...> - 2005-06-30 01:08:07
|
Author: njn
Date: 2005-06-30 02:08:06 +0100 (Thu, 30 Jun 2005)
New Revision: 125
Log:
add a base case
Modified:
trunk/info/contact.html
trunk/support/contributing.html
Modified: trunk/info/contact.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/info/contact.html 2005-06-30 01:02:54 UTC (rev 124)
+++ trunk/info/contact.html 2005-06-30 01:08:06 UTC (rev 125)
@@ -29,9 +29,8 @@
=20
<dt>Donations:</dt>
<dd>If you are interested in donating funds or equipment to
-Valgrind, please see our information on=20
-<a href=3D"/support/contributing.html">contributing to
-Valgrind</a>.</dd>
+Valgrind, please send email to <?php echo vgemail('valgrind'); ?>.
+</dd>
=20
<dt>Feedback:</dt>
<dd>If you would like to give us detailed, general feedback,
Modified: trunk/support/contributing.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/support/contributing.html 2005-06-30 01:02:54 UTC (rev 124)
+++ trunk/support/contributing.html 2005-06-30 01:08:06 UTC (rev 125)
@@ -12,7 +12,7 @@
=20
<h3>Testing</h3>
<p>If you can regularly test Valgrind on a range of different systems, t=
hat
-can be very helpful. Please contact the <?php echo vglink( 'vgdevel' ); =
?>
+can be very helpful. Please contact the <?php echo vglink( 'vgdevel' ); =
?>=20
list for more information.</p>
=20
<h3>Documentation</h3>
|