提交 cdec23b9 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation: link to Github, not Google Code

上级 8da4f1a0
...@@ -191,10 +191,11 @@ Afterwards, you can include the database in your Maven 2 project as a dependency ...@@ -191,10 +191,11 @@ Afterwards, you can include the database in your Maven 2 project as a dependency
To create an Eclipse project for H2, use the following steps: To create an Eclipse project for H2, use the following steps:
</p> </p>
<ul><li>Install Subversion and <a href="http://www.eclipse.org">Eclipse</a>. <ul><li>Install Subversion and <a href="http://www.eclipse.org">Eclipse</a>.
</li><li>Get the H2 source code from the Subversion repository:<br /> </li><li>Get the H2 source code from Github:<br />
<code>svn checkout http://h2database.googlecode.com/svn/trunk h2database-read-only</code> <code>git clone https://github.com/h2database/h2database</code>
</li><li>Download all dependencies (Windows):<br /> </li><li>Download all dependencies:<br />
<code>build.bat download</code> <code>build.bat download</code>(Windows)<br />
<code>./build.sh download</code>(otherwise)<br />
</li><li>In Eclipse, create a new Java project from existing source code: </li><li>In Eclipse, create a new Java project from existing source code:
<code>File, New, Project, Java Project, Create project from existing source</code>. <code>File, New, Project, Java Project, Create project from existing source</code>.
</li><li>Select the <code>h2</code> folder, click <code>Next</code> and <code>Finish</code>. </li><li>Select the <code>h2</code> folder, click <code>Next</code> and <code>Finish</code>.
...@@ -251,7 +252,7 @@ If you like to provide patches, please consider the following guidelines to simp ...@@ -251,7 +252,7 @@ If you like to provide patches, please consider the following guidelines to simp
<p> <p>
For legal reasons, patches need to be public in the form of an email to the For legal reasons, patches need to be public in the form of an email to the
<a href="http://groups.google.com/group/h2-database">group</a>, or in the form <a href="http://groups.google.com/group/h2-database">group</a>, or in the form
of an <a href="http://code.google.com/p/h2database/issues/list">issue report or attachment</a>. of an <a href="https://github.com/h2database/h2database/issues">issue report or attachment</a>.
Significant contributions need to include the following statement: Significant contributions need to include the following statement:
</p> </p>
<p> <p>
...@@ -284,7 +285,7 @@ or if you have a feature request: ...@@ -284,7 +285,7 @@ or if you have a feature request:
Please keep test cases as simple and short as possible, Please keep test cases as simple and short as possible,
but so that the problem can still be reproduced. but so that the problem can still be reproduced.
As a template, use: As a template, use:
<a href="http://h2database.googlecode.com/svn/trunk/h2/src/test/org/h2/samples/HelloWorld.java">HelloWorld.java</a>. <a href="https://github.com/h2database/h2database/tree/master/h2/src/test/org/h2/samples/HelloWorld.java">HelloWorld.java</a>.
Method that simply call other methods should be avoided, Method that simply call other methods should be avoided,
as well as unnecessary exception handling. as well as unnecessary exception handling.
Please use the JDBC API and no external tools or libraries. Please use the JDBC API and no external tools or libraries.
...@@ -297,7 +298,7 @@ or if you have a feature request: ...@@ -297,7 +298,7 @@ or if you have a feature request:
<a href="http://groups.google.com/group/h2-database">Google Group</a> <a href="http://groups.google.com/group/h2-database">Google Group</a>
for questions or if you are not sure it's a bug. for questions or if you are not sure it's a bug.
If you are sure it's a bug, you can create an If you are sure it's a bug, you can create an
<a href="http://code.google.com/p/h2database/issues/list">issue</a>, <a href="https://github.com/h2database/h2database/issues">issue</a>,
but you don't need to (sending an email to the group is enough). but you don't need to (sending an email to the group is enough).
Please note that only few people monitor the issue tracking system. Please note that only few people monitor the issue tracking system.
</li><li>For out-of-memory problems, please analyze the problem yourself first, </li><li>For out-of-memory problems, please analyze the problem yourself first,
......
...@@ -109,7 +109,7 @@ li { ...@@ -109,7 +109,7 @@ li {
<h2>Using H2</h2> <h2>Using H2</h2>
<ul><li><a href="http://h2database.com">H2</a> is <ul><li><a href="http://h2database.com">H2</a> is
<a href="http://code.google.com/p/h2database/source">open source</a>, <a href="https://github.com/h2database/h2database">open source</a>,
<a href="license.html">free to use and distribute</a>. <a href="license.html">free to use and distribute</a>.
</li><li><a href="http://h2database.com/html/download.html">Download</a>: </li><li><a href="http://h2database.com/html/download.html">Download</a>:
<a href="http://repo1.maven.org/maven2/com/h2database/h2/${version}/h2-${version}.jar" class="link">jar</a>, <a href="http://repo1.maven.org/maven2/com/h2database/h2/${version}/h2-${version}.jar" class="link">jar</a>,
......
...@@ -33,7 +33,7 @@ Downloads ...@@ -33,7 +33,7 @@ Downloads
<a href="http://www.h2database.com/h2-${stableVersionDate}.zip">Platform-Independent Zip</a><br /> <a href="http://www.h2database.com/h2-${stableVersionDate}.zip">Platform-Independent Zip</a><br />
</p> </p>
<h3>Download Mirror and Older Versions</h3> <h3>Old Versions</h3>
<p> <p>
<a href="http://code.google.com/p/h2database/downloads/list">Platform-Independent Zip</a><br /> <a href="http://code.google.com/p/h2database/downloads/list">Platform-Independent Zip</a><br />
</p> </p>
...@@ -57,9 +57,9 @@ Downloads ...@@ -57,9 +57,9 @@ Downloads
<a href="http://h2database.com/h2mig_pagestore_addon.jar">Upgrade database from 1.1 to the current version</a> <a href="http://h2database.com/h2mig_pagestore_addon.jar">Upgrade database from 1.1 to the current version</a>
</p> </p>
<h3>Subversion Source Repository</h3> <h3>Git Source Repository</h3>
<p> <p>
<a href="http://code.google.com/p/h2database/source">Google Code</a> <a href="https://github.com/h2database/h2database">Github</a>
</p> </p>
<p> <p>
......
...@@ -91,7 +91,7 @@ Here is the list of known and confirmed issues: ...@@ -91,7 +91,7 @@ Here is the list of known and confirmed issues:
This problem is solved in Install4j 4.1.4. This problem is solved in Install4j 4.1.4.
</li></ul> </li></ul>
<p> <p>
For a complete list, see <a href="http://code.google.com/p/h2database/issues/list">Open Issues</a>. For a complete list, see <a href="https://github.com/h2database/h2database/issues">Open Issues</a>.
</p> </p>
<h3 id="open_source">Is this Database Engine Open Source?</h3> <h3 id="open_source">Is this Database Engine Open Source?</h3>
......
...@@ -1382,7 +1382,7 @@ a regular database. ...@@ -1382,7 +1382,7 @@ a regular database.
<p> <p>
If the database is larger than a few megabytes, performance is much better if the database file is split into multiple smaller files, If the database is larger than a few megabytes, performance is much better if the database file is split into multiple smaller files,
because random access in compressed files is not possible. because random access in compressed files is not possible.
See also the sample application <a href="http://code.google.com/p/h2database/source/browse/trunk/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java">ReadOnlyDatabaseInZip</a>. See also the sample application <a href="https://github.com/h2database/h2database/tree/master/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java">ReadOnlyDatabaseInZip</a>.
</p> </p>
<h3>Opening a Corrupted Database</h3> <h3>Opening a Corrupted Database</h3>
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:http://h2database.googlecode.com/svn/trunk</connection> <connection>scm:git:https://github.com/h2database/h2database</connection>
<url>http://h2database.googlecode.com/svn/trunk</url> <url>https://github.com/h2database/h2database</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:http://h2database.googlecode.com/svn/trunk</connection> <connection>scm:git:https://github.com/h2database/h2database</connection>
<url>http://h2database.googlecode.com/svn/trunk</url> <url>https://github.com/h2database/h2database</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
......
...@@ -27,7 +27,7 @@ Newsletter: prepare (always to BCC) ...@@ -27,7 +27,7 @@ Newsletter: prepare (always to BCC)
Newsletter: send to h2-database-jp@googlegroups.com; h2-database@googlegroups.com; h2database-news@googlegroups.com; ... Newsletter: send to h2-database-jp@googlegroups.com; h2-database@googlegroups.com; h2database-news@googlegroups.com; ...
Add to http://twitter.com Add to http://twitter.com
- tweet: add @geospatialnews for the new geometry type and disk spatial index - tweet: add @geospatialnews for the new geometry type and disk spatial index
Close bugs: http://code.google.com/p/h2database/issues/list Close bugs: https://github.com/h2database/h2database/issues
Update statistics Update statistics
...@@ -95,7 +95,7 @@ $$<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/19 ...@@ -95,7 +95,7 @@ $$<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/19
<category rdf:resource="http://projects.apache.org/category/library"/> <category rdf:resource="http://projects.apache.org/category/library"/>
<category rdf:resource="http://projects.apache.org/category/network-server"/> <category rdf:resource="http://projects.apache.org/category/network-server"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/mpl"/> <license rdf:resource="http://usefulinc.com/doap/licenses/mpl"/>
<bug-database rdf:resource="http://code.google.com/p/h2database/issues/list"/> <bug-database rdf:resource="https://github.com/h2database/h2database/issues"/>
<download-page rdf:resource="http://h2database.com/html/download.html"/> <download-page rdf:resource="http://h2database.com/html/download.html"/>
<shortdesc xml:lang="en">H2 Database Engine</shortdesc> <shortdesc xml:lang="en">H2 Database Engine</shortdesc>
<description xml:lang="en"> <description xml:lang="en">
...@@ -110,8 +110,8 @@ $$<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/19 ...@@ -110,8 +110,8 @@ $$<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/19
</description> </description>
<repository> <repository>
<SVNRepository> <SVNRepository>
<browse rdf:resource="http://code.google.com/p/h2database/source/browse"/> <browse rdf:resource="https://github.com/h2database/h2database"/>
<location rdf:resource="http://h2database.googlecode.com/svn/trunk"/> <location rdf:resource="https://github.com/h2database/h2database"/>
</SVNRepository> </SVNRepository>
</repository> </repository>
<mailing-list rdf:resource="http://groups.google.com/group/h2-database"/> <mailing-list rdf:resource="http://groups.google.com/group/h2-database"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论