1 |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
2 |
|
|
3 |
<!--#include virtual="/server/header.it.html" --> |
<!--#include virtual="/server/html5-header.it.html" --> |
4 |
<!-- Parent-Version: 1.86 --> |
<!-- Parent-Version: 1.92 --> |
5 |
<!--#if expr="$QUERY_STRING = /distro=([^&#]+)/" |
<!--#if expr="$QUERY_STRING = /distro=([^&#]+)/" |
6 |
--> |
--> |
7 |
<!--#set var="DISTRO" value="$1" |
<!--#set var="DISTRO" value="$1" |
8 |
--> |
--> |
9 |
<!--#else --> |
<!--#else --> |
10 |
<!--#set var="DISTRO" value="pureos8" |
<!--#set var="DISTRO" value="trisquel" |
11 |
--> |
--> |
12 |
<!--#endif --> |
<!--#endif --> |
13 |
|
|
23 |
|
|
24 |
<style type="text/css" media="print,screen"> |
<style type="text/css" media="print,screen"> |
25 |
<!-- |
<!-- |
|
#content { |
|
|
margin: 0; |
|
|
} |
|
26 |
.first-column, .second-column { |
.first-column, .second-column { |
27 |
width: 46em; max-width: 100%; |
width: 46em; max-width: 100%; |
28 |
margin: auto; |
margin: auto; |
29 |
} |
} |
30 |
|
|
31 |
h2 { |
h2 { margin: 1.2em 0 .8em; } |
32 |
color: #333; |
h2.first { margin-top: .9em; } |
|
margin: 1.2em 0 .9em; |
|
|
} |
|
|
h2.first { |
|
|
margin-top: 1em; |
|
|
} |
|
33 |
|
|
34 |
#gnu-linux, .thumbs { |
#gnu-linux, .thumbs { |
35 |
text-align: center; |
text-align: center; |
41 |
max-width: 100%; |
max-width: 100%; |
42 |
margin: .5em auto; |
margin: .5em auto; |
43 |
} |
} |
44 |
.screenshot, .thumbs .image td { |
.screenshot { |
45 |
line-height: .8em; |
line-height: .8em; |
46 |
background: #444; |
background: #444; |
47 |
padding: .2em; |
padding: .2em; |
48 |
} |
} |
49 |
.screenshot a, .thumbs .image td a { |
.screenshot a { |
50 |
color: white; |
color: white; |
51 |
} |
} |
52 |
|
.screenshot a[href]:hover, .thumbs a[href]:hover { |
53 |
|
background-color: transparent; |
54 |
|
} |
55 |
.screenshot img { |
.screenshot img { |
56 |
width: 100%; |
width: 100%; |
57 |
} |
} |
59 |
line-height: 1.2em; |
line-height: 1.2em; |
60 |
margin: .2em 0 0; |
margin: .2em 0 0; |
61 |
} |
} |
62 |
.thumbs { |
div.thumbs { |
63 |
|
display: inline-block; |
64 |
width: 100%; |
width: 100%; |
65 |
display: block; |
white-space: nowrap; |
66 |
overflow: auto; |
overflow: auto; |
67 |
padding-bottom: .2em; |
padding-bottom: .8em; |
68 |
} |
} |
69 |
.thumbs td { |
div.thumbs div { |
70 |
width: 33.3%; |
display: inline-block; |
71 |
vertical-align: top; |
vertical-align: top; |
72 |
padding: .1em; |
white-space: normal; |
73 |
border: 0; |
width: 8em; |
74 |
border-left: .5em solid white; |
margin: 0 2px; |
75 |
} |
} |
76 |
.thumbs td:first-child { |
div.thumbs img { |
77 |
border: 0; |
width: 100%; |
78 |
|
border: 1px solid #444; |
79 |
} |
} |
80 |
.thumbs .caption td { |
.btn-left a[href], .btn-right a[href] { |
81 |
line-height: 1em; |
display: inline-block; |
82 |
|
text-align: center; |
83 |
|
font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif; |
84 |
|
font-size: 1.6em; |
85 |
|
font-weight: bold; |
86 |
|
text-decoration: none; |
87 |
|
padding: .4em .6em .5em; |
88 |
|
color: #b02500; |
89 |
|
background: white; |
90 |
|
border: .1em solid #b02500; |
91 |
|
border-radius: .3em; |
92 |
} |
} |
93 |
.thumbs img { |
.btn-left a[href]:hover, .btn-right a[href]:hover { |
94 |
width: 10em; |
text-decoration: none; |
95 |
max-width: 100%; |
color: #a42e2b; |
96 |
min-width: 8em; |
background: #f6e5e1; |
97 |
|
border-color: #a42e2b; |
98 |
} |
} |
99 |
p.btn-left { |
.btn-left { |
100 |
float: left; |
float: left; |
101 |
margin: .7em 0; |
margin: 2em 0; |
102 |
} |
} |
103 |
p.btn-right { |
.btn-right { |
104 |
float: right; |
float: right; |
105 |
margin: 0 0 .3em; |
margin: 2em 0 1.5em; |
|
} |
|
|
p.button a, p.button a:visited { |
|
|
font-size: 1.6em; |
|
|
padding: .4em .6em; |
|
|
color: #b02500; |
|
|
border: .1em solid #b02500; |
|
|
margin: .3em 0; |
|
|
} |
|
|
p.button a:hover { |
|
|
color: #777; |
|
|
border-color: #777; |
|
106 |
} |
} |
107 |
|
.btn-right a { margin-left: .7em; } |
108 |
|
|
109 |
.first-column p.back { |
.first-column p.back { |
110 |
margin-bottom: 0; |
margin-bottom: 0; |
111 |
} |
} |
112 |
|
|
113 |
.second-column .emph-box { |
.second-column .emph-box { |
|
padding: 0 1.2em 1.2em; |
|
114 |
margin-top: 2.3em; |
margin-top: 2.3em; |
115 |
} |
} |
116 |
.second-column .emph-box.white { |
.second-column .emph-box.white { |
122 |
.second-column .emph-box .back { |
.second-column .emph-box .back { |
123 |
margin-top: 1em; |
margin-top: 1em; |
124 |
} |
} |
|
h3 { |
|
|
margin-top: .7em; |
|
|
} |
|
125 |
h3 img { |
h3 img { |
126 |
height: .8em; |
height: .8em; |
127 |
margin-left: .5em; |
vertical-align: middle; |
128 |
|
padding: 0 .5em .2em; |
129 |
} |
} |
130 |
#blurb h4 { |
#blurb h4 { |
131 |
text-align: left; |
text-align: left; |
136 |
float: left; |
float: left; |
137 |
margin-right: .5em; |
margin-right: .5em; |
138 |
} |
} |
139 |
|
#blurb div p { |
140 |
|
margin-bottom: 0; |
141 |
|
} |
142 |
#Flashes p, #unmaint, #blurb p, #blurb p small { |
#Flashes p, #unmaint, #blurb p, #blurb p small { |
143 |
font-size: .9em; |
font-size: .9em; |
144 |
} |
} |
156 |
text-align: left; |
text-align: left; |
157 |
} |
} |
158 |
|
|
|
.clear { |
|
|
clear: both; |
|
|
height: 2em; |
|
|
} |
|
159 |
.translators-notes { |
.translators-notes { |
160 |
width: 44.4em; max-width: 100%; |
width: 44.4em; max-width: 100%; |
161 |
margin: 0 auto; |
margin: 0 auto; |
162 |
} |
} |
|
#mission-statement { |
|
|
margin-bottom: 0; |
|
|
} |
|
163 |
#sisters { |
#sisters { |
164 |
font-size: .9em; |
font-size: .9em; |
165 |
margin: 0 3% 2em; |
text-align: center; |
166 |
|
background-color: white; |
167 |
|
padding: 0 3% 2em; |
168 |
|
margin: 0; |
169 |
} |
} |
170 |
|
video track a[href] { color: white; } |
171 |
|
|
172 |
@media (min-width: 60em) { |
@media (min-width: 60em) { |
173 |
.first-column { |
.first-column { |
185 |
} |
} |
186 |
} |
} |
187 |
--> |
--> |
188 |
|
<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" --> |
189 |
|
<!-- |
190 |
|
.btn-left { |
191 |
|
float: right; |
192 |
|
} |
193 |
|
.btn-right { |
194 |
|
float: left; |
195 |
|
} |
196 |
|
@media (min-width: 60em) { |
197 |
|
.first-column { |
198 |
|
float: right; |
199 |
|
} |
200 |
|
.second-column { |
201 |
|
float: left; |
202 |
|
} |
203 |
|
}--> |
204 |
|
<!--#endif --> |
205 |
|
|
206 |
|
|
207 |
|
|
208 |
|
|
209 |
</style> |
</style> |
210 |
|
|
217 |
<div id="home"> |
<div id="home"> |
218 |
<div class="first-column"> |
<div class="first-column"> |
219 |
|
|
220 |
|
<div style="max-width: 40em; margin: 2.3em auto 0"> |
221 |
|
<video width="100%" controls="controls" crossorigin="anonymous" |
222 |
|
poster="https://static.fsf.org/nosvn/videos/fight-to-repair/thumbnails/FTR_David_Bike1_meme_7.jpeg"> |
223 |
|
|
224 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" /> |
225 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv" type="video/ogg" /> |
226 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4" type="video/mp4" /> |
227 |
|
|
228 |
|
<track kind="subtitles" label="English" srclang="en" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_en.vtt" default="default" /> |
229 |
|
<track kind="subtitles" label="Persian" srclang="fa" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fa.vtt" /> |
230 |
|
<track kind="subtitles" label="French" srclang="fr" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fr.vtt" /> |
231 |
|
<track kind="subtitles" label="Brazilian" srclang="pt-br" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_pt-br.vtt" /> |
232 |
|
</video> |
233 |
|
</div> |
234 |
|
|
235 |
|
<p class="c"> |
236 |
|
<a |
237 |
|
href="https://www.fsf.org/blogs/community/watch-fight-to-repair-demand-the-right-to-repair"> |
238 |
|
Fight to Repair: A video from the FSF</a></p> |
239 |
|
|
240 |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
241 |
|
|
242 |
<p>GNU is an operating system that is <a href="/philosophy/free-sw.html">free |
<p>GNU is an operating system that is <a href="/philosophy/free-sw.html">free |
251 |
software libero. <a href="#More-GNU">Altre informazioni su GNU qui |
software libero. <a href="#More-GNU">Altre informazioni su GNU qui |
252 |
sotto</a>.</p> |
sotto</a>.</p> |
253 |
|
|
254 |
<p class="button btn-left"> |
<div class="btn-left"> |
255 |
<a href="/distros/free-distros.html">Try GNU/Linux</a></p> |
<a href="/distros/free-distros.html">Provate GNU/Linux!</a></div> |
256 |
<div style="clear: left"></div> |
<div style="clear:both"></div> |
257 |
|
|
258 |
<div id="gnu-linux"> |
<div id="gnu-linux"> |
259 |
<!--#if expr="$DISTRO = trisquel8" --> |
<!--#if expr="$DISTRO = dragora" --> |
260 |
<div class="screenshot"> |
<div class="screenshot"> |
261 |
<a href="/distros/screenshots/trisquel8-mate.jpg"><img |
<a href="/distros/screenshots/dragora-ice.png"><img |
262 |
src="/distros/screenshots/trisquel8-mate-medium.jpg" |
src="/distros/screenshots/dragora-ice.png" |
263 |
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a> |
alt=" [Screenshot of Dragora 3.0-beta1 with IceWM window manager] " /></a> |
264 |
</div> |
</div> |
265 |
<p><small><a href="https://trisquel.info">Trisquel 8</a> with <a |
<p><small><a href="https://dragora.org/en/index.html"> |
266 |
href="https://mate-desktop.org/">MATE</a> desktop, Abrowser (web browser), |
Dragora 3.0-beta1</a> with customized <a href="https://ice-wm.org/"> |
267 |
and Inkscape (vector graphics editor)</small></p> |
IceWM</a> window manager</small></p> |
268 |
<!--#endif |
<!--#endif |
269 |
--> |
--> |
270 |
<!--#if expr="$DISTRO = guix" --> |
<!--#if expr="$DISTRO = guix" --> |
271 |
<div class="screenshot"> |
<div class="screenshot"> |
272 |
<a href="/distros/screenshots/guixSD-gnome3.jpg"><img |
<a href="/distros/screenshots/guixSD-gnome3.jpg"><img |
273 |
src="/distros/screenshots/guixSD-gnome3-medium.jpg" |
src="/distros/screenshots/guixSD-gnome3-medium.jpg" |
274 |
alt=" [Screenshot of GuixSD 0.15 with GNOME 3 desktop] " /></a> |
alt=" [Screenshot of Guix 0.15 with GNOME 3 desktop] " /></a> |
275 |
</div> |
</div> |
276 |
<p><small><a href="/software/guix/">GuixSD 0.15</a> with <a |
<p><small><a href="/software/guix/">Guix 0.15</a> with <a |
277 |
href="https://www.gnome.org/">GNOME 3</a> desktop, Epiphany web |
href="https://www.gnome.org/">GNOME 3</a> desktop, Epiphany web |
278 |
browser, Totem video player, and GNOME terminal emulator</small></p> |
browser, Totem video player, and GNOME terminal emulator</small></p> |
279 |
<!--#endif |
<!--#endif |
280 |
--> |
--> |
281 |
<!--#if expr="$DISTRO = pureos8" --> |
<!--#if expr="$DISTRO = hyperbola" --> |
282 |
|
<div class="screenshot"> |
283 |
|
<a href="/distros/screenshots/hyperbola-i3.png"><img |
284 |
|
src="/distros/screenshots/hyperbola-i3.png" |
285 |
|
alt=" [Screenshot of Hyperbola with i3 window manager] " /></a> |
286 |
|
</div> |
287 |
|
<p><small><a href="https://www.hyperbola.info/"> Hyperbola 0.3</a> with <a |
288 |
|
href="https://i3wm.org/">i3 window manager</a>, cool-retro-term (terminal |
289 |
|
emulator), Gimp (image editor), and Iceweasel-UXP (web browser)</small></p> |
290 |
|
<!--#endif |
291 |
|
--> |
292 |
|
<!--#if expr="$DISTRO = parabola" --> |
293 |
|
<div class="screenshot"> |
294 |
|
<a href="/distros/screenshots/parabola2020-lxde.jpg"><img |
295 |
|
src="/distros/screenshots/parabola2020-lxde-medium.jpg" |
296 |
|
alt=" [Screenshot of Parabola with LXDE desktop] " /></a> |
297 |
|
</div> |
298 |
|
<p><small><a href="https://www.parabola.nu">Parabola 2020</a> with <a |
299 |
|
href="http://lxde.sourceforge.net/about.html">LXDE desktop</a></small></p> |
300 |
|
<!--#endif |
301 |
|
--> |
302 |
|
<!--#if expr="$DISTRO = pureos" --> |
303 |
<div class="screenshot"> |
<div class="screenshot"> |
304 |
<a href="/distros/screenshots/pureos8-gnome3.jpg"><img |
<a href="/distros/screenshots/pureos8-gnome3.jpg"><img |
305 |
src="/distros/screenshots/gnome3-medium.jpg" |
src="/distros/screenshots/gnome3-medium.jpg" |
308 |
<p><small><a href="https://www.pureos.net/">PureOS 8</a> with <a |
<p><small><a href="https://www.pureos.net/">PureOS 8</a> with <a |
309 |
href="https://www.gnome.org/">GNOME 3</a> desktop, PureBrowser (web |
href="https://www.gnome.org/">GNOME 3</a> desktop, PureBrowser (web |
310 |
browser), and Gimp (image editor)</small></p> |
browser), and Gimp (image editor)</small></p> |
311 |
|
<!--#endif |
312 |
|
--> |
313 |
|
<!--#if expr="$DISTRO = trisquel" --> |
314 |
|
<div class="screenshot"> |
315 |
|
<a href="https://trisquel.info/files/screenshots/etiona-media.jpg"><img |
316 |
|
src="/distros/screenshots/trisquel9-mate.jpg" |
317 |
|
alt=" [Screenshot of Trisquel 9 with MATE desktop] " /></a> |
318 |
|
</div> |
319 |
|
<p><small><a href="https://trisquel.info">Trisquel 9</a> with <a |
320 |
|
href="https://mate-desktop.org/">MATE</a> desktop, and VLC media |
321 |
|
player</small></p> |
322 |
<!--#endif --> |
<!--#endif --> |
323 |
<table class="thumbs"> |
</div> |
324 |
<tr class="image"> |
|
325 |
<td><a href="/home.html?distro=trisquel8#gnu-linux"><img |
<div class="thumbs"> |
326 |
src="/distros/screenshots/trisquel8-mate-thumb.jpg" |
<div> |
327 |
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a></td> |
<a href="/home.html?distro=dragora#gnu-linux"><img |
328 |
<td><a href="/home.html?distro=guix#gnu-linux"><img |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
329 |
|
alt=" [Screenshot of Dragora 3.0-beta1 with IceWM window manager] " /></a> |
330 |
|
|
331 |
|
<small>Dragora / IceWM</small> |
332 |
|
</div> |
333 |
|
|
334 |
|
<div> |
335 |
|
<a href="/home.html?distro=guix#gnu-linux"><img |
336 |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
337 |
alt=" [Screenshot of GuixSD 0.15 with GNOME 3 desktop] " /></a></td> |
alt=" [Screenshot of Guix 0.15 with GNOME 3 desktop] " /></a> |
338 |
<td><a href="/home.html?distro=pureos8#gnu-linux"><img |
|
339 |
|
<small>Guix / GNOME3</small> |
340 |
|
</div> |
341 |
|
|
342 |
|
<div> |
343 |
|
<a href="/home.html?distro=hyperbola#gnu-linux"><img |
344 |
|
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
345 |
|
alt=" [Screenshot of Hyperbola 0.3 with i3 window manager] " /></a> |
346 |
|
|
347 |
|
<small>Hyperbola / i3</small> |
348 |
|
</div> |
349 |
|
|
350 |
|
<div> |
351 |
|
<a href="/home.html?distro=parabola#gnu-linux"><img |
352 |
|
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
353 |
|
alt=" [Screenshot of Parabola 2020 with LXDE desktop] " /></a> |
354 |
|
|
355 |
|
<small>Parabola / LXDE</small> |
356 |
|
</div> |
357 |
|
|
358 |
|
<div> |
359 |
|
<a href="/home.html?distro=pureos#gnu-linux"><img |
360 |
src="/distros/screenshots/gnome3-thumb.jpg" |
src="/distros/screenshots/gnome3-thumb.jpg" |
361 |
alt=" [Screenshot of PureOS 8 with GNOME 3 desktop] " /></a></td> |
alt=" [Screenshot of PureOS 8 with GNOME 3 desktop] " /></a> |
362 |
</tr> |
|
363 |
<tr class="caption"> |
<small>PureOS / GNOME3</small> |
364 |
<td><small>Trisquel 8 & MATE</small></td> |
</div> |
365 |
<td><small>GuixSD & GNOME 3</small></td> |
|
366 |
<td><small>PureOS 8 & GNOME 3</small></td> |
<div> |
367 |
</tr> |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
368 |
</table> |
src="/distros/screenshots/trisquel9-mate-thumb.jpg" |
369 |
|
alt=" [Screenshot of Trisquel 9 with MATE desktop] " /></a> |
370 |
|
|
371 |
|
<small>Trisquel / MATE</small> |
372 |
|
</div> |
373 |
</div> |
</div> |
374 |
|
|
375 |
<p class="button btn-right"> |
<div class="btn-right">... o <a |
|
... or <a |
|
376 |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
377 |
Try parts of GNU</a></p> |
Provate parti di GNU</a></div> |
378 |
<div style="clear: right"></div> |
<div style="clear:both"></div> |
379 |
|
|
380 |
<h2>Cos'è il movimento per il software libero?</h2> |
<h2>Cos'è il movimento per il software libero?</h2> |
381 |
|
|
382 |
<p>The free software movement campaigns to win for the users of computing the |
<p>Il movimento per il software libero si batte per dare agli utenti di sistemi |
383 |
freedom that comes from free software. Free software puts its users in |
informatici la libertà che deriva dal software libero. Il software libero dà |
384 |
control of their own computing. Nonfree software puts its users under the |
a chi lo usa il controllo delle proprie elaborazioni informatiche, mentre il |
385 |
power of the software's developer. See <a |
software non libero pone chi lo usa sotto il dominio dello |
386 |
href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society"> |
sviluppatore. È disponibile un <a |
387 |
the video explanation</a>.</p> |
href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society">video |
388 |
|
di spiegazione</a> (in inglese).</p> |
389 |
|
|
390 |
<h2>Cos'è il Software Libero?</h2> |
<h2>Cos'è il Software Libero?</h2> |
391 |
|
|
405 |
<ul> |
<ul> |
406 |
<li>Libertà di eseguire il programma come si desidera, per qualsiasi scopo |
<li>Libertà di eseguire il programma come si desidera, per qualsiasi scopo |
407 |
(libertà 0).</li> |
(libertà 0).</li> |
408 |
<li>Libertà di studiare come funziona il programma e adattarlo alle proprie |
<li>The freedom to study how the program works, and change it so it does your |
409 |
necessità (libertà 1). L'accesso al codice sorgente ne è un prerequisito.</li> |
computing as you wish (freedom 1). Access to the source code is a |
410 |
<li>Libertà di ridistribuire copie in modo da aiutare il prossimo (libertà 2).</li> |
precondition for this.</li> |
411 |
<li>Libertà di migliorare il programma e distribuirne pubblicamente i |
<li>The freedom to redistribute copies so you can help others (freedom 2).</li> |
412 |
miglioramenti, in modo tale che tutta la comunità ne tragga beneficio |
<li>The freedom to distribute copies of your modified versions to others |
413 |
(libertà 3). L'accesso al codice sorgente ne è un prerequisito.</li> |
(freedom 3). By doing this you can give the whole community a chance to |
414 |
|
benefit from your changes. Access to the source code is a precondition for |
415 |
|
this.</li> |
416 |
</ul> |
</ul> |
417 |
|
|
418 |
<p>Gli sviluppi nella tecnologia e l'uso delle reti hanno reso queste libertà |
<p>Gli sviluppi nella tecnologia e l'uso delle reti hanno reso queste libertà |
457 |
<!-- /first-column --> |
<!-- /first-column --> |
458 |
<div class="second-column"> |
<div class="second-column"> |
459 |
|
|
460 |
|
<div class="emph-box beige"> |
461 |
|
<p><strong>The GNU Project supports the Free Software Foundation's petition to |
462 |
|
call on school administrators around the world to stop requiring students to |
463 |
|
run nonfree software. <a |
464 |
|
href="https://my.fsf.org/give-students-userfreedom">Sign the petition for |
465 |
|
freedom in the classroom</a></strong>.</p> |
466 |
|
</div> |
467 |
|
|
468 |
|
<div class="emph-box beige"> |
469 |
|
<p><strong>The GNU Project strongly urges the community to communicate in ways |
470 |
|
that are friendly, welcoming and kind. See the <a |
471 |
|
href="/philosophy/kind-communication.html"> GNU Kind Communications |
472 |
|
Guidelines</a></strong>.</p> |
473 |
|
</div> |
474 |
|
|
475 |
<div id="Flashes" class="emph-box white"> |
<div id="Flashes" class="emph-box white"> |
476 |
<h3><a href="http://planet.gnu.org/">Planet GNU</a> <a |
<h3><a href="https://planet.gnu.org/">Planet GNU</a> <a |
477 |
href="http://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
478 |
alt="Feed RSS" /></a></h3> |
alt="Feed RSS" /></a></h3> |
479 |
<div class="ltr"> |
<div class="ltr"> |
480 |
|
|
481 |
<!--#include virtual="/planetfeeds.it.html" --> |
<!--#include virtual="/planetfeeds.it.html" --> |
482 |
</div> |
</div> |
|
<p>Per ulteriori notizie vedere <a href="http://planet.gnu.org/">Planet GNU</a> |
|
|
e l'elenco del <a href="/software/recent-releases.html">software GNU |
|
|
aggiornato di recente</a>.</p> |
|
483 |
</div> |
</div> |
484 |
|
|
485 |
<div id="Action" class="emph-box beige"> |
<div id="Action" class="emph-box beige"> |
487 |
|
|
488 |
<ul> |
<ul> |
489 |
<li><strong>Sostenete gli sforzi per preservare la neutralità della rete in |
<li><strong>Sostenete gli sforzi per preservare la neutralità della rete in |
490 |
Europa, <a href="http://www.savetheinternet.com" title="Neutralità della |
Europa, <a |
491 |
rete negli USA">negli USA</a></strong> e nei vostri paesi.</li> |
href="https://www.freepress.net/issues/free-open-internet/net-neutrality" |
492 |
|
title="Neutralità della rete negli USA">negli USA</a></strong> e nei vostri |
493 |
<li>Difendete <a href="http://www.laquadrature.net/en/Privacy"> la privacy</a> e |
paesi.</li> |
494 |
sostenete una <a |
|
495 |
href="http://www.laquadrature.net/en/the-eu-commissions-outrageous-attempt-to-avoid-copyright-reform"> |
<li>Difendete <a href="https://www.laquadrature.net/en/personnal-data/"> la |
496 |
riforma globale del copyright</a> con <a |
privacy</a> e sostenete una <a |
497 |
href="http://www.laquadrature.net/en/">LQDN</a>.</li> |
href="https://www.laquadrature.net/en/?s=copyright"> riforma globale del |
498 |
|
copyright</a> con <a href="http://www.laquadrature.net/en/">LQDN</a>.</li> |
499 |
|
|
500 |
<li><strong><a href="http://www.fsf.org/campaigns">Sostenete le iniziative della |
<li><strong><a href="http://www.fsf.org/campaigns">Sostenete le iniziative della |
501 |
FSF</a></strong>.</li> |
FSF</a></strong>.</li> |
509 |
</div> |
</div> |
510 |
|
|
511 |
<div id="unmaint" class="emph-box beige"> |
<div id="unmaint" class="emph-box beige"> |
512 |
<p><strong>Can you contribute to any of these <a |
<p><strong>Potete aiutare in una di queste <a |
513 |
href="//www.fsf.org/campaigns/priority-projects/">High Priority |
href="http://www.fsf.org/campaigns/priority-projects/">Aree |
514 |
Areas</a>?</strong></p> |
prioritarie</a>?</strong></p> |
515 |
<ul> |
<ul> |
516 |
<li>Free phone operating system,</li> |
<li>Sistemi operativi liberi per cellulari,</li> |
517 |
<li>decentralization, federation and self-hosting,</li> |
<li>decentralizzazione e hosting autonomo,</li> |
518 |
<li>free drivers, firmware and hardware designs,</li> |
<li>driver, firmare e progetti hardware liberi,</li> |
519 |
<li>real-time voice and video chat,</li> |
<li>comunicazione audio e video in tempo reale,</li> |
520 |
<li>encourage contribution by people underrepresented in the community,</li> |
<li>incoraggiare i contributi da gruppi sottorappresentati nella comunità,</li> |
521 |
<li>and more.</li> |
<li> e altro.</li> |
522 |
</ul> |
</ul> |
523 |
|
|
524 |
<p><strong>Can you help <a href="/server/takeaction.html#unmaint">maintain a |
<p><strong>Can you help <a href="/server/takeaction.html#unmaint">maintain a |
526 |
<ul> |
<ul> |
527 |
<li> |
<li> |
528 |
<a href="/software/cfengine/">cfengine</a>, <a |
<a href="/software/cfengine/">cfengine</a>, <a |
529 |
|
href="/software/freedink/">freedink</a>, <a |
530 |
href="/software/freetalk/">freetalk</a>, <a |
href="/software/freetalk/">freetalk</a>, <a |
531 |
href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>, |
href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>, |
532 |
<a href="/software/quickthreads/">quickthreads</a>, are all looking for maintainers.</li> |
<a href="/software/quickthreads/">quickthreads</a>, hanno bisogno di responsabili.</li> |
533 |
|
|
534 |
<li>Also, these packages are looking for co-maintainers: |
<li>E questi altri cercano aiuto: |
535 |
|
|
536 |
<a href="/software/aspell/">aspell</a>, <a |
<a href="/software/aspell/">aspell</a>, <a |
537 |
href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a |
href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a |
541 |
href="/software/xboard/">xboard</a>.</li> |
href="/software/xboard/">xboard</a>.</li> |
542 |
</ul> |
</ul> |
543 |
|
|
544 |
<p>See the package web pages for more information.</p> |
<p>Per ulteriori informazioni vedere le pagine di ciascun pacchetto.</p> |
545 |
</div> |
</div> |
546 |
|
|
547 |
<div id="blurb" class="emph-box white"> |
<div id="blurb" class="emph-box white"> |
563 |
</div> |
</div> |
564 |
<!-- /second-column --> |
<!-- /second-column --> |
565 |
</div> |
</div> |
|
<!-- /home --> |
|
|
<div class="clear"></div> |
|
566 |
|
|
567 |
|
<!-- /home --> |
568 |
|
<div style="clear:both"></div> |
569 |
<div class="translators-notes"> |
<div class="translators-notes"> |
570 |
|
|
571 |
<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.--> |
<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.--> |
577 |
<p id="sisters">La <a href="http://www.fsf.org/">FSF</a> ha organizzazioni omologhe in <a |
<p id="sisters">La <a href="http://www.fsf.org/">FSF</a> ha organizzazioni omologhe in <a |
578 |
href="http://www.fsfe.org">Europa</a>, <a |
href="http://www.fsfe.org">Europa</a>, <a |
579 |
href="http://www.fsfla.org/">America Latina</a> e <a |
href="http://www.fsfla.org/">America Latina</a> e <a |
580 |
href="http://gnu.org.in/">India</a>.</p> |
href="http://fsf.org.in/">India</a>.<br /> |
581 |
|
Feel free to join them!</p> |
582 |
|
|
583 |
<!--#include virtual="/server/fs-gang.it.html" --> |
<!--#include virtual="/server/fs-gang.it.html" --> |
584 |
<div id="footer"> |
<div id="footer"> |
585 |
<div class="unprintable"> |
<div class="unprintable"> |
586 |
|
|
587 |
<p>Per informazioni su FSF e GNU rivolgetevi, possibilmente in inglese, a <a |
<p id="ContactInfo">Per informazioni su FSF e GNU rivolgetevi, possibilmente in inglese, a <a |
588 |
href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. Ci sono anche <a |
href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. Ci sono anche <a |
589 |
href="/contact/">altri modi di contattare</a> la FSF. Inviate segnalazioni |
href="/contact/">altri modi di contattare</a> la FSF. Inviate segnalazioni |
590 |
di link non funzionanti e altri suggerimenti relativi alle pagine web a <a |
di link non funzionanti e altri suggerimenti relativi alle pagine web a <a |
633 |
|
|
634 |
There is more detail about copyright years in the GNU Maintainers |
There is more detail about copyright years in the GNU Maintainers |
635 |
Information document, www.gnu.org/prep/maintain. --> |
Information document, www.gnu.org/prep/maintain. --> |
636 |
<p>Copyright © 1996-2018 <a href="http://www.fsf.org">Free Software |
<p>Copyright © 1996-2021 <a href="http://www.fsf.org">Free Software |
637 |
Foundation</a>, Inc.</p> |
Foundation</a>, Inc.</p> |
638 |
|
|
639 |
<p>Questa pagina è distribuita secondo i termini della licenza <a rel="license" |
<p>Questa pagina è distribuita secondo i termini della licenza <a rel="license" |