- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Thu, 20 Jan 2005 08:25:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv23626 Modified Files: feedback.tmpl Log Message: fixing mailto: link and clarifying what a good errmsg feedback message is Index: feedback.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/feedback.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- feedback.tmpl 19 Jan 2005 10:00:17 -0000 1.12 +++ feedback.tmpl 20 Jan 2005 08:25:29 -0000 1.13 @@ -86,20 +86,20 @@ <p>Once you have checked that your suggestion has not been given yet, you can send your message. To write an efficient message:</p> <ul> - <li>Add a meaningful subject. but also add a handful of words on what you are sending</li> + <li><strong>Add a meaningful subject</strong>: summarize your feeedback in a handful of words;</li> <li>If our system added [VE][XX] at the beginning of the mail subject, keep it. - Otherwise, please precise which error message you are sending feedback about.</li> - <li>Always give a URL: knowing what page you were validating will help us diagnose issues much quicker.</li> - <li>explain your suggestion, or question, in a clear and informative manner.</li> + Otherwise, please precise which error message you are sending feedback about;</li> + <li><strong>Always give a URL</strong>: knowing what page you were validating will help us diagnose issues much quicker;</li> + <li>Explain your suggestion, or question, in a clear and informative manner.</li> </ul> - <p>Messages can be sent to the + <p>Once you have checked all the criteria above, <TMPL_IF NAME="errmsg_id"> - <a href="mailto:www-validator@w3.org?Subject=[VE][82]%20Error%0Message%20Feedback">www-validator</a> + <a href="mailto:www-validator@w3.org?Subject=[VE][<TMPL_VAR NAME="errmsg_id">]%20Error%20Message%20Feedback">send <TMPL_ELSE> - <a href="mailto:www-validator@w3.org?Subject=Error%0Message%20Feedback">www-validator</a> + <a href="mailto:www-validator@w3.org?Subject=Error%0Message%20Feedback">send </TMPL_IF> - public mailing-list. + your message to the www-validator public mailing-list</a> </p> <h3 id="mailinglist">Discuss and participate</h3>
Received on Thursday, 20 January 2005 08:25:31 UTC