diff options
author | ot <ot@localhost> | 2008-12-03 20:57:06 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-12-03 20:57:06 +0000 |
commit | 1e6058a4168105ad0568de4e442d6fa2b301e166 (patch) | |
tree | 7755a6058427772a415a2139e5b27d2647237651 /htdocs | |
parent | 104663ba7404b5c9eaffb40c10513ff65df9951b (diff) | |
download | markup-validator-1e6058a4168105ad0568de4e442d6fa2b301e166.zip markup-validator-1e6058a4168105ad0568de4e442d6fa2b301e166.tar.gz markup-validator-1e6058a4168105ad0568de4e442d6fa2b301e166.tar.bz2 |
first draft of contribute doc
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/contribute.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/htdocs/contribute.html b/htdocs/contribute.html new file mode 100644 index 0000000..28ecfa8 --- /dev/null +++ b/htdocs/contribute.html @@ -0,0 +1,47 @@ +<!--#set var="revision" value="\$Id: contribute.html,v 1.1 2008-12-03 20:57:06 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-12-03 20:57:06 $" +--><!--#set var="title" value="How to Contribute to the W3C Markup Validator" +--><!--#set var="relroot" value="./" +--><!--#include virtual="header.html" --> + +<div class="doc"><a id="skip" name="skip"></a> + <h2>How to Contribute</h2> +<p>The W3C Markup Validator is an entirely open source project hosted by W3C: there are many ways + you can help make it a better, friendlier, more powerful software, and keep it free forever:</p> + +<ol> + <li> + <p id="code"><strong>Code</strong>. The best way you can help the project is to get involved in the software development.</p> + <p><em>It only takes</em>: some knowledge of the perl + programming language, a few hours to get familiar with the <a href="http://dev.w3.org/cvsweb/validator/">validator + codebase</a>, and however much time you're comfortable dedicating to the project. (See the <a href="docs/devel.html">Developer's + Guide</a> for more). + <em>What you get</em>: + A chance to get your favorite features developed, or your most hated bug fixed, in priority… + plus the thanks and respect of millions of validator users.</p> + </li> + <li> + <p id="support"><strong>Help Others</strong>. Great communities make great tools.</p> + <p><em>It only takes</em>: A few minutes of your time, and a bit of patience. + Subscribe to the <a href="http://lists.w3.org/Archives/Public/www-validator/">validator's mailing-list</a> + and assist people who may come to the list with questions or requests. + <em>What you get</em>: The satisfaction of helping other and helping the project by freeing developers' time; + Participation in a community of smart people who know the web really, really well.</p> + </li> + <li> + <p id="feeback"><strong>Feedback</strong>. Your ideas matter, and we want to know about that bug you found.</p> + <p><em>It only takes</em>: A visit to our <a href="feedback.html">feedback page</a>. + <em>What you get</em>: Much more chance of seeing that bug/feature taken care of than if you keep the idea for yourself.</p> + </li> + <li><p id="donate"><strong>Money</strong>. The validator is free. But it costs a lot to develop, support, host and maintain in shape.</p> + <p><em>It only takes</em>: Your generosity and a quick visit to the <a href="donate.html">donation page</a>. + <em>What you get</em>: A chance to show your support for a tool you use all the time, and a <a href="feedback">say</a> + in how the validators evolve.</p> + </li> +</ol> + + +</div> +<!--#include virtual="footer.html" --> +</body> +</html> |