/[www]/www/home.it.html
ViewVC logotype

Diff of /www/home.it.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.348 by gnun, Thu Dec 20 12:00:00 2018 UTC revision 1.395 by gnun, Fri Mar 12 18:32:28 2021 UTC
# Line 1  Line 1 
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    
# Line 23  usano." /> Line 23  usano." />
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 {  .screenshot, .thumbs {
35     text-align: center;     text-align: center;
36     font-style: italic;     font-style: italic;
37     margin: 1em auto;     margin: 1.5em auto;
38  }  }
39  #gnu-linux {  .screenshot p, .thumbs p {
40     width: 32em;     line-height: 1.2em;
    max-width: 100%;  
    margin: .5em auto;  
 }  
 .screenshot, .thumbs .image td {  
    line-height: .8em;  
    background: #444;  
    padding: .2em;  
41  }  }
42  .screenshot a, .thumbs .image td a {  .screenshot {
43     color: white;     width: 32.4em; max-width: 100%;
44    }
45    .screenshot >
46     a[href]:hover, .thumbs > a[href]:hover {
47       background-color: transparent;
48  }  }
49  .screenshot img {  .screenshot img {
50     width: 100%;     width: 32em; max-width: 98%; height: auto;
51       border: .2em solid #444;;
52  }  }
53  #gnu-linux p {  .screenshot p {
    line-height: 1.2em;  
54     margin: .2em 0 0;     margin: .2em 0 0;
55  }  }
56  .thumbs {  .thumbs {
57     width: 100%;     white-space: nowrap;
58     display: block;     overflow-x: auto;
    overflow: auto;  
    padding-bottom: .2em;  
59  }  }
60  .thumbs td {  .thumbs div {
61     width: 33.3%;     display: inline-block;
62     vertical-align: top;     vertical-align: top;
63     padding: .1em;     white-space: normal;
64     border: 0;     margin: 0 1px;
    border-left: .5em solid white;  
 }  
 .thumbs td:first-child {  
    border: 0;  
 }  
 .thumbs .caption td  {  
    line-height: 1em;  
65  }  }
66  .thumbs img {  .thumbs img {
67     width: 10em;     width: 8em; height: auto;
68     max-width: 100%;     border: 1px solid #444;;
    min-width: 8em;  
69  }  }
70  p.btn-left {  .thumbs p {
71     float: left;     margin: 0 0 .7em;
    margin: .7em 0;  
 }  
 p.btn-right {  
    float: right;  
    margin: 0 0 .3em;  
72  }  }
73  p.button a, p.button a:visited {  .btn-left a[href], .btn-right a[href] {
74       display: inline-block;
75       text-align: center;
76       font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif;
77     font-size: 1.6em;     font-size: 1.6em;
78     padding: .4em .6em;     font-weight: bold;
79       text-decoration: none;
80       padding: .4em .6em .5em;
81     color: #b02500;     color: #b02500;
82       background: white;
83     border: .1em solid #b02500;     border: .1em solid #b02500;
84     margin: .3em 0;     border-radius: .3em;
85  }  }
86  p.button a:hover {  .btn-left a[href]:hover, .btn-right a[href]:hover {
87     color: #777;     text-decoration: none;
88     border-color: #777;     color: #a42e2b;
89       background: #f6e5e1;
90       border-color: #a42e2b;
91  }  }
92    .btn-left {
93       float: left;
94       margin: 2em 0 1em;
95    }
96    .btn-right {
97       float: right;
98       margin: 1.5em 0;
99    }
100    .btn-right a { margin-left: .7em; }
101    
102  .first-column p.back {  .first-column p.back {
103     margin-bottom: 0;     margin-bottom: 0;
104  }  }
105    
106  .second-column .emph-box {  .second-column .emph-box {
    padding: 0 1.2em 1.2em;  
107     margin-top: 2.3em;     margin-top: 2.3em;
108  }  }
109  .second-column .emph-box.white {  .second-column .emph-box.white {
# Line 124  p.button a:hover { Line 115  p.button a:hover {
115  .second-column .emph-box .back {  .second-column .emph-box .back {
116     margin-top: 1em;     margin-top: 1em;
117  }  }
 h3 {  
    margin-top: .7em;  
 }  
118  h3 img {  h3 img {
119     height: .8em;     height: .8em;
120     margin-left: .5em;     vertical-align: middle;
121       padding: 0 .5em .2em;
122  }  }
123  #blurb h4 {  #blurb h4 {
124     text-align: left;     text-align: left;
# Line 140  h3 img { Line 129  h3 img {
129     float: left;     float: left;
130     margin-right: .5em;     margin-right: .5em;
131  }  }
132    #blurb div p {
133       margin-bottom: 0;
134    }
135  #Flashes p, #unmaint, #blurb p, #blurb p small {  #Flashes p, #unmaint, #blurb p, #blurb p small {
136     font-size: .9em;     font-size: .9em;
137  }  }
# Line 157  h3 img { Line 149  h3 img {
149     text-align: left;     text-align: left;
150  }  }
151    
 .clear {  
    clear: both;  
    height: 2em;  
 }  
152  .translators-notes {  .translators-notes {
153     width: 44.4em; max-width: 100%;     width: 44.4em; max-width: 100%;
154     margin: 0 auto;     margin: 0 auto;
155  }  }
 #mission-statement {  
    margin-bottom: 0;  
 }  
156  #sisters {  #sisters {
157     font-size: .9em;     font-size: .9em;
158     margin: 0 3% 2em;     text-align: center;
159       background-color: white;
160       padding: 0 3% 2em;
161       margin: 0;
162  }  }
163    video track a[href] { color: white; }
164    
165  @media (min-width: 60em) {  @media (min-width: 60em) {
166     .first-column {     .first-column {
# Line 189  h3 img { Line 178  h3 img {
178     }     }
179  }  }
180  -->  -->
181    <!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
182    <!--
183    .btn-left {
184       float: right;
185    }
186    .btn-right {
187       float: left;
188    }
189    @media (min-width: 60em) {
190       .first-column {
191          float: right;
192       }
193       .second-column {
194          float: left;
195       }
196    }-->
197    <!--#endif -->
198    
199    
200    
201    
202  </style>  </style>
203    
# Line 199  h3 img { Line 208  h3 img {
208  suoi utenti. Cosa è GNU, e quale libertà è a rischio?</p>  suoi utenti. Cosa è GNU, e quale libertà è a rischio?</p>
209    
210  <div id="home">  <div id="home">
211  <div class="first-column">  <div class="first-column" role="article">
212    
213    <div style="max-width: 40em; margin: 2.3em auto 0">
214    <video width="100%" controls="controls" crossorigin="anonymous"
215    poster="https://static.fsf.org/nosvn/videos/fight-to-repair/thumbnails/FTR_David_Bike1_meme_7.jpeg">
216    
217    <source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" />
218    <source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv"  type="video/ogg" />
219    <source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4"  type="video/mp4" />
220    
221    <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" />
222    <track kind="subtitles" label="Persian" srclang="fa" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fa.vtt" />
223    <track kind="subtitles" label="French" srclang="fr" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fr.vtt" />
224    <track kind="subtitles" label="Brazilian" srclang="pt-br" src="/server/banners/fight-to-repair_pt-br.vtt" />
225    </video>
226    </div>
227    
228    <p class="c">
229    <a
230    href="https://www.fsf.org/blogs/community/watch-fight-to-repair-demand-the-right-to-repair">
231    Fight to Repair: A video from the FSF</a></p>
232    
233  <h2 class="first">Cos'è il Progetto GNU?</h2>  <h2 class="first">Cos'è il Progetto GNU?</h2>
234    
# Line 215  GNU</a> (per la precisione, distribuzion Line 244  GNU</a> (per la precisione, distribuzion
244  software libero.  <a href="#More-GNU">Altre informazioni su GNU qui  software libero.  <a href="#More-GNU">Altre informazioni su GNU qui
245  sotto</a>.</p>  sotto</a>.</p>
246    
247  <p class="button btn-left">  <div class="btn-left">
248    <a href="/distros/free-distros.html">Try GNU/Linux</a></p>    <a href="/distros/free-distros.html">Provate GNU/Linux!</a></div>
249  <div style="clear: left"></div>  <div style="clear:both"></div>
250    
251  <div id="gnu-linux">  <div id="gnu-linux" role="figure">
 <!--#if expr="$DISTRO = trisquel8" -->  
252  <div class="screenshot">  <div class="screenshot">
253   <a href="/distros/screenshots/trisquel8-mate.jpg"><img  
254     src="/distros/screenshots/trisquel8-mate-medium.jpg"   <!--#if expr="$DISTRO = dragora" -->
255     alt="&nbsp;[Screenshot of Trisquel&nbsp;8 with MATE desktop]&nbsp;" /></a>  <a href="/distros/screenshots/dragora-ice.png"><img
256  </div>     width="512" height="288"
257  <p><small><a href="https://trisquel.info">Trisquel&nbsp;8</a> with <a     src="/distros/screenshots/dragora-ice.png"
258  href="https://mate-desktop.org/">MATE</a> desktop, Abrowser (web browser),     alt="&nbsp;[Screenshot of Dragora&nbsp;3.0-beta1 with IceWM window manager]&nbsp;" /></a>
259  and Inkscape (vector graphics editor)</small></p>  <p><small><a href="https://dragora.org/en/index.html">
260  <!--#endif  Dragora&nbsp;3.0-beta1</a> with customized <a href="https://ice-wm.org/">
261  -->  IceWM</a> window manager</small></p>
262    
263     <!--#endif -->
264  <!--#if expr="$DISTRO = guix" -->  <!--#if expr="$DISTRO = guix" -->
265  <div class="screenshot">  <a href="/distros/screenshots/guixSD-gnome3.jpg"><img
266   <a href="/distros/screenshots/guixSD-gnome3.jpg"><img     width="512" height="288"
267     src="/distros/screenshots/guixSD-gnome3-medium.jpg"     src="/distros/screenshots/guixSD-gnome3-medium.jpg"
268     alt="&nbsp;[Screenshot of GuixSD&nbsp;0.15 with GNOME&nbsp;3 desktop]&nbsp;" /></a>     alt="&nbsp;[Screenshot of Guix&nbsp;0.15 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
269  </div>  <p><small><a href="/software/guix/">Guix&nbsp;0.15</a> with <a
 <p><small><a href="/software/guix/">GuixSD&nbsp;0.15</a> with <a  
270  href="https://www.gnome.org/">GNOME&nbsp;3</a> desktop, Epiphany web  href="https://www.gnome.org/">GNOME&nbsp;3</a> desktop, Epiphany web
271  browser, Totem video player, and GNOME terminal emulator</small></p>  browser, Totem video player, and GNOME terminal emulator</small></p>
272  <!--#endif  
273  -->   <!--#endif -->
274  <!--#if expr="$DISTRO = pureos8" -->  <!--#if expr="$DISTRO = hyperbola" -->
275  <div class="screenshot">  <a href="/distros/screenshots/hyperbola-i3.png"><img
276   <a href="/distros/screenshots/pureos8-gnome3.jpg"><img     width="512" height="288"
277       src="/distros/screenshots/hyperbola-i3.png"
278       alt="&nbsp;[Screenshot of Hyperbola with i3 window manager]&nbsp;" /></a>
279    <p><small><a href="https://www.hyperbola.info/"> Hyperbola&nbsp;0.3</a> with <a
280    href="https://i3wm.org/">i3 window manager</a>, cool-retro-term (terminal
281    emulator), Gimp (image editor), and Iceweasel-UXP (web browser)</small></p>
282    
283     <!--#endif -->
284    <!--#if expr="$DISTRO = parabola" -->
285    <a href="/distros/screenshots/parabola2020-lxde.jpg"><img
286       width="512" height="288"
287       src="/distros/screenshots/parabola2020-lxde-medium.jpg"
288       alt="&nbsp;[Screenshot of Parabola with LXDE desktop]&nbsp;" /></a>
289    <p><small><a href="https://www.parabola.nu">Parabola&nbsp;2020</a> with <a
290    href="http://lxde.sourceforge.net/about.html">LXDE desktop</a></small></p>
291    
292     <!--#endif -->
293    <!--#if expr="$DISTRO = pureos" -->
294    <a href="/distros/screenshots/pureos8-gnome3.jpg"><img
295       width="512" height="264"
296     src="/distros/screenshots/gnome3-medium.jpg"     src="/distros/screenshots/gnome3-medium.jpg"
297     alt="&nbsp;[Screenshot of PureOS&nbsp;8 with GNOME&nbsp;3 desktop]&nbsp;" /></a>     alt="&nbsp;[Screenshot of PureOS&nbsp;8 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
 </div>  
298  <p><small><a href="https://www.pureos.net/">PureOS&nbsp;8</a> with <a  <p><small><a href="https://www.pureos.net/">PureOS&nbsp;8</a> with <a
299  href="https://www.gnome.org/">GNOME&nbsp;3</a> desktop, PureBrowser (web  href="https://www.gnome.org/">GNOME&nbsp;3</a> desktop, PureBrowser (web
300  browser), and Gimp (image editor)</small></p>  browser), and Gimp (image editor)</small></p>
301    
302     <!--#endif -->
303    <!--#if expr="$DISTRO = trisquel" -->
304    <a href="https://trisquel.info/files/screenshots/etiona-media.jpg"><img
305       width="512" height="320"
306       src="/distros/screenshots/trisquel9-mate.jpg"
307       alt="&nbsp;[Screenshot of Trisquel&nbsp;9 with MATE desktop]&nbsp;" /></a>
308    <p><small><a href="https://trisquel.info">Trisquel&nbsp;9</a> with <a
309    href="https://mate-desktop.org/">MATE</a> desktop, and VLC media
310    player</small></p>
311    
312  <!--#endif -->  <!--#endif -->
313  <table class="thumbs">  </div>
314   <tr class="image">  
315    <td><a href="/home.html?distro=trisquel8#gnu-linux"><img  <div class="thumbs">
316     src="/distros/screenshots/trisquel8-mate-thumb.jpg"   <div>
317     alt="&nbsp;[Screenshot of Trisquel&nbsp;8 with MATE desktop]&nbsp;" /></a></td>    <a href="/home.html?distro=dragora#gnu-linux"><img
318    <td><a href="/home.html?distro=guix#gnu-linux"><img     width="128" height="72"
319       src="/distros/screenshots/dragora-ice-thumb.jpg"
320       alt="&nbsp;[Screenshot of Dragora&nbsp;3.0-beta1 with IceWM window manager]&nbsp;" /></a>
321      <p><small>Dragora / IceWM</small></p>
322     </div>
323    
324     <div>
325      <a href="/home.html?distro=guix#gnu-linux"><img
326       width="128" height="72"
327     src="/distros/screenshots/guixSD-gnome3-thumb.jpg"     src="/distros/screenshots/guixSD-gnome3-thumb.jpg"
328     alt="&nbsp;[Screenshot of GuixSD&nbsp;0.15 with GNOME&nbsp;3 desktop]&nbsp;" /></a></td>     alt="&nbsp;[Screenshot of Guix&nbsp;0.15 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
329    <td><a href="/home.html?distro=pureos8#gnu-linux"><img    <p><small>Guix / GNOME3</small></p>
330     </div>
331    
332     <div>
333      <a href="/home.html?distro=hyperbola#gnu-linux"><img
334       width="128" height="72"
335       src="/distros/screenshots/hyperbola-i3-thumb.jpg"
336       alt="&nbsp;[Screenshot of Hyperbola&nbsp;0.3 with i3 window manager]&nbsp;" /></a>
337      <p><small>Hyperbola / i3</small></p>
338     </div>
339    
340     <div>
341      <a href="/home.html?distro=parabola#gnu-linux"><img
342       width="128" height="72"
343       src="/distros/screenshots/parabola2020-lxde-thumb.jpg"
344       alt="&nbsp;[Screenshot of Parabola&nbsp;2020 with LXDE desktop]&nbsp;" /></a>
345      <p><small>Parabola / LXDE</small></p>
346     </div>
347    
348     <div>
349      <a href="/home.html?distro=pureos#gnu-linux"><img
350       width="128" height="72"
351     src="/distros/screenshots/gnome3-thumb.jpg"     src="/distros/screenshots/gnome3-thumb.jpg"
352     alt="&nbsp;[Screenshot of PureOS&nbsp;8 with GNOME&nbsp;3 desktop]&nbsp;" /></a></td>     alt="&nbsp;[Screenshot of PureOS&nbsp;8 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
353   </tr>    <p><small>PureOS / GNOME3</small></p>
354   <tr class="caption">   </div>
355    <td><small>Trisquel&nbsp;8 &amp; MATE</small></td>  
356    <td><small>GuixSD &amp; GNOME&nbsp;3</small></td>   <div>
357    <td><small>PureOS&nbsp;8 &amp; GNOME&nbsp;3</small></td>    <a href="/home.html?distro=trisquel#gnu-linux"><img
358   </tr>     width="128" height="72"
359  </table>     src="/distros/screenshots/trisquel9-mate-thumb.jpg"
360       alt="&nbsp;[Screenshot of Trisquel&nbsp;9 with MATE desktop]&nbsp;" /></a>
361      <p><small>Trisquel / MATE</small></p>
362     </div>
363    </div>
364  </div>  </div>
365    
366  <p class="button btn-right">  <div class="btn-right">... o <a
   ... or <a  
367  href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements">  href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements">
368  Try parts of GNU</a></p>  Provate parti di GNU</a></div>
369  <div style="clear: right"></div>  <div style="clear:both"></div>
370    
371  <h2>Cos'è il movimento per il software libero?</h2>  <h2>Cos'è il movimento per il software libero?</h2>
372    
373  <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
374  freedom that comes from free software.  Free software puts its users in  informatici la libertà che deriva dal software libero. Il software libero dà
375  control of their own computing.  Nonfree software puts its users under the  a chi lo usa il controllo delle proprie elaborazioni informatiche, mentre il
376  power of the software's developer.  See <a  software non libero pone chi lo usa sotto il dominio dello
377  href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society">  sviluppatore. &Egrave; disponibile un <a
378  the video explanation</a>.</p>  href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society">video
379    di spiegazione</a> (in inglese).</p>
380    
381  <h2>Cos'è il Software Libero?</h2>  <h2>Cos'è il Software Libero?</h2>
382    
# Line 306  href="/philosophy/free-sw.html">quattro Line 396  href="/philosophy/free-sw.html">quattro
396  <ul>  <ul>
397  <li>Libertà di eseguire il programma come si desidera, per qualsiasi scopo  <li>Libertà di eseguire il programma come si desidera, per qualsiasi scopo
398  (libertà 0).</li>  (libertà 0).</li>
399  <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
400  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
401  <li>Libertà di ridistribuire copie in modo da aiutare il prossimo (libertà 2).</li>  precondition for this.</li>
402  <li>Libertà di migliorare il programma e distribuirne pubblicamente i  <li>The freedom to redistribute copies so you can help others (freedom 2).</li>
403  miglioramenti, in modo tale che tutta la comunità ne tragga beneficio  <li>The freedom to distribute copies of your modified versions to others
404  (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
405    benefit from your changes.  Access to the source code is a precondition for
406    this.</li>
407  </ul>  </ul>
408    
409  <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à
# Line 354  sviluppato perché è un progetto tecnic Line 446  sviluppato perché è un progetto tecnic
446  </div>  </div>
447    
448  <!-- /first-column -->  <!-- /first-column -->
449  <div class="second-column">  <div class="second-column" role="complementary" aria-describedby="petititon,
450    newsfeed, take action, priority projects, maintainers needed, etc.">
451    
452    <div class="emph-box beige">
453    <p><strong>The GNU Project supports the Free Software Foundation's petition to
454    call on school administrators around the world to stop requiring students to
455    run nonfree software. <a
456    href="https://my.fsf.org/give-students-userfreedom">Sign the petition for
457    freedom in the classroom</a></strong>.</p>
458    </div>
459    
460    <div class="emph-box beige">
461    <p><strong>The GNU Project strongly urges the community to communicate in ways
462    that are friendly, welcoming and kind. See the <a
463    href="/philosophy/kind-communication.html"> GNU Kind Communications
464    Guidelines</a></strong>.</p>
465    </div>
466    
467  <div id="Flashes" class="emph-box white">  <div id="Flashes" class="emph-box white">
468  <h3><a href="http://planet.gnu.org/">Planet GNU</a> <a  <h3><a href="https://planet.gnu.org/">Planet GNU</a> <a
469  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"
470  alt="Feed RSS" /></a></h3>  alt="Feed RSS" /></a></h3>
471  <div class="ltr">  <div class="ltr">
472    
473  <!--#include virtual="/planetfeeds.it.html" -->  <!--#include virtual="/planetfeeds.it.html" -->
474  </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>  
475  </div>  </div>
476    
477  <div id="Action" class="emph-box beige">  <div id="Action" class="emph-box beige">
# Line 374  aggiornato di recente</a>.</p> Line 479  aggiornato di recente</a>.</p>
479    
480  <ul>  <ul>
481  <li><strong>Sostenete gli sforzi per preservare la neutralità della rete in  <li><strong>Sostenete gli sforzi per preservare la neutralità della rete in
482  Europa, <a href="http://www.savetheinternet.com" title="Neutralità della  Europa, <a
483  rete negli USA">negli USA</a></strong> e nei vostri paesi.</li>  href="https://www.freepress.net/issues/free-open-internet/net-neutrality"
484    title="Neutralità della rete negli USA">negli USA</a></strong> e nei vostri
485  <li>Difendete <a href="http://www.laquadrature.net/en/Privacy"> la privacy</a> e  paesi.</li>
486  sostenete una <a  
487  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
488  riforma globale del copyright</a> con <a  privacy</a> e sostenete una <a
489  href="http://www.laquadrature.net/en/">LQDN</a>.</li>  href="https://www.laquadrature.net/en/?s=copyright"> riforma globale del
490    copyright</a> con <a href="http://www.laquadrature.net/en/">LQDN</a>.</li>
491    
492  <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
493  FSF</a></strong>.</li>  FSF</a></strong>.</li>
# Line 395  href="/server/takeaction.html#swpat">eur Line 501  href="/server/takeaction.html#swpat">eur
501  </div>  </div>
502    
503  <div id="unmaint" class="emph-box beige">  <div id="unmaint" class="emph-box beige">
504  <p><strong>Can you contribute to any of these <a  <p><strong>Potete aiutare in una di queste <a
505  href="//www.fsf.org/campaigns/priority-projects/">High Priority  href="http://www.fsf.org/campaigns/priority-projects/">Aree
506  Areas</a>?</strong></p>  prioritarie</a>?</strong></p>
507  <ul>  <ul>
508    <li>Free phone operating system,</li>    <li>Sistemi operativi liberi per cellulari,</li>
509    <li>decentralization, federation and self-hosting,</li>    <li>decentralizzazione e hosting autonomo,</li>
510    <li>free drivers, firmware and hardware designs,</li>    <li>driver, firmare e progetti hardware liberi,</li>
511    <li>real-time voice and video chat,</li>    <li>comunicazione audio e video in tempo reale,</li>
512    <li>encourage contribution by people underrepresented in the community,</li>    <li>incoraggiare i contributi da gruppi sottorappresentati nella comunità,</li>
513    <li>and more.</li>    <li> e altro.</li>
514  </ul>  </ul>
515    
516  <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
# Line 412  GNU package</a>?</strong></p> Line 518  GNU package</a>?</strong></p>
518  <ul>  <ul>
519  <li>  <li>
520    <a href="/software/cfengine/">cfengine</a>, <a    <a href="/software/cfengine/">cfengine</a>, <a
521    href="/software/freedink/">freedink</a>, <a
522  href="/software/freetalk/">freetalk</a>, <a  href="/software/freetalk/">freetalk</a>, <a
523  href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>,  href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>,
524  <a href="/software/quickthreads/">quickthreads</a>, are all looking for maintainers.</li>  <a href="/software/quickthreads/">quickthreads</a>, hanno bisogno di responsabili.</li>
525    
526  <li>Also, these packages are looking for co-maintainers:  <li>E questi altri cercano aiuto:
527    
528    <a href="/software/aspell/">aspell</a>, <a    <a href="/software/aspell/">aspell</a>, <a
529  href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a  href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a
# Line 426  href="/software/powerguru/">powerguru</a Line 533  href="/software/powerguru/">powerguru</a
533  href="/software/xboard/">xboard</a>.</li>  href="/software/xboard/">xboard</a>.</li>
534  </ul>  </ul>
535    
536  <p>See the package web pages for more information.</p>  <p>Per ulteriori informazioni vedere le pagine di ciascun pacchetto.</p>
537  </div>  </div>
538    
539  <div id="blurb" class="emph-box white">  <div id="blurb" class="emph-box white">
# Line 448  GNU</a></strong></p> Line 555  GNU</a></strong></p>
555  </div>  </div>
556  <!-- /second-column -->  <!-- /second-column -->
557  </div>  </div>
 <!-- /home -->  
 <div class="clear"></div>  
558    
559  <div class="translators-notes">  <!-- /home -->
560    <div style="clear:both"></div>
 <!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->  
  </div>  
561  </div>  </div>
562    
563  <!-- for id="content", starts in the include above -->  <!-- for id="content", starts in the include above -->
564  <!--#include virtual="/server/footer.it.html" -->  <!--#include virtual="/server/footer.it.html" -->
565    <div>
566  <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
567  href="http://www.fsfe.org">Europa</a>, <a  href="http://www.fsfe.org">Europa</a>, <a
568  href="http://www.fsfla.org/">America Latina</a> e <a  href="http://www.fsfla.org/">America Latina</a> e <a
569  href="http://gnu.org.in/">India</a>.</p>  href="http://fsf.org.in/">India</a>.<br />
570    Feel free to join them!</p>
571    
572  <!--#include virtual="/server/fs-gang.it.html" -->  <!--#include virtual="/server/fs-gang.it.html" -->
573  <div id="footer">  <div class="translators-notes">
574    
575    <!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
576     </div>
577    </div>
578    
579    <div id="footer" role="contentinfo">
580  <div class="unprintable">  <div class="unprintable">
581    
582  <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
583  href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>. Ci sono anche <a  href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>. Ci sono anche <a
584  href="/contact/">altri modi di contattare</a> la FSF. Inviate segnalazioni  href="/contact/">altri modi di contattare</a> la FSF. Inviate segnalazioni
585  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
# Line 485  href="mailto:webmasters@gnu.org">&lt;web Line 596  href="mailto:webmasters@gnu.org">&lt;web
596    
597          &lt;web-translators@gnu.org&gt;</a>.</p>          &lt;web-translators@gnu.org&gt;</a>.</p>
598    
599          <p>For information on coordinating and submitting translations of          <p>For information on coordinating and contributing translations of
600          our web pages, see <a          our web pages, see <a
601          href="/server/standards/README.translations.html">Translations          href="/server/standards/README.translations.html">Translations
602          README</a>. -->          README</a>. -->
603  Le traduzioni italiane sono effettuate ponendo la massima attenzione ai  Please see the <a
604  dettagli e alla qualità, ma a volte potrebbero contenere imperfezioni. Se ne  href="/server/standards/README.translations.html">Translations README</a>
605  riscontrate, inviate i vostri commenti e suggerimenti riguardo le traduzioni  for information on coordinating and contributing translations of this
606  a <a  article.</p>
 href="mailto:web-translators@gnu.org">&lt;web-translators@gnu.org&gt;</a>  
 oppure contattate direttamente il <a  
 href="http://savannah.gnu.org/projects/www-it/">gruppo dei traduttori  
 italiani</a>.<br/>Per informazioni su come gestire e inviare traduzioni  
 delle nostre pagine web consultate la <a  
 href="/server/standards/README.translations.html">Guida alle traduzioni</a>.</p>  
607  </div>  </div>
608    
609  <!-- Regarding copyright, in general, standalone pages (as opposed to  <!-- Regarding copyright, in general, standalone pages (as opposed to
# Line 517  href="/server/standards/README.translati Line 622  href="/server/standards/README.translati
622    
623       There is more detail about copyright years in the GNU Maintainers       There is more detail about copyright years in the GNU Maintainers
624       Information document, www.gnu.org/prep/maintain. -->       Information document, www.gnu.org/prep/maintain. -->
625  <p>Copyright &copy; 1996-2018 <a href="http://www.fsf.org">Free Software  <p>Copyright &copy; 1996-2021 <a href="http://www.fsf.org">Free Software
626  Foundation</a>, Inc.</p>  Foundation</a>, Inc.</p>
627    
628  <p>Questa pagina è distribuita secondo i termini della licenza <a rel="license"  <p>Questa pagina è distribuita secondo i termini della licenza <a rel="license"

Legend:
Removed from v.1.348  
changed lines
  Added in v.1.395

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26