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.90 --> |
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="hyperbola" |
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; |
68 |
padding-bottom: .2em; |
padding-bottom: .2em; |
69 |
} |
} |
70 |
.thumbs td { |
.thumbs td { |
|
width: 33.3%; |
|
71 |
vertical-align: top; |
vertical-align: top; |
72 |
padding: .1em; |
padding: .1em; |
73 |
border: 0; |
border: 0; |
84 |
max-width: 100%; |
max-width: 100%; |
85 |
min-width: 8em; |
min-width: 8em; |
86 |
} |
} |
87 |
|
p.btn-left a, p.btn-right a, |
88 |
|
p.btn-left a:visited, p.btn-right a:visited { |
89 |
|
font-size: 1.6em; |
90 |
|
padding: .4em .6em; |
91 |
|
color: #b02500; |
92 |
|
border: .1em solid #b02500; |
93 |
|
margin: .3em 0; |
94 |
|
} |
95 |
p.btn-left { |
p.btn-left { |
96 |
float: left; |
float: left; |
97 |
margin: .7em 0; |
margin: .7em 0; |
100 |
float: right; |
float: right; |
101 |
margin: 0 0 .3em; |
margin: 0 0 .3em; |
102 |
} |
} |
|
p.button a, p.button a:visited { |
|
|
font-size: 1.6em; |
|
|
padding: .4em .6em; |
|
|
color: #b02500; |
|
|
border: .1em solid #b02500; |
|
|
margin: .3em 0; |
|
|
} |
|
103 |
p.button a:hover { |
p.button a:hover { |
104 |
color: #777; |
color: #777; |
105 |
border-color: #777; |
border-color: #777; |
154 |
text-align: left; |
text-align: left; |
155 |
} |
} |
156 |
|
|
|
.clear { |
|
|
clear: both; |
|
|
height: 2em; |
|
|
} |
|
157 |
.translators-notes { |
.translators-notes { |
158 |
width: 44.4em; max-width: 100%; |
width: 44.4em; max-width: 100%; |
159 |
margin: 0 auto; |
margin: 0 auto; |
160 |
} |
} |
|
#mission-statement { |
|
|
margin-bottom: 0; |
|
|
} |
|
161 |
#sisters { |
#sisters { |
162 |
font-size: .9em; |
font-size: .9em; |
163 |
margin: 0 3% 2em; |
text-align: center; |
164 |
|
background-color: white; |
165 |
|
padding: 0 3% 2em; |
166 |
|
margin: 0; |
167 |
} |
} |
168 |
|
|
169 |
@media (min-width: 60em) { |
@media (min-width: 60em) { |
194 |
<div id="home"> |
<div id="home"> |
195 |
<div class="first-column"> |
<div class="first-column"> |
196 |
|
|
197 |
|
<div style="max-width: 40em; margin: 2.3em auto 0"> |
198 |
|
<video width="100%" controls="controls" crossorigin="anonymous" |
199 |
|
poster="https://static.fsf.org/nosvn/videos/fsf-shoetool/thumbnails/ShoeTool-Cover-1.jpg"> |
200 |
|
|
201 |
|
<source |
202 |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.webm" |
203 |
|
type="video/webm" /> |
204 |
|
<source |
205 |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.ogv" |
206 |
|
type="video/ogg" /> |
207 |
|
<source |
208 |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.mp4" |
209 |
|
type="video/mp4" /> |
210 |
|
|
211 |
|
<track kind="subtitles" label="English" srclang="en" |
212 |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_en.vtt" |
213 |
|
default="default" /> |
214 |
|
<track kind="subtitles" label="French" srclang="fr" |
215 |
|
src="/server/banners/shoetoolfsf.fr.vtt" /> |
216 |
|
<track kind="subtitles" label="Nederlands" srclang="nl" |
217 |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_nl.vtt" /> |
218 |
|
<track kind="subtitles" label="Romanian" srclang="ro" |
219 |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_ro.vtt" /> |
220 |
|
</video> |
221 |
|
</div> |
222 |
|
|
223 |
|
<p class="c"> |
224 |
|
<a |
225 |
|
href="https://www.fsf.org/blogs/community/presenting-shoetool-happy-holidays-from-the-fsf"> |
226 |
|
ShoeTool — HAPPY HOLIDAYS FROM THE FSF!</a></p> |
227 |
|
|
228 |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
229 |
|
|
230 |
<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 |
244 |
<div style="clear: left"></div> |
<div style="clear: left"></div> |
245 |
|
|
246 |
<div id="gnu-linux"> |
<div id="gnu-linux"> |
247 |
<!--#if expr="$DISTRO = trisquel8" --> |
<!--#if expr="$DISTRO = dragora" --> |
248 |
<div class="screenshot"> |
<div class="screenshot"> |
249 |
<a href="/distros/screenshots/trisquel8-mate.jpg"><img |
<a href="/distros/screenshots/dragora-ice.png"><img |
250 |
src="/distros/screenshots/trisquel8-mate-medium.jpg" |
src="/distros/screenshots/dragora-ice.png" |
251 |
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a> |
alt=" [Screenshot of Dragora 3.0-beta1 with IceWM window manager] " /></a> |
252 |
</div> |
</div> |
253 |
<p><small><a href="https://trisquel.info">Trisquel 8</a> with <a |
<p><small><a href="https://dragora.org/en/index.html"> |
254 |
href="https://mate-desktop.org/">MATE</a> desktop, Abrowser (web browser), |
Dragora 3.0-beta1</a> with customized <a href="https://ice-wm.org/"> |
255 |
and Inkscape (vector graphics editor)</small></p> |
IceWM</a> window manager</small></p> |
256 |
<!--#endif |
<!--#endif |
257 |
--> |
--> |
258 |
<!--#if expr="$DISTRO = guix" --> |
<!--#if expr="$DISTRO = guix" --> |
259 |
<div class="screenshot"> |
<div class="screenshot"> |
260 |
<a href="/distros/screenshots/guixSD-gnome3.jpg"><img |
<a href="/distros/screenshots/guixSD-gnome3.jpg"><img |
261 |
src="/distros/screenshots/guixSD-gnome3-medium.jpg" |
src="/distros/screenshots/guixSD-gnome3-medium.jpg" |
262 |
alt=" [Screenshot of GuixSD 0.15 with GNOME 3 desktop] " /></a> |
alt=" [Screenshot of Guix 0.15 with GNOME 3 desktop] " /></a> |
263 |
</div> |
</div> |
264 |
<p><small><a href="/software/guix/">GuixSD 0.15</a> with <a |
<p><small><a href="/software/guix/">Guix 0.15</a> with <a |
265 |
href="https://www.gnome.org/">GNOME 3</a> desktop, Epiphany web |
href="https://www.gnome.org/">GNOME 3</a> desktop, Epiphany web |
266 |
browser, Totem video player, and GNOME terminal emulator</small></p> |
browser, Totem video player, and GNOME terminal emulator</small></p> |
267 |
<!--#endif |
<!--#endif |
268 |
--> |
--> |
269 |
<!--#if expr="$DISTRO = pureos8" --> |
<!--#if expr="$DISTRO = hyperbola" --> |
270 |
|
<div class="screenshot"> |
271 |
|
<a href="/distros/screenshots/hyperbola-i3.png"><img |
272 |
|
src="/distros/screenshots/hyperbola-i3.png" |
273 |
|
alt=" [Screenshot of Hyperbola with i3 window manager] " /></a> |
274 |
|
</div> |
275 |
|
<p><small><a href="https://www.hyperbola.info/"> Hyperbola 0.3</a> with <a |
276 |
|
href="https://i3wm.org/">i3 window manager</a>, cool-retro-term (terminal |
277 |
|
emulator), Gimp (image editor), and Iceweasel-UXP (web browser)</small></p> |
278 |
|
<!--#endif |
279 |
|
--> |
280 |
|
<!--#if expr="$DISTRO = parabola" --> |
281 |
|
<div class="screenshot"> |
282 |
|
<a href="/distros/screenshots/parabola2020-lxde.jpg"><img |
283 |
|
src="/distros/screenshots/parabola2020-lxde-medium.jpg" |
284 |
|
alt=" [Screenshot of Parabola with LXDE desktop] " /></a> |
285 |
|
</div> |
286 |
|
<p><small><a href="https://www.parabola.nu">Parabola 2020</a> with <a |
287 |
|
href="https://lxde.org/">LXDE desktop</a></small></p> |
288 |
|
<!--#endif |
289 |
|
--> |
290 |
|
<!--#if expr="$DISTRO = pureos" --> |
291 |
<div class="screenshot"> |
<div class="screenshot"> |
292 |
<a href="/distros/screenshots/pureos8-gnome3.jpg"><img |
<a href="/distros/screenshots/pureos8-gnome3.jpg"><img |
293 |
src="/distros/screenshots/gnome3-medium.jpg" |
src="/distros/screenshots/gnome3-medium.jpg" |
296 |
<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 |
297 |
href="https://www.gnome.org/">GNOME 3</a> desktop, PureBrowser (web |
href="https://www.gnome.org/">GNOME 3</a> desktop, PureBrowser (web |
298 |
browser), and Gimp (image editor)</small></p> |
browser), and Gimp (image editor)</small></p> |
299 |
|
<!--#endif |
300 |
|
--> |
301 |
|
<!--#if expr="$DISTRO = trisquel" --> |
302 |
|
<div class="screenshot"> |
303 |
|
<a href="/distros/screenshots/trisquel8-mate.jpg"><img |
304 |
|
src="/distros/screenshots/trisquel8-mate-medium.jpg" |
305 |
|
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a> |
306 |
|
</div> |
307 |
|
<p><small><a href="https://trisquel.info">Trisquel 8</a> with <a |
308 |
|
href="https://mate-desktop.org/">MATE</a> desktop, Abrowser (web browser), |
309 |
|
and Inkscape (vector graphics editor)</small></p> |
310 |
<!--#endif --> |
<!--#endif --> |
311 |
|
</div> |
312 |
|
|
313 |
<table class="thumbs"> |
<table class="thumbs"> |
314 |
<tr class="image"> |
<tr class="image"> |
315 |
<td><a href="/home.html?distro=trisquel8#gnu-linux"><img |
<td><a href="/home.html?distro=dragora#gnu-linux"><img |
316 |
src="/distros/screenshots/trisquel8-mate-thumb.jpg" |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
317 |
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a></td> |
alt=" [Screenshot of Dragora 3.0-beta1 with IceWM window manager] " /></a></td> |
318 |
<td><a href="/home.html?distro=guix#gnu-linux"><img |
<td><a href="/home.html?distro=guix#gnu-linux"><img |
319 |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
320 |
alt=" [Screenshot of GuixSD 0.15 with GNOME 3 desktop] " /></a></td> |
alt=" [Screenshot of Guix 0.15 with GNOME 3 desktop] " /></a></td> |
321 |
<td><a href="/home.html?distro=pureos8#gnu-linux"><img |
<td><a href="/home.html?distro=hyperbola#gnu-linux"><img |
322 |
|
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
323 |
|
alt=" [Screenshot of Hyperbola 0.3 with i3 window manager] " /></a></td> |
324 |
|
<td><a href="/home.html?distro=parabola#gnu-linux"><img |
325 |
|
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
326 |
|
alt=" [Screenshot of Parabola 2020 with LXDE desktop] " /></a></td> |
327 |
|
<td><a href="/home.html?distro=pureos#gnu-linux"><img |
328 |
src="/distros/screenshots/gnome3-thumb.jpg" |
src="/distros/screenshots/gnome3-thumb.jpg" |
329 |
alt=" [Screenshot of PureOS 8 with GNOME 3 desktop] " /></a></td> |
alt=" [Screenshot of PureOS 8 with GNOME 3 desktop] " /></a></td> |
330 |
|
<td><a href="/home.html?distro=trisquel#gnu-linux"><img |
331 |
|
src="/distros/screenshots/trisquel8-mate-thumb.jpg" |
332 |
|
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a></td> |
333 |
</tr> |
</tr> |
334 |
<tr class="caption"> |
<tr class="caption"> |
335 |
<td><small>Trisquel 8 & MATE</small></td> |
<td><small>Dragora / IceWM</small></td> |
336 |
<td><small>GuixSD & GNOME 3</small></td> |
<td><small>Guix / GNOME3</small></td> |
337 |
<td><small>PureOS 8 & GNOME 3</small></td> |
<td><small>Hyperbola / i3</small></td> |
338 |
|
<td><small>Parabola / LXDE</small></td> |
339 |
|
<td><small>PureOS / GNOME3</small></td> |
340 |
|
<td><small>Trisquel / MATE</small></td> |
341 |
</tr> |
</tr> |
342 |
</table> |
</table> |
|
</div> |
|
343 |
|
|
344 |
<p class="button btn-right"> |
<p class="button btn-right"> |
345 |
... or <a |
... or <a |
374 |
<ul> |
<ul> |
375 |
<li>Libertà di eseguire il programma come si desidera, per qualsiasi scopo |
<li>Libertà di eseguire il programma come si desidera, per qualsiasi scopo |
376 |
(libertà 0).</li> |
(libertà 0).</li> |
377 |
<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 |
378 |
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 |
379 |
<li>Libertà di ridistribuire copie in modo da aiutare il prossimo (libertà 2).</li> |
precondition for this.</li> |
380 |
<li>Libertà di migliorare il programma e distribuirne pubblicamente i |
<li>The freedom to redistribute copies so you can help others (freedom 2).</li> |
381 |
miglioramenti, in modo tale che tutta la comunità ne tragga beneficio |
<li>The freedom to distribute copies of your modified versions to others |
382 |
(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 |
383 |
|
benefit from your changes. Access to the source code is a precondition for |
384 |
|
this.</li> |
385 |
</ul> |
</ul> |
386 |
|
|
387 |
<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à |
426 |
<!-- /first-column --> |
<!-- /first-column --> |
427 |
<div class="second-column"> |
<div class="second-column"> |
428 |
|
|
429 |
|
<div class="emph-box beige"> |
430 |
|
<p><strong>The GNU Project strongly urges the community to communicate in ways |
431 |
|
that are friendly, welcoming and kind. See the <a |
432 |
|
href="/philosophy/kind-communication.html"> GNU Kind Communications |
433 |
|
Guidelines</a></strong>.</p> |
434 |
|
</div> |
435 |
|
|
436 |
<div id="Flashes" class="emph-box white"> |
<div id="Flashes" class="emph-box white"> |
437 |
<h3><a href="http://planet.gnu.org/">Planet GNU</a> <a |
<h3>Planet GNU <a href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
|
href="http://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
|
438 |
alt="Feed RSS" /></a></h3> |
alt="Feed RSS" /></a></h3> |
439 |
<div class="ltr"> |
<div class="ltr"> |
440 |
|
|
441 |
<!--#include virtual="/planetfeeds.it.html" --> |
<!--#include virtual="/planetfeeds.it.html" --> |
442 |
</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> |
|
443 |
</div> |
</div> |
444 |
|
|
445 |
<div id="Action" class="emph-box beige"> |
<div id="Action" class="emph-box beige"> |
446 |
<h3>Attivatevi</h3> |
<h3>Attivatevi</h3> |
447 |
|
|
448 |
<ul> |
<ul> |
449 |
<li><strong>Sostenete gli sforzi per preservare la neutralità della rete in |
<li><strong>Support the efforts on net neutrality <a |
450 |
Europa, <a href="http://www.savetheinternet.com" title="Neutralità della |
href="https://www.freepress.net/issues/free-open-internet/net-neutrality" |
451 |
rete negli USA">negli USA</a></strong> e nei vostri paesi.</li> |
title="Net neutrality in the United States of America">in the |
452 |
|
USA</a></strong>, and in your home country.</li> |
453 |
<li>Difendete <a href="http://www.laquadrature.net/en/Privacy"> la privacy</a> e |
|
454 |
sostenete una <a |
<li>Defend <a href="https://www.laquadrature.net/en/personnal-data/"> |
455 |
href="http://www.laquadrature.net/en/the-eu-commissions-outrageous-attempt-to-avoid-copyright-reform"> |
privacy</a>, and support <a |
456 |
riforma globale del copyright</a> con <a |
href="https://www.laquadrature.net/en/?s=copyright"> global copyright |
457 |
href="http://www.laquadrature.net/en/">LQDN</a>.</li> |
reform</a> with <a href="https://www.laquadrature.net/en/">LQDN</a>.</li> |
458 |
|
|
459 |
<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 |
460 |
FSF</a></strong>.</li> |
FSF</a></strong>.</li> |
521 |
</div> |
</div> |
522 |
<!-- /second-column --> |
<!-- /second-column --> |
523 |
</div> |
</div> |
|
<!-- /home --> |
|
|
<div class="clear"></div> |
|
524 |
|
|
525 |
|
<!-- /home --> |
526 |
|
<div style="clear:both"></div> |
527 |
<div class="translators-notes"> |
<div class="translators-notes"> |
528 |
|
|
529 |
<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.--> |
<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.--> |
532 |
|
|
533 |
<!-- for id="content", starts in the include above --> |
<!-- for id="content", starts in the include above --> |
534 |
<!--#include virtual="/server/footer.it.html" --> |
<!--#include virtual="/server/footer.it.html" --> |
535 |
<p id="sisters">La <a href="http://www.fsf.org/">FSF</a> ha organizzazioni omologhe in <a |
<p id="sisters">The <a href="http://www.fsf.org/">FSF</a> also has sister organizations in |
536 |
href="http://www.fsfe.org">Europa</a>, <a |
<a href="http://www.fsfe.org">Europe</a>, <a |
537 |
href="http://www.fsfla.org/">America Latina</a> e <a |
href="http://www.fsfla.org/">Latin America</a> and <a |
538 |
href="http://gnu.org.in/">India</a>.</p> |
href="http://fsf.org.in/">India</a>.<br /> |
539 |
|
Feel free to join them!</p> |
540 |
|
|
541 |
<!--#include virtual="/server/fs-gang.it.html" --> |
<!--#include virtual="/server/fs-gang.it.html" --> |
542 |
<div id="footer"> |
<div id="footer"> |
591 |
|
|
592 |
There is more detail about copyright years in the GNU Maintainers |
There is more detail about copyright years in the GNU Maintainers |
593 |
Information document, www.gnu.org/prep/maintain. --> |
Information document, www.gnu.org/prep/maintain. --> |
594 |
<p>Copyright © 1996-2018 <a href="http://www.fsf.org">Free Software |
<p>Copyright © 1996-2020 <a href="http://www.fsf.org">Free Software |
595 |
Foundation</a>, Inc.</p> |
Foundation</a>, Inc.</p> |
596 |
|
|
597 |
<p>Questa pagina è distribuita secondo i termini della licenza <a rel="license" |
<p>Questa pagina è distribuita secondo i termini della licenza <a rel="license" |