diff --git a/docs/css/customstyles.css b/docs/css/customstyles.css index d505dbd8de..83d63e7438 100644 --- a/docs/css/customstyles.css +++ b/docs/css/customstyles.css @@ -1177,3 +1177,8 @@ h4.panel-title { padding-top: 0px; margin-top: 0px; } + +.post-content .all-contributors-list img { + width: 100px; + height: 100px; +} diff --git a/docs/index.md b/docs/index.md index 55e9c9e5cd..6066c103a8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ author: Jeff Jensen , Andreas Dangel @@ -48,17 +48,23 @@ things, PMD can be run: **CPD**, the **copy-paste detector**, is also distributed with PMD. You can also use it in a variety of ways, which are [documented here](pmd_userdocs_cpd.html). -## Download +## 💾 Download The latest release of PMD can be downloaded from our [Github releases page](https://github.com/pmd/pmd/releases/latest). -## Documentation +## 📖 Documentation The rest of this page exposes the contents of the documentation site thematically, which you can further scope down using the blue filter buttons. To navigate the site, you may also use the search bar in the top right, or the sidebar on the left. +## ✨ Contributors + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. +Contributions of any kind welcome! + +See [credits](pmd_projectdocs_credits.html) for the complete list.
diff --git a/docs/pages/pmd/projectdocs/credits.md b/docs/pages/pmd/projectdocs/credits.md index 57fd96a398..32e0ea15af 100644 --- a/docs/pages/pmd/projectdocs/credits.md +++ b/docs/pages/pmd/projectdocs/credits.md @@ -7,6 +7,8 @@ permalink: pmd_projectdocs_credits.html Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): +
+ @@ -922,7 +924,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -## Committers +
+ +## Previous Contributors + +These are collected contributors before we moved to github. + +### Committers * David Dixon-Peugh - PMD core, much of the early work on the grammar, initial Emacs plugin * Philippe Herlin - Eclipse plugin, fixed bugs in RuleSetFactory @@ -953,7 +961,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d RemoteInterfaceNamingConvention, AvoidFinalLocalVariable, ClassWithOnlyPrivateConstructorsShouldBeFinal, TooManyStaticImports, DoNotCallSystemExit, StaticEJBFieldShouldBeFinal -## Committers emeritus +### Committers emeritus * Gunnlaugur Thor Briem - NetBeans plugin, Maven build script fixes, bug report on JavaCC parser's use of java.lang.Error @@ -967,7 +975,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d * Colin Wilson-Salt - NetBeans plugin team * [Brant Gurganus](http://gurganus.name/brant/) - JCreator integration, Swing GUI work -## Significant contributors +### Significant contributors * Pieter Vanraemdonck - JSP grammar/integration/documentation, DontNestJsfInJstlIteration, NoLongScripts, NoScriptlets, NoInlineStyleInformation, NoClassAttribute, NoJspForward @@ -976,7 +984,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d * Daniel Sheppard - XPath engine integration concept and implementation, advice on Jaxen extension function naming * Brian Ewins - complete rewrite of CPD based on the Burrows-Wheeler transform, fixed DocumentNavigator bug -## Contributors +### Contributors * Andy Throgmorton - New XPath getCommentOn function, new rule DontCallThreadRun, fix for rule UseArraysAsList * Nicolas Dordet - Fixed an issue on CloseResource