Added a new website front-page for pmd.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7674 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
BIN
website/external.png
Normal file
BIN
website/external.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 B |
108
website/index.html
Normal file
108
website/index.html
Normal file
@ -0,0 +1,108 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>PMD</title>
|
||||
<link href="pmd.css" type="text/css" rel="stylesheet" />
|
||||
<meta http-equiv="content-type" content="text/xhtml;charset=UTF-8" />
|
||||
<meta name="description" content="PMD is a source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth." />
|
||||
<meta name="keywords" content="PMD,Java,Code Analyzer,Clean Code,Software Development" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="column-full center">
|
||||
<img src="pmd_logo.jpg" width="360" height="264" alt="PMD - Don't shoot the messenger"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="column-1 description center">
|
||||
PMD is a source code analyzer.
|
||||
It finds unused variables, empty catch blocks,
|
||||
unnecessary object creation, and so forth.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="column-3">
|
||||
<h3>Latest version</h3>
|
||||
<h4>5.0.0 (1st May 2012)</h4>
|
||||
<ul>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/">Release Notes</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/pmd-bin-5.0.0.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/pmd-src-5.0.0.zip/download">Sourcecode</a>)</li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.0/">Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column-3">
|
||||
<h3>Get Involved</h3>
|
||||
<ul>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/">SourceForge Project Page</a></li>
|
||||
<li>Ask questions in the <a href="http://sourceforge.net/projects/pmd/forums/forum/188194">Forum</a></li>
|
||||
<li>or join the <a href="https://lists.sourceforge.net/lists/listinfo/pmd-devel">Mailing List</a>
|
||||
(<a class="externalLink" href="http://java-pmd.30631.n5.nabble.com/">archive1</a>,
|
||||
<a class="externalLink" href="http://blog.gmane.org/gmane.comp.java.audit.pmd.devel">archive2</a>)</li>
|
||||
<li>Found a bug? <a href="http://sourceforge.net/tracker/?group_id=56262&atid=479921">Bug tracker</a></li>
|
||||
<li>Source Code: <a href="https://pmd.svn.sourceforge.net/svnroot/pmd/trunk/pmd/">Check it out via SVN</a></li>
|
||||
<li>Our license: <a href="http://pmd.sourceforge.net/license.html">BSD-style</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column-3 no-margin">
|
||||
<h3>Plugins</h3>
|
||||
<ul>
|
||||
<li><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">Maven PMD plugin</a></li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.0/integrations.html#eclipse">Eclipse plugin</a></li>
|
||||
<li><a class="externalLink" href="http://kenai.com/projects/sqe/">NetBeans plugin</a></li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.0/integrations.html#jbuilder">JBuilder plugin</a></li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.0/integrations.html#jdeveloper">JDeveloper plugin</a></li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.0/integrations.html#idea">IntelliJ IDEA plugin</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="column-2-3">
|
||||
<h3>Recent announcements</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>2012-05-01 PMD 5.0.0:</strong>
|
||||
major version supporting additional languages and new rules (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.0/">Changelog</a>)
|
||||
</p>
|
||||
<ul>
|
||||
<li>Additional languages support (Java, JavaScript, XML, XSL, JSP)</li>
|
||||
<li>Many bug fixes and new rules</li>
|
||||
<li>Internal refactoring which breaks compatibility, but adds generic support for additional languages.</li>
|
||||
<li>Maven coordinates have been changed: <a class="externalLink" href="http://search.maven.org/#search|ga|1|g%3A%22net.sourceforge.pmd%22%20a%3A%22pmd%22">net.sourceforge.pmd:pmd</a></li>
|
||||
<li>For details, see the <a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.0/">Changelog</a>.</li>
|
||||
</ul>
|
||||
<p><i>Note: PMD 5 is not backwards compatible with PMD 4.x.</i></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="column-3 no-margin">
|
||||
<h3>Next development version</h3>
|
||||
<h4>5.1.0-SNAPSHOT</h4>
|
||||
<ul>
|
||||
<li><a href="http://pmd.sourceforge.net/snapshot/">Documentation</a></li>
|
||||
<li><a href="http://pmd.adabolo.de/job/pmd-trunk/">CI Server</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Previous versions</h3>
|
||||
<ul>
|
||||
<li>4.3 (2011-11-04) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.3/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.3/">doc</a></li>
|
||||
<li>4.2.6 (2011-09-14) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.2.6/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.2.6/">doc</a></li>
|
||||
<li>4.2.5 (2009-02-08) <a href="http://sourceforge.net/projects/pmd/files/pmd/4.2.5/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-4.2.5/">doc</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row footer">
|
||||
<div class="column-1">
|
||||
Copyright © PMD. All Rights Reserved.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
68
website/pmd.css
Normal file
68
website/pmd.css
Normal file
@ -0,0 +1,68 @@
|
||||
body {
|
||||
margin: 10px 30px;
|
||||
background: lightgray;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
h3 {
|
||||
background: lightblue;
|
||||
color: black;
|
||||
border-radius: 5px;
|
||||
border: 2px blue solid;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
.container {
|
||||
border-radius: 15px;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.row {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.column-1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.column-3 {
|
||||
width: 30%;
|
||||
margin-right: 3%;
|
||||
min-width: 300px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.column-2-3 {
|
||||
width: 63%;
|
||||
margin-right: 3%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.no-margin {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 60%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.description {
|
||||
font-family: serif;
|
||||
width: 70%;
|
||||
margin: 3em auto;
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
a.externalLink {
|
||||
background: url("external.png") no-repeat scroll right center transparent;
|
||||
padding-right: 18px;
|
||||
}
|
BIN
website/pmd_logo.jpg
Normal file
BIN
website/pmd_logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user