-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgithub.it.html
More file actions
151 lines (148 loc) · 6.11 KB
/
github.it.html
File metadata and controls
151 lines (148 loc) · 6.11 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
150
151
<!doctype html>
<html class="no-js" lang="it">
<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, il miglior programma per lavagne interattive per la scuola
e l'università
</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">
Commuta navigazione
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
<a class="navbar-brand" href="index.it.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.it.html">
Scaricamento
</a>
</li>
<li>
<a href="github.it.html">
GitHub
</a>
</li>
<li>
<a href="documentation.it.html">
Documentazione
</a>
</li>
<li>
<a href="support.it.html">
Aiuto
</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 utilizza GitHub per condividere il suo codice sorgente. La piattaforma funge anche da luogo di scambio,
da cui gli utenti di OpenBoard possono partecipare.
</p>
<p>
GitHub è una piattaforma internazionale in cui partecipano molte nazionalità.
Se desiderate partecipare, comunicate preferibilmente in inglese,
in modo che tutti possano beneficiare dei vostri scambi!
</p>
<h2>
Partecipare
</h2>
<p>
Potete contribuire allo sviluppo di OpenBoard segnalando bug, proponendo miglioramenti
o apportando modifiche dirette al codice sorgente. Se siete sviluppatori,
potete accedere al codice sorgente seguendo <a href="https://github.com/OpenBoard-org/OpenBoard">questo link</a>.
</p>
<p>
Troverete anche <a href="https://github.com/OpenBoard-org/OpenBoard/wiki/Build-OpenBoard-from-source">pagine wiki</a> per aiutarvi a costruire la vostra versione di OpenBoard.
</p>
<h2>
Segnalare un Bug
</h2>
<p>
Per segnalare un bug, seguite <a href="https://github.com/OpenBoard-org/OpenBoard/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBug%5D">questo link</a>.
</p>
<h2>
Proporre un Miglioramento
</h2>
<p>
Per proporre un miglioramento, seguite <a href="https://github.com/OpenBoard-org/OpenBoard/discussions/categories/ideas">questo 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">
OpenBoard su GitHub
</a>
</li>
</ul>
</div>
</div>
<script src="scripts/plugins.js">
</script>
</body>
</html>