-
Notifications
You must be signed in to change notification settings - Fork 9
/
documentation.de.html
283 lines (280 loc) · 11.8 KB
/
documentation.de.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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!doctype html>
<html class="no-js" lang="fr">
<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, the best interactive whiteboard for schools and universities
</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.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="documentation.en.html">
English
</a>
</li>
<li>
<a href="documentation.html">
Français
</a>
</li>
<li>
<a href="documentation.de.html">
Deutsch
</a>
</li>
<li>
<a href="documentation.it.html">
Italiano
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>
Dokumentation
</h1>
<p>
Hier sind einige Ressourcen, die Sie möglicherweise benötigen.
</p>
<h3>
Benutzerhandbücher
</h3>
<ul>
<li>
<span class="label label-success">
Neu!
</span>
<a target="_blank" href="download/Tutoriel_OpenBoard_1.6EN.pdf">
OpenBoard Benutzerhandbuch
</a>
<span class="text-muted">
(PDF, 3,2 MB)
</span>
</li>
<li>
<span class="label label-success">
Neu!
</span>
<a target="_blank" href="download/OpenBoard1.6_interface-EN.pdf">
OpenBoard in einer Seite erklärt
</a>
<span class="text-muted">
(PDF, 624 KB)
</span>
</li>
<li>
<span class="label label-success">
Neu!
</span>
<a target="_blank" href="download/OpenBoard1.6_Mode_Doc_in_1_pageEN.pdf">
OpenBoard: "Dokumente" Modus in einer Seite erklärt
</a>
<span class="text-muted">
(PDF, 1,6 MB)
</span>
</li>
</ul>
<h3>
Für Fortgeschrittene Benutzer
</h3>
<p>
OpenBoard bietet zahlreiche Einstellungen, um seine Funktionalität an Ihre Bedürfnisse anzupassen! Einige können direkt in der Anwendung im Einstellungsfenster (Preferences) angepasst werden. Andere können nur
in den Konfigurationsdateien angepasst werden.
</p>
<p>
Hier sind einige nützliche Links (in Englisch), um zu lernen, wie man sie benutzt:
</p>
<ul>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Configuration">
OpenBoard Configuration
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Parameters">
List of OpenBoard parameters
</a>
</li>
</ul>
<h3>
Für Entwickler
</h3>
<p>
Auf GitHub finden Sie Dokumentation, die Ihnen beim Erstellen von OpenBoard aus dem Quellcode, beim Erstellen von
Qt WebEngine (mit aktivierten proprietären Codecs) aus dem Quellcode und auch beim Erstellen eigener Web-Widgets hilft.
</p>
<h4>OpenBoard</h4>
<ul>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-from-source">
Build OpenBoard from source
</a>
<ul>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-on-Ubuntu">
Build OpenBoard on Ubuntu
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-on-Windows">
Build OpenBoard on Windows
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-on-MacOS-(Universal)">
Build OpenBoard on macOS
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/CMake-Build-System-for-Linux">
CMake Build System for Linux
</a>
</li>
</ul>
</li>
</ul>
<h4>Qt WebEngine</h4>
<ul>
<li>
Build Qt WebEngine from source
<ul>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-Qt-WebEngine-on-Ubuntu">
Build Qt WebEngine on Ubuntu
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-Qt-WebEngine-on-Windows">
Build Qt WebEngine on Windows
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-Qt-WebEngine-on-macOS">
Build Qt WebEngine on macOS
</a>
</li>
</ul>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Changes-with-Qt-WebEngine">
Changes with Qt WebEngine
</a>
</li>
</ul>
<h4>
Web Widgets
</h4>
<p>
In OpenBoard können Sie ganz einfach Web-Widgets erstellen, die auf das Board gezogen und abgelegt werden können! Ihre Widgets können sogar mit OpenBoard über ein in OpenBoard integriertes API interagieren! Ein Widget ist einfach eine Website,
platziert in einem Ordner mit der Erweiterung <span class="code">.wgt</span>.
</p>
<p>
Laden Sie die Vorlage herunter, entpacken Sie sie und beginnen Sie, Ihre eigenen Anwendungen zu erstellen: <a href="download/template.wgt.zip">template.wgt.zip</a>
<span class="text-muted">
(zip, <4KB)
</span>
</p>
<p>
Vergessen Sie nicht, das Symbol (die Datei <span class="code">icon.png</span>) zu ändern, das verwendet wird, um
Ihre Anwendung in OpenBoard zu repräsentieren, und füllen Sie die Datei <span class="code">config.xml</span> mit Ihren Informationen
und <strong> einer eindeutigen Kennung! </strong> </p>
<p>
Hier finden Sie einige Hinweise, die Ihnen weiterhelfen:
</p>
<ul>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Creating-Web-Widgets">
Creating Web Widgets
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/The-Web-Widgets-API">
The Web Widgets API
</a>
</li>
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard/wiki/How-to-update-a-widget-to-the-new-API">
How to update a widget to the new API
</a>
</li>
</ul>
</div>
<div class="container">
<div class="footer">
<ul class="footer-links pull-right">
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard">
OpenBoard auf GitHub
</a>
</li>
</ul>
</div>
</div>
<script src="scripts/plugins.js">
</script>
</body>
</html>