提交 9f1ada15 authored 作者: Thomas Mueller's avatar Thomas Mueller

The documentation no longer uses a frameset (except the Javadocs).

上级 20d71e3b
......@@ -14,7 +14,7 @@ Initial Developer: H2 Group
<script type="text/javascript" src="search.js"></script>
</head><body onload="highlight();">
<table class="nav" onmousemove="return mouseMove(event)"><tr class="nav"><td class="nav">
<table class="nav" onmousemove="return mouseMove(event)"><tr class="nav"><td class="nav" valign="top">
<div id="searchMenu" style="width: 180px; overflow: hidden;">
<div class="menu">
<img border="0" src="images/h2-logo.png" alt="H2 Logo" onclick="document.location='main.html'" />
......@@ -81,12 +81,12 @@ Initial Developer: H2 Group
</td>
<td class="nav" style="cursor: e-resize;" onmousedown="return mouseDown(event)" onmouseup="return mouseUp(event)">&nbsp;</td>
<td class="nav" style="padding: 0px 10px 0px 0px; ">
<td class="nav"><div class="content">
<!-- } -->
<!-- [close] { -->
</td></tr></table>
</div></td></tr></table>
<!-- } -->
</body></html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<!--
Copyright 2004-2008 H2 Group. Multiple-Licensed under the H2 License, Version 1.0,,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>H2 Database Engine</title>
<script type="text/javascript" src="navigation.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<link rel="alternate" type="application/atom+xml" title="H2 Newsfeed (Atom)" href="http://www.h2database.com/html/newsfeed-atom.xml" />
<link rel="alternate" type="application/rss+xml" title="H2 Newsfeed (RSS)" href="http://www.h2database.com/html/newsfeed-rss.xml" />
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>H2 Database Engine</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script type="text/javascript">
location.href = 'main.html';
</script>
</head>
<frameset cols="180,*" rows="*" frameborder="2" framespacing="4" border="4" onLoad="loadFrameset()">
<frame frameborder="0" marginheight="0" marginwidth="0" src="search.html" name="menu" />
<frame frameborder="0" marginheight="0" marginwidth="0" src="main.html" name="main" />
</frameset>
<noframes>
<body>
<body style="margin: 20px;">
<h1>H2 Database Engine</h1>
<p>
H2 (for 'Hypersonic 2') is free a Java SQL DBMS.
Clustering, embedded and server mode, transactions, referential integrity,
views, subqueries, triggers, encryption, and disk based or in-memory operation
are supported. A browser based console application is included.
If you see this page your browser does not support frames.
Please click here to view the <a href="search.html">index</a>.
Welcome to H2, the free SQL database. The main feature of H2 are:
</p>
</body>
</noframes>
</html>
<ul>
<li>It is free to use for everybody, source code is included
</li><li>Written in Java, but also available as native executable
</li><li>JDBC and (partial) ODBC API
</li><li>Embedded and client/server modes
</li><li>Clustering is supported
</li><li>A web client is included
</li></ul>
<h2>No Javascript</h2>
<p>
If you are not automatically redirected to the main page, then
Javascript is currently disabled or your browser does not support Javascript.
Some features (for example the integrated search) require Javascript.
</p><p>
Please enable Javascript, or go ahead without it:
<a href="main.html" style="font-size: 16px; font-weight: bold">H2 Database Engine</a>
</p>
</body></html>
\ No newline at end of file
......@@ -194,6 +194,10 @@ td.content {
margin:10px;
}
.content {
margin: 10px 10px 10px 0px;
}
.screenshot {
border: 1px outset #800;
padding: 10px;
......
......@@ -4174,8 +4174,38 @@ License
@fragments_1024_td
&nbsp;
@frame_1000_p
H2 (for 'Hypersonic 2') is free a Java SQL DBMS. Clustering, embedded and server mode, transactions, referential integrity, views, subqueries, triggers, encryption, and disk based or in-memory operation are supported. A browser based console application is included. If you see this page your browser does not support frames. Please click here to view the <a href="search.html">index</a> .
@frame_1000_h1
H2 Database Engine
@frame_1001_p
Welcome to H2, the free SQL database. The main feature of H2 are:
@frame_1002_li
It is free to use for everybody, source code is included
@frame_1003_li
Written in Java, but also available as native executable
@frame_1004_li
JDBC and (partial) ODBC API
@frame_1005_li
Embedded and client/server modes
@frame_1006_li
Clustering is supported
@frame_1007_li
A web client is included
@frame_1008_h2
No Javascript
@frame_1009_p
If you are not automatically redirected to the main page, then Javascript is currently disabled or your browser does not support Javascript. Some features (for example the integrated search) require Javascript.
@frame_1010_p
Please enable Javascript, or go ahead without it: <a href="main.html" style="font-size: 16px; font-weight: bold">H2 Database Engine</a>
@history_1000_h1
History and Roadmap
......
......@@ -4176,8 +4176,38 @@ FAQ
@fragments_1024_td
&nbsp;
@frame_1000_p
H2 (for 'Hypersonic 2') is free a Java SQL DBMS. Clustering, embedded and server mode, transactions, referential integrity, views, subqueries, triggers, encryption, and disk based or in-memory operation are supported. A browser based console application is included. If you see this page your browser does not support frames. Please click here to view the<a href="search_ja.html">index</a>.
@frame_1000_h1
H2 データベース エンジン
@frame_1001_p
#Welcome to H2, the free SQL database. The main feature of H2 are:
@frame_1002_li
#It is free to use for everybody, source code is included
@frame_1003_li
#Written in Java, but also available as native executable
@frame_1004_li
#JDBC and (partial) ODBC API
@frame_1005_li
#Embedded and client/server modes
@frame_1006_li
#Clustering is supported
@frame_1007_li
#A web client is included
@frame_1008_h2
#No Javascript
@frame_1009_p
#If you are not automatically redirected to the main page, then Javascript is currently disabled or your browser does not support Javascript. Some features (for example the integrated search) require Javascript.
@frame_1010_p
#Please enable Javascript, or go ahead without it: <a href="main.html" style="font-size: 16px; font-weight: bold">H2 Database Engine</a>
@history_1000_h1
歴史とロードマップ
......
......@@ -1390,7 +1390,17 @@ fragments_1021_a=Links
fragments_1022_a=FAQ
fragments_1023_a=License
fragments_1024_td=&nbsp;
frame_1000_p=H2 (for 'Hypersonic 2') is free a Java SQL DBMS. Clustering, embedded and server mode, transactions, referential integrity, views, subqueries, triggers, encryption, and disk based or in-memory operation are supported. A browser based console application is included. If you see this page your browser does not support frames. Please click here to view the <a href\="search.html">index</a> .
frame_1000_h1=H2 Database Engine
frame_1001_p=Welcome to H2, the free SQL database. The main feature of H2 are\:
frame_1002_li=It is free to use for everybody, source code is included
frame_1003_li=Written in Java, but also available as native executable
frame_1004_li=JDBC and (partial) ODBC API
frame_1005_li=Embedded and client/server modes
frame_1006_li=Clustering is supported
frame_1007_li=A web client is included
frame_1008_h2=No Javascript
frame_1009_p=If you are not automatically redirected to the main page, then Javascript is currently disabled or your browser does not support Javascript. Some features (for example the integrated search) require Javascript.
frame_1010_p=Please enable Javascript, or go ahead without it\: <a href\="main.html" style\="font-size\: 16px; font-weight\: bold">H2 Database Engine</a>
history_1000_h1=History and Roadmap
history_1001_a=Change Log
history_1002_a=Roadmap
......
......@@ -559,4 +559,4 @@ causing nopack water onto resolve ontoprise treatment sparql rdfs piman zen
owl rdf recommendations axiom fabric broker osoa epictetus replacements
brittain wasn november unixtime ddd jason formatter psqlodbc onmousemove
monitoring razuna asset drag pekar devx dmitry fragments onmouseup nav
onmousedown olap
onmousedown olap valign
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论