From 9f14840247cb3775d04f8f40c79489bf5c856f56 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 25 Jul 2010 03:02:35 +0200 Subject: Updated credits page with RJ, ivy, and split up people we'd like to thank and software we use. --- website/credits.html | 68 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 16 deletions(-) (limited to 'website/credits.html') diff --git a/website/credits.html b/website/credits.html index 0ec470d0..f35896f8 100644 --- a/website/credits.html +++ b/website/credits.html @@ -17,14 +17,36 @@ width: 800px; } - .reinierImg { + .personList { + clear: both; + padding-top: 16px; + } + + .personList h3 { + font-size: 1em; + } + + .person { + width: 128px; float: left; - margin-right: 16px; + margin-right: 32px; + } + + .person .imgCt { + width: 128px; + } + + .person img { + text-align: center; + margin: 0 auto; + display: block; } - .roelImg { - margin-left: 16px; - float: right; + .person .name { + margin: 0 auto 0 auto; + width: 100%; + text-align: center; + display: block; } .thanks { @@ -45,31 +67,45 @@

Project Lombok - About the authors and everyone that's helped us create Project Lombok.

-
- - -

- Project Lombok is created by us: Reinier Zwitserloot (left) and Roel Spilker (right). -

+
+

Project Lombok was created by us:

+
+
+ Reinier Zwitserloot +
+
+
+ Roel Spilker +
+
+
+

These folks also have commit access:

+
+
+ Robbert Jan Grootjans +
We'd like to thank:
  • Perry Nguyen (pfn on ##java on freenode) for creating the inspiration for project lombok.
  • +
  • Tor Norbye for some feedback on how Netbeans works internally. We haven't cracked the netbeans nut quite yet, and help is + very welcome. Still, we've made some progress in adding netbeans support to Project Lombok thanks to Tor.
  • +
  • The Java Posse for making the java community awesome. Listen to their podcast!
  • +
  • Petr Jiricka for his help with netbeans and javac.
  • +
+ as well as the authors of the following tools that we use:
  • Google Code Hosting for hosting our issue tracker as well as the lombok releases.
  • Github for hosting lombok's repository.
  • The ASM team at ObjectWeb for creating an excellent class file editing tool. Lombok uses ASM to interact with Eclipse.
  • Markus Gebhard for creating java2html which we use for the example code snippets on the features pages.
  • -
  • Tor Norbye for some feedback on how Netbeans works internally. We haven't cracked the netbeans nut quite yet, and help is - very welcome. Still, we've made some progress in adding netbeans support to Project Lombok thanks to Tor.
  • -
  • The Java Posse for making the java community awesome. Listen to their podcast!
  • -
  • Kroc Camen's video for everbody code. The lombok demo video +
  • Kroc Camen's video for everbody. The lombok demo video runs on just about every system imaginable because of it.
  • Longtail Video's JWPlayer, which is bringing the video to those of you who have an aging browser.
  • The spi project, which makes it very easy to extend lombok with your own transformations.
  • -
  • Petr Jiricka for his help with netbeans and javac.
  • +
  • Apache Ivy - Dependency management
  • Cobertura which we use to ensure our tests cover as much as possible.
-- cgit