-
Notifications
You must be signed in to change notification settings - Fork 2
/
open.manual.html
46 lines (38 loc) · 2.12 KB
/
open.manual.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Knowledge - Free knowledge base system</title>
<meta content="Knowledge - オープンソースのナレッジベース" name="title">
<meta content="Knowledgeはオープンソースのナレッジベースです。無料で利用できます。社内イントラネットでの情報の共有にご利用ください。" name="description">
<meta content='ナレッジマネジメント,ナレッジベース,情報共有,オープンソース,KnowledgeBase,KnowledgeManagement,OSS,Markdown' name='keywords'>
<meta property="og:type" content="article" />
<meta property="og:title" content="Knowledge - オープンソースのナレッジベース" />
<meta property="og:description" content="Knowledgeはオープンソースのナレッジベースです。無料で利用できます。社内イントラネットでの情報の共有にご利用ください。" />
<meta property="og:url" content="https://information.knowledge.support-project.org" />
<meta property="og:site_name" content="Knowledge" />
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-61641190-2', 'auto');
ga('send', 'pageview');
</script>
<script>
if(navigator.language.indexOf('ja') != -1) {
window.location.href = 'https://information-knowledge.support-project.org/ja/manual';
} else {
window.location.href = 'https://information-knowledge.support-project.org/en/manual';
}
</script>
</head>
<body>
</body>
</html>