43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
PHP
<?php
|
|
require 'frame.php';
|
|
function getH1() {
|
|
return 'Show us some love';
|
|
}
|
|
function getActiveMenu() {
|
|
return "donate";
|
|
}
|
|
function printContent() {
|
|
global $root;
|
|
global $minorVersion;
|
|
global $version;
|
|
?>
|
|
<iframe style="float: right; width: 324px; height: 402px; overflow: hidden; border: 0px none; margin-left: 10px; margin-bottom: 10px" src="https://www.catincan.com/catincan-embed/472"></iframe>
|
|
|
|
<h2>Crowd-Fund jOOQ features on Catincan</h2>
|
|
<p>
|
|
Some features might need a little funding to get started first. For example adding MS Access support to jOOQ.
|
|
</p>
|
|
<p>
|
|
In order to provide official support for MS Access in jOOQ, an MS Access license needs to be purchased from Microsoft.
|
|
</p>
|
|
<p>
|
|
You might have other ideas about features that could be funded in jOOQ. For more info, please refer to Catincan:
|
|
</p>
|
|
<p>
|
|
<a href="https://www.catincan.com/projects/close/jooq" title="Crowd Funding features in jOOQ through Catincan">https://www.catincan.com/projects/close/jooq</a>
|
|
</p>
|
|
|
|
|
|
<h2>Donate directly through SourceForge / PayPal</h2>
|
|
<p>
|
|
If you don't need any merchandise, or if you want to donate a bigger amount, feel free to do so directly here:
|
|
</p>
|
|
<p>
|
|
<a href="https://sourceforge.net/p/jooq/donate" title="Donate to jOOQ">https://sourceforge.net/p/jooq/donate</a>
|
|
</p>
|
|
<p>
|
|
Your donations are highly valued and make up for the numerous amounts of hours (and love) put into jOOQ. It also helps buying those more and more demanding machines that can run 14 RDBMS in parallel, for integration tests :-)
|
|
</p>
|
|
<?php
|
|
}
|
|
?>
|