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/header.sq.html" --> |
4 |
<!-- Parent-Version: 1.92 --> |
<!-- Parent-Version: 1.96 --> |
5 |
|
<!-- This page is derived from /server/standards/boilerplate.html --> |
6 |
<!--#if expr="$QUERY_STRING = /distro=([^&#]+)/" |
<!--#if expr="$QUERY_STRING = /distro=([^&#]+)/" |
7 |
--> |
--> |
8 |
<!--#set var="DISTRO" value="$1" |
<!--#set var="DISTRO" value="$1" |
24 |
|
|
25 |
<style type="text/css" media="print,screen"> |
<style type="text/css" media="print,screen"> |
26 |
<!-- |
<!-- |
|
blockquote.highlight-para { margin: 1.5em 0 0; } |
|
|
|
|
27 |
.first-column, .second-column { |
.first-column, .second-column { |
28 |
width: 46em; max-width: 100%; |
width: 46em; max-width: 100%; |
29 |
margin: auto; |
margin: auto; |
32 |
h2 { margin: 1.2em 0 .8em; } |
h2 { margin: 1.2em 0 .8em; } |
33 |
h2.first { margin-top: .9em; } |
h2.first { margin-top: .9em; } |
34 |
|
|
35 |
#gnu-linux, .thumbs { |
.screenshot, .thumbs { |
36 |
text-align: center; |
text-align: center; |
37 |
font-style: italic; |
font-style: italic; |
38 |
margin: 1em auto; |
margin: 1.5em auto; |
39 |
} |
} |
40 |
#gnu-linux { |
.screenshot p, .thumbs p { |
41 |
width: 32em; |
line-height: 1.2em; |
|
max-width: 100%; |
|
|
margin: .5em auto; |
|
42 |
} |
} |
43 |
.screenshot { |
.screenshot { |
44 |
line-height: .8em; |
width: 32.4em; max-width: 100%; |
|
background: #444; |
|
|
padding: .2em; |
|
|
} |
|
|
.screenshot a { |
|
|
color: white; |
|
45 |
} |
} |
46 |
.screenshot a[href]:hover, .thumbs a[href]:hover { |
.screenshot > |
47 |
|
a[href]:hover, .thumbs > a[href]:hover { |
48 |
background-color: transparent; |
background-color: transparent; |
49 |
} |
} |
50 |
.screenshot img { |
.screenshot img { |
51 |
width: 100%; |
width: 32em; max-width: 98%; height: auto; |
52 |
|
background: #444; |
53 |
|
padding: .2em; |
54 |
} |
} |
55 |
#gnu-linux p { |
.screenshot p { |
|
line-height: 1.2em; |
|
56 |
margin: .2em 0 0; |
margin: .2em 0 0; |
57 |
} |
} |
58 |
div.thumbs { |
.thumbs { |
|
display: inline-block; |
|
|
width: 100%; |
|
59 |
white-space: nowrap; |
white-space: nowrap; |
60 |
overflow: auto; |
overflow-x: auto; |
61 |
padding-bottom: .8em; |
padding-top: 1px; |
62 |
|
background: #f7f7f7; |
63 |
|
border: 1px solid #999; |
64 |
} |
} |
65 |
div.thumbs div { |
.thumbs div { |
66 |
display: inline-block; |
display: inline-block; |
67 |
vertical-align: top; |
vertical-align: top; |
68 |
white-space: normal; |
white-space: normal; |
69 |
width: 8em; |
margin: 0 1px; |
|
margin: 0 2px; |
|
70 |
} |
} |
71 |
div.thumbs img { |
.thumbs img { |
72 |
width: 100%; |
width: 8em; height: auto; |
73 |
border: 1px solid #444; |
border: 1px solid #444;; |
74 |
|
} |
75 |
|
.thumbs p { |
76 |
|
margin: 0 0 .7em; |
77 |
} |
} |
78 |
.btn-left a[href], .btn-right a[href] { |
.btn-left a[href], .btn-right a[href] { |
79 |
display: inline-block; |
display: inline-block; |
83 |
font-weight: bold; |
font-weight: bold; |
84 |
text-decoration: none; |
text-decoration: none; |
85 |
padding: .4em .6em .5em; |
padding: .4em .6em .5em; |
86 |
color: #b02500; |
color: #55b; |
87 |
background: white; |
background: white; |
88 |
border: .1em solid #b02500; |
border: .1em solid #55b; |
89 |
border-radius: .3em; |
border-radius: .3em; |
90 |
} |
} |
91 |
.btn-left a[href]:hover, .btn-right a[href]:hover { |
.btn-left a[href]:hover, .btn-right a[href]:hover { |
92 |
text-decoration: none; |
text-decoration: none; |
93 |
color: #a42e2b; |
color: #33c; |
94 |
background: #f6e5e1; |
background: #ebebff; |
95 |
border-color: #a42e2b; |
border-color: #55b; |
96 |
} |
} |
97 |
.btn-left { |
.btn-left { |
98 |
float: left; |
float: left; |
99 |
margin: 2em 0; |
margin: 2em 0 1em; |
100 |
} |
} |
101 |
.btn-right { |
.btn-right { |
102 |
float: right; |
float: right; |
103 |
margin: 2em 0 1.5em; |
margin: 1.5em 0; |
104 |
} |
} |
105 |
.btn-right a { margin-left: .7em; } |
.btn-right a { margin-left: .7em; } |
106 |
|
|
107 |
.first-column p.back { |
.first-column .button { |
108 |
margin-bottom: 0; |
margin-bottom: 0; |
109 |
} |
} |
|
|
|
110 |
.second-column .emph-box { |
.second-column .emph-box { |
|
padding: 0 1.2em 1.2em; |
|
111 |
margin-top: 2.3em; |
margin-top: 2.3em; |
112 |
} |
} |
113 |
.second-column .emph-box.white { |
.second-column .emph-box.color1 { |
114 |
background: white; |
background: #f6f6ff; |
115 |
} |
background: linear-gradient(#eef, white); |
116 |
.second-column .emph-box.beige { |
} |
117 |
background: #faf8ed; |
.second-column .emph-box.color2 { |
118 |
|
background: #eff; |
119 |
|
background: linear-gradient(#dff, white); |
120 |
} |
} |
121 |
.second-column .emph-box .back { |
.second-column .emph-box .back { |
122 |
margin-top: 1em; |
margin-top: 1em; |
123 |
} |
} |
124 |
h3 { |
.emph-box h3 { font-size: 1.4em; } |
|
margin-top: .7em; |
|
|
} |
|
125 |
h3 img { |
h3 img { |
126 |
height: .8em; |
height: .8em; |
127 |
vertical-align: middle; |
vertical-align: middle; |
128 |
padding: 0 .5em .2em; |
padding: 0 .5em .2em; |
|
background: white; |
|
|
} |
|
|
#Flashes h3 a { |
|
129 |
background: none; |
background: none; |
130 |
} |
} |
131 |
#blurb h4 { |
#blurb h4 { |
132 |
text-align: left; |
text-align: left; |
133 |
font-size: 1.5em; |
font-size: 1.4em; |
134 |
margin-top: .4em; |
margin-top: .4em; |
135 |
} |
} |
136 |
#blurb h4 img { |
#blurb h4 img { |
137 |
float: left; |
float: left; |
138 |
margin-right: .5em; |
margin-right: .5em; |
139 |
} |
} |
140 |
|
#blurb div p { |
141 |
|
margin-bottom: 0; |
142 |
|
} |
143 |
#Flashes p, #unmaint, #blurb p, #blurb p small { |
#Flashes p, #unmaint, #blurb p, #blurb p small { |
144 |
font-size: .9em; |
font-size: .9em; |
145 |
} |
} |
168 |
padding: 0 3% 2em; |
padding: 0 3% 2em; |
169 |
margin: 0; |
margin: 0; |
170 |
} |
} |
171 |
|
|
172 |
video track a[href] { color: white; } |
video track a[href] { color: white; } |
173 |
|
|
174 |
@media (min-width: 60em) { |
@media (min-width: 60em) { |
187 |
} |
} |
188 |
} |
} |
189 |
--> |
--> |
190 |
<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" --> |
<!--#if expr="$RTL_SCRIPT = yes" --> |
191 |
<!-- |
<!-- |
192 |
.btn-left { |
.btn-left { |
193 |
float: right; |
float: right; |
210 |
|
|
211 |
</style> |
</style> |
212 |
|
|
|
<!--#include virtual="/server/fs-gang-definitions.html" --> |
|
213 |
<!--#include virtual="/po/home.translist" --> |
<!--#include virtual="/po/home.translist" --> |
214 |
<!--#include virtual="/server/banner.sq.html" --> |
<!--#include virtual="/server/banner.sq.html" --> |
215 |
<p class="no-display">GNU është i vetmi sistem operativ i zhvilluar për t’u dhënë liri përdoruesve |
<p class="no-display">GNU është i vetmi sistem operativ i zhvilluar për t’u dhënë liri përdoruesve |
216 |
të tij. Ç’është GNU-ja, dhe ç’liri është në lojë?</p> |
të tij. Ç’është GNU-ja, dhe ç’liri është në lojë?</p> |
217 |
|
|
218 |
<div id="home"> |
<div id="home"> |
219 |
<div class="first-column"> |
<div class="first-column" role="article"> |
220 |
|
|
221 |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
222 |
<video width="100%" controls="controls" crossorigin="anonymous" |
<video width="100%" controls="controls" crossorigin="anonymous" |
223 |
poster="https://static.fsf.org/nosvn/videos/fight-to-repair/thumbnails/FTR_David_Bike1_meme_7.jpeg"> |
poster="https://static.gnu.org/nosvn/videos/fight-to-repair/thumbnails/FTR_David_Bike1_meme_7.jpeg"> |
|
|
|
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" /> |
|
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv" type="video/ogg" /> |
|
|
<source src="https://static.fsf.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4" type="video/mp4" /> |
|
224 |
|
|
225 |
<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" /> |
<source src="https://static.gnu.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" /> |
226 |
|
<source src="https://static.gnu.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv" type="video/ogg" /> |
227 |
|
<source src="https://static.gnu.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4" type="video/mp4" /> |
228 |
|
|
229 |
|
<track kind="subtitles" label="Anglisht" srclang="en" src="https://static.gnu.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_en.vtt" default="default" /> |
230 |
|
<track kind="subtitles" label="Spanjisht" srclang="es" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_es.vtt" /> |
231 |
|
<track kind="subtitles" label="Persisht" srclang="fa" src="https://static.gnu.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fa.vtt" /> |
232 |
|
<track kind="subtitles" label="Frëngjisht" srclang="fr" src="https://static.gnu.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fr.vtt" /> |
233 |
|
<track kind="subtitles" label="Italisht" srclang="it" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_it.vtt" /> |
234 |
|
<track kind="subtitles" label="Holandisht" srclang="nl" src="https://static.fsf.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_nl.vtt" /> |
235 |
|
<track kind="subtitles" label="Portugalishte Brazili" srclang="pt-br" src="/server/banners/fight-to-repair_pt-br.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/watch-fight-to-repair-demand-the-right-to-repair"> |
href="https://www.fsf.org/blogs/community/watch-fight-to-repair-demand-the-right-to-repair"> |
242 |
Fight to Repair: A video from the FSF</a></p> |
Fight to Repair: Një video nga FSF-ja</a></p> |
243 |
|
|
244 |
<h2 class="first">Ç’është GNU-ja?</h2> |
<h2 class="first">Ç’është GNU-ja?</h2> |
245 |
|
|
258 |
<a href="/distros/free-distros.html">Provojeni GNU/Linux-in</a></div> |
<a href="/distros/free-distros.html">Provojeni GNU/Linux-in</a></div> |
259 |
<div style="clear:both"></div> |
<div style="clear:both"></div> |
260 |
|
|
261 |
<div id="gnu-linux"> |
<div id="gnu-linux" role="figure"> |
|
<!--#if expr="$DISTRO = dragora" --> |
|
262 |
<div class="screenshot"> |
<div class="screenshot"> |
263 |
<a href="/distros/screenshots/dragora-ice.png"><img |
|
264 |
|
<!--#if expr="$DISTRO = dragora" --> |
265 |
|
<a href="/distros/screenshots/dragora-ice.png"><img |
266 |
|
width="512" height="288" |
267 |
src="/distros/screenshots/dragora-ice.png" |
src="/distros/screenshots/dragora-ice.png" |
268 |
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 |
269 |
IceWM] " /></a> |
IceWM] " /></a> |
|
</div> |
|
270 |
<p><small><a href="https://dragora.org/en/index.html"> |
<p><small><a href="https://dragora.org/en/index.html"> |
271 |
Dragora 3.0-beta1</a> me përgjegjës dritaresh <a |
Dragora 3.0-beta1</a> me përgjegjës dritaresh <a |
272 |
href="https://ice-wm.org/"> IceWM</a> të përshtatur</small></p> |
href="https://ice-wm.org/"> IceWM</a> të përshtatur</small></p> |
273 |
<!--#endif |
|
274 |
--> |
<!--#endif --> |
275 |
<!--#if expr="$DISTRO = guix" --> |
<!--#if expr="$DISTRO = guix" --> |
276 |
<div class="screenshot"> |
<a href="/distros/screenshots/guixSD-gnome3.jpg"><img |
277 |
<a href="/distros/screenshots/guixSD-gnome3.jpg"><img |
width="512" height="288" |
278 |
src="/distros/screenshots/guixSD-gnome3-medium.jpg" |
src="/distros/screenshots/guixSD-gnome3-medium.jpg" |
279 |
alt=" [Pamje ekrani e Guix 0.15 me desktopin GNOME 3] " /></a> |
alt=" [Pamje ekrani e Guix 0.15 me desktopin GNOME 3] " /></a> |
|
</div> |
|
280 |
<p><small><a href="/software/guix/">Guix 0.15</a> me desktopin <a |
<p><small><a href="/software/guix/">Guix 0.15</a> me desktopin <a |
281 |
href="https://www.gnome.org/">GNOME 3</a>, shfletuesin Epiphany, |
href="https://www.gnome.org/">GNOME 3</a>, shfletuesin Epiphany, |
282 |
lojtësin e videove Totem, dhe emuluesin GNOME të terminalit</small></p> |
lojtësin e videove Totem, dhe emuluesin GNOME të terminalit</small></p> |
283 |
<!--#endif |
|
284 |
--> |
<!--#endif --> |
285 |
<!--#if expr="$DISTRO = hyperbola" --> |
<!--#if expr="$DISTRO = hyperbola" --> |
286 |
<div class="screenshot"> |
<a href="/distros/screenshots/hyperbola-i3.png"><img |
287 |
<a href="/distros/screenshots/hyperbola-i3.png"><img |
width="512" height="288" |
288 |
src="/distros/screenshots/hyperbola-i3.png" |
src="/distros/screenshots/hyperbola-i3.png" |
289 |
alt=" [Pamje ekrani nga Hyperbola me përgjegjësin e dritareve i3] " /></a> |
alt=" [Pamje ekrani nga Hyperbola me përgjegjësin e dritareve i3] " /></a> |
|
</div> |
|
290 |
<p><small><a href="https://www.hyperbola.info/"> Hyperbola 0.3</a> me <a |
<p><small><a href="https://www.hyperbola.info/"> Hyperbola 0.3</a> me <a |
291 |
href="https://i3wm.org/">përgjegjësin i3 të dritareve</a>, cool-retro-term |
href="https://i3wm.org/">përgjegjësin i3 të dritareve</a>, cool-retro-term |
292 |
(emulues terminali), Gimp (përpunues figurash), dhe Iceweasel-UXP |
(emulues terminali), Gimp (përpunues figurash), dhe Iceweasel-UXP |
293 |
(shfletues)</small></p> |
(shfletues)</small></p> |
294 |
<!--#endif |
|
295 |
--> |
<!--#endif --> |
296 |
<!--#if expr="$DISTRO = parabola" --> |
<!--#if expr="$DISTRO = parabola" --> |
297 |
<div class="screenshot"> |
<a href="/distros/screenshots/parabola2020-lxde.jpg"><img |
298 |
<a href="/distros/screenshots/parabola2020-lxde.jpg"><img |
width="512" height="288" |
299 |
src="/distros/screenshots/parabola2020-lxde-medium.jpg" |
src="/distros/screenshots/parabola2020-lxde-medium.jpg" |
300 |
alt=" [Pamje ekrani nga Parabola me desktopin LXDE] " /></a> |
alt=" [Pamje ekrani nga Parabola me desktopin LXDE] " /></a> |
|
</div> |
|
301 |
<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 |
302 |
href="http://lxde.sourceforge.net/about.html">desktopin LXDE</a></small></p> |
href="http://lxde.sourceforge.net/about.html">desktopin LXDE</a></small></p> |
303 |
<!--#endif |
|
304 |
--> |
<!--#endif --> |
305 |
<!--#if expr="$DISTRO = pureos" --> |
<!--#if expr="$DISTRO = pureos" --> |
306 |
<div class="screenshot"> |
<a href="/distros/screenshots/pureos8-gnome3.jpg"><img |
307 |
<a href="/distros/screenshots/pureos8-gnome3.jpg"><img |
width="512" height="264" |
308 |
src="/distros/screenshots/gnome3-medium.jpg" |
src="/distros/screenshots/gnome3-medium.jpg" |
309 |
alt=" [Pamje ekrani e PureOS 8 me desktopin GNOME 3 " /></a> |
alt=" [Pamje ekrani e PureOS 8 me desktopin GNOME 3 " /></a> |
|
</div> |
|
310 |
<p><small><a href="https://www.pureos.net/">PureOS 8</a> me desktopin <a |
<p><small><a href="https://www.pureos.net/">PureOS 8</a> me desktopin <a |
311 |
href="https://www.gnome.org/">GNOME 3</a>, PureBrowser (shfletues), dhe |
href="https://www.gnome.org/">GNOME 3</a>, PureBrowser (shfletues), dhe |
312 |
Gimp (përpunues figurash)</small></p> |
Gimp (përpunues figurash)</small></p> |
313 |
<!--#endif |
|
314 |
--> |
<!--#endif --> |
315 |
<!--#if expr="$DISTRO = trisquel" --> |
<!--#if expr="$DISTRO = trisquel" --> |
316 |
<div class="screenshot"> |
<a href="https://trisquel.info/files/screenshots/t10-office_0.jpg"><img |
317 |
<a href="https://trisquel.info/files/screenshots/etiona-media.jpg"><img |
width="512" height="320" |
318 |
src="/distros/screenshots/trisquel9-mate.jpg" |
src="/distros/screenshots/trisquel10-mate.jpg" |
319 |
alt=" [Pamje ekrani nga Trisquel 9 me desktopin MATE] " /></a> |
alt=" [Pamje ekrani nga Trisquel 10 me desktopin MATE] " /></a> |
320 |
</div> |
<p><small><a href="https://trisquel.info">Trisquel 10</a> me desktopin <a |
321 |
<p><small><a href="https://trisquel.info">Trisquel 9</a> me desktopin <a |
href="https://mate-desktop.org/">MATE</a> dhe një pjesë të suitës <a |
322 |
href="https://mate-desktop.org/">MATE</a>, dhe lojtësin VLC për |
href="https://www.libreoffice.org/">LibreOffice</a>.</small></p> |
323 |
media</small></p> |
|
324 |
<!--#endif --> |
<!--#endif --> |
325 |
</div> |
</div> |
326 |
|
|
327 |
<div class="thumbs"> |
<div class="thumbs"> |
328 |
<div> |
<div> |
329 |
<a href="/home.html?distro=dragora#gnu-linux"><img |
<a href="/home.html?distro=dragora#gnu-linux"><img |
330 |
|
width="128" height="72" |
331 |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
src="/distros/screenshots/dragora-ice-thumb.jpg" |
332 |
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 |
333 |
IceWM] " /></a> |
IceWM] " /></a> |
334 |
|
<p><small>Dragora / IceWM</small></p> |
|
<small>Dragora / IceWM</small> |
|
335 |
</div> |
</div> |
336 |
|
|
337 |
<div> |
<div> |
338 |
<a href="/home.html?distro=guix#gnu-linux"><img |
<a href="/home.html?distro=guix#gnu-linux"><img |
339 |
|
width="128" height="72" |
340 |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
src="/distros/screenshots/guixSD-gnome3-thumb.jpg" |
341 |
alt=" [Pamje ekrani e Guix 0.15 me desktopin GNOME 3] " /></a> |
alt=" [Pamje ekrani e Guix 0.15 me desktopin GNOME 3] " /></a> |
342 |
|
<p><small>Guix / GNOME3</small></p> |
|
<small>Guix / GNOME3</small> |
|
343 |
</div> |
</div> |
344 |
|
|
345 |
<div> |
<div> |
346 |
<a href="/home.html?distro=hyperbola#gnu-linux"><img |
<a href="/home.html?distro=hyperbola#gnu-linux"><img |
347 |
|
width="128" height="72" |
348 |
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
src="/distros/screenshots/hyperbola-i3-thumb.jpg" |
349 |
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 |
350 |
i3] " /></a> |
i3] " /></a> |
351 |
|
<p><small>Hyperbola / i3</small></p> |
|
<small>Hyperbola / i3</small> |
|
352 |
</div> |
</div> |
353 |
|
|
354 |
<div> |
<div> |
355 |
<a href="/home.html?distro=parabola#gnu-linux"><img |
<a href="/home.html?distro=parabola#gnu-linux"><img |
356 |
|
width="128" height="72" |
357 |
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
src="/distros/screenshots/parabola2020-lxde-thumb.jpg" |
358 |
alt=" [Pamje ekrani nga Parabola 2020 me desktopin LXDE] " /></a> |
alt=" [Pamje ekrani nga Parabola 2020 me desktopin LXDE] " /></a> |
359 |
|
<p><small>Parabola / LXDE</small></p> |
|
<small>Parabola / LXDE</small> |
|
360 |
</div> |
</div> |
361 |
|
|
362 |
<div> |
<div> |
363 |
<a href="/home.html?distro=pureos#gnu-linux"><img |
<a href="/home.html?distro=pureos#gnu-linux"><img |
364 |
|
width="128" height="72" |
365 |
src="/distros/screenshots/gnome3-thumb.jpg" |
src="/distros/screenshots/gnome3-thumb.jpg" |
366 |
alt=" [Pamje ekrani e PureOS 8 me desktopin GNOME 3 " /></a> |
alt=" [Pamje ekrani e PureOS 8 me desktopin GNOME 3 " /></a> |
367 |
|
<p><small>PureOS / GNOME3</small></p> |
|
<small>PureOS / GNOME3</small> |
|
368 |
</div> |
</div> |
369 |
|
|
370 |
<div> |
<div> |
371 |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
372 |
src="/distros/screenshots/trisquel9-mate-thumb.jpg" |
width="128" height="72" |
373 |
alt=" [Pamje ekrani nga Trisquel 9 me desktopin MATE] " /></a> |
src="/distros/screenshots/trisquel10-mate-thumb.jpg" |
374 |
|
alt=" [Pamje ekrani nga Trisquel 10 me desktopin MATE] " /></a> |
375 |
<small>Trisquel / MATE</small> |
<p><small>Trisquel / MATE</small></p> |
376 |
</div> |
</div> |
377 |
</div> |
</div> |
378 |
|
</div> |
379 |
|
|
380 |
<div class="btn-right">… ose <a |
<div class="btn-right">… ose <a |
381 |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements"> |
452 |
fillua më 1990 (para se të fillohej Linux-i). Vullnetarët vazhdojnë ta |
fillua më 1990 (para se të fillohej Linux-i). Vullnetarët vazhdojnë ta |
453 |
zhvillojnë Hurd-in, ngaqë është projekt teknik interesant.</p> |
zhvillojnë Hurd-in, ngaqë është projekt teknik interesant.</p> |
454 |
|
|
455 |
<p class="back"><a href="/gnu/gnu.html">Më tepër të dhëna</a></p> |
<p class="button right-align"><a href="/gnu/gnu.html">Më tepër të dhëna</a></p> |
456 |
</div> |
</div> |
457 |
|
|
458 |
<!-- /first-column --> |
<!-- /first-column --> |
459 |
<div class="second-column"> |
<div class="second-column" role="complementary"> |
460 |
|
|
461 |
<div class="emph-box beige"> |
<div id="giving-guide" class="emph-box color2"> |
462 |
<p><strong>Projekti GNU e përkrah peticionin nga Free Software Foundation për |
<p>Zgjidhni Lirinë si dhuratë për këtë vit. Ja një <strong><a |
463 |
t’u bërë thirrje administratorëve të shkollave anembanë botës të reshtin së |
href="https://www.fsf.org/blogs/community/fsf-giving-guide-freedom-is-the-greatest-gift-of-all"> |
464 |
kërkuari nxënësve të përdorin <em>software</em> jo të lirë. <a |
Udhërrëfyes Dhuratash Tech Etike</a></strong></p> |
465 |
|
</div> |
466 |
|
|
467 |
|
<div id="schools" class="emph-box color1"> |
468 |
|
<p><strong>Univeristete të Britanisë së Madhe kanë parë se <a |
469 |
|
href="https://www.theguardian.com/education/2021/jul/13/covid-has-been-a-big-catalyst-universities-plan-for-post-pandemic-life">mjaft |
470 |
|
studentëve u kanë ardhur në majë të hundës kurset virtuale dhe duan të |
471 |
|
ndjekin mësimet në klasë, fizikisht</a>. Të tjerë mendojnë ndryshe.</strong></p> |
472 |
|
|
473 |
|
<p>Nëse jeni një student, ose jeni pranuar për të qenë, dhe jeni të neveritur |
474 |
|
nga të qenët të detyruar të përdorni <em>software</em> jo të lirë për |
475 |
|
shkollim, ky është shansi juaj për të sjellë një ndryshim — i thoni |
476 |
|
universitetit se s’doni ta bëni. Jini i sjellshëm me punonjësit e |
477 |
|
universitetit, por tregoni se sa fort e doni një gjë të tillë.</p> |
478 |
|
</div> |
479 |
|
|
480 |
|
<div id="irc" class="emph-box color2"> |
481 |
|
<p><strong>GNU-ja dhe FSF-ja shpërngulin kanalet zyrtare IRC te rrjeti |
482 |
|
Libera.Chat. Lexoni <a |
483 |
|
href="https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00005.html">njoftimin</a> |
484 |
|
e plotë</strong> dhe <strong><a |
485 |
|
href="https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00007.html">përditësimin</a> |
486 |
|
në vazhdim</strong>.</p> |
487 |
|
</div> |
488 |
|
|
489 |
|
<div id="petition" class="emph-box color1"> |
490 |
|
<p>Projekti GNU e përkrah peticionin nga Free Software Foundation për t’u bërë |
491 |
|
thirrje administratorëve të shkollave anembanë botës të reshtin së kërkuari |
492 |
|
nxënësve të përdorin <em>software</em> jo të lirë. <a |
493 |
href="https://my.fsf.org/give-students-userfreedom">Nënshkruani peticionin |
href="https://my.fsf.org/give-students-userfreedom">Nënshkruani peticionin |
494 |
për liri në klasë</a></strong>.</p> |
për liri në klasë</a>.</p> |
495 |
</div> |
</div> |
496 |
|
|
497 |
<div class="emph-box beige"> |
<div id="kind-comm" class="emph-box color2"> |
498 |
<p><strong>Projekti GNU i kërkon me forcë bashkësisë të komunikojë në rrugë që |
<p>Projekti GNU i kërkon me forcë bashkësisë të komunikojë në rrugë që janë |
499 |
janë miqësore, mikpritëse dhe të sjellshme. Shihni <a |
miqësore, mikpritëse dhe të sjellshme. Shihni <a |
500 |
href="/philosophy/kind-communication.html"> Udhëzime GNU për Komunikime të |
href="/philosophy/kind-communication.html"> Udhëzime GNU për Komunikime të |
501 |
Sjellshme</a></strong>.</p> |
Sjellshme</a>.</p> |
502 |
</div> |
</div> |
503 |
|
|
504 |
<div id="Flashes" class="emph-box white"> |
<div id="Flashes" class="emph-box color1"> |
505 |
<h3><a href="https://planet.gnu.org/">Planet GNU</a> <a |
<h3><a href="https://planet.gnu.org/">Planet GNU</a> <a |
506 |
href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png" |
507 |
alt="Prurje RSS" /></a></h3> |
alt="Prurje RSS" /></a></h3> |
511 |
</div> |
</div> |
512 |
</div> |
</div> |
513 |
|
|
514 |
<div id="Action" class="emph-box beige"> |
<div id="Action" class="emph-box color2"> |
515 |
<h3>Hidhuni Në Veprim</h3> |
<h3>Hidhuni Në Veprim</h3> |
516 |
|
|
517 |
<ul> |
<ul> |
537 |
<p class="back"><a href="/server/takeaction.html">Më tepër zëra</a></p> |
<p class="back"><a href="/server/takeaction.html">Më tepër zëra</a></p> |
538 |
</div> |
</div> |
539 |
|
|
540 |
<div id="unmaint" class="emph-box beige"> |
<div id="unmaint" class="emph-box color1"> |
541 |
<p><strong>A mundeni të jepni ndihmesë në një nga këto <a |
<p><strong>A mundeni të jepni ndihmesë në një nga këto <a |
542 |
href="//www.fsf.org/campaigns/priority-projects/">Fusha Me Përparësi të |
href="//www.fsf.org/campaigns/priority-projects/">Fusha Me Përparësi të |
543 |
Madhe</a>?</strong></p> |
Madhe</a>?</strong></p> |
575 |
<p>Për më tepër të dhëna, shihni faqet web të paketave.</p> |
<p>Për më tepër të dhëna, shihni faqet web të paketave.</p> |
576 |
</div> |
</div> |
577 |
|
|
578 |
<div id="blurb" class="emph-box white"> |
<div id="blurb" class="emph-box color2"> |
579 |
<p><strong><a href="/software/recent-releases.html">Paketa GNU hedhur në |
<p><strong><a href="/software/recent-releases.html">Paketa GNU hedhur në |
580 |
qarkullim së fundi</a></strong></p> |
qarkullim së fundi</a></strong></p> |
581 |
|
|
611 |
href="http://fsf.org.in/">Indi</a>.<br /> |
href="http://fsf.org.in/">Indi</a>.<br /> |
612 |
Mos ngurroni të bëheni pjesë e tyre!</p> |
Mos ngurroni të bëheni pjesë e tyre!</p> |
613 |
|
|
614 |
<!--#include virtual="/server/fs-gang.sq.html" --> |
<div id="footer" role="contentinfo"> |
|
<div id="footer"> |
|
615 |
<div class="unprintable"> |
<div class="unprintable"> |
616 |
|
|
617 |
<p>Ju lutemi, pyetjet dhe kërkesat e përgjithshme rreth FSF-së & GNU-së |
<p id="ContactInfo">Ju lutemi, pyetjet dhe kërkesat e përgjithshme rreth FSF-së & GNU-së |
618 |
dërgojini te <a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. Ka |
dërgojini te <a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. Ka |
619 |
gjithashtu <a href="/contact/">mënyra të tjera për t’u lidhur me</a> |
gjithashtu <a href="/contact/">mënyra të tjera për t’u lidhur me</a> |
620 |
FSF-në. Njoftimet për lidhje të dëmtuara dhe ndreqje apo këshilla të tjera |
FSF-në. Njoftimet për lidhje të dëmtuara dhe ndreqje apo këshilla të tjera |
632 |
|
|
633 |
<web-translators@gnu.org></a>.</p> |
<web-translators@gnu.org></a>.</p> |
634 |
|
|
635 |
<p>For information on coordinating and submitting translations of |
<p>For information on coordinating and contributing translations of |
636 |
our web pages, see <a |
our web pages, see <a |
637 |
href="/server/standards/README.translations.html">Translations |
href="/server/standards/README.translations.html">Translations |
638 |
README</a>. --> |
README</a>. --> |
639 |
Përpiqemi fort dhe bëjmë sa mundemi për të ofruar përkthime me cilësi të |
Përpiqemi fort dhe bëjmë sa mundemi për të ofruar përkthime me cilësi të |
640 |
mirë dhe të përpikta. Megjithatë, nuk jemi të përjashtuar nga |
mirë dhe të përpikta. Megjithatë, nuk jemi të përjashtuar nga |
641 |
papërsosmëritë. Ju lutemi, komentet dhe këshillat e përgjithshme lidhur me |
papërsosmëritë. Ju lutemi, komentet dhe këshillat e përgjithshme lidhur me |
642 |
këtë dërgojini te <a |
këtë, dërgojini te <a |
643 |
href="mailto:web-translators@gnu.org"><web-translators@gnu.org></a>.</p><p>Për |
href="mailto:web-translators@gnu.org"><web-translators@gnu.org></a>.</p><p>Për |
644 |
të dhëna mbi bashkërendimin dhe parashtrimin e përkthimeve të faqeve tona |
të dhëna mbi bashkërendimin dhe parashtrimin e përkthimeve të faqeve tona |
645 |
web, shihni <a href="/server/standards/README.translations.html">README për |
web, shihni <a href="/server/standards/README.translations.html">README për |
662 |
|
|
663 |
There is more detail about copyright years in the GNU Maintainers |
There is more detail about copyright years in the GNU Maintainers |
664 |
Information document, www.gnu.org/prep/maintain. --> |
Information document, www.gnu.org/prep/maintain. --> |
665 |
<p>Copyright © 1996-2021 <a href="http://www.fsf.org">Free Software |
<p>Të drejta kopjimi © 1996-2022 <a href="http://www.fsf.org">Free |
666 |
Foundation</a>, Inc.</p> |
Software Foundation</a>, Inc.</p> |
667 |
|
|
668 |
<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" |
669 |
href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons |
href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons |