mainWeb.html 9.1 KB
Newer Older
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<!-- Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). -->
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
5
H2 Database Engine
6 7 8
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
<link rel="alternate" type="application/atom+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-atom.xml" />
<link rel="alternate" type="application/rss+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-rss.xml" />
9
<script type="text/javascript" src="navigation.js"></script>
10 11 12 13 14
<style type="text/css">
<!--
h3 { margin-top: 0px; margin-bottom: 10px; }
-->
</style>
15 16 17 18 19
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">

<h1>H2 Database Engine</h1>
<p>
20
Welcome to H2, the Java SQL database. The main feature of H2 are:
21 22 23
</p>
<ul>
<li>Very fast, free for everybody, source code is included
24 25 26 27
</li><li>Embedded, server and cluster modes
</li><li>JDBC and ODBC API; browser based Console application
</li><li>Written in Java; can be compiled with GCJ and IKVM.NET
</li><li>Small footprint: around 1 MB
28
</li></ul>
29

30
<table style="border: 0px; width: 395px;">
31 32 33 34
    <tr><td style="background-color: #eee;">
        <table style="border: 0px; margin: 5px; background-color: #eee;">
              <tr><td style="border: 0px; background-color: #eee;" colspan="2">
                <h3>Download</h3>
35
                Version 1.0.69 (2008-03-29):
36 37
            </td></tr>
            <tr><td style="border: 0px; background-color: #eee;">
38
                <a href="http://www.h2database.com/h2-setup-2008-03-29.exe"><img border="1" src="images/download.png" alt="download" /></a>
39
            </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
40
                <a href="http://www.h2database.com/h2-setup-2008-03-29.exe">Windows Installer (3.0 MB)</a>
41 42
            </td></tr>
            <tr><td style="border: 0px; background-color: #eee;">
43
                <a href="http://www.h2database.com/h2-2008-03-29.zip"><img border="1" src="images/download.png" alt="download" /></a>
44
            </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
45
                <a href="http://www.h2database.com/h2-2008-03-29.zip">All platforms (zip, 4.2 MB)</a>
46 47 48 49 50 51 52 53 54 55 56
            </td></tr>
            <tr><td style="border: 0px; background-color: #eee;" colspan="2">
                <a href="download.html">All Downloads</a>
            </td></tr>
        </table>
    </td><td style="border: 0px;">&nbsp;&nbsp;&nbsp;</td>
    <td style="background-color: #eee;">
        <table style="border: 0px; margin: 5px;">
            <tr><td style="border: 0px; background-color: #eee;">
                <h3>Support</h3>
                <p>
57 58 59 60
                    <a href="http://groups.google.com/group/h2-database" target="_top">English Google Group</a><br />
                    <a href="http://groups.google.co.jp/group/h2-database-jp" target="_top">Japanese Google Group</a><br /><br />
                    Or send an e-mail to: <br />
                    <script type="text/javascript">
61
                    <!--
62 63 64 65 66 67 68 69 70 71 72 73 74 75
                      var a = '-support.png';
                      var b = 'mail';
                      var c = 'support ';
                      var d = 'db';
                      var e = 'at ';
                      var f = '.com';
                      var g = 'h2database';
                      var alt = 'mail address: ' + d + c + e + g + f + '(without spaces)';
                      document.write('<' + 'a h'+'ref="em' + 'ail:' + d + c + e + g + f +'">' + d + c + e + g + f);
                    //-->
                    </script>
                </p>
            </td></tr>
        </table>
76
    </td></tr>
77 78

<tr><td colspan="3" style="border: 0px">&nbsp;</td></tr>
79

80
<tr><td colspan="3" style="border: 0px">
81 82 83
    <table style="border: 0px; margin: 5px; width: 100%;">
        <tr><td style="border: 0px;" >
            <h3>Performance</h3>
84
            <img border="0" src="images/performance.png" alt="Performance comparison" /><br />
85 86 87
            Operations/second (higher is better) - <a href="performance.html">More information about this test</a>
        </td></tr>
    </table>
88 89 90 91 92
</td></tr>

<tr><td colspan="3" style="border: 0px">&nbsp;</td></tr>

<tr><td colspan="3" style="background-color: #eee;">
93 94 95 96
    <table style="border: 0px; margin: 5px; background-color: #eee;">
        <tr><td style="border: 0px; background-color: #eee;">
            <h3>News</h3>
            <p>
97
            <b>Newsfeeds:</b> 
98
            <a href="http://www.h2database.com/html/newsfeed-atom.xml" target="_blank">Full text (Atom)</a>
99
            or <a href="http://www.h2database.com/html/newsfeed-rss.xml" target="_blank">Header only (RSS)</a>.
100
            </p><p>
101
                <b>Email Newsletter:</b> Subscribe to
102
                <a href="http://groups.google.com/group/h2database-news/subscribe">
103
                H2 Database News (Google account required)</a>
104
                to get informed about new releases.
105
                Your email address is only used in this context.
106
            </p>
107 108
        </td></tr>
    </table>
109 110 111 112 113
</td></tr>

<tr><td colspan="3" style="border: 0px">&nbsp;</td></tr>

<tr><td colspan="3" style="background-color: #eee;">
114 115 116 117
    <table style="border: 0px; margin: 5px;">
          <tr><td style="border: 0px; background-color: #eee;">
            <h3>Contribute</h3>
            <p>
118
            You can contribute to the development of H2 by sending feedback and bug
119 120 121 122
            reports, or translate the H2 Console application (files
            h2/src/main/org/h2/server/web/res/_text_*.properties).
            Or click on the PayPal button below to
            donate money. You will be listed as a supporter:
123
            </p>
124
            <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
125
            <input type="hidden" name="cmd" value="_s-xclick"/>
126
            <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" name="submit" alt="PayPal"/>
127 128
            <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" />
            <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----"/>
129
            </form>
130 131
        </td></tr>
    </table>
132
</td></tr>
133

134 135
</table>

136
</div></td></tr></table><!-- analytics --></body></html>