1 |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
<!--#set var="ENGLISH_PAGE" value="/home.en.html" --> |
2 |
|
|
3 |
<!--#include virtual="/server/html5-header.de.html" --> |
<!--#include virtual="/server/header.de.html" --> |
4 |
<!-- Parent-Version: 1.92 --> |
<!-- Parent-Version: 1.97 --> |
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" |
21 |
Libre Software, Linux, Linux-libre, Systemkern, Unix, unixoides |
Libre Software, Linux, Linux-libre, Systemkern, Unix, unixoides |
22 |
Betriebssystem" /> |
Betriebssystem" /> |
23 |
<meta http-equiv="Description" content=" " /> |
<meta http-equiv="Description" content=" " /> |
24 |
<link rel="alternate" title="Planet GNU" href="http://planet.gnu.org/rss20.xml" type="application/rss+xml" /> |
<link rel="alternate" title="Planet GNU" href="https://planet.gnu.org/rss20.xml" type="application/rss+xml" /> |
25 |
|
|
26 |
<style type="text/css" media="print,screen"> |
<style type="text/css" media="print,screen"> |
27 |
<!-- |
<!-- |
50 |
} |
} |
51 |
.screenshot img { |
.screenshot img { |
52 |
width: 32em; max-width: 98%; height: auto; |
width: 32em; max-width: 98%; height: auto; |
53 |
border: .2em solid #444;; |
background: #444; |
54 |
|
padding: .2em; |
55 |
} |
} |
56 |
.screenshot p { |
.screenshot p { |
57 |
margin: .2em 0 0; |
margin: .2em 0 0; |
59 |
.thumbs { |
.thumbs { |
60 |
white-space: nowrap; |
white-space: nowrap; |
61 |
overflow-x: auto; |
overflow-x: auto; |
62 |
|
padding-top: 1px; |
63 |
|
background: #f7f7f7; |
64 |
|
border: 1px solid #999; |
65 |
} |
} |
66 |
.thumbs div { |
.thumbs div { |
67 |
display: inline-block; |
display: inline-block; |
84 |
font-weight: bold; |
font-weight: bold; |
85 |
text-decoration: none; |
text-decoration: none; |
86 |
padding: .4em .6em .5em; |
padding: .4em .6em .5em; |
87 |
color: #b02500; |
color: #55b; |
88 |
background: white; |
background: white; |
89 |
border: .1em solid #b02500; |
border: .1em solid #55b; |
90 |
border-radius: .3em; |
border-radius: .3em; |
91 |
} |
} |
92 |
.btn-left a[href]:hover, .btn-right a[href]:hover { |
.btn-left a[href]:hover, .btn-right a[href]:hover { |
93 |
text-decoration: none; |
text-decoration: none; |
94 |
color: #a42e2b; |
color: #33c; |
95 |
background: #f6e5e1; |
background: #ebebff; |
96 |
border-color: #a42e2b; |
border-color: #55b; |
97 |
} |
} |
98 |
.btn-left { |
.btn-left { |
99 |
float: left; |
float: left; |
105 |
} |
} |
106 |
.btn-right a { margin-left: .7em; } |
.btn-right a { margin-left: .7em; } |
107 |
|
|
108 |
.first-column p.back { |
.first-column .button { |
109 |
margin-bottom: 0; |
margin-bottom: 0; |
110 |
} |
} |
|
|
|
111 |
.second-column .emph-box { |
.second-column .emph-box { |
112 |
margin-top: 2.3em; |
margin-top: 2.3em; |
113 |
} |
} |
114 |
.second-column .emph-box.white { |
.second-column .emph-box.color1 { |
115 |
background: white; |
background: #f6f6ff; |
116 |
} |
background: linear-gradient(#eef, white); |
117 |
.second-column .emph-box.beige { |
} |
118 |
background: #faf8ed; |
.second-column .emph-box.color2 { |
119 |
|
background: #eff; |
120 |
|
background: linear-gradient(#dff, white); |
121 |
} |
} |
122 |
.second-column .emph-box .back { |
.second-column .emph-box .back { |
123 |
margin-top: 1em; |
margin-top: 1em; |
124 |
} |
} |
125 |
|
.emph-box h3 { font-size: 1.4em; } |
126 |
h3 img { |
h3 img { |
127 |
height: .8em; |
height: .8em; |
128 |
vertical-align: middle; |
vertical-align: middle; |
129 |
padding: 0 .5em .2em; |
padding: 0 .5em .2em; |
130 |
|
background: none; |
131 |
} |
} |
132 |
#blurb h4 { |
#blurb h4 { |
133 |
text-align: left; |
text-align: left; |
134 |
font-size: 1.5em; |
font-size: 1.4em; |
135 |
margin-top: .4em; |
margin-top: .4em; |
136 |
} |
} |
137 |
#blurb h4 img { |
#blurb h4 img { |
169 |
padding: 0 3% 2em; |
padding: 0 3% 2em; |
170 |
margin: 0; |
margin: 0; |
171 |
} |
} |
172 |
|
|
173 |
video track a[href] { color: white; } |
video track a[href] { color: white; } |
174 |
|
|
175 |
@media (min-width: 60em) { |
@media (min-width: 60em) { |
188 |
} |
} |
189 |
} |
} |
190 |
--> |
--> |
191 |
<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" --> |
<!--#if expr="$RTL_SCRIPT = yes" --> |
192 |
<!-- |
<!-- |
193 |
.btn-left { |
.btn-left { |
194 |
float: right; |
float: right; |
211 |
|
|
212 |
</style> |
</style> |
213 |
|
|
|
<!--#include virtual="/server/fs-gang-definitions.html" --> |
|
214 |
<!--#include virtual="/po/home.translist" --> |
<!--#include virtual="/po/home.translist" --> |
215 |
<!--#include virtual="/server/banner.de.html" --> |
<!--#include virtual="/server/banner.de.html" --> |
216 |
<p class="no-display">GNU ist das einzige eigens dafür entwickelte Betriebssystem seinen Nutzern |
<p class="no-display">GNU ist das einzige eigens dafür entwickelte Betriebssystem seinen Nutzern |
220 |
<div class="first-column" role="article"> |
<div class="first-column" role="article"> |
221 |
|
|
222 |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
<div style="max-width: 40em; margin: 2.3em auto 0"> |
|
<video width="100%" controls="controls" crossorigin="anonymous" |
|
|
poster="https://static.gnu.org/nosvn/videos/fight-to-repair/thumbnails/FTR_David_Bike1_meme_7.jpeg"> |
|
223 |
|
|
224 |
<source src="https://static.gnu.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.webm" type="video/webm" /> |
<!--#comment text="Please change the URLs of embedded resources from |
225 |
<source src="https://static.gnu.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.ogv" type="video/ogg" /> |
https://static.fsf.org/* to https://static.gnu.org/* (RT #1868684)" --> |
226 |
<source src="https://static.gnu.org/nosvn/videos/fight-to-repair/videos/Fight-to-Repair-720p.mp4" type="video/mp4" /> |
<video width="100%" controls="controls" crossorigin="anonymous" |
227 |
|
poster="https://static.gnu.org/nosvn/videos/escape-to-freedom/thumbnails/festival.jpeg"> |
228 |
<track kind="subtitles" label="English" srclang="en" src="https://static.gnu.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_en.vtt" default="default" /> |
<source src="https://static.gnu.org/nosvn/videos/escape-to-freedom/videos/escape-to-freedom-720p.webm" type="video/webm" /> |
229 |
<track kind="subtitles" label="Persian" srclang="fa" src="https://static.gnu.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fa.vtt" /> |
<source src="https://static.gnu.org/nosvn/videos/escape-to-freedom/videos/escape-to-freedom-720p.ogv" type="video/ogg" /> |
230 |
<track kind="subtitles" label="French" srclang="fr" src="https://static.gnu.org/nosvn/videos/fight-to-repair/captions/fight-to-repair_fr.vtt" /> |
<source src="https://static.gnu.org/nosvn/videos/escape-to-freedom/videos/escape-to-freedom-720p.mp4" type="video/mp4" /> |
231 |
<track kind="subtitles" label="Brazilian" srclang="pt-br" src="/server/banners/fight-to-repair_pt-br.vtt" /> |
<track kind="subtitles" label="English" srclang="en" src="https://static.gnu.org/nosvn/videos/escape-to-freedom/captions/escape-to-freedom_en.vtt" default="default" /> |
232 |
|
<track kind="subtitles" label="Spanish" srclang="es" src="https://static.gnu.org/nosvn/videos/escape-to-freedom/captions/escape-to-freedom_es.vtt" /> |
233 |
|
<track kind="subtitles" label="French" srclang="fr" src="/server/banners/escape-to-freedom_fr.vtt" /> |
234 |
|
<track kind="subtitles" label="Chinese" srclang="zh" src="https://static.gnu.org/nosvn/videos/escape-to-freedom/captions/escape-to-freedom_zh.vtt" /> |
235 |
</video> |
</video> |
236 |
</div> |
</div> |
237 |
|
|
238 |
<p class="c"> |
<p class="c"> |
239 |
<a |
<a |
240 |
href="https://www.fsf.org/blogs/community/watch-fight-to-repair-demand-the-right-to-repair"> |
href="https://www.fsf.org/blogs/community/help-others-find-free-software-watch-and-share-escape-to-freedom"> |
241 |
Fight to Repair: A video from the FSF</a></p> |
Escape to Freedom: A video from the FSF</a></p> |
242 |
|
|
243 |
<h2 class="first">Was ist GNU?</h2> |
<h2 class="first">Was ist GNU?</h2> |
244 |
|
|
316 |
|
|
317 |
<!--#endif --> |
<!--#endif --> |
318 |
<!--#if expr="$DISTRO = trisquel" --> |
<!--#if expr="$DISTRO = trisquel" --> |
319 |
<a href="https://trisquel.info/files/screenshots/etiona-media.jpg"><img |
<a href="https://trisquel.info/files/screenshots/t10-office_0.jpg"><img |
320 |
width="512" height="320" |
width="512" height="320" |
321 |
src="/distros/screenshots/trisquel9-mate.jpg" |
src="/distros/screenshots/trisquel10-mate.jpg" |
322 |
alt=" [Screenshot of Trisquel 9 with MATE desktop] " /></a> |
alt=" [Screenshot of Trisquel 10 with MATE desktop] " /></a> |
323 |
<p><small><a href="https://trisquel.info">Trisquel 9</a> with <a |
<p><small><a href="https://trisquel.info">Trisquel 10</a> with <a |
324 |
href="https://mate-desktop.org/">MATE</a> desktop, and VLC media |
href="https://mate-desktop.org/">MATE</a> desktop, and part of the <a |
325 |
player</small></p> |
href="https://www.libreoffice.org/">LibreOffice</a> suite.</small></p> |
326 |
|
|
327 |
<!--#endif --> |
<!--#endif --> |
328 |
</div> |
</div> |
375 |
<div> |
<div> |
376 |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
<a href="/home.html?distro=trisquel#gnu-linux"><img |
377 |
width="128" height="72" |
width="128" height="72" |
378 |
src="/distros/screenshots/trisquel9-mate-thumb.jpg" |
src="/distros/screenshots/trisquel10-mate-thumb.jpg" |
379 |
alt=" [Screenshot of Trisquel 9 with MATE desktop] " /></a> |
alt=" [Screenshot of Trisquel 10 with MATE desktop] " /></a> |
380 |
<p><small>Trisquel / MATE</small></p> |
<p><small>Trisquel / MATE</small></p> |
381 |
</div> |
</div> |
382 |
</div> |
</div> |
433 |
Freiheiten <a href="/philosophy/free-software-even-more-important">nun sogar |
Freiheiten <a href="/philosophy/free-software-even-more-important">nun sogar |
434 |
noch wichtiger</a> gemacht, als sie bereits 1983 waren.</p> |
noch wichtiger</a> gemacht, als sie bereits 1983 waren.</p> |
435 |
|
|
436 |
<p>Heute geht die Freie-Software-Bewegung weit über die Entwicklung des |
<p>Nowadays the free software movement goes far beyond developing the GNU |
437 |
GNU-Systems hinaus. Siehe auch die Internetpräsenz der <a |
system. See <a href="https://www.fsf.org">the Free Software Foundation's |
438 |
href="https://fsf.org" xml:lang="en" lang="en">Free Software Foundation</a>, |
web site</a> for more about what we do, and a list of <a href="/help">ways |
439 |
um mehr über uns und was wir tun und über Möglichkeiten, <a |
you can help</a>.</p> |
|
href="/help/">wie man mithelfen kann</a>, zu erfahren.</p> |
|
440 |
|
|
441 |
<h2><span id="more-about-gnu"></span>Mehr über GNU</h2> |
<h2><span id="more-about-gnu"></span>Mehr über GNU</h2> |
442 |
|
|
459 |
wird von Millionen genutzt, obwohl es viele <a |
wird von Millionen genutzt, obwohl es viele <a |
460 |
href="/gnu/gnu-linux-faq">fälschlicherweise <em>„Linux“</em> nennen</a>.</p> |
href="/gnu/gnu-linux-faq">fälschlicherweise <em>„Linux“</em> nennen</a>.</p> |
461 |
|
|
462 |
<p>Die Entwicklung von GNUs eigenem Kern, <b><a |
<p>GNU's own kernel, the <a href="/software/hurd/hurd.html">GNU Hurd</a>, was |
463 |
href="/software/hurd/">Hurd</a></b>, begann (noch vor Linux) im Jahre |
started in 1990 (before Linux was started). Volunteers continue developing |
464 |
1990. Da Hurd ein interessantes technisches Projekt ist, wird er nach wie |
the Hurd because it is an interesting technical project.</p> |
|
vor von engagierten Freiwilligen weiterentwickelt.</p> |
|
465 |
|
|
466 |
<p class="back"><a href="/gnu/">Weitere Informationen …</a></p> |
<p class="button right-align"><a href="/gnu/">Weitere Informationen …</a></p> |
467 |
</div> |
</div> |
468 |
|
|
469 |
<!-- /first-column --> |
<!-- /first-column --> |
470 |
<div class="second-column" role="complementary" aria-describedby="petititon, |
<div class="second-column" role="complementary"> |
471 |
newsfeed, take action, priority projects, maintainers needed, etc."> |
|
472 |
|
<div id="franklin" class="emph-box color1"> |
473 |
|
<blockquote> |
474 |
|
<p><i>As we enjoy great advantages from the inventions of others, we should be |
475 |
|
glad of an opportunity to serve others by any invention of ours, and this we |
476 |
|
should do freely and generously.</i><br /> —Benjamin Franklin</p> |
477 |
|
</blockquote> |
478 |
|
</div> |
479 |
|
|
480 |
|
<div id="kind-comm" class="emph-box color2"> |
481 |
|
<p>The GNU Project strongly urges the community to communicate in ways that are |
482 |
|
friendly, welcoming and kind. See the <a |
483 |
|
href="/philosophy/kind-communication.html"> GNU Kind Communications |
484 |
|
Guidelines</a>.</p> |
485 |
|
</div> |
486 |
|
|
487 |
<div class="emph-box beige"> |
<div id="irc" class="emph-box color1"> |
488 |
<p><strong>The GNU Project supports the Free Software Foundation's petition to |
<p><strong>GNU and FSF move official IRC channels to Libera.Chat network. Read |
489 |
call on school administrators around the world to stop requiring students to |
the full <a |
490 |
run nonfree software. <a |
href="https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00005.html">announcement</a></strong> |
491 |
href="https://my.fsf.org/give-students-userfreedom">Sign the petition for |
and the follow-up <strong><a |
492 |
freedom in the classroom</a></strong>.</p> |
href="https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00007.html">update</a></strong>.</p> |
|
</div> |
|
|
|
|
|
<div class="emph-box beige"> |
|
|
<p><strong>Das GNU-Projekt ruft die Gemeinschaft nachdrücklich dazu auf, auf |
|
|
eine freundliche, einladende und entgegenkommende Weise zu |
|
|
kommunizieren. Siehe unsere <a xml:lang="en" lang="en" |
|
|
href="/philosophy/kind-communication.html">Leitlinien für Kommunikation |
|
|
<!--und Zusammenarbeit -->des GNU-Projekts</a></strong>.</p> |
|
493 |
</div> |
</div> |
494 |
|
|
495 |
<div id="Flashes" class="emph-box white"> |
<div id="Flashes" class="emph-box color2"> |
496 |
<h3><a href="https://planet.gnu.org/">Planet GNU</a> <a |
<h3><a href="https://planet.gnu.org/">Planet GNU</a> <a |
497 |
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" |
498 |
alt="RSS-Feed" /></a></h3> |
alt="RSS-Feed" /></a></h3> |
502 |
</div> |
</div> |
503 |
</div> |
</div> |
504 |
|
|
505 |
<div id="Action" class="emph-box beige"> |
<div id="Action" class="emph-box color1"> |
506 |
<h3>Aktiv werden</h3> |
<h3>Aktiv werden</h3> |
507 |
|
|
508 |
<ul> |
<ul> |
509 |
<li><strong>Die Bemühungen um Netzneutralität in den <a |
<li><strong><a href="https://www.fsf.org/campaigns">Support current FSF |
510 |
href="//www.freepress.net/issues/free-open-internet/net-neutrality" |
campaigns</a></strong>.</li> |
511 |
title="Netzneutralität in den Vereinigten Staaten von |
<li id="petition"><a href="https://my.fsf.org/give-students-userfreedom">Sign the petition for |
512 |
Amerika">USA</a></strong> und im Heimatland unterstützen.</li> |
freedom in the classroom</a>.</li> |
513 |
|
<li id="copilot"><a href="https://libreplanet.org/wiki/Group:Copilot_Watch_Group">Join the |
514 |
<li>Die <a |
Copilot Watch Group</a>.</li> |
|
href="https://www.laquadrature.net/en/personnal-data/">Privatsphäre</a> und |
|
|
die <a href="https://www.laquadrature.net/en/?s=copyright">globale |
|
|
Urheberrechtsreform </a> zusammen mit <a |
|
|
href="https://www.laquadrature.net/en/">LQDN</a> unterstützen.</li> |
|
|
|
|
|
<li><strong><a href="//www.fsf.org/campaigns/" title="Current Campaigns, unter: |
|
|
https://www.fsf.org/campaigns/">Aktuelle Aktionen der FSF …</a></strong>.</li> |
|
|
|
|
|
<li><strong>Softwarepatente bekämpfen:</strong> <a |
|
|
href="//www.endsoftpatents.org/" title="End Software Patents, unter: |
|
|
http://endsoftpatents.org/ 2008 ff.">weltweit</a> und in <a |
|
|
href="/server/takeaction.html#swpat">Europa</a>.</li> |
|
515 |
</ul> |
</ul> |
516 |
|
|
517 |
<p class="back"><a href="/server/takeaction">Weitere Aktionen …</a></p> |
<p class="back"><a href="/server/takeaction">Weitere Aktionen …</a></p> |
518 |
</div> |
</div> |
519 |
|
|
520 |
<div id="unmaint" class="emph-box beige"> |
<div id="priority" class="emph-box color2"> |
521 |
<p><strong>Interesse zu u. a. einem dieser <a |
<p><strong>Can you help GNU with any of these projects?</strong></p> |
|
href="//www.fsf.org/campaigns/priority-projects/" title="High Priority Free |
|
|
Software Projects, unter: FSF.org 2017 ff." |
|
|
hreflang="en">Freie-Software-Projekte mit hoher Priorität</a> |
|
|
beizutragen?</strong></p> |
|
522 |
<ul> |
<ul> |
523 |
<li>Freies Smartphone-Betriebssystem,</li> |
<li><a href="/help/priority-projects.html">GNU high priority enhancement |
524 |
<li>Dezentralisierung, Föderation und Self-hosting,</li> |
projects</a></li> |
525 |
<li>freie Treiber, Firmware- und Hardware-Entwürfe,</li> |
<li><a href="/help/music-subtraction.html">Free program to subtract background |
526 |
<li>Sprach- und Video-Chat in Echtzeit,</li> |
music</a></li> |
527 |
<li>Beiträge von Menschen fördern, die in der Gemeinschaft unterrepräsentiert |
|
528 |
sind,</li> |
<!-- <li> |
529 |
<li>und mehr.</li> |
<a |
530 |
|
href="/help/important-new-small-to-medium-programs-needed.html"> |
531 |
|
Important new small-to-medium programs needed</a></li> ##This is a new |
532 |
|
page to be created which will initially contain a link to /help/music-subtraction.html--> |
533 |
</ul> |
</ul> |
534 |
|
</div> |
535 |
|
|
536 |
<p><strong>Interesse <a href="/server/takeaction.html#unmaint">ein unbetreutes |
<div class="emph-box color1"> |
537 |
GNU-Paket als Projektbetreuer (m/w)</a> zu übernehmen?</strong></p> |
<p id="long-term"><strong>Can you contribute to any of the <a |
538 |
|
href="//www.fsf.org/campaigns/priority-projects/">long-term high priority |
539 |
|
projects</a>?</strong></p> |
540 |
|
</div> |
541 |
|
|
542 |
|
<div id="unmaint" class="emph-box color2"> |
543 |
|
<p><strong>Can you help <a href="/server/takeaction.html#unmaint">maintain a |
544 |
|
GNU package</a>? These packages are looking for maintainers:</strong></p> |
545 |
<ul> |
<ul> |
546 |
<li> |
<li> |
547 |
<a href="/software/cfengine/">cfengine</a>, <a |
<a href="/software/cfengine/">cfengine</a>, <a |
548 |
href="/software/freedink/">freedink</a>, <a |
href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a>, |
549 |
href="/software/freetalk/">freetalk</a>, <a |
<a href="/software/quickthreads/">quickthreads</a></li> |
550 |
href="/software/halifax/">halifax</a>, <a href="/software/mcron/">mcron</a> |
</ul> |
|
und <a href="/software/quickthreads/">quickthreads</a> sind alle auf der Suche.</li> |
|
|
|
|
|
<li> |
|
551 |
|
|
552 |
|
<p> </p> |
553 |
|
<ul> |
554 |
|
<li> |
555 |
<a href="/software/aspell/">aspell</a>, <a |
<a href="/software/aspell/">aspell</a>, <a |
556 |
href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a |
href="/software/bison/">bison</a>, <a href="/software/gnuae/">gnuae</a>, <a |
557 |
href="/software/gnubik/">gnubik</a>, <a |
href="/software/gnubik/">gnubik</a>, <a |
560 |
href="/software/xboard/">xboard</a> sind ebenfalls auf der Suche nach |
href="/software/xboard/">xboard</a> sind ebenfalls auf der Suche nach |
561 |
Mitbetreuern (m/w/d).</li> |
Mitbetreuern (m/w/d).</li> |
562 |
</ul> |
</ul> |
|
|
|
563 |
<p>Weitere Informationen unter der Startseiten des Pakets.</p> |
<p>Weitere Informationen unter der Startseiten des Pakets.</p> |
564 |
</div> |
</div> |
565 |
|
|
566 |
<div id="blurb" class="emph-box white"> |
<div id="blurb" class="emph-box color1"> |
567 |
<p><strong><a href="/software/recent-releases">Neueste |
<p><strong><a href="/software/recent-releases">Neueste |
568 |
Softwarefreigaben</a></strong></p> |
Softwarefreigaben</a></strong></p> |
569 |
|
|
592 |
|
|
593 |
<!-- for id="content", starts in the include above --> |
<!-- for id="content", starts in the include above --> |
594 |
<!--#include virtual="/server/footer.de.html" --> |
<!--#include virtual="/server/footer.de.html" --> |
595 |
<p id="sisters">Die <a href="//www.fsf.org/" xml:lang="en" lang="en">Free Software |
<p id="sisters">The <a href="https://www.fsf.org/">FSF</a> also has sister organizations in |
596 |
Foundation</a> hat auch Schwesterorganisationen in <a href="//www.fsfe.org" |
<a href="https://fsfe.org/">Europe</a>, <a |
597 |
title="Free Software Foundation Europe (FSFE)">Europa</a>, <a |
href="https://www.fsfla.org/ikiwiki/">Latin America</a> and <a |
598 |
href="//www.fsfla.org/" title="Free Software Foundation Latin America |
href="https://fsf.org.in/">India</a>.<br /> |
|
(FSFLA)">Lateinamerika</a> und <a href="//fsf.org.in/" title="Free Software |
|
|
Foundation India (FSFI)">Indien</a>.<br /> |
|
599 |
Zögere nicht, bei ihnen mitzumachen!</p> |
Zögere nicht, bei ihnen mitzumachen!</p> |
600 |
|
|
|
<!--#include virtual="/server/fs-gang.de.html" --> |
|
601 |
<div id="footer" role="contentinfo"> |
<div id="footer" role="contentinfo"> |
602 |
<div class="unprintable"> |
<div class="unprintable"> |
603 |
|
|
646 |
|
|
647 |
There is more detail about copyright years in the GNU Maintainers |
There is more detail about copyright years in the GNU Maintainers |
648 |
Information document, www.gnu.org/prep/maintain. --> |
Information document, www.gnu.org/prep/maintain. --> |
649 |
<p>Copyright © 1996-2021 <a href="http://www.fsf.org">Free Software |
<p>Copyright © 1996-2022 <a href="http://www.fsf.org">Free Software |
650 |
Foundation</a>, Inc.</p> |
Foundation</a>, Inc.</p> |
651 |
|
|
652 |
<p>Dieses Werk ist lizenziert unter einer <a rel="license" |
<p>Dieses Werk ist lizenziert unter einer <a rel="license" |