diff --git a/jOOQ-website/contribute.php b/jOOQ-website/contribute.php index 477548b9b7..64766c5f1e 100644 --- a/jOOQ-website/contribute.php +++ b/jOOQ-website/contribute.php @@ -1,12 +1,16 @@ Become a jOOQer'; +} +function getSlogan() { + return "jOOQ can only be as great as its community. You can make the change happen! jOOQ needs + motivated staff, providing new database integrations, website translations, and shouting out to + the world about jOOQ. You have a blog? Write about jOOQ in your language!"; } -function getSlogan() {} function printContent() { ?> -

Be a jOOQ contributor!

+

The hall of fame

jOOQ needs your help to implement all of this and more! Make it to the hall of fame of jOOQ contributors:

Thanks to all of the above people!

-

Instructions

-

You can contribute anything. Ideas, feature requests or bug reports (please use trac, and be explicit). Or code! If you want to share code, please follow these instructions

+

Contribution instructions

+

You can contribute anything. Ideas, feature requests or bug reports (please use trac, and be explicit). You can also help enlarge the community, by shouting out to the world about jOOQ and how you use it. You have a blog? Write about jOOQ!

+

Or contribute code! If you want to share code, please follow these instructions

-

Hints

+

Hints for new database integrations

Should you wish to provide an extension/support for a new RDBMS (such as Informix, Firebird, etc) your work would consist of these steps: