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:
David Dixon-Peugh
2002-07-11 19:27:46 +00:00
parent cbe66c6347
commit 67610c41a2
3 changed files with 33 additions and 2 deletions

View File

@ -12,8 +12,8 @@
<body>
<section name="Running PMD Demo on &lt;?php print($unixname) ?&gt;">
<p>Your PMD Report should be ready in a couple of seconds. It will
be available from
<a href="/demo/&lt;?php print($unixname) ?&gt;/&lt;?php print($module)?&gt;/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
View 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>

View File

@ -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" />