1 |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
2 |
|
|
3 |
<!--#include virtual="/server/html5-header.sq.html" --> |
<!--#include virtual="/server/html5-header.sq.html" --> |
4 |
<!-- Parent-Version: 1.91 --> |
<!-- 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 |
<!-- |
<!-- |
|
blockquote.highlight-para { margin: 1.5em 0 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 |
|
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; |
|
} |
|
|
.thumbs td:first-child { |
|
|
border: 0; |
|
75 |
} |
} |
76 |
.thumbs .caption td { |
div.thumbs img { |
77 |
line-height: 1em; |
width: 100%; |
78 |
} |
border: 1px solid #444; |
|
.thumbs img { |
|
|
width: 10em; |
|
|
max-width: 100%; |
|
|
min-width: 8em; |
|
79 |
} |
} |
80 |
p.btn-left a, p.btn-right a, |
.btn-left a[href], .btn-right a[href] { |
81 |
p.btn-left a:visited, p.btn-right a:visited { |
display: inline-block; |
82 |
|
text-align: center; |
83 |
|
font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif; |
84 |
font-size: 1.6em; |
font-size: 1.6em; |
85 |
padding: .4em .6em; |
font-weight: bold; |
86 |
|
text-decoration: none; |
87 |
|
padding: .4em .6em .5em; |
88 |
color: #b02500; |
color: #b02500; |
89 |
|
background: white; |
90 |
border: .1em solid #b02500; |
border: .1em solid #b02500; |
91 |
margin: .3em 0; |
border-radius: .3em; |
92 |
|
} |
93 |
|
.btn-left a[href]:hover, .btn-right a[href]:hover { |
94 |
|
text-decoration: none; |
95 |
|
color: #a42e2b; |
96 |
|
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: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; |
164 |
padding: 0 3% 2em; |
padding: 0 3% 2em; |
165 |
margin: 0; |
margin: 0; |
166 |
} |
} |
167 |
|
video track a[href] { color: white; } |
168 |
|
|
169 |
@media (min-width: 60em) { |
@media (min-width: 60em) { |
170 |
.first-column { |
.first-column { |
182 |
} |
} |
183 |
} |
} |
184 |
--> |
--> |
185 |
|
<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" --> |
186 |
|
<!-- |
187 |
|
.btn-left { |
188 |
|
float: right; |
189 |
|
} |
190 |
|
.btn-right { |
191 |
|
float: left; |
192 |
|
} |
193 |
|
@media (min-width: 60em) { |
194 |
|
.first-column { |
195 |
|
float: right; |
196 |
|
} |
197 |
|
.second-column { |
198 |
|
float: left; |
199 |
|
} |
200 |
|
}--> |
201 |
|
<!--#endif --> |
202 |
|
|
203 |
|
|
204 |
|
|
205 |
|
|
206 |
</style> |
</style> |
207 |
|
|
216 |
|
|
217 |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
218 |
<video width="100%" controls="controls" crossorigin="anonymous" |
<video width="100%" controls="controls" crossorigin="anonymous" |
219 |
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"> |
220 |
|
|
221 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" /> |
222 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv" type="video/ogg" /> |
223 |
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4" type="video/mp4" /> |
224 |
|
|
225 |
<source |
<track kind="subtitles" label="Anglisht" 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" /> |
|
226 |
</video> |
</video> |
227 |
</div> |
</div> |
228 |
|
|
229 |
<p class="c"> |
<p class="c"> |
230 |
<a |
<a |
231 |
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"> |
232 |
ShoeTool — GËZUAR FESTAT PREJ FSF-SË!</a></p> |
Fight to Repair: Një video nga FSF-ja</a></p> |
233 |
|
|
234 |
<h2 class="first">Ç’është GNU-ja?</h2> |
<h2 class="first">Ç’është GNU-ja?</h2> |
235 |
|
|
244 |
GNU-së</a> (më saktë, shpërndarje GNU/Linux) që janë plotësisht software i |
GNU-së</a> (më saktë, shpërndarje GNU/Linux) që janë plotësisht software i |
245 |
lirë. <a href="#More-GNU">Më tepër mbi GNU-në gjeni më poshtë</a>.</p> |
lirë. <a href="#More-GNU">Më tepër mbi GNU-në gjeni më poshtë</a>.</p> |
246 |
|
|
247 |
<p class="button btn-left"> |
<div class="btn-left"> |
248 |
<a href="/distros/free-distros.html">Provojeni GNU/Linux-in</a></p> |
<a href="/distros/free-distros.html">Provojeni GNU/Linux-in</a></div> |
249 |
<div style="clear: left"></div> |
<div style="clear:both"></div> |
250 |
|
|
251 |
<div id="gnu-linux"> |
<div id="gnu-linux"> |
252 |
<!--#if expr="$DISTRO = dragora" --> |
<!--#if expr="$DISTRO = dragora" --> |
291 |
alt=" [Pamje ekrani nga Parabola me desktopin LXDE] " /></a> |
alt=" [Pamje ekrani nga Parabola me desktopin LXDE] " /></a> |
292 |
</div> |
</div> |
293 |
<p><small><a href="https://www.parabola.nu">Parabola 2020</a> me <a |
<p><small><a href="https://www.parabola.nu">Parabola 2020</a> me <a |
294 |
href="https://lxde.org/">desktopin LXDE</a></small></p> |
href="http://lxde.sourceforge.net/about.html">desktopin LXDE</a></small></p> |
295 |
<!--#endif |
<!--#endif |
296 |
--> |
--> |
297 |
<!--#if expr="$DISTRO = pureos" --> |
<!--#if expr="$DISTRO = pureos" --> |
307 |
--> |
--> |
308 |
<!--#if expr="$DISTRO = trisquel" --> |
<!--#if expr="$DISTRO = trisquel" --> |
309 |
<div class="screenshot"> |
<div class="screenshot"> |
310 |
<a href="/distros/screenshots/trisquel8-mate.jpg"><img |
<a href="https://trisquel.info/files/screenshots/etiona-media.jpg"><img |
311 |
src="/distros/screenshots/trisquel8-mate-medium.jpg" |
src="/distros/screenshots/trisquel9-mate.jpg" |
312 |
alt=" [Pamje ekrani nga Trisquel 8 me desktopin MATE] " /></a> |
alt=" [Pamje ekrani nga Trisquel 9 me desktopin MATE] " /></a> |
313 |
</div> |
</div> |
314 |
<p><small><a href="https://trisquel.info">Trisquel 8</a> me desktopin <a |
<p><small><a href="https://trisquel.info">Trisquel 9</a> me desktopin <a |
315 |
href="https://mate-desktop.org/">MATE</a>, Abrowser (shfletues), dhe |
href="https://mate-desktop.org/">MATE</a>, dhe lojtësin VLC për |
316 |
Inkscape (përpunues grafikash vektoriale)</small></p> |
media</small></p> |
317 |
<!--#endif --> |
<!--#endif --> |
318 |
</div> |
</div> |
319 |
|
|
320 |
<table class="thumbs"> |
<div class="thumbs"> |
321 |
<tr class="image"> |
<div> |
322 |
<td><a href="/home.html?distro=dragora#gnu-linux"><img |
<a href="/home.html?distro=dragora#gnu-linux"><img |
323 |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
324 |
alt=" [Pamje ekrani nga Dragora 3.0-beta1 me përgjegjësin e dritareve |
alt=" [Pamje ekrani nga Dragora 3.0-beta1 me përgjegjësin e dritareve |
325 |
IceWM] " /></a></td> |
IceWM] " /></a> |
326 |
<td><a href="/home.html?distro=guix#gnu-linux"><img |
|
327 |
|
<small>Dragora / IceWM</small> |
328 |
|
</div> |
329 |
|
|
330 |
|
<div> |
331 |
|
<a href="/home.html?distro=guix#gnu-linux"><img |
332 |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
333 |
alt=" [Pamje ekrani e Guix 0.15 me desktopin GNOME 3] " /></a></td> |
alt=" [Pamje ekrani e Guix 0.15 me desktopin GNOME 3] " /></a> |
334 |
<td><a href="/home.html?distro=hyperbola#gnu-linux"><img |
|
335 |
|
<small>Guix / GNOME3</small> |
336 |
|
</div> |
337 |
|
|
338 |
|
<div> |
339 |
|
<a href="/home.html?distro=hyperbola#gnu-linux"><img |
340 |
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
341 |
alt=" [Pamje ekrani nga Hyperbola 0.3 me përgjegjësin e dritareve |
alt=" [Pamje ekrani nga Hyperbola 0.3 me përgjegjësin e dritareve |
342 |
i3] " /></a></td> |
i3] " /></a> |
343 |
<td><a href="/home.html?distro=parabola#gnu-linux"><img |
|
344 |
|
<small>Hyperbola / i3</small> |
345 |
|
</div> |
346 |
|
|
347 |
|
<div> |
348 |
|
<a href="/home.html?distro=parabola#gnu-linux"><img |
349 |
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
350 |
alt=" [Pamje ekrani nga Parabola 2020 me desktopin LXDE] " /></a></td> |
alt=" [Pamje ekrani nga Parabola 2020 me desktopin LXDE] " /></a> |
351 |
<td><a href="/home.html?distro=pureos#gnu-linux"><img |
|
352 |
|
<small>Parabola / LXDE</small> |
353 |
|
</div> |
354 |
|
|
355 |
|
<div> |
356 |
|
<a href="/home.html?distro=pureos#gnu-linux"><img |
357 |
src="/distros/screenshots/gnome3-thumb.jpg" |
src="/distros/screenshots/gnome3-thumb.jpg" |
358 |
alt=" [Pamje ekrani e PureOS 8 me desktopin GNOME 3 " /></a></td> |
alt=" [Pamje ekrani e PureOS 8 me desktopin GNOME 3 " /></a> |
359 |
<td><a href="/home.html?distro=trisquel#gnu-linux"><img |
|
360 |
src="/distros/screenshots/trisquel8-mate-thumb.jpg" |
<small>PureOS / GNOME3</small> |
361 |
alt=" [Pamje ekrani nga Trisquel 8 me desktopin MATE] " /></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> |
|
362 |
|
|
363 |
<p class="button btn-right"> |
<div> |
364 |
… ose <a |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
365 |
|
src="/distros/screenshots/trisquel9-mate-thumb.jpg" |
366 |
|
alt=" [Pamje ekrani nga Trisquel 9 me desktopin MATE] " /></a> |
367 |
|
|
368 |
|
<small>Trisquel / MATE</small> |
369 |
|
</div> |
370 |
|
</div> |
371 |
|
|
372 |
|
<div class="btn-right">… ose <a |
373 |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
374 |
Provoni pjesë të GNU-së</a></p> |
Provoni pjesë të GNU-së</a></div> |
375 |
<div style="clear: right"></div> |
<div style="clear:both"></div> |
376 |
|
|
377 |
<h2>Ç’është Lëvizja Për Software-i i Lirë?</h2> |
<h2>Ç’është Lëvizja Për Software-i i Lirë?</h2> |
378 |
|
|
451 |
<div class="second-column"> |
<div class="second-column"> |
452 |
|
|
453 |
<div class="emph-box beige"> |
<div class="emph-box beige"> |
454 |
|
<p><strong>Projekti GNU e përkrah peticionin nga Free Software Foundation për |
455 |
|
t’u bërë thirrje administratorëve të shkollave anembanë botës të reshtin së |
456 |
|
kërkuari nxënësve të përdorin <em>software</em> jo të lirë. <a |
457 |
|
href="https://my.fsf.org/give-students-userfreedom">Nënshkruani peticionin |
458 |
|
për liri në klasë</a></strong>.</p> |
459 |
|
</div> |
460 |
|
|
461 |
|
<div class="emph-box beige"> |
462 |
<p><strong>Projekti GNU i kërkon me forcë bashkësisë të komunikojë në rrugë që |
<p><strong>Projekti GNU i kërkon me forcë bashkësisë të komunikojë në rrugë që |
463 |
janë miqësore, mikpritëse dhe të sjellshme. Shihni <a |
janë miqësore, mikpritëse dhe të sjellshme. Shihni <a |
464 |
href="/philosophy/kind-communication.html"> Udhëzime GNU për Komunikime të |
href="/philosophy/kind-communication.html"> Udhëzime GNU për Komunikime të |
466 |
</div> |
</div> |
467 |
|
|
468 |
<div id="Flashes" class="emph-box white"> |
<div id="Flashes" class="emph-box white"> |
469 |
<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 |
470 |
|
href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
471 |
alt="Prurje RSS" /></a></h3> |
alt="Prurje RSS" /></a></h3> |
472 |
<div class="ltr"> |
<div class="ltr"> |
473 |
|
|
627 |
|
|
628 |
There is more detail about copyright years in the GNU Maintainers |
There is more detail about copyright years in the GNU Maintainers |
629 |
Information document, www.gnu.org/prep/maintain. --> |
Information document, www.gnu.org/prep/maintain. --> |
630 |
<p>Të drejta kopjimi © 1996-2020 <a href="http://www.fsf.org">Free |
<p>Të drejta kopjimi © 1996-2021 <a href="http://www.fsf.org">Free |
631 |
Software Foundation</a>, Inc.</p> |
Software Foundation</a>, Inc.</p> |
632 |
|
|
633 |
<p>Kjo faqe mund të përdoret sipas një licence <a rel="license" |
<p>Kjo faqe mund të përdoret sipas një licence <a rel="license" |