Updated website after Trac to GitHub migration
This commit is contained in:
parent
b60b575069
commit
d7fa8926d5
@ -57,15 +57,15 @@ Telling the world:<br/>
|
||||
<li>Import the jOOQ projects into <a href="http://www.eclipse.org/" title="jOOQ developers use Eclipse">Eclipse</a></li>
|
||||
<li>If you haven't already, get <a href="http://m2eclipse.sonatype.org/sites/m2e/">M2E</a>, the Eclipse Maven plugin to build jOOQ with Maven in Eclipse (The one from Sonatype, NOT the one from Eclipse)</li>
|
||||
<li>Use the Eclipse formatting settings that have been checked in with the projects. Keeps the code <a href="http://www.extremeprogramming.org/rules/standards.html">nice and clean</a>. Your code should not change (not much), if formatted with Ctrl-Shift-F. But don't format jOOQ DSL query code!</li>
|
||||
<li>Send me your changes directly to the <a href="http://groups.google.com/group/jooq-user" title="the jOOQ user group">user group</a> or in a <a href="https://sourceforge.net/apps/trac/jooq/newticket">trac ticket</a>.</li>
|
||||
<li>Send me your changes directly to the <a href="http://groups.google.com/group/jooq-user" title="the jOOQ user group">user group</a> or in a <a href="https://github.com/jOOQ/jOOQ/issues/new">GitHub ticket</a>.</li>
|
||||
<li>Send your changes as an Eclipse-compatible .patch file (or the sum of the modified Java classes). Ideally, the .patch file can be applied to the latest version of jOOQ on the SVN trunk.</li>
|
||||
<li>I'll review, audit your changes and it goes into the repository with the next release, if I'm happy :-) AND: you'll make it to the hall of fame. Provide me with links to your webpage / blog / etc, if you would like to see that mentioned.</li>
|
||||
<li>If you are a committer on sourceforge, please commit with the following comment scheme: <br/>[#Trac-ID] Trac-Ticket-Title - Your specific comment</li>
|
||||
<li>If you are a committer on GitHub, please commit with the following comment scheme: <br/>[#Issue-ID] GitHub-Ticket-Title - Your specific comment</li>
|
||||
</ul>
|
||||
|
||||
<h3>Hints for new features</h3>
|
||||
|
||||
<p>A lot of ideas are around already. Check out this <a href="https://sourceforge.net/apps/trac/jooq/query?milestone=Version+X%3A+User+contribution+candidates">Trac Milestone</a> to see some of them</p>
|
||||
<p>A lot of ideas are around already. Check out this <a href="https://https://github.com/jOOQ/jOOQ/issues?milestone=20&state=open">GitHub Milestone</a> to see some of them</p>
|
||||
|
||||
<h3>Hints for new database integrations</h3>
|
||||
|
||||
|
||||
@ -64,7 +64,7 @@ All branches are available here<br/>
|
||||
<h3>Future versions</h3>
|
||||
<p>
|
||||
The semi-formal roadmap is here:<br/>
|
||||
<a href="https://sourceforge.net/apps/trac/jooq/report/6" title="The jOOQ Roadmap">https://sourceforge.net/apps/trac/jooq/report/6</a>
|
||||
<a href="https://github.com/jOOQ/jOOQ/issues/milestones" title="The jOOQ Roadmap">https://github.com/jOOQ/jOOQ/issues/milestones</a>
|
||||
</p>
|
||||
|
||||
<h2 id="License"><a href="#License" name="License">#</a> License</h2>
|
||||
|
||||
@ -2,7 +2,7 @@ jOOQ Release notes
|
||||
==================
|
||||
|
||||
For an interactive overview, see also
|
||||
https://sourceforge.net/apps/trac/jooq/report/6
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
For a formatted text version, see
|
||||
http://www.jooq.org/notes.php?version=2.0
|
||||
@ -1842,7 +1842,7 @@ themselves should be regenerated in a compatible way, such that
|
||||
your client code should not be affected. If this is not the case,
|
||||
please report a ticket here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/newticket
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
Apart from the Derby RDMBS and some new data type support, there
|
||||
have been many new convenience methods added all over the API.
|
||||
@ -1853,7 +1853,7 @@ through Field<?>, but also through field names or indexes.
|
||||
|
||||
Check out the updated documentation (soon) here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/wiki/Examples
|
||||
http://www.jooq.org
|
||||
|
||||
- Support for the Derby RDBMS
|
||||
- Support for casting. This allows for even greater flexibility
|
||||
|
||||
@ -2,7 +2,7 @@ jOOQ Release notes
|
||||
==================
|
||||
|
||||
For an interactive overview, see also
|
||||
https://sourceforge.net/apps/trac/jooq/report/6
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
For a formatted text version, see
|
||||
http://www.jooq.org/notes.php?version=2.1
|
||||
@ -1940,7 +1940,7 @@ themselves should be regenerated in a compatible way, such that
|
||||
your client code should not be affected. If this is not the case,
|
||||
please report a ticket here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/newticket
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
Apart from the Derby RDMBS and some new data type support, there
|
||||
have been many new convenience methods added all over the API.
|
||||
@ -1951,7 +1951,7 @@ through Field<?>, but also through field names or indexes.
|
||||
|
||||
Check out the updated documentation (soon) here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/wiki/Examples
|
||||
http://www.jooq.org
|
||||
|
||||
- Support for the Derby RDBMS
|
||||
- Support for casting. This allows for even greater flexibility
|
||||
|
||||
@ -2,7 +2,7 @@ jOOQ Release notes
|
||||
==================
|
||||
|
||||
For an interactive overview, see also
|
||||
https://sourceforge.net/apps/trac/jooq/report/6
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
For a formatted text version, see
|
||||
http://www.jooq.org/notes.php?version=2.2
|
||||
@ -2070,7 +2070,7 @@ themselves should be regenerated in a compatible way, such that
|
||||
your client code should not be affected. If this is not the case,
|
||||
please report a ticket here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/newticket
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
Apart from the Derby RDMBS and some new data type support, there
|
||||
have been many new convenience methods added all over the API.
|
||||
@ -2081,7 +2081,7 @@ through Field<?>, but also through field names or indexes.
|
||||
|
||||
Check out the updated documentation (soon) here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/wiki/Examples
|
||||
http://www.jooq.org
|
||||
|
||||
- Support for the Derby RDBMS
|
||||
- Support for casting. This allows for even greater flexibility
|
||||
|
||||
@ -2,7 +2,7 @@ jOOQ Release notes
|
||||
==================
|
||||
|
||||
For an interactive overview, see also
|
||||
https://sourceforge.net/apps/trac/jooq/report/6
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
For a formatted text version, see
|
||||
http://www.jooq.org/notes.php
|
||||
@ -2180,7 +2180,7 @@ themselves should be regenerated in a compatible way, such that
|
||||
your client code should not be affected. If this is not the case,
|
||||
please report a ticket here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/newticket
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
Apart from the Derby RDMBS and some new data type support, there
|
||||
have been many new convenience methods added all over the API.
|
||||
@ -2191,7 +2191,7 @@ through Field<?>, but also through field names or indexes.
|
||||
|
||||
Check out the updated documentation (soon) here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/wiki/Examples
|
||||
http://www.jooq.org
|
||||
|
||||
- Support for the Derby RDBMS
|
||||
- Support for casting. This allows for even greater flexibility
|
||||
|
||||
@ -2,7 +2,7 @@ jOOQ Release notes
|
||||
==================
|
||||
|
||||
For an interactive overview, see also
|
||||
https://sourceforge.net/apps/trac/jooq/report/6
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
For a formatted text version, see
|
||||
http://www.jooq.org/notes.php
|
||||
@ -2304,7 +2304,7 @@ themselves should be regenerated in a compatible way, such that
|
||||
your client code should not be affected. If this is not the case,
|
||||
please report a ticket here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/newticket
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
Apart from the Derby RDMBS and some new data type support, there
|
||||
have been many new convenience methods added all over the API.
|
||||
@ -2315,7 +2315,7 @@ through Field<?>, but also through field names or indexes.
|
||||
|
||||
Check out the updated documentation (soon) here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/wiki/Examples
|
||||
http://www.jooq.org
|
||||
|
||||
- Support for the Derby RDBMS
|
||||
- Support for casting. This allows for even greater flexibility
|
||||
|
||||
@ -2,7 +2,7 @@ jOOQ Release notes
|
||||
==================
|
||||
|
||||
For an interactive overview, see also
|
||||
https://sourceforge.net/apps/trac/jooq/report/6
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
For a formatted text version, see
|
||||
http://www.jooq.org/notes.php
|
||||
@ -2304,7 +2304,7 @@ themselves should be regenerated in a compatible way, such that
|
||||
your client code should not be affected. If this is not the case,
|
||||
please report a ticket here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/newticket
|
||||
https://github.com/jOOQ/jOOQ/issues
|
||||
|
||||
Apart from the Derby RDMBS and some new data type support, there
|
||||
have been many new convenience methods added all over the API.
|
||||
@ -2315,7 +2315,7 @@ through Field<?>, but also through field names or indexes.
|
||||
|
||||
Check out the updated documentation (soon) here:
|
||||
|
||||
https://sourceforge.net/apps/trac/jooq/wiki/Examples
|
||||
http://www.jooq.org
|
||||
|
||||
- Support for the Derby RDBMS
|
||||
- Support for casting. This allows for even greater flexibility
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require 'frame.php';
|
||||
function getH1() {
|
||||
return 'The history of jOOQ<br/>From 2009 to ' . date('Y');
|
||||
return 'The history of jOOQ. From 2009 to ' . date('Y');
|
||||
}
|
||||
function getActiveMenu() {
|
||||
return "download";
|
||||
@ -73,7 +73,7 @@ function printContent() {
|
||||
|
||||
print '<tr>';
|
||||
print '<td width="80">';
|
||||
print '<a href="https://sourceforge.net/apps/trac/jooq/ticket/' . $ticket . '">#';
|
||||
print '<a href="https://github.com/jOOQ/jOOQ/issues/' . $ticket . '">#';
|
||||
print $ticket;
|
||||
print '</a>';
|
||||
print '</td>';
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@ticket">
|
||||
<xsl:text>https://sourceforge.net/apps/trac/jooq/ticket/</xsl:text>
|
||||
<xsl:text>https://github.com/jOOQ/jOOQ/issues/</xsl:text>
|
||||
<xsl:value-of select="@ticket"/>
|
||||
<xsl:value-of select="@anchor"/>
|
||||
</xsl:when>
|
||||
@ -110,7 +110,7 @@
|
||||
<xsl:value-of select="@class"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="@ticket">
|
||||
<xsl:text>Trac ticket: #</xsl:text>
|
||||
<xsl:text>GitHub issue: #</xsl:text>
|
||||
<xsl:value-of select="@ticket"/>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
|
||||
@ -351,7 +351,7 @@
|
||||
<fo:basic-link xsl:use-attribute-sets="a">
|
||||
<xsl:attribute name="external-destination">
|
||||
<xsl:text>url('</xsl:text>
|
||||
<xsl:text>https://sourceforge.net/apps/trac/jooq/ticket/</xsl:text>
|
||||
<xsl:text>https://github.com/jOOQ/jOOQ/issues/</xsl:text>
|
||||
<xsl:value-of select="@ticket"/>
|
||||
<xsl:value-of select="@anchor"/>
|
||||
<xsl:text>')</xsl:text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user