diff --git a/website/external.png b/website/external.png new file mode 100644 index 0000000000..3f999fc88b Binary files /dev/null and b/website/external.png differ diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000000..249f7efde3 --- /dev/null +++ b/website/index.html @@ -0,0 +1,108 @@ + + + + PMD + + + + + + + +
+
+
+ PMD - Don't shoot the messenger +
+
+ +
+
+ PMD is a source code analyzer. + It finds unused variables, empty catch blocks, + unnecessary object creation, and so forth. +
+
+ +
+
+

Latest version

+

5.0.0 (1st May 2012)

+ +
+
+

Get Involved

+ +
+ +
+ +
+
+

Recent announcements

+
    +
  • +

    2012-05-01 PMD 5.0.0: + major version supporting additional languages and new rules (Changelog) +

    +
      +
    • Additional languages support (Java, JavaScript, XML, XSL, JSP)
    • +
    • Many bug fixes and new rules
    • +
    • Internal refactoring which breaks compatibility, but adds generic support for additional languages.
    • +
    • Maven coordinates have been changed: net.sourceforge.pmd:pmd
    • +
    • For details, see the Changelog.
    • +
    +

    Note: PMD 5 is not backwards compatible with PMD 4.x.

    +
  • +
+
+ +
+

Next development version

+

5.1.0-SNAPSHOT

+ + +

Previous versions

+ +
+
+ + + +
+ + diff --git a/website/pmd.css b/website/pmd.css new file mode 100644 index 0000000000..4ae7f5e6ff --- /dev/null +++ b/website/pmd.css @@ -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; +} \ No newline at end of file diff --git a/website/pmd_logo.jpg b/website/pmd_logo.jpg new file mode 100644 index 0000000000..d25904a9b0 Binary files /dev/null and b/website/pmd_logo.jpg differ