13 |
usano." /> |
usano." /> |
14 |
<link rel="alternate" title="Planet GNU" href="http://planet.gnu.org/rss20.xml" type="application/rss+xml" /> |
<link rel="alternate" title="Planet GNU" href="http://planet.gnu.org/rss20.xml" type="application/rss+xml" /> |
15 |
|
|
16 |
|
<style type="text/css" media="print,screen"> |
17 |
|
<!-- |
18 |
|
/* === Banner === */ |
19 |
|
#gnuhealth { display: none; } |
20 |
|
@media (min-width: 57em) { |
21 |
|
#gnuhealth { |
22 |
|
display: block; |
23 |
|
width: 100%; |
24 |
|
margin-top: 2.3em; |
25 |
|
} |
26 |
|
} |
27 |
|
/* === Not necessary with the final version of layout.css === */ |
28 |
|
h2 { text-shadow: none; } |
29 |
|
.emph-box p, .emph-box ul, .emph-box ul li { |
30 |
|
margin-bottom: 0; /* For NetSurf */ |
31 |
|
} |
32 |
|
#fsf-frame { display: none; } |
33 |
|
@media (min-width: 57em) { |
34 |
|
#fsf-frame { display: block; } |
35 |
|
} |
36 |
|
/* ======================= */ |
37 |
|
|
38 |
|
#content { |
39 |
|
margin: 0; |
40 |
|
} |
41 |
|
.first-column, .second-column { |
42 |
|
width: 40em; max-width: 100%; |
43 |
|
margin: auto; |
44 |
|
} |
45 |
|
|
46 |
|
h2 { |
47 |
|
color: #333; |
48 |
|
margin: 1.2em 0 .9em; |
49 |
|
} |
50 |
|
h2.first { |
51 |
|
margin-top: 1em; |
52 |
|
} |
53 |
|
#gnu-linux { |
54 |
|
width: 30em; max-width: 100%; |
55 |
|
text-align: center; |
56 |
|
margin: 0 auto 1em; |
57 |
|
} |
58 |
|
#gnu-linux img { |
59 |
|
width: 100%; |
60 |
|
} |
61 |
|
.button { |
62 |
|
font-size: 1.8em; |
63 |
|
text-align: center; |
64 |
|
font-weight: bold; |
65 |
|
margin: 1.7em 0; |
66 |
|
} |
67 |
|
.button a, .button a:visited { |
68 |
|
display: block; |
69 |
|
padding: .4em .6em; |
70 |
|
color: #971611; |
71 |
|
text-decoration: none; |
72 |
|
background: #e7e9eb; |
73 |
|
border: .1em solid #c9cccf; |
74 |
|
border-radius: .3em; |
75 |
|
-moz-border-radius: .3em; |
76 |
|
-khtml-border-radius: .3em; |
77 |
|
-webkit-border-radius: .3em; |
78 |
|
-opera-border-radius: .3em; |
79 |
|
} |
80 |
|
.button a:hover { |
81 |
|
color: #777; |
82 |
|
} |
83 |
|
.first-column p.back { |
84 |
|
margin-bottom: 0; |
85 |
|
} |
86 |
|
|
87 |
|
.second-column .emph-box { |
88 |
|
padding: 0 1.2em 1.2em; |
89 |
|
margin-top: 1.5em; |
90 |
|
} |
91 |
|
.second-column .emph-box.white { |
92 |
|
background: white; |
93 |
|
} |
94 |
|
.second-column .emph-box .back { |
95 |
|
margin-top: 1em; |
96 |
|
} |
97 |
|
h3 { |
98 |
|
margin-top: .7em; |
99 |
|
} |
100 |
|
h3 img { |
101 |
|
height: .8em; |
102 |
|
margin-left: .5em; |
103 |
|
} |
104 |
|
#blurb h4 { |
105 |
|
text-align: left; |
106 |
|
font-size: 1.5em; |
107 |
|
margin-top: .4em; |
108 |
|
} |
109 |
|
#blurb h4 img { |
110 |
|
float: left; |
111 |
|
margin-right: .5em; |
112 |
|
} |
113 |
|
#Flashes p, #unmaint li, #blurb p, #blurb p small { |
114 |
|
font-size: .9em; |
115 |
|
} |
116 |
|
#unmaint li, #blurb p { |
117 |
|
color: #404040; |
118 |
|
} |
119 |
|
#unmaint strong { |
120 |
|
display: block; |
121 |
|
font-size: 1.1em; |
122 |
|
color: black; |
123 |
|
} |
124 |
|
|
125 |
|
.clear { |
126 |
|
clear: both; |
127 |
|
height: 2em; |
128 |
|
} |
129 |
|
.translators-notes { |
130 |
|
width: 44.4em; max-width: 100%; |
131 |
|
margin: 0 auto; |
132 |
|
} |
133 |
|
#mission-statement { margin-bottom: 0; } |
134 |
|
#sisters { font-size: .9em; margin: 0 3% 2em; } |
135 |
|
|
136 |
|
@media (min-width: 57em) { |
137 |
|
.first-column { |
138 |
|
width: 61%; |
139 |
|
float: left; |
140 |
|
margin: 0; |
141 |
|
} |
142 |
|
.second-column { |
143 |
|
width: 33%; |
144 |
|
float: right; |
145 |
|
margin: 0; |
146 |
|
} |
147 |
|
.translators-notes { |
148 |
|
width: 100%; |
149 |
|
} |
150 |
|
} |
151 |
|
--> |
152 |
|
|
153 |
|
</style> |
154 |
|
|
155 |
<!--#include virtual="/server/fs-gang-definitions.html" --> |
<!--#include virtual="/server/fs-gang-definitions.html" --> |
156 |
<!--#include virtual="/po/home.translist" --> |
<!--#include virtual="/po/home.translist" --> |
157 |
<!--#include virtual="/server/banner.it.html" --> |
<!--#include virtual="/server/banner.it.html" --> |
158 |
<p class="netscape4">GNU è il solo sistema operativo sviluppato appositamente per dare libertà ai |
<p class="no-display">GNU è il solo sistema operativo sviluppato appositamente per dare libertà ai |
159 |
suoi utenti. Cosa è GNU, e quale libertà è a rischio?</p> |
suoi utenti. Cosa è GNU, e quale libertà è a rischio?</p> |
160 |
|
|
161 |
<div id="home"> |
<div id="home"> |
162 |
<div class="first-column"> |
<div class="first-column"> |
163 |
|
|
164 |
<h2>Cos'è il Progetto GNU?</h2> |
<h2 class="first">Cos'è il Progetto GNU?</h2> |
165 |
|
|
166 |
<p>GNU è un sistema operativo distribuito come <a |
<p>GNU è un sistema operativo distribuito come <a |
167 |
href="/philosophy/free-sw.html">software libero</a>: rispetta la libertà |
href="/philosophy/free-sw.html">software libero</a>: rispetta la libertà |
173 |
software libero. <a href="#More-GNU">Altre informazioni su GNU qui |
software libero. <a href="#More-GNU">Altre informazioni su GNU qui |
174 |
sotto</a>.</p> |
sotto</a>.</p> |
175 |
|
|
176 |
<p class="c"><a href="/distros/screenshot.html"><img |
<div id="gnu-linux"> |
177 |
src="/distros/screenshots/trisquel.png" alt="Schermate di GNU" |
<p class="button large"><a href="/distros/free-distros.html">Provate GNU/Linux!</a></p> |
178 |
/></a></p> |
|
179 |
|
<a href="/distros/screenshot.html"><img |
180 |
|
src="/distros/screenshots/gnewsense2-medium.jpg" |
181 |
|
alt="Schermate di GNU"/></a> |
182 |
|
</div> |
183 |
|
|
184 |
<h2>Cos'è il movimento per il software libero?</h2> |
<h2>Cos'è il movimento per il software libero?</h2> |
185 |
|
|
253 |
in sviluppo dal 1990 (prima che nascesse Linux) e continua ad essere |
in sviluppo dal 1990 (prima che nascesse Linux) e continua ad essere |
254 |
sviluppato perché è un progetto tecnicamente interessante.</p> |
sviluppato perché è un progetto tecnicamente interessante.</p> |
255 |
|
|
256 |
<p><a href="/gnu/gnu.html">Ulteriori informazioni</a>.</p> |
<p class="back"><a href="/gnu/gnu.html">Ulteriori informazioni</a></p> |
|
|
|
257 |
</div> |
</div> |
258 |
|
|
259 |
<!-- /first-column --> |
<!-- /first-column --> |
260 |
<div class="second-column"> |
<div class="second-column"> |
261 |
|
|
262 |
<p class="button c large"><a href="/distros/free-distros.html">Provate GNU/Linux!</a></p> |
<a href="http://www.gnuhealthcon.org/2016-las_palmas/"><img id="gnuhealth" |
263 |
|
src="/server/staging/gnuhealth/gnuhealthcon2016_small.jpg" alt="GNUHealth Conference 2016" /></a> |
|
<div class="emph-box"> |
|
264 |
|
|
265 |
<h4 id="Flashes"><a href="http://planet.gnu.org/">Planet GNU</a> <a |
<div id="Flashes" class="emph-box white"> |
266 |
href="http://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" alt="Feed RSS" /></a></h4> |
<h3><a href="http://planet.gnu.org/">Planet GNU</a> <a |
267 |
|
href="http://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" alt="Feed RSS" /></a></h3> |
268 |
|
|
269 |
<!--#include virtual="/planetfeeds.it.html" --> |
<!--#include virtual="/planetfeeds.it.html" --> |
270 |
<p>Per ulteriori notizie vedere <a href="http://planet.gnu.org/">Planet GNU</a> |
<p>Per ulteriori notizie vedere <a href="http://planet.gnu.org/">Planet GNU</a> |
271 |
e l'elenco del <a href="/software/recent-releases.html">software GNU |
e l'elenco del <a href="/software/recent-releases.html">software GNU |
272 |
aggiornato di recente</a>.</p> |
aggiornato di recente</a>.</p> |
|
|
|
|
<!--#include virtual="/server/home-pkgselect.html" --> |
|
|
<!--#include virtual="/server/home-pkgblurbs.it.html" --> |
|
|
<p><small><a href="/manual/blurbs.html">Brevi descrizioni di tutti i pacchetti |
|
|
GNU.</a></small></p> |
|
|
|
|
273 |
</div> |
</div> |
274 |
|
|
275 |
<!-- class="emph-box" --> |
<div id="Action" class="emph-box"> |
276 |
<div id="Action"> |
<h3>Attivatevi</h3> |
|
|
|
|
<!-- BEGIN TakeAction --> |
|
|
<h2>Attivatevi</h2> |
|
277 |
|
|
278 |
<ul> |
<ul> |
279 |
<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 |
293 |
<li><strong>Lottate contro i brevetti sul software:</strong> a livello <a |
<li><strong>Lottate contro i brevetti sul software:</strong> a livello <a |
294 |
href="http://www.endsoftpatents.org">mondiale</a> e <a |
href="http://www.endsoftpatents.org">mondiale</a> e <a |
295 |
href="/server/takeaction.html#swpat">europeo</a>.</li> |
href="/server/takeaction.html#swpat">europeo</a>.</li> |
|
|
|
|
<li><strong>Guardate e pubblicizzate questo filmato:</strong> <a |
|
|
href="http://patentabsurdity.com">Patent Absurdity</a> — ringraziamo i |
|
|
<a href="http://www.fsf.org/associate/">membri associati della FSF</a>, |
|
|
gente come <a href="http://fsf.org/jfb">voi</a>.</li> |
|
|
|
|
|
<li><strong><a href="/server/takeaction.html#wipochange">Chiedete che WIPO |
|
|
cambi nome e scopi</a></strong>.</li> |
|
|
|
|
|
<li>Studenti, <a |
|
|
href="http://www.aful.org/communiques/univ-offers-me-windows">fatevi |
|
|
rimborsare le vostre licenze Microsoft Windows inutilizzate</a>!</li> |
|
|
|
|
|
<li><a href="/server/takeaction.html#directory">Contribuite software alla Free |
|
|
Software Directory</a>.</li> |
|
|
|
|
|
<li><a href="/server/takeaction.html">Altre possibili iniziative</a></li> |
|
|
|
|
296 |
</ul> |
</ul> |
297 |
|
|
298 |
<!-- END TakeAction --> |
<p class="back"><a href="/server/takeaction.html">Altre possibili iniziative</a></p> |
|
</div> |
|
|
<!-- /Action --> |
|
299 |
</div> |
</div> |
|
<!-- /second-column --> |
|
|
</div> |
|
|
|
|
|
<!-- /home --> |
|
|
<div class="highlight-para"> |
|
300 |
|
|
301 |
<p><strong>Potete aiutare in uno di questi <a |
<div id="unmaint" class="emph-box"> |
302 |
|
<ul> |
303 |
|
<li><strong>Potete aiutare in uno di questi <a |
304 |
href="http://www.fsf.org/campaigns/priority-projects/">Progetti |
href="http://www.fsf.org/campaigns/priority-projects/">Progetti |
305 |
prioritari</a>?</strong> Gnash, coreboot, distribuzioni libere di GNU/Linux, |
prioritari</a>?</strong> Gnash, coreboot, distribuzioni libere di GNU/Linux, |
306 |
GNU Octave, drivers per router di rete, reversible debugging in GDB, |
GNU Octave, drivers per router di rete, reversible debugging in GDB, |
307 |
trascrizione automatica dell'audio, driver PowerVR e alternative libere a |
trascrizione automatica dell'audio, driver PowerVR e alternative libere a |
308 |
Skype, alle librerie OpenDWG e ad Oracle Forms.</p> |
Skype, alle librerie OpenDWG e ad Oracle Forms.</li> |
309 |
|
|
310 |
<p id="unmaint"><strong>Potete aiutare a ripristinare un <a |
<li><strong>Potete aiutare a ripristinare un <a |
311 |
href="/server/takeaction.html#unmaint">pacchetto GNU |
href="/server/takeaction.html#unmaint">pacchetto GNU |
312 |
abbandonato</a>?</strong> |
abbandonato</a>?</strong> |
313 |
|
|
314 |
<a href="/software/ggradebook/">ggradebook</a>, <a |
<a href="/software/halifax/">halifax</a>, <a |
|
href="/software/halifax/">halifax</a>, <a |
|
|
href="/software/metahtml/">metahtml</a>, <a |
|
315 |
href="/software/orgadoc/">orgadoc</a> |
href="/software/orgadoc/">orgadoc</a> |
316 |
, hanno bisogno di <a |
, hanno bisogno di <a |
317 |
href="/server/takeaction.html#unmaint">responsabili</a>. E questi altri |
href="/server/takeaction.html#unmaint">responsabili</a>. E questi altri |
318 |
cercano aiuto: |
cercano aiuto: |
319 |
|
|
320 |
<a href="/software/aspell/">aspell</a>, <a |
<a href="/software/aspell/">aspell</a>, <a |
321 |
href="/software/gnuae/">gnuae</a>, <a |
href="/software/gnuae/">gnuae</a>, <a href="/software/gnubik/">gnubik</a>, |
322 |
href="/software/metaexchange/">metaexchange</a>, <a |
<a href="/software/metaexchange/">metaexchange</a>, <a |
323 |
href="/software/powerguru/">powerguru</a>. Per ulteriori informazioni vedere le pagine di ciascun pacchetto.</p> |
href="/software/powerguru/">powerguru</a>. Per ulteriori informazioni vedere le pagine di ciascun pacchetto.</li> |
324 |
|
</ul> |
325 |
|
</div> |
326 |
|
|
327 |
|
<div id="blurb" class="emph-box white"> |
328 |
|
<p>Today's random package…</p> |
329 |
|
|
330 |
|
<!--#include virtual="/server/home-pkgselect.html" --> |
331 |
|
<!--#include virtual="/server/home-pkgblurbs.it.html" --> |
332 |
|
<p class="back"><small><a href="/manual/blurbs.html">Brevi descrizioni di tutti i pacchetti |
333 |
|
GNU</a></small></p> |
334 |
|
</div> |
335 |
|
|
336 |
</div> |
</div> |
337 |
|
<!-- /second-column --> |
338 |
|
</div> |
339 |
|
<!-- /home --> |
340 |
|
<div class="clear"></div> |
341 |
|
|
|
<!-- /highlight-para --> |
|
342 |
<div class="translators-notes"> |
<div class="translators-notes"> |
343 |
|
|
344 |
<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.--> |
<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.--> |