Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
d93f0991
提交
d93f0991
authored
15 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Prepare release
上级
44f10226
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
12 行增加
和
4 行删除
+12
-4
fragments.html
h2/src/docsrc/html/fragments.html
+2
-0
mainWeb.html
h2/src/docsrc/html/mainWeb.html
+1
-1
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+1
-1
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+1
-1
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+1
-1
WebSite.java
h2/src/tools/org/h2/build/doc/WebSite.java
+6
-0
没有找到文件。
h2/src/docsrc/html/fragments.html
浏览文件 @
d93f0991
...
...
@@ -76,6 +76,7 @@ Initial Developer: H2 Group
<a
href=
"license.html"
>
License
</a><br
/>
<br
/>
<!-- translate
<div id = "google_translate_element"></div>
<script>
function googleTranslateElementInit() {
...
...
@@ -83,6 +84,7 @@ function googleTranslateElementInit() {
}
</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
translate -->
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/html/mainWeb.html
浏览文件 @
d93f0991
...
...
@@ -33,7 +33,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
<table
style=
"border: 0px; margin: 0px 7px 12px 7px;"
>
<tr><td
style=
"border: 0px; background-color: #eee;"
colspan=
"2"
>
<h3>
Download
</h3>
Version ${version} (${versionDate}):
Version ${version} (${versionDate}
, beta
):
</td></tr>
<tr><td
style=
"border: 0px; background-color: #eee;"
>
<a
href=
"http://www.h2database.com/h2-setup-${versionDate}.exe"
><img
style=
"border: 1px #00f solid;"
src=
"images/download.png"
alt=
"download"
width=
"22"
height=
"20"
/></a>
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
d93f0991
...
...
@@ -6107,7 +6107,7 @@ Small footprint: around 1 MB jar file size
Download
@mainWeb_1007_td
Version 1.2.120 (2009-10-04):
Version 1.2.120 (2009-10-04
, beta
):
@mainWeb_1008_a
Windows Installer (4 MB)
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
d93f0991
...
...
@@ -6107,7 +6107,7 @@ H2 データベース エンジン
ダウンロード
@mainWeb_1007_td
#Version 1.2.120 (2009-10-04):
#Version 1.2.120 (2009-10-04
, beta
):
@mainWeb_1008_a
#Windows Installer (4 MB)
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
d93f0991
...
...
@@ -2032,7 +2032,7 @@ mainWeb_1003_li=Embedded and server modes; in-memory databases
mainWeb_1004_li
=
Browser based Console application
mainWeb_1005_li
=
Small footprint
\:
around 1 MB jar file size
mainWeb_1006_h3
=
Download
mainWeb_1007_td
=
Version 1.2.120 (2009-10-04)
\:
mainWeb_1007_td
=
Version 1.2.120 (2009-10-04
, beta
)
\:
mainWeb_1008_a
=
Windows Installer (4 MB)
mainWeb_1009_a
=
All Platforms (zip, 5 MB)
mainWeb_1010_a
=
All Downloads
...
...
This diff is collapsed.
Click to expand it.
h2/src/tools/org/h2/build/doc/WebSite.java
浏览文件 @
d93f0991
...
...
@@ -28,6 +28,8 @@ public class WebSite {
private
static
final
String
ANALYTICS_SCRIPT
=
"<script src=\"http://www.google-analytics.com/ga.js\" type=\"text/javascript\"></script>\n"
+
"<script type=\"text/javascript\">var pageTracker=_gat._getTracker(\"UA-2351060-1\");pageTracker._initData();pageTracker._trackPageview();</script>"
;
private
static
final
String
TRANSLATE_START
=
"<!-- translate"
;
private
static
final
String
TRANSLATE_END
=
"translate -->"
;
private
String
sourceDir
=
"docs"
;
private
String
webDir
=
"../h2web"
;
...
...
@@ -143,6 +145,10 @@ public class WebSite {
page
=
StringUtils
.
replaceAll
(
page
,
"<a href=\"frame"
,
"<a href=\"main"
);
page
=
StringUtils
.
replaceAll
(
page
,
"html/frame.html"
,
"html/main.html"
);
}
if
(
web
)
{
page
=
StringUtils
.
replaceAll
(
page
,
TRANSLATE_START
,
""
);
page
=
StringUtils
.
replaceAll
(
page
,
TRANSLATE_END
,
""
);
}
bytes
=
page
.
getBytes
(
"UTF-8"
);
}
FileOutputStream
out
=
new
FileOutputStream
(
target
);
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论