-
Notifications
You must be signed in to change notification settings - Fork 9
/
documentation.en.html
278 lines (275 loc) · 11.2 KB
/
documentation.en.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
<!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.en.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.en.html">
Download
</a>
</li>
<li>
<a href="github.en.html">
GitHub
</a>
</li>
<li>
<a href="documentation.en.html">
Documentation
</a>
</li>
<li>
<a href="support.en.html">
Help
</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>
Documentation
</h1>
<p>
Here are some resources you might need.
</p>
<h3>
User Manuals
</h3>
<ul>
<li>
<span class="label label-success">
New!
</span>
<a target="_blank" href="download/Tutoriel_OpenBoard_1.6EN.pdf">
OpenBoard User Manual
</a>
<span class="text-muted">
(PDF, 3.2MB)
</span>
</li>
<li>
<span class="label label-success">
New!
</span>
<a target="_blank" href="download/OpenBoard1.6_interface-EN.pdf">
OpenBoard Explained in One Page
</a>
<span class="text-muted">
(PDF, 624KB)
</span>
</li>
<li>
<span class="label label-success">
New!
</span>
<a target="_blank" href="download/OpenBoard1.6_Mode_Doc_in_1_pageEN.pdf">
OpenBoard: "Documents" Mode Explained in One Page
</a>
<span class="text-muted">
(PDF, 1.6MB)
</span>
</li>
</ul>
<h3>
For Advanced Users
</h3>
<p>
OpenBoard offers numerous settings to adjust its functionality to your needs! Some can be adjusted directly in the application from the Preferences window. Others can be adjusted
only from the configuration files.
</p>
<p>
Here are some useful links to learn how to use them:
</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>
For Developers
</h3>
<p>
On GitHub, you will find documentation to help you build OpenBoard from source code, build
Qt WebEngine (with activated proprietary codecs) from source code, or even build your own web widgets.
</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>
</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, you can easily create web widgets that can be dragged and dropped onto the board! Your widgets can even interact with OpenBoard through an API integrated into OpenBoard! A widget is simply a website,
placed in a folder with the extension <span class="code">.wgt</span>.
</p>
<p>
Download the template, unzip it, and start creating your own applications: <a href="download/template.wgt.zip">template.wgt.zip</a>
<span class="text-muted">
(zip, <4KB)
</span>
</p>
<p>
Don't forget to modify the icon (the <span class="code">icon.png</span> file) that will be used to represent
your application in OpenBoard, and fill in the <span class="code">config.xml</span> file with your information
and <strong> a unique identifier! </strong> </p>
<p>
Here is some documentation to help you go further:
</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">
GitHub
</a>
</li>
</ul>
</div>
</div>
<script src="scripts/plugins.js">
</script>
</body>
</html>