-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsupport.html
55 lines (40 loc) · 1.51 KB
/
support.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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Silk - The Linked Data Integration Framework</title>
<link rel='shortcut icon' type='image/png' href='assets/images/favicon.png'/>
<link rel="stylesheet" media="screen" href="assets/stylesheets/main.css" />
</head>
<body>
<div class="header">
<h1>Silk</h1>
<div id="subtitle">The Linked Data Integration Framework</div>
<div id="logos">
<a href="http://dws.informatik.uni-mannheim.de/" target="_blank">
<img src="assets/images/logo_uni_mannheim.png" />
</a>
<a href="http://www.eccenca.com/" target="_blank">
<img src="assets/images/eccenca_logo.png" />
</a>
</div>
</div>
<div id="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/news">News</a></li>
<li><a href="/download">Download</a></li>
<li><a class="selected" href="/support">Support</a></li>
<li><a href="/publications">Publications</a></li>
</ul>
</div>
<div id="main">
<h2>Community Support</h2>
<p>Documentation on the <em>Silk Link Discovery Framework</em> is available on <a href="https://github.com/silk-framework/silk/tree/master/doc">GitHub</a>.</p>
<p>
For questions and feedback please use the <a href="http://groups.google.com/group/silk-discussion">Silk Google Group</a>.
</p>
<h2>Commercial Support</h2>
Commercial support is provided by <a target="_blank" href="http://eccenca.com/">eccenca</a>.
</div>
</body>
</html>