forked from phoedos/pmd
Demo section is now available. Added a Coming Soon page to
the website explaining what will be there. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@299 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
<body>
|
||||
<section name="Running PMD Demo on <?php print($unixname) ?>">
|
||||
<p>Your PMD Report should be ready in a couple of seconds. It will
|
||||
be available from
|
||||
<a href="/demo/<?php print($unixname) ?>/<?php print($module)?>/pmd-report.html">here</a>
|
||||
be available at:
|
||||
http://pmd.sourceforge.net/demo/<?php print($unixname) ?>/pmd.xml
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
|
27
pmd/xdocs/coming-soon.xml
Normal file
27
pmd/xdocs/coming-soon.xml
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<author email="dpeugh@users.sourceforge.net">David Dixon-Peugh</author>
|
||||
<title>Coming Soon! Run PMD on your SourceForge Project!</title>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="PMD Demo">
|
||||
<p>
|
||||
We are hard at work developing an Online Demo for you to run
|
||||
your SourceForge project through PMD with the Basic Ruleset.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your project results will be linked off of the PMD website
|
||||
for a fixed period of time (maybe 1 to 2 days) for you to
|
||||
peruse the results. A try before you buy if you will.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
So watch this space, because the demo is coming quickly!
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -16,6 +16,10 @@
|
||||
<item name="Similar Projects" href="/similar-projects.html" />
|
||||
<item name="Credits" href="/credits.html" />
|
||||
</menu>
|
||||
<menu name="Demo">
|
||||
<item name="Coming Soon! Your Project Here" href="/coming-soon.html" />
|
||||
<item name="PMD v0.5" href="/demo/pmd-0.5.html" />
|
||||
</menu>
|
||||
<menu name="Rule Sets">
|
||||
<item name="Basic Rules" href="/rules/basic.html" />
|
||||
<item name="Naming Rules" href="/rules/naming.html" />
|
||||
|
Reference in New Issue
Block a user