1 |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
2 |
|
|
3 |
<!--#include virtual="/server/html5-header.it.html" --> |
<!--#include virtual="/server/html5-header.it.html" --> |
4 |
<!-- Parent-Version: 1.90 --> |
<!-- 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="hyperbola" |
<!--#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 |
<!-- |
<!-- |
26 |
|
blockquote.highlight-para { margin: 1.5em 0 0; } |
27 |
|
|
28 |
.first-column, .second-column { |
.first-column, .second-column { |
29 |
width: 46em; max-width: 100%; |
width: 46em; max-width: 100%; |
30 |
margin: auto; |
margin: auto; |
31 |
} |
} |
32 |
|
|
33 |
h2 { |
h2 { margin: 1.2em 0 .8em; } |
34 |
color: #333; |
h2.first { margin-top: .9em; } |
|
margin: 1.2em 0 .9em; |
|
|
} |
|
|
h2.first { |
|
|
margin-top: 1em; |
|
|
} |
|
35 |
|
|
36 |
#gnu-linux, .thumbs { |
#gnu-linux, .thumbs { |
37 |
text-align: center; |
text-align: center; |
43 |
max-width: 100%; |
max-width: 100%; |
44 |
margin: .5em auto; |
margin: .5em auto; |
45 |
} |
} |
46 |
.screenshot, .thumbs .image td { |
.screenshot { |
47 |
line-height: .8em; |
line-height: .8em; |
48 |
background: #444; |
background: #444; |
49 |
padding: .2em; |
padding: .2em; |
50 |
} |
} |
51 |
.screenshot a, .thumbs .image td a { |
.screenshot a { |
52 |
color: white; |
color: white; |
53 |
} |
} |
54 |
|
.screenshot a[href]:hover, .thumbs a[href]:hover { |
55 |
|
background-color: transparent; |
56 |
|
} |
57 |
.screenshot img { |
.screenshot img { |
58 |
width: 100%; |
width: 100%; |
59 |
} |
} |
61 |
line-height: 1.2em; |
line-height: 1.2em; |
62 |
margin: .2em 0 0; |
margin: .2em 0 0; |
63 |
} |
} |
64 |
.thumbs { |
div.thumbs { |
65 |
|
display: inline-block; |
66 |
width: 100%; |
width: 100%; |
67 |
display: block; |
white-space: nowrap; |
68 |
overflow: auto; |
overflow: auto; |
69 |
padding-bottom: .2em; |
padding-bottom: .8em; |
70 |
} |
} |
71 |
.thumbs td { |
div.thumbs div { |
72 |
|
display: inline-block; |
73 |
vertical-align: top; |
vertical-align: top; |
74 |
padding: .1em; |
white-space: normal; |
75 |
border: 0; |
width: 8em; |
76 |
border-left: .5em solid white; |
margin: 0 2px; |
|
} |
|
|
.thumbs td:first-child { |
|
|
border: 0; |
|
77 |
} |
} |
78 |
.thumbs .caption td { |
div.thumbs img { |
79 |
line-height: 1em; |
width: 100%; |
80 |
} |
border: 1px solid #444; |
|
.thumbs img { |
|
|
width: 10em; |
|
|
max-width: 100%; |
|
|
min-width: 8em; |
|
81 |
} |
} |
82 |
p.btn-left a, p.btn-right a, |
.btn-left a[href], .btn-right a[href] { |
83 |
p.btn-left a:visited, p.btn-right a:visited { |
display: inline-block; |
84 |
|
text-align: center; |
85 |
|
font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif; |
86 |
font-size: 1.6em; |
font-size: 1.6em; |
87 |
padding: .4em .6em; |
font-weight: bold; |
88 |
|
text-decoration: none; |
89 |
|
padding: .4em .6em .5em; |
90 |
color: #b02500; |
color: #b02500; |
91 |
|
background: white; |
92 |
border: .1em solid #b02500; |
border: .1em solid #b02500; |
93 |
margin: .3em 0; |
border-radius: .3em; |
94 |
|
} |
95 |
|
.btn-left a[href]:hover, .btn-right a[href]:hover { |
96 |
|
text-decoration: none; |
97 |
|
color: #a42e2b; |
98 |
|
background: #f6e5e1; |
99 |
|
border-color: #a42e2b; |
100 |
} |
} |
101 |
p.btn-left { |
.btn-left { |
102 |
float: left; |
float: left; |
103 |
margin: .7em 0; |
margin: 2em 0; |
104 |
} |
} |
105 |
p.btn-right { |
.btn-right { |
106 |
float: right; |
float: right; |
107 |
margin: 0 0 .3em; |
margin: 2em 0 1.5em; |
|
} |
|
|
p.button a:hover { |
|
|
color: #777; |
|
|
border-color: #777; |
|
108 |
} |
} |
109 |
|
.btn-right a { margin-left: .7em; } |
110 |
|
|
111 |
.first-column p.back { |
.first-column p.back { |
112 |
margin-bottom: 0; |
margin-bottom: 0; |
113 |
} |
} |
130 |
} |
} |
131 |
h3 img { |
h3 img { |
132 |
height: .8em; |
height: .8em; |
133 |
margin-left: .5em; |
vertical-align: middle; |
134 |
|
padding: 0 .5em .2em; |
135 |
|
background: white; |
136 |
|
} |
137 |
|
#Flashes h3 a { |
138 |
|
background: none; |
139 |
} |
} |
140 |
#blurb h4 { |
#blurb h4 { |
141 |
text-align: left; |
text-align: left; |
174 |
padding: 0 3% 2em; |
padding: 0 3% 2em; |
175 |
margin: 0; |
margin: 0; |
176 |
} |
} |
177 |
|
video track a[href] { color: white; } |
178 |
|
|
179 |
@media (min-width: 60em) { |
@media (min-width: 60em) { |
180 |
.first-column { |
.first-column { |
192 |
} |
} |
193 |
} |
} |
194 |
--> |
--> |
195 |
|
<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" --> |
196 |
|
<!-- |
197 |
|
.btn-left { |
198 |
|
float: right; |
199 |
|
} |
200 |
|
.btn-right { |
201 |
|
float: left; |
202 |
|
} |
203 |
|
@media (min-width: 60em) { |
204 |
|
.first-column { |
205 |
|
float: right; |
206 |
|
} |
207 |
|
.second-column { |
208 |
|
float: left; |
209 |
|
} |
210 |
|
}--> |
211 |
|
<!--#endif --> |
212 |
|
|
213 |
|
|
214 |
|
|
215 |
|
|
216 |
</style> |
</style> |
217 |
|
|
226 |
|
|
227 |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
228 |
<video width="100%" controls="controls" crossorigin="anonymous" |
<video width="100%" controls="controls" crossorigin="anonymous" |
229 |
poster="https://static.fsf.org/nosvn/videos/fsf-shoetool/thumbnails/ShoeTool-Cover-1.jpg"> |
poster="https://static.fsf.org/nosvn/videos/fight-to-repair/thumbnails/FTR_David_Bike1_meme_7.jpeg"> |
230 |
|
|
231 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" /> |
232 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv" type="video/ogg" /> |
233 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4" type="video/mp4" /> |
234 |
|
|
235 |
<source |
<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" /> |
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.webm" |
|
|
type="video/webm" /> |
|
|
<source |
|
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.ogv" |
|
|
type="video/ogg" /> |
|
|
<source |
|
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.mp4" |
|
|
type="video/mp4" /> |
|
|
|
|
|
<!-- GNUN: localize URL /server/banners/shoetoolfsf.vtt --> |
|
|
<track kind="subtitles" label="default" default="default" |
|
|
src="/server/banners/shoetoolfsf.vtt" /> |
|
|
<track kind="subtitles" label="English" srclang="en" |
|
|
src="/server/banners/shoetoolfsf.en.vtt" /> |
|
|
<track kind="subtitles" label="español" srclang="es" |
|
|
src="/server/banners/shoetoolfsf.es.vtt" /> |
|
|
<track kind="subtitles" label="euskara" srclang="eu" |
|
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_eu.vtt" /> |
|
|
<track kind="subtitles" label="français" srclang="fr" |
|
|
src="/server/banners/shoetoolfsf.fr.vtt" /> |
|
|
<track kind="subtitles" label="Nederlands" srclang="nl" |
|
|
src="/server/banners/shoetoolfsf.nl.vtt" /> |
|
|
<track kind="subtitles" label="română" srclang="ro" |
|
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_ro.vtt" /> |
|
|
<track kind="subtitles" label="தமிழ்" srclang="ta" |
|
|
src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_ta.vtt" /> |
|
|
<track kind="subtitles" label="українська" srclang="uk" |
|
|
src="/server/banners/shoetoolfsf.uk.vtt" /> |
|
236 |
</video> |
</video> |
237 |
</div> |
</div> |
238 |
|
|
239 |
<p class="c"> |
<p class="c"> |
240 |
<a |
<a |
241 |
href="https://www.fsf.org/blogs/community/presenting-shoetool-happy-holidays-from-the-fsf"> |
href="https://www.fsf.org/blogs/community/watch-fight-to-repair-demand-the-right-to-repair"> |
242 |
ShoeTool — HAPPY HOLIDAYS FROM THE FSF!</a></p> |
Fight to Repair: A video from the FSF</a></p> |
243 |
|
|
244 |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
245 |
|
|
255 |
software libero. <a href="#More-GNU">Altre informazioni su GNU qui |
software libero. <a href="#More-GNU">Altre informazioni su GNU qui |
256 |
sotto</a>.</p> |
sotto</a>.</p> |
257 |
|
|
258 |
<p class="button btn-left"> |
<div class="btn-left"> |
259 |
<a href="/distros/free-distros.html">Try GNU/Linux</a></p> |
<a href="/distros/free-distros.html">Provate GNU/Linux!</a></div> |
260 |
<div style="clear: left"></div> |
<div style="clear:both"></div> |
261 |
|
|
262 |
<div id="gnu-linux"> |
<div id="gnu-linux"> |
263 |
<!--#if expr="$DISTRO = dragora" --> |
<!--#if expr="$DISTRO = dragora" --> |
300 |
alt=" [Screenshot of Parabola with LXDE desktop] " /></a> |
alt=" [Screenshot of Parabola with LXDE desktop] " /></a> |
301 |
</div> |
</div> |
302 |
<p><small><a href="https://www.parabola.nu">Parabola 2020</a> with <a |
<p><small><a href="https://www.parabola.nu">Parabola 2020</a> with <a |
303 |
href="https://lxde.org/">LXDE desktop</a></small></p> |
href="http://lxde.sourceforge.net/about.html">LXDE desktop</a></small></p> |
304 |
<!--#endif |
<!--#endif |
305 |
--> |
--> |
306 |
<!--#if expr="$DISTRO = pureos" --> |
<!--#if expr="$DISTRO = pureos" --> |
316 |
--> |
--> |
317 |
<!--#if expr="$DISTRO = trisquel" --> |
<!--#if expr="$DISTRO = trisquel" --> |
318 |
<div class="screenshot"> |
<div class="screenshot"> |
319 |
<a href="/distros/screenshots/trisquel8-mate.jpg"><img |
<a href="https://trisquel.info/files/screenshots/etiona-media.jpg"><img |
320 |
src="/distros/screenshots/trisquel8-mate-medium.jpg" |
src="/distros/screenshots/trisquel9-mate.jpg" |
321 |
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a> |
alt=" [Screenshot of Trisquel 9 with MATE desktop] " /></a> |
322 |
</div> |
</div> |
323 |
<p><small><a href="https://trisquel.info">Trisquel 8</a> with <a |
<p><small><a href="https://trisquel.info">Trisquel 9</a> with <a |
324 |
href="https://mate-desktop.org/">MATE</a> desktop, Abrowser (web browser), |
href="https://mate-desktop.org/">MATE</a> desktop, and VLC media |
325 |
and Inkscape (vector graphics editor)</small></p> |
player</small></p> |
326 |
<!--#endif --> |
<!--#endif --> |
327 |
</div> |
</div> |
328 |
|
|
329 |
<table class="thumbs"> |
<div class="thumbs"> |
330 |
<tr class="image"> |
<div> |
331 |
<td><a href="/home.html?distro=dragora#gnu-linux"><img |
<a href="/home.html?distro=dragora#gnu-linux"><img |
332 |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
333 |
alt=" [Screenshot of Dragora 3.0-beta1 with IceWM window manager] " /></a></td> |
alt=" [Screenshot of Dragora 3.0-beta1 with IceWM window manager] " /></a> |
334 |
<td><a href="/home.html?distro=guix#gnu-linux"><img |
|
335 |
|
<small>Dragora / IceWM</small> |
336 |
|
</div> |
337 |
|
|
338 |
|
<div> |
339 |
|
<a href="/home.html?distro=guix#gnu-linux"><img |
340 |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
341 |
alt=" [Screenshot of Guix 0.15 with GNOME 3 desktop] " /></a></td> |
alt=" [Screenshot of Guix 0.15 with GNOME 3 desktop] " /></a> |
342 |
<td><a href="/home.html?distro=hyperbola#gnu-linux"><img |
|
343 |
|
<small>Guix / GNOME3</small> |
344 |
|
</div> |
345 |
|
|
346 |
|
<div> |
347 |
|
<a href="/home.html?distro=hyperbola#gnu-linux"><img |
348 |
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
349 |
alt=" [Screenshot of Hyperbola 0.3 with i3 window manager] " /></a></td> |
alt=" [Screenshot of Hyperbola 0.3 with i3 window manager] " /></a> |
350 |
<td><a href="/home.html?distro=parabola#gnu-linux"><img |
|
351 |
|
<small>Hyperbola / i3</small> |
352 |
|
</div> |
353 |
|
|
354 |
|
<div> |
355 |
|
<a href="/home.html?distro=parabola#gnu-linux"><img |
356 |
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
357 |
alt=" [Screenshot of Parabola 2020 with LXDE desktop] " /></a></td> |
alt=" [Screenshot of Parabola 2020 with LXDE desktop] " /></a> |
358 |
<td><a href="/home.html?distro=pureos#gnu-linux"><img |
|
359 |
|
<small>Parabola / LXDE</small> |
360 |
|
</div> |
361 |
|
|
362 |
|
<div> |
363 |
|
<a href="/home.html?distro=pureos#gnu-linux"><img |
364 |
src="/distros/screenshots/gnome3-thumb.jpg" |
src="/distros/screenshots/gnome3-thumb.jpg" |
365 |
alt=" [Screenshot of PureOS 8 with GNOME 3 desktop] " /></a></td> |
alt=" [Screenshot of PureOS 8 with GNOME 3 desktop] " /></a> |
366 |
<td><a href="/home.html?distro=trisquel#gnu-linux"><img |
|
367 |
src="/distros/screenshots/trisquel8-mate-thumb.jpg" |
<small>PureOS / GNOME3</small> |
368 |
alt=" [Screenshot of Trisquel 8 with MATE desktop] " /></a></td> |
</div> |
|
</tr> |
|
|
<tr class="caption"> |
|
|
<td><small>Dragora / IceWM</small></td> |
|
|
<td><small>Guix / GNOME3</small></td> |
|
|
<td><small>Hyperbola / i3</small></td> |
|
|
<td><small>Parabola / LXDE</small></td> |
|
|
<td><small>PureOS / GNOME3</small></td> |
|
|
<td><small>Trisquel / MATE</small></td> |
|
|
</tr> |
|
|
</table> |
|
369 |
|
|
370 |
<p class="button btn-right"> |
<div> |
371 |
... or <a |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
372 |
|
src="/distros/screenshots/trisquel9-mate-thumb.jpg" |
373 |
|
alt=" [Screenshot of Trisquel 9 with MATE desktop] " /></a> |
374 |
|
|
375 |
|
<small>Trisquel / MATE</small> |
376 |
|
</div> |
377 |
|
</div> |
378 |
|
|
379 |
|
<div class="btn-right">... o <a |
380 |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
381 |
Try parts of GNU</a></p> |
Provate parti di GNU</a></div> |
382 |
<div style="clear: right"></div> |
<div style="clear:both"></div> |
383 |
|
|
384 |
<h2>Cos'è il movimento per il software libero?</h2> |
<h2>Cos'è il movimento per il software libero?</h2> |
385 |
|
|
386 |
<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 |
387 |
freedom that comes from free software. Free software puts its users in |
informatici la libertà che deriva dal software libero. Il software libero dà |
388 |
control of their own computing. Nonfree software puts its users under the |
a chi lo usa il controllo delle proprie elaborazioni informatiche, mentre il |
389 |
power of the software's developer. See <a |
software non libero pone chi lo usa sotto il dominio dello |
390 |
href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society"> |
sviluppatore. È disponibile un <a |
391 |
the video explanation</a>.</p> |
href="https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society">video |
392 |
|
di spiegazione</a> (in inglese).</p> |
393 |
|
|
394 |
<h2>Cos'è il Software Libero?</h2> |
<h2>Cos'è il Software Libero?</h2> |
395 |
|
|
462 |
<div class="second-column"> |
<div class="second-column"> |
463 |
|
|
464 |
<div class="emph-box beige"> |
<div class="emph-box beige"> |
465 |
|
<p><strong>The GNU Project supports the Free Software Foundation's petition to |
466 |
|
call on school administrators around the world to stop requiring students to |
467 |
|
run nonfree software. <a |
468 |
|
href="https://my.fsf.org/give-students-userfreedom">Sign the petition for |
469 |
|
freedom in the classroom</a></strong>.</p> |
470 |
|
</div> |
471 |
|
|
472 |
|
<div class="emph-box beige"> |
473 |
<p><strong>The GNU Project strongly urges the community to communicate in ways |
<p><strong>The GNU Project strongly urges the community to communicate in ways |
474 |
that are friendly, welcoming and kind. See the <a |
that are friendly, welcoming and kind. See the <a |
475 |
href="/philosophy/kind-communication.html"> GNU Kind Communications |
href="/philosophy/kind-communication.html"> GNU Kind Communications |
477 |
</div> |
</div> |
478 |
|
|
479 |
<div id="Flashes" class="emph-box white"> |
<div id="Flashes" class="emph-box white"> |
480 |
<h3>Planet GNU <a href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
<h3><a href="https://planet.gnu.org/">Planet GNU</a> <a |
481 |
|
href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
482 |
alt="Feed RSS" /></a></h3> |
alt="Feed RSS" /></a></h3> |
483 |
<div class="ltr"> |
<div class="ltr"> |
484 |
|
|
490 |
<h3>Attivatevi</h3> |
<h3>Attivatevi</h3> |
491 |
|
|
492 |
<ul> |
<ul> |
493 |
<li><strong>Support the efforts on net neutrality <a |
<li><strong>Sostenete gli sforzi per preservare la neutralità della rete in |
494 |
|
Europa, <a |
495 |
href="https://www.freepress.net/issues/free-open-internet/net-neutrality" |
href="https://www.freepress.net/issues/free-open-internet/net-neutrality" |
496 |
title="Net neutrality in the United States of America">in the |
title="Neutralità della rete negli USA">negli USA</a></strong> e nei vostri |
497 |
USA</a></strong>, and in your home country.</li> |
paesi.</li> |
498 |
|
|
499 |
<li>Defend <a href="https://www.laquadrature.net/en/personnal-data/"> |
<li>Difendete <a href="https://www.laquadrature.net/en/personnal-data/"> la |
500 |
privacy</a>, and support <a |
privacy</a> e sostenete una <a |
501 |
href="https://www.laquadrature.net/en/?s=copyright"> global copyright |
href="https://www.laquadrature.net/en/?s=copyright"> riforma globale del |
502 |
reform</a> with <a href="https://www.laquadrature.net/en/">LQDN</a>.</li> |
copyright</a> con <a href="http://www.laquadrature.net/en/">LQDN</a>.</li> |
503 |
|
|
504 |
<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 |
505 |
FSF</a></strong>.</li> |
FSF</a></strong>.</li> |
513 |
</div> |
</div> |
514 |
|
|
515 |
<div id="unmaint" class="emph-box beige"> |
<div id="unmaint" class="emph-box beige"> |
516 |
<p><strong>Can you contribute to any of these <a |
<p><strong>Potete aiutare in una di queste <a |
517 |
href="//www.fsf.org/campaigns/priority-projects/">High Priority |
href="http://www.fsf.org/campaigns/priority-projects/">Aree |
518 |
Areas</a>?</strong></p> |
prioritarie</a>?</strong></p> |
519 |
<ul> |
<ul> |
520 |
<li>Free phone operating system,</li> |
<li>Sistemi operativi liberi per cellulari,</li> |
521 |
<li>decentralization, federation and self-hosting,</li> |
<li>decentralizzazione e hosting autonomo,</li> |
522 |
<li>free drivers, firmware and hardware designs,</li> |
<li>driver, firmare e progetti hardware liberi,</li> |
523 |
<li>real-time voice and video chat,</li> |
<li>comunicazione audio e video in tempo reale,</li> |
524 |
<li>encourage contribution by people underrepresented in the community,</li> |
<li>incoraggiare i contributi da gruppi sottorappresentati nella comunità,</li> |
525 |
<li>and more.</li> |
<li> e altro.</li> |
526 |
</ul> |
</ul> |
527 |
|
|
528 |
<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 |
530 |
<ul> |
<ul> |
531 |
<li> |
<li> |
532 |
<a href="/software/cfengine/">cfengine</a>, <a |
<a href="/software/cfengine/">cfengine</a>, <a |
533 |
|
href="/software/freedink/">freedink</a>, <a |
534 |
href="/software/freetalk/">freetalk</a>, <a |
href="/software/freetalk/">freetalk</a>, <a |
535 |
href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>, |
href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>, |
536 |
<a href="/software/quickthreads/">quickthreads</a>, are all looking for maintainers.</li> |
<a href="/software/quickthreads/">quickthreads</a>, hanno bisogno di responsabili.</li> |
537 |
|
|
538 |
<li>Also, these packages are looking for co-maintainers: |
<li>E questi altri cercano aiuto: |
539 |
|
|
540 |
<a href="/software/aspell/">aspell</a>, <a |
<a href="/software/aspell/">aspell</a>, <a |
541 |
href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a |
href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a |
545 |
href="/software/xboard/">xboard</a>.</li> |
href="/software/xboard/">xboard</a>.</li> |
546 |
</ul> |
</ul> |
547 |
|
|
548 |
<p>See the package web pages for more information.</p> |
<p>Per ulteriori informazioni vedere le pagine di ciascun pacchetto.</p> |
549 |
</div> |
</div> |
550 |
|
|
551 |
<div id="blurb" class="emph-box white"> |
<div id="blurb" class="emph-box white"> |
578 |
|
|
579 |
<!-- for id="content", starts in the include above --> |
<!-- for id="content", starts in the include above --> |
580 |
<!--#include virtual="/server/footer.it.html" --> |
<!--#include virtual="/server/footer.it.html" --> |
581 |
<p id="sisters">The <a href="http://www.fsf.org/">FSF</a> also has sister organizations in |
<p id="sisters">La <a href="http://www.fsf.org/">FSF</a> ha organizzazioni omologhe in <a |
582 |
<a href="http://www.fsfe.org">Europe</a>, <a |
href="http://www.fsfe.org">Europa</a>, <a |
583 |
href="http://www.fsfla.org/">Latin America</a> and <a |
href="http://www.fsfla.org/">America Latina</a> e <a |
584 |
href="http://fsf.org.in/">India</a>.<br /> |
href="http://fsf.org.in/">India</a>.<br /> |
585 |
Feel free to join them!</p> |
Feel free to join them!</p> |
586 |
|
|
637 |
|
|
638 |
There is more detail about copyright years in the GNU Maintainers |
There is more detail about copyright years in the GNU Maintainers |
639 |
Information document, www.gnu.org/prep/maintain. --> |
Information document, www.gnu.org/prep/maintain. --> |
640 |
<p>Copyright © 1996-2020 <a href="http://www.fsf.org">Free Software |
<p>Copyright © 1996-2021 <a href="http://www.fsf.org">Free Software |
641 |
Foundation</a>, Inc.</p> |
Foundation</a>, Inc.</p> |
642 |
|
|
643 |
<p>Questa pagina è distribuita secondo i termini della licenza <a rel="license" |
<p>Questa pagina è distribuita secondo i termini della licenza <a rel="license" |