-
Notifications
You must be signed in to change notification settings - Fork 9
/
github.en.html
151 lines (147 loc) · 6.01 KB
/
github.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
<!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, 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="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 uses GitHub to share its source code. The platform also serves as a place for interaction,
where OpenBoard users can participate.
</p>
<p>
GitHub is an international platform with participants from various nationalities.
If you wish to contribute, please communicate in English whenever possible,
so that everyone can benefit from your exchanges!
</p>
<h2>
Contribute
</h2>
<p>
You can contribute to the development of OpenBoard by reporting bugs, suggesting improvements,
or making changes to the source code yourself. If you are a developer,
you can access the source code by following <a href="https://github.com/OpenBoard-org/OpenBoard">this link</a>.
</p>
<p>
You will also find <a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-from-source">wiki pages</a> to help you build your own version of OpenBoard.
</p>
<h2>
Report a Bug
</h2>
<p>
To report a bug, follow <a href="https://github.com/OpenBoard-org/OpenBoard/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBug%5D">this link</a>.
</p>
<h2>
Propose an Improvement
</h2>
<p>
To propose an improvement, follow <a href="https://github.com/OpenBoard-org/OpenBoard/discussions/categories/ideas">this 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>