|
From: <sv...@va...> - 2005-03-14 04:18:02
|
Author: njn
Date: 2005-03-14 04:17:53 +0000 (Mon, 14 Mar 2005)
New Revision: 74
Removed:
trunk/gallery/survey_current/survey.txt
Modified:
trunk/gallery/survey_current/submitted.php
trunk/gallery/survey_current/survey.html
trunk/gallery/surveys.html
Log:
Streamlined survey: removed the email option, and removed several of the
less interesting questions. Some more tweakage will be required after th=
is,
though.
Modified: trunk/gallery/survey_current/submitted.php
=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/gallery/survey_current/submitted.php 2005-03-12 23:57:39 UTC (r=
ev 73)
+++ trunk/gallery/survey_current/submitted.php 2005-03-14 04:17:53 UTC (r=
ev 74)
@@ -33,33 +33,6 @@
$results .=3D $post['q']. "\n";
$results .=3D $post['txt']. "\n\n";
}
-$post =3D $_POST['Q4'];
-if ( !empty($post['cb1']) || !empty($post['cb2']) ||
- !empty($post['cb3']) || !empty($post['cb4']) ||
- !empty($post['cb5']) || !empty($post['cb6']) ||
- !empty($post['cb7']) || !empty($post['cb8']) ) {
- $results .=3D $post['q']. "\n";
- if ( !empty( $post['cb1'] ) )
- $results .=3D $post['cb1']. "\n";
- if ( !empty( $post['cb2'] ) )
- $results .=3D $post['cb2']. "\n";
- if ( !empty( $post['cb3'] ) )
- $results .=3D $post['cb3']. "\n";
- if ( !empty( $post['cb4'] ) )
- $results .=3D $post['cb4']. "\n";
- if ( !empty( $post['cb5'] ) )
- $results .=3D $post['cb5']. "\n";
- if ( !empty( $post['cb6'] ) )
- $results .=3D $post['cb6']. "\n";
- if ( !empty( $post['cb7'] ) )
- $results .=3D $post['cb7']. "\n";
- if ( !empty( $post['cb8'] ) )
- $results .=3D $post['cb8']. "\n";
-}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
$post =3D $_POST['Q5'];
if ( !empty( $post['rb'] ) ) {
$results .=3D $post['q']. "\n";
@@ -69,15 +42,6 @@
$results .=3D $post['cmt']. "\n";
$results .=3D $post['txt']. "\n\n";
}
-$post =3D $_POST['Q6'];
-if ( !empty( $post['rb'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['rb']. "\n";
-}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
$post =3D $_POST['Q7'];
if ( !empty( $post['txt'] ) ) {
$results .=3D $post['q']. "\n";
@@ -148,34 +112,6 @@
$results .=3D $post['txt1']. "\n\n";
}
=20
-/*------ comparing valgrind ------*/
-$post =3D $_POST['Q13'];
-if ( !empty( $post['rb'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['rb']. "\n";
-}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
-$post =3D $_POST['Q14'];
-$txt =3D " Name of other tool :=20
- Hardware/OS platform : (eg. x86/Linux; Solaris/SPARC)
- Ways in which Valgrind is better :=20
- Ways in which Valgrind is worse :=20
- Ways in which Valgrind is equal : ";
-$txt =3D ereg_replace( "\n", "", $txt );
-$tmp =3D ereg_replace( "\n", "", $post['txt0'] );
-$tmp =3D ereg_replace( "\r", "", $tmp );
-if ( strcmp( $tmp, $txt ) !=3D 0 ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['txt0']. "\n";
-}
-if ( !empty( $post['txt1'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt1']. "\n\n";
-}
-
/*------ valgrind on other platforms ------*/
$post =3D $_POST['Q15'];
if ( !empty( $post['txt'] ) ) {
@@ -279,22 +215,6 @@
$results .=3D $post['txt']. "\n\n";
}
=20
-/*------ supporting valgrind ------*/
-$post =3D $_POST['Q27'];
-if ( !empty( $post['rb'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['rb']. "\n\n";
-}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
-$post =3D $_POST['Q28'];
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['q']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
-
/*------ surveys ------*/
$post =3D $_POST['Q29'];
if ( !empty( $post['txt'] ) ) {
Modified: trunk/gallery/survey_current/survey.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/gallery/survey_current/survey.html 2005-03-12 23:57:39 UTC (rev=
73)
+++ trunk/gallery/survey_current/survey.html 2005-03-14 04:17:53 UTC (rev=
74)
@@ -10,8 +10,6 @@
<ul>
<li>Please estimate if you are unsure about any answers.</li>
=20
-<li>Most questions have a "comments" field for extra comments.</li>
-
<li>Your response is confidential; we won't make raw data public,
only summaries (which may include anonymous quotes). The
only exception to this is if you answer "yes" to the question
@@ -21,26 +19,13 @@
<li>We have no plans to commercialize Valgrind. You can relax,
that's not what this is about.</li>
=20
-<li>Please send completed surveys to <?php echo vgemail('surveys'); ?>.
- Thank you for your time and support.</li>
+<li>Any comments or questions can be sent to <?php echo vgemail('surveys=
'); ?>.
+ </li>
</ul>
=20
=20
=20
<form method=3D"post" action=3D"<?php echo $_SERVER['SCRIPT_NAME']; ?>">
-<!-- contact details -->
-<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
-<tr><th colspan=3D"2">Your Contact Details</th></tr>
-<tr>
- <td>Name:</td>
- <td><input name=3D"name" size=3D"60" type=3D"text" value=3D""/></td>
-</tr>
-<tr>
- <td>Email:</td>
- <td><input name=3D"email" size=3D"60" type=3D"text" value=3D""/></td>
-</tr>
-</table>
-<p> </p>
=20
<!-- learning about valgrind -->
<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
@@ -89,31 +74,6 @@
<input name=3D"Q3[txt]" size=3D"60" type=3D"text" value=3D""/>
</td></tr>
<tr><td>
- <input type=3D"hidden" name=3D"Q4[q]"=20
- value=3D"4. On what events do you manually run Valgrind?"/>
- <b>4. </b>When developing, on what events do you <b>manually</b>
- run Valgrind?<br /> (select all the options that are appropriate).<br =
/>
- <input name=3D"Q4[cb1]" type=3D"checkbox"=20
- value=3D"after all changes"/> after all changes<br/>
- <input name=3D"Q4[cb2]" type=3D"checkbox"=20
- value=3D"after big changes"/> after big changes<br/>
- <input name=3D"Q4[cb3]" type=3D"checkbox"=20
- value=3D"before a release"/> before a release<br/>
- <input name=3D"Q4[cb4]" type=3D"checkbox"=20
- value=3D"when a bug occurs"/> when a bug occurs<br/>
- <input name=3D"Q4[cb5]" type=3D"checkbox"=20
- value=3D"when a bug is suspected"/> when a bug is suspected<br/>
- <input name=3D"Q4[cb6]" type=3D"checkbox"=20
- value=3D"when optimising"/> when optimising<br/>
- <input name=3D"Q4[cb7]" type=3D"checkbox"=20
- value=3D"just now and then"/> just "now and then"<br/>
- <input name=3D"Q4[cb8]" type=3D"checkbox"=20
- value=3D"other"/> other (please specify below)<br/>
- <p><b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q4[cmt]" value=3D"4. Comments:"/>
- <textarea name=3D"Q4[txt]" rows=3D"2" cols=3D"56"></textarea></p>
-</td></tr>
-<tr><td>
<input type=3D"hidden" name=3D"Q5[q]"=20
value=3D"5. On average how often do you use Valgrind"/>
<b>5. </b>On average, approximately how often do you use Valgrind?<br =
/>
@@ -128,18 +88,6 @@
<textarea name=3D"Q5[txt]" rows=3D"2" cols=3D"56"></textarea></p>
</td></tr>
<tr><td>
- <input type=3D"hidden" name=3D"Q6[q]"=20
- value=3D"6. Do you use Valgrind in any automated fashion"/>
- <b>6. </b>Do you use Valgrind in any automated fashion? (Eg. in a
- test suite, but <b>not</b> just by starting manually using a
- script.)<br />
- <input name=3D"Q6[rb]" type=3D"radio" value=3D"yes"/> yes<br/>
- <input name=3D"Q6[rb]" type=3D"radio" value=3D"no"/> no<br/>
- <p><b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q6[cmt]" value=3D"6. Comments:"/>
- <textarea name=3D"Q6[txt]" rows=3D"2" cols=3D"56"></textarea></p>
-</td></tr>
-<tr><td>
<input type=3D"hidden" name=3D"Q7[q]"=20
value=3D"7. What x86 machine(s) do you use Valgrind on"/>
<b>7. </b>What x86 machine(s) do you use Valgrind on?<br />
@@ -233,39 +181,6 @@
</table>
<p> </p>
=20
-<!-- comparing valgrind -->
-<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
-<tr><th>Comparing Valgrind with similar tools</th></tr>
-<tr><td>
- <input type=3D"hidden" name=3D"Q13[1]"=20
- value=3D"13. Have you used other tools similar to Valgrind tools"/>
- <b>13. </b>Have you used other tools that are similar to any of=20
- the Valgrind tools?<br />
- <input name=3D"Q13[rb]" type=3D"radio" value=3D"yes"/> Yes<br/>
- <input name=3D"Q13[rb]" type=3D"radio" value=3D"no"/> No<br/>
- <p><b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q13[cmt]" value=3D"13. Comments:"/>
- <textarea name=3D"Q13[txt]" rows=3D"2" cols=3D"56"></textarea></p>
-</td></tr>
-<tr><td>
- <input type=3D"hidden" name=3D"Q14[q]"=20
- value=3D"14. If yes, please provide the foll. information"/>
- <b>14. </b>If yes, for each tool, please provide the following informa=
tion:
- <textarea name=3D"Q14[txt0]" rows=3D"10" cols=3D"56">
- Name of other tool :=20
- Hardware/OS platform : (eg. x86/Linux; Solaris/SPARC)
- Ways in which Valgrind is better :=20
- Ways in which Valgrind is worse :=20
- Ways in which Valgrind is equal : </textarea>
-</td></tr>
-<tr><td>
- Any other comments about how Valgrind compares with other tools?<br />
- <input type=3D"hidden" name=3D"Q14[cmt]" value=3D"14. Comments:"/>
- <textarea name=3D"Q14[txt1]" rows=3D"2" cols=3D"56"></textarea>
-</td></tr>
-</table>
-<p> </p>
-
<!-- valgrind on other platforms -->
<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
<tr><th>Valgrind on Other Platforms</th></tr>
@@ -281,7 +196,6 @@
- SPARC9/Solaris : 25%<br />
- x86/Linux : 20%<br />
- IA64/Linux : 5%<br />
- - x86/Linux :<br />
<textarea name=3D"Q15[txt]" rows=3D"10" cols=3D"56"></textarea>
</td></tr>
</table>
@@ -435,35 +349,6 @@
</table>
<p> </p>
=20
-<!-- supporting valgrind -->
-<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
-<tr><th>Supporting Valgrind</th></tr>
-<tr><td>
- <input type=3D"hidden" name=3D"Q27[q]"=20
- value=3D"27. Would you be willing to donate money:"/>
- <b>27. </b>It costs you nothing to use Valgrind, but it
- costs us money to develop it. Would you be willing to donate
- money to support Valgrind's continued development? (This is a
- sensitive question; feel free to give no answer. If you answer
- "yes", quantitative comments would be appreciated.)<br/>
- <input name=3D"Q27[rb]" type=3D"radio" value=3D"yes"/> Yes<br/>
- <input name=3D"Q27[rb]" type=3D"radio" value=3D"no"/> No<br/>
- <input name=3D"Q27[rb]" type=3D"radio" value=3D"no answer"/> No answer=
<br />
- <b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q27[cmt]" value=3D"27. Comments:"/>
- <textarea name=3D"Q27[txt]" rows=3D"2" cols=3D"56"></textarea>
-</td></tr>
-<tr><td>
- <input type=3D"hidden" name=3D"Q28[q]"=20
- value=3D"28. Would you be willing to contribute:"/>
- <b>28. </b>Would you be willing to contribute to Valgrind in a
- non-monetary fashion? Please indicate what form this might
- take (eg. help with documentation).<br />
- <textarea name=3D"Q28[txt]" rows=3D"2" cols=3D"56"></textarea>
-</td></tr>
-</table>
-<p> </p>
-
<!-- valgrind surveys -->
<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
<tr><th>Surveys</th></tr>
@@ -475,7 +360,21 @@
</td></tr>
</table>
=20
+<!-- contact details -->
+<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
+<tr><th colspan=3D"2">Your Contact Details</th></tr>
+<tr>
+ <td>Name:</td>
+ <td><input name=3D"name" size=3D"60" type=3D"text" value=3D""/></td>
+</tr>
+<tr>
+ <td>Email:</td>
+ <td><input name=3D"email" size=3D"60" type=3D"text" value=3D""/></td>
+</tr>
+</table>
+<p> </p>
=20
+
<p align=3D"center">
<input type=3D"submit" name=3D"send" value=3D"Submit" /><br /><br />
Thank you for your time and support.
Deleted: trunk/gallery/survey_current/survey.txt
=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/gallery/survey_current/survey.txt 2005-03-12 23:57:39 UTC (rev =
73)
+++ trunk/gallery/survey_current/survey.txt 2005-03-14 04:17:53 UTC (rev =
74)
@@ -1,341 +0,0 @@
-------------------------- VALGRIND SURVEY ------------------------
-# General instructions:
-# Please estimate if you are unsure about any answers.
-
-# Most questions have a "comments" field for extra comments.
-
-# Your response is confidential; we won't make raw data public,
-# only summaries (which may include anonymous quotes). The only
-# exception to this is if you answer "yes" to the question below
-# about mentioning your project on the Valgrind website.
-
-# We have no plans to commercialize Valgrind. You can relax,
-# that's not what this is about.
-
-# Please send completed surveys to su...@va....
-# Thank you for your time and support.
-
-
-
------- Learning about Valgrind -------------------------------------
-# How did you first learn about Valgrind?
-
-from a friend [ ]
-from a workmate [ ]
-searching for tools [ ]
-from a publication [ ] (eg. a mailing list; =20
- please name under "comments")
-other :
-
-Comments:
-
-
-# How many other programmers have you told about Valgrind?
-# How many of them have used it as a result?
-
-
-Comments:
-
-
-# Any other comments about how you first learnt about Valgrind?
-
-
-
------- Using Valgrind ----------------------------------------------
-# Approximately how long (in months) have you been using Valgrind?
-
-
-Comments:
-
-
-# When developing, on what events do you *manually* run Valgrind?
-# (Select all the options that are appropriate.)
-
-after all changes [ ]
-after big changes [ ]
-before a release [ ]
-when a bug occurs [ ]
-when a bug is suspected [ ]
-when optimising [ ]
-just "now and then" [ ]
-other :
-
-Comments:
-
-
-# On average, approximately how often do you use Valgrind?
-
-hourly [ ]
-daily [ ]
-weekly [ ]
-monthly [ ]
-other :
-
-Comments:
-
-
-# Do you use Valgrind in any automated fashion? (Eg. in a test
-# suite, but *not* just by starting manually using a script.)
-
-yes [ ]
-no [ ]
-
-Comments:
-
-
-# What x86 machine(s) do you use Valgrind on? Estimate the
-# proportion of your Valgrind usage on different machines.
-# (Example: Pentium 4 70%, Athlon 30%)
-
-
-Comments:
-
-
-# What Linux distribution(s) do you use Valgrind on? =20
-# Estimate the proportion of your Valgrind usage on different
-# distributions. Please give version numbers if possible.
-# (Example: RedHat 9.0 90%, SuSe 8.1 10%)
-
-
-Comments:
-
-
-# In what form did you/do you obtain Valgrind?
-# (Select all the options that are appropriate.)
-
-source, from CVS [ ]
-source, from website [ ]
-pre-built version (eg. RPM) [ ]
-already installed on system [ ]
-other :
-
-Comments:
-
-
-# Which Valgrind tools do you use? Estimate the proportion of
-# your Valgrind usage each tool accounts for.
-# (Example: Memcheck 80%, Addrcheck 10%, Cachegrind 10%)
-
-Memcheck :
-Addrcheck :
-Cachegrind :
-Helgrind :
-Calltree/KCachegrind :
-Massif :
-other :
-
-Comments:
-
-
-# Which of Valgrind's command-line flags do you always,=20
-# or almost always, use?
-# (Example: --leak-check=3Dyes, --num-callers=3D20)
-
-
-Comments:
-
-
-# Which of Valgrind's command-line flags do you sometimes use?
-
-
-Comments:
-
-
-# Any other comments about how you use Valgrind?
-
-
-
------- Comparing Valgrind with similar tools -----------------------
-# Have you used other tools that are similar to any of the
-# Valgrind tools?
-
-yes [ ]
-no [ ]
-
-
-Comments:
-
-
-# If so, for each tool, please provide the following information.
-# Take more than one line if necessary.
-
-name of other tool :
-hardware/OS platform : (eg. x86/Linux; Solaris/SPARC)
-ways in which...
-...Valgrind is better :
-...Valgrind is worse :
-...Valgrind is equal :
-
-Comments:
-
-
-# Any other comments about how Valgrind compares with other tools?
-
-
-
------- Valgrind on other platforms ---------------------------------
-# If Valgrind was available on all hardware/OS platforms,
-# estimate what proportion of your usage would be on each
-# platform. Please describe each platform as precisely as
-# possible.
-#
-# Example answer:
-# PowerPC/MacOS X : 50%
-# SPARC9/Solaris : 25%
-# x86/Linux : 20%
-# IA64/Linux : 5%
-
-x86/Linux :
-
-Comments:
-
-
-
------- Software issues ---------------------------------------------
-# The following questions are about software issues,
-# eg. Valgrind's licence, speed, memory usage, ease of use,
-# quality of information produced, robustness, documentation, etc. =20
-# List up to 3 existing features of Valgrind that you think are
-# good. Give as much detail as necessary.
-
-1.
-2.
-3.
-
-
-# List up to 3 existing features of Valgrind that you think need
-# improvement. Give as much detail as necessary.
-
-1.
-2.
-3.
-
-
-# List up to 3 missing features you would like added to Valgrind.
-
-1.
-2.
-3.
-
-
-# Do you have ideas/wishes for new tools that could be built with
-# Valgrind? Give as much detail as necessary.
-
-
-
-# Any other comments about software issues?
-
-
-
-
------- Non-software issues -----------------------------------------
-# The following questions are about non-software issues,
-# eg. Valgrind's website, release frequency, bug handling,
-# mailing lists, publicity, etc.
-# List up to three aspects of Valgrind's development that you
-# think are good. Give as much detail as necessary.
-
-1.
-2.
-3.
-
-
-# List up to three aspects of Valgrind's development that you
-# think need improvement. Give as much detail as necessary.
-
-1.
-2.
-3.
-
-
-# Have you submitted any bug reports or feature requests for
-# Valgrind?
-
-yes [ ]
-no [ ]
-
-Comments:
-
-
-# Have you contributed any code that has been included in Valgrind?
-
-yes [ ]
-no [ ]
-
-Comments:
-
-
-# Any other comments about the non-software issues?
-
-
-
------- Project details ---------------------------------------------
-# For *each project* on which you have used Valgrind, we would be
-# interested to know the following information. Omit any
-# details you want to keep private. Please estimate for any
-# answers you're unsure about. Take more than one line per
-# answer if necessary.
-
-project name :
-website (if one exists):
-brief description :
-public or private? :
-license : (eg. GNU GPL; BSD; proprietary)
-language(s) : (estimate proportions if > 1,=20
- eg. 80% C, 20% Fortran)
-number of programmers:
- - in total :
- - using Valgrind :
-size (lines of code) :
-number of users :
-development location :
-other comments :
-
-
-# Would you be willing to have your project mentioned on the
-# Valgrind website as one that uses Valgrind? (Please only say
-# "yes" if you have the appropriate authority within your project
-# to do so, or you have asked someone with the appropriate
-# authority.)
-
-yes [ ]
-no [ ]
-
-Comments:
-
-# If so, please specify any information you gave in the previous
-# answer that you do *not* want mentioned (eg. "don't mention the
-# development location"). We will not mention your name.
-
-
-
-
------- Supporting Valgrind -----------------------------------------
-# It costs you nothing to use Valgrind, but it costs us money to
-# develop it. Would you be willing to donate money to support
-# Valgrind's continued development? (This is a sensitive
-# question; feel free to give no answer. If you answer "yes",
-# quantitative comments would be appreciated.)
-
-yes [ ]
-no [ ]
-no answer [ ]
-
-Comments:
-
-
-# Would you be willing to contribute to Valgrind in a
-# non-monetary fashion? Please indicate what form this might
-# take (eg. help with documentation).
-
-
-
------- Surveys -----------------------------------------------------
-# Any comments about the content, structure or results of this
-# survey, or the previous survey?
-
-
-
-
-
-
Modified: trunk/gallery/surveys.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/gallery/surveys.html 2005-03-12 23:57:39 UTC (rev 73)
+++ trunk/gallery/surveys.html 2005-03-14 04:17:53 UTC (rev 74)
@@ -5,10 +5,8 @@
Survey</a></h3>
=20
<p>Let your opinions about Valgrind be heard: complete our
-current survey=20
-<a href=3D"/gallery/survey_current/survey.html">Online</a>, or by=20
-<a href=3D"/gallery/survey_current/survey.txt">Email</a>. Even if you
-completed the last survey, we'd like your response to this
+<a href=3D"/gallery/survey_current/survey.html">current survey</a>, or b=
y=20
+Even if you completed the last survey, we'd like your response to this
survey, as it will give us more precise and directly useful
information.</p>
=20
@@ -28,8 +26,8 @@
responded.</p>
=20
<p>Read the=20
-<a href=3D"/gallery/survey_03/summary.html#summary">Summary</a>, and a l=
ist
-of some <a href=3D"/gallery/survey_03/actions.html">Actions</a>
+<a href=3D"/gallery/survey_03/summary.html#summary">summary</a>, and a l=
ist
+of some <a href=3D"/gallery/survey_03/actions.html">actions</a>
we've taken in direct response to the survey results. Please note
that this list does not show everything we've done, and we
continue to address the issues raised.</p>
|