added secions 'Related Tools' and 'Download'

This commit is contained in:
Lars Kühne 2002-01-17 06:42:26 +00:00
parent 62f7c400e1
commit eaf23591a5
1 changed files with 33 additions and 2 deletions

View File

@ -48,8 +48,10 @@
<p>Developers</p>
<ul>
<li>Project Page</li>
<li>CVS Repository</li>
<li><a href="http://sourceforge.net/projects/checkstyle">Project Page</a></li>
<li><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/checkstyle/">CVS Repository</a></li>
<li>JavaDoc</li>
</ul>
</td>
@ -96,6 +98,35 @@
<li class="body">Lines do not contain tabs. Note: this check can be turned off.</li>
</ul>
<h2>Download</h2>
<p class="body">
The latest release of Checkstyle can be downloaded from <a href="http://sourceforge.net/project/showfiles.php?group_id=29721">the SourceForge download page</a>.
</p>
<p class="body">
If you want to live on the bleeding edge, you can <a href="http://sourceforge.net/cvs/?group_id=29721">checkout from CVS</a> and compile yourself.
</p>
<h2>Related Tools</h2>
<p class="body">
Checkstyle is most useful if you integrate it in your build process or your development environment. The Checkstyle distribution includes an <a href="http://jakarta.apache.org/ant/index.html">Ant</a> task. Additionally
<ul>
<li class="body">Angus Chan has written <a href="http://jbcheckstyle.sourceforge.net">jbCheckStyle</a>, an Open Tool for JBuilder.</li>
<li class="body">Markus Mohnen has written a nice interface to Checkstyle for the <a href="http://jde.sunsite.dk">Emacs JDE</a>. It is available from <a href="http://jde.sunsite.dk/contributions.html">http://jde.sunsite.dk/contributions.html</a>. Highly recommended if you are using the JDE.</li>
</ul>
</p>
<p class="body">
If you have written a plugin for other IDEs, like <a href="http://www.netbeans.org">Netbeans</a> or <a href="http://www.eclipse.org/">Eclipse</a>, please <a href="mailto:checkstyle@puppycrawl.com">let us know</a>, so we can provide a link here.
</p>
</td>
</tr>
</table>