From d7fa8926d5b3bcf97e1721f41a442226efebd6bd Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 22 Jul 2012 16:48:53 +0200 Subject: [PATCH] Updated website after Trac to GitHub migration --- jOOQ-website/community.php | 6 +++--- jOOQ-website/download.php | 2 +- jOOQ-website/inc/RELEASENOTES-2.0.txt | 6 +++--- jOOQ-website/inc/RELEASENOTES-2.1.txt | 6 +++--- jOOQ-website/inc/RELEASENOTES-2.2.txt | 6 +++--- jOOQ-website/inc/RELEASENOTES-2.3.txt | 6 +++--- jOOQ-website/inc/RELEASENOTES-2.4.txt | 6 +++--- jOOQ-website/inc/RELEASENOTES.txt | 6 +++--- jOOQ-website/notes.php | 4 ++-- jOOQ-website/src/main/resources/html-util.xsl | 4 ++-- jOOQ-website/src/main/resources/pdf.xsl | 2 +- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/jOOQ-website/community.php b/jOOQ-website/community.php index 54fb27e6bb..fc939ddfdf 100644 --- a/jOOQ-website/community.php +++ b/jOOQ-website/community.php @@ -57,15 +57,15 @@ Telling the world:
  • Import the jOOQ projects into Eclipse
  • If you haven't already, get M2E, the Eclipse Maven plugin to build jOOQ with Maven in Eclipse (The one from Sonatype, NOT the one from Eclipse)
  • Use the Eclipse formatting settings that have been checked in with the projects. Keeps the code nice and clean. Your code should not change (not much), if formatted with Ctrl-Shift-F. But don't format jOOQ DSL query code!
  • -
  • Send me your changes directly to the user group or in a trac ticket.
  • +
  • Send me your changes directly to the user group or in a GitHub ticket.
  • 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.
  • 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.
  • -
  • If you are a committer on sourceforge, please commit with the following comment scheme:
    [#Trac-ID] Trac-Ticket-Title - Your specific comment
  • +
  • If you are a committer on GitHub, please commit with the following comment scheme:
    [#Issue-ID] GitHub-Ticket-Title - Your specific comment
  • Hints for new features

    -

    A lot of ideas are around already. Check out this Trac Milestone to see some of them

    +

    A lot of ideas are around already. Check out this GitHub Milestone to see some of them

    Hints for new database integrations

    diff --git a/jOOQ-website/download.php b/jOOQ-website/download.php index 11c7aacabb..3e07cc4b93 100644 --- a/jOOQ-website/download.php +++ b/jOOQ-website/download.php @@ -64,7 +64,7 @@ All branches are available here

    Future versions

    The semi-formal roadmap is here:
    -https://sourceforge.net/apps/trac/jooq/report/6 +https://github.com/jOOQ/jOOQ/issues/milestones

    # License

    diff --git a/jOOQ-website/inc/RELEASENOTES-2.0.txt b/jOOQ-website/inc/RELEASENOTES-2.0.txt index ef0884fe52..23c26c1597 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.0.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.0.txt @@ -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 diff --git a/jOOQ-website/inc/RELEASENOTES-2.1.txt b/jOOQ-website/inc/RELEASENOTES-2.1.txt index d9227ba5f9..6ebc66e2bc 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.1.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.1.txt @@ -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 diff --git a/jOOQ-website/inc/RELEASENOTES-2.2.txt b/jOOQ-website/inc/RELEASENOTES-2.2.txt index 736ca85957..82df57e895 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.2.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.2.txt @@ -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 diff --git a/jOOQ-website/inc/RELEASENOTES-2.3.txt b/jOOQ-website/inc/RELEASENOTES-2.3.txt index 1511014059..b26541932a 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.3.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.3.txt @@ -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 diff --git a/jOOQ-website/inc/RELEASENOTES-2.4.txt b/jOOQ-website/inc/RELEASENOTES-2.4.txt index f83e1f99d7..970b7879fb 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.4.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.4.txt @@ -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 diff --git a/jOOQ-website/inc/RELEASENOTES.txt b/jOOQ-website/inc/RELEASENOTES.txt index f83e1f99d7..970b7879fb 100644 --- a/jOOQ-website/inc/RELEASENOTES.txt +++ b/jOOQ-website/inc/RELEASENOTES.txt @@ -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 diff --git a/jOOQ-website/notes.php b/jOOQ-website/notes.php index 6e74701af4..1561d10865 100644 --- a/jOOQ-website/notes.php +++ b/jOOQ-website/notes.php @@ -1,7 +1,7 @@ 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 ''; print ''; - print '#'; + print '#'; print $ticket; print ''; print ''; diff --git a/jOOQ-website/src/main/resources/html-util.xsl b/jOOQ-website/src/main/resources/html-util.xsl index 0e68aeeb2d..a9237ccf68 100644 --- a/jOOQ-website/src/main/resources/html-util.xsl +++ b/jOOQ-website/src/main/resources/html-util.xsl @@ -82,7 +82,7 @@ - https://sourceforge.net/apps/trac/jooq/ticket/ + https://github.com/jOOQ/jOOQ/issues/ @@ -110,7 +110,7 @@ - Trac ticket: # + GitHub issue: # diff --git a/jOOQ-website/src/main/resources/pdf.xsl b/jOOQ-website/src/main/resources/pdf.xsl index 2ceadeb5bb..99bb307636 100644 --- a/jOOQ-website/src/main/resources/pdf.xsl +++ b/jOOQ-website/src/main/resources/pdf.xsl @@ -351,7 +351,7 @@ url(' - https://sourceforge.net/apps/trac/jooq/ticket/ + https://github.com/jOOQ/jOOQ/issues/ ')