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

Documentation.

上级 e51e48dc
......@@ -1449,7 +1449,7 @@ CASE WHEN CNT<10 THEN 'Low' ELSE 'High' END
"Other Grammar","Cipher","
{ AES | XTEA }
","
Two algorithms are supported, AES (AES-256) and XTEA (using 32 rounds). The AES
Two algorithms are supported, AES (AES-128) and XTEA (using 32 rounds). The AES
algorithm is about half as fast as XTEA.
","
AES
......
......@@ -161,17 +161,13 @@ Afterwards, you can include the database in your Maven 2 project as a dependency
The translation of this software is split into the following parts:
</p>
<ul>
<li>H2 Console: <code>src/main/org/h2/server/web/res/_text_*.properties</code>
</li><li>Error messages: <code>src/main/org/h2/res/_messages_*.properties</code>
</li><li>Web site: <code>src/docsrc/text/_docs_*.utf8.txt</code>
<li>H2 Console: <code>src/main/org/h2/server/web/res/_text_*.prop</code>
</li><li>Error messages: <code>src/main/org/h2/res/_messages_*.prop</code>
</li></ul>
<p>
To translate the H2 Console, start it and select Preferences / Translate.
The conversion between UTF-8 and Java encoding (using the <code>\u</code> syntax),
as well as the HTML entities (<code>&amp;#..;</code>)
is automated by running the tool <code>PropertiesToUTF8</code>.
The web site translation is automated as well,
using <code>build docs</code>.
After you are done, send the translated <code>*.prop</code> file to the Google Group.
The web site is currently translated using Google.
</p>
<h2 id="providing_patches">Providing Patches</h2>
......
......@@ -43,7 +43,7 @@ Frequently Asked Questions
Float is Double?</a><br />
<a href="#gcj">
Is the GCJ Version Stable? Faster?</a><br />
<a href="#translate">
<a href="#how_to_translate">
How to Translate this Project?</a><br />
<h3 id="support">I Have a Problem or Feature Request</h3>
......@@ -251,7 +251,7 @@ Currently, the GCJ version is also slower than when using the Sun VM.
However, the startup of the GCJ version is faster than when using a VM.
</p>
<h3 id="translate">How to Translate this Project?</h3>
<h3 id="how_to_translate">How to Translate this Project?</h3>
<p>
For more information, see
<a href="build.html#translating">Build/Translating</a>.
......
......@@ -129,7 +129,7 @@ Features
(even when using insecure connections; this only applies to the TCP server and not to the H2 Console however;
it also doesn't apply if you set the password in the database URL)
</li><li>All database files (including script files that can be used to backup data) can be
encrypted using AES-256 and XTEA encryption algorithms
encrypted using AES-128 and XTEA encryption algorithms
</li><li>The remote JDBC driver supports TCP/IP connections over SSL/TLS
</li><li>The built-in web server supports connections over SSL/TLS
</li><li>Passwords can be sent to the database using char arrays instead of Strings
......
......@@ -91,7 +91,8 @@ Many thanks for those who reported bugs, gave valuable feedback,
spread the word, and translated this project. Also many thanks to the donors who contributed
via PayPal:
</p>
<ul><li><a href="http://www.netsuxxess.de">NetSuxxess GmbH, Germany</a>
<ul><li><a href="http://www.code42.com">Code 42 Software, Inc., Minneapolis</a>
</li><li><a href="http://www.netsuxxess.de">NetSuxxess GmbH, Germany</a>
</li><li><a href="http://pokercopilot.com">Poker Copilot, Steve McLeod, Germany</a>
</li><li><a href="http://skycash.com">SkyCash, Poland</a>
</li><li><a href="http://lumber-mill.co.jp">Lumber-mill, Inc., Japan</a>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论