From 2009 to ' . date('Y'); } function getSlogan() { return "jOOQ has come a long way. The community is growing as features are being added in the beginning, jOOQ was no more than type-safe querying for simple statements. See how jOOQ is growing to support almost all SQL constructs by 12 different RDBMS"; } function getActiveMenu() { return "notes"; } function printContent() { $contents = file('inc/RELEASENOTES.txt'); for ($i = 0; $i < count($contents); $i++) { if ($i + 1 < count($contents) && substr($contents[$i + 1], 0, 3) == '===') { print '
'; } // Create an
'; } // Create a ticket-table from a list of "hashed" elements else if (substr($contents[$i], 0, 1) == '#') { print '
| '; print '#'; print $ticket; print ''; print ' | '; print ''; print htmlentities(preg_replace('%#\d+\s+-\s+(.*)%', '$1', $contents[$i])); while (trim($contents[++$i]) != '' && substr($contents[$i], 0, 1) != '#') { print htmlentities($contents[$i]); } print ' | '; print '
', $value);
$value = preg_replace('%</pre>%', '', $value);
$value = preg_replace('%(https?://\S+)%', '$1', $value);
return $value;
}
?>