web site updates to link to the download location for the daily Hudson CI snapshot

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6582 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2008-10-07 22:52:36 +00:00
parent c4ab6882f8
commit 9cf0cead65
2 changed files with 11 additions and 2 deletions
pmd/src/site

@ -23,8 +23,11 @@
href="http://sourceforge.net" />
</links>
<menu name="Overview">
<item name="Download PMD 5.0" href="/index.html" />
<!--
<item name="Download PMD 5.0" href="http://sourceforge.net/project/showfiles.php?group_id=56262&amp;package_id=51441&amp;release_id=524515" />
<item name="What's new in PMD 5.0" href="http://sourceforge.net/project/shownotes.php?release_id=524515&amp;group_id=56262" />
-->
<item name="PMD in the news" href="/news.html" />
<item name="PMD-related products and books" href="/products.html" />
<item name="Best practices" href="/bestpractices.html" />

@ -15,8 +15,14 @@
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
</ul>
<h3>Download</h3>
<p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p>
<h3>Download (early access)</h3>
<p>A new snapshot of the 5.0 release is generated daily using a <a href="https://hudson.dev.java.net/">Hudson</a> continuous integration server.</p>
<p>Source and binary packages are available <a href="http://hudson.brittanysoftware.com/job/PMD-snapshot/">here</a> in the artifacts section in the center of the page. The packages for older builds can be accessed by navigating to the details page for a given build.</p>
<p>Maven packages are also generated daily and uploaded to the <a href="http://pmd.sourceforge.net/snapshot/maven2">snapshot repository</a>.</p>
<!--
<p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>.</p>
-->
<p>You can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p>
<h3>Integrations</h3>
<p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>