-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgithub.de.html
More file actions
149 lines (146 loc) · 6.1 KB
/
github.de.html
File metadata and controls
149 lines (146 loc) · 6.1 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="OpenBoard is an open source cross-platform interactive whiteboard application. OpenBoard is intended for use primarily in schools and universities, and can be used both with interactive whiteboards or in a dual-screen setup with a touchscreen and secondary display.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>
OpenBoard, das beste interaktive Whiteboard für Schulen und Universitäten
</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="styles/vendor.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!--[if lt IE 10]>
<p class="browserupgrade">
You are using an
<strong>
outdated
</strong>
browser. Please
<a href="http://browsehappy.com/">
upgrade your browser
</a>
to improve your experience.
</p>
<![endif]-->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
<a class="navbar-brand" href="index.de.html">
<img src="images/openboard-logo.png" alt="*">
OpenBoard
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="download.de.html">
Herunterladen
</a>
</li>
<li>
<a href="github.de.html">
GitHub
</a>
</li>
<li>
<a href="documentation.de.html">
Unterlagen
</a>
</li>
<li>
<a href="support.de.html">
Hilfe
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="github.en.html">
English
</a>
</li>
<li>
<a href="github.html">
Français
</a>
</li>
<li>
<a href="github.de.html">
Deutsch
</a>
</li>
<li>
<a href="github.it.html">
Italiano
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>
GitHub
</h1>
<p>
OpenBoard verwendet GitHub, um seinen Quellcode zu teilen. Dies ist auch die Plattform,
über die Nutzerinnen und Nutzer von OpenBoard-Benutzer beitragen können.
</p>
<p>
GitHub ist eine internationale Plattform, an der viele Nationalitäten teilnehmen.
Wenn Sie möglichst auf Englisch kommunizieren, können alle von Ihren Beiträgen profitieren!
</p>
<h2>
Teilnehmen
</h2>
<p>
Sie können zur Entwicklung von OpenBoard beitragen, indem Sie Fehler melden, Verbesserungen vorschlagen
oder selbst Änderungen am Quellcode vornehmen. Wenn Sie ein Entwickler sind,
können Sie auf den Quellcode zugreifen, indem Sie <a href="https://github.com/OpenBoard-org/OpenBoard">diesem Link</a> folgen.
</p>
<p>
Sie finden auch <a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-from-source">Wiki-Seiten</a>, die Ihnen bei der Erstellung Ihrer eigenen Version von OpenBoard helfen.
</p>
<h2>
Einen Fehler melden
</h2>
<p>
Um einen Fehler zu melden, folgen Sie <a href="https://github.com/OpenBoard-org/OpenBoard/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBug%5D">diesem Link</a>.
</p>
<h2>
Eine Verbesserung vorschlagen
</h2>
<p>
Um eine Verbesserung vorzuschlagen, folgen Sie <a href="https://github.com/OpenBoard-org/OpenBoard/discussions/categories/ideas">diesem Link</a>.
</p>
</div>
<div class="container">
<div class="footer">
<ul class="footer-links pull-right">
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard">
GitHub
</a>
</li>
</ul>
</div>
</div>
<script src="scripts/plugins.js">
</script>
</body>
</html>