/[www]/www/home.html
ViewVC logotype

Contents of /www/home.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.680 - (show annotations) (download) (as text)
Fri May 17 06:04:04 2024 UTC (3 months, 3 weeks ago) by ineiev
Branch: MAIN
CVS Tags: HEAD
Changes since 1.679: +26 -11 lines
File MIME type: text/html
Add Czech subtitles, RT #2002802.

1 <!--#include virtual="/server/header.html" -->
2 <!-- Parent-Version: 1.99 -->
3 <!-- This page is derived from /server/standards/boilerplate.html -->
4 <!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
5 <!--#if expr="$QUERY_STRING = /distro=([^&#]+)/"
6 --><!--#set var="DISTRO" value="$1"
7 --><!--#else --><!--#set var="DISTRO" value="dragora"
8 --><!--#endif -->
9 <title>The GNU Operating System and the Free Software Movement</title>
10
11 <meta name="keywords" content="GNU, FSF, Free Software Foundation, Linux, Emacs, GCC, Unix, Free Software, Libre Software, Operating System, GNU Kernel, GNU Hurd" />
12 <meta name="description" content="Since 1983, developing the free Unix style operating system GNU, so that computer users can have the freedom to share and improve the software they use." />
13 <link rel="alternate" title="Planet GNU" href="https://planet.gnu.org/rss20.xml" type="application/rss+xml" />
14
15 <style type="text/css" media="print,screen">
16 <!--
17 .first-column, .second-column {
18 width: 46em; max-width: 100%;
19 margin: auto;
20 }
21
22 h2 { margin: 1.2em 0 .8em; }
23 h2.first { margin-top: .9em; }
24
25 .screenshot, .thumbs {
26 text-align: center;
27 font-style: italic;
28 margin: 1.5em auto;
29 }
30 .screenshot p, .thumbs p {
31 line-height: 1.2em;
32 }
33 .screenshot {
34 width: 32.4em; max-width: 100%;
35 }
36 .screenshot > a[href]:hover, .thumbs > a[href]:hover {
37 background-color: transparent;
38 }
39 .screenshot img {
40 width: 32em; max-width: 98%; height: auto;
41 background: #444;
42 padding: .2em;
43 }
44 .screenshot p {
45 margin: .2em 0 0;
46 }
47 .thumbs {
48 white-space: nowrap;
49 overflow-x: auto;
50 padding-top: 1px;
51 background: #f7f7f7;
52 border: 1px solid #999;
53 }
54 .thumbs div {
55 display: inline-block;
56 vertical-align: top;
57 white-space: normal;
58 margin: 0 1px;
59 }
60 .thumbs img {
61 width: 8em; height: auto;
62 border: 1px solid #444;;
63 }
64 .thumbs p {
65 margin: 0 0 .7em;
66 }
67 .btn-left a[href], .btn-right a[href] {
68 display: inline-block;
69 text-align: center;
70 font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif;
71 font-size: 1.6em;
72 font-weight: bold;
73 text-decoration: none;
74 padding: .4em .6em .5em;
75 color: #55b;
76 background: white;
77 border: .1em solid #55b;
78 border-radius: .3em;
79 }
80 .btn-left a[href]:hover, .btn-right a[href]:hover {
81 text-decoration: none;
82 color: #33c;
83 background: #ebebff;
84 border-color: #55b;
85 }
86 .btn-left {
87 float: left;
88 margin: 2em 0 1em;
89 }
90 .btn-right {
91 float: right;
92 margin: 1.5em 0;
93 }
94 .btn-right a { margin-left: .7em; }
95
96 .first-column .button {
97 margin-bottom: 0;
98 }
99 .second-column .emph-box {
100 margin-top: 2.3em;
101 }
102 .second-column .emph-box.color1 {
103 background: #f6f6ff;
104 background: linear-gradient(#eef, white);
105 }
106 .second-column .emph-box.color2 {
107 background: #eff;
108 background: linear-gradient(#dff, white);
109 }
110 .second-column .emph-box .back {
111 margin-top: 1em;
112 }
113 .emph-box h3 { font-size: 1.4em; }
114 h3 img {
115 height: .8em;
116 vertical-align: middle;
117 padding: 0 .5em .2em;
118 background: none;
119 }
120 #blurb h4 {
121 text-align: left;
122 font-size: 1.4em;
123 margin-top: .4em;
124 }
125 #blurb h4 img {
126 float: left;
127 margin-right: .5em;
128 }
129 #blurb div p {
130 margin-bottom: 0;
131 }
132 #Flashes p, #unmaint, #blurb p, #blurb p small {
133 font-size: .9em;
134 }
135 #unmaint li, #blurb p {
136 color: #404040;
137 }
138 #unmaint strong {
139 display: block;
140 font-size: 1.1em;
141 color: black;
142 margin-bottom: .5em;
143 }
144 .ltr {
145 direction: ltr;
146 text-align: left;
147 }
148
149 .translators-notes {
150 width: 44.4em; max-width: 100%;
151 margin: 0 auto;
152 }
153 #sisters {
154 font-size: .9em;
155 text-align: center;
156 background-color: white;
157 padding: 0 3% 2em;
158 margin: 0;
159 }
160
161 video { width: 90%; height: auto; }
162 video track a[href] { color: white; }
163
164 @media (min-width: 60em) {
165 .first-column {
166 width: 65%;
167 float: left;
168 margin: 0;
169 }
170 .second-column {
171 width: 30%;
172 float: right;
173 margin: 0;
174 }
175 .translators-notes {
176 width: 100%;
177 }
178 }
179 -->
180 <!--#if expr="$RTL_SCRIPT = yes" -->
181 <!--
182 .btn-left {
183 float: right;
184 }
185 .btn-right {
186 float: left;
187 }
188 @media (min-width: 60em) {
189 .first-column {
190 float: right;
191 }
192 .second-column {
193 float: left;
194 }
195 }-->
196 <!--#endif -->
197 </style>
198 <!--#include virtual="/po/home.translist" -->
199 <!--#include virtual="/server/banner.html" -->
200 <p class="no-display">GNU is the only operating system developed
201 specifically to give its users freedom. What is GNU, and what freedom
202 is at stake?</p>
203
204 <!--GNUN: OUT-OF-DATE NOTICE-->
205 <!--#include virtual="/server/top-addendum.html" -->
206 <div id="home">
207 <div class="first-column" role="article">
208
209 <div style="margin: 2.3em auto 0" class="c">
210 <!-- Please change the URLs of embedded resources from
211 https://static.fsf.org/* to https://static.gnu.org/* (RT #1868684) -->
212 <video width="512" height="288" controls="controls" crossorigin="anonymous"
213 poster="https://static.gnu.org/nosvn/videos/escape-to-freedom/thumbnails/festival.jpeg">
214 <source
215 src="https://static.gnu.org/nosvn/videos/escape-to-freedom/videos/escape-to-freedom-720p.webm"
216 type="video/webm" />
217 <source
218 src="https://static.gnu.org/nosvn/videos/escape-to-freedom/videos/escape-to-freedom-720p.ogv"
219 type="video/ogg" />
220 <source
221 src="https://static.gnu.org/nosvn/videos/escape-to-freedom/videos/escape-to-freedom-720p.mp4"
222 type="video/mp4" />
223 <track kind="subtitles" label="English" srclang="en"
224 src="https://static.gnu.org/nosvn/videos/escape-to-freedom/captions/escape-to-freedom_en.vtt"
225 default="default" />
226 <track kind="subtitles" label="Czech" srclang="cs"
227 src="/server/banners/escape-to-freedom_cs.vtt" />
228 <track kind="subtitles" label="Spanish" srclang="es"
229 src="https://static.gnu.org/nosvn/videos/escape-to-freedom/captions/escape-to-freedom_es.vtt"
230 />
231 <track kind="subtitles" label="French" srclang="fr"
232 src="/server/banners/escape-to-freedom_fr.vtt" />
233 <track kind="subtitles" label="Chinese" srclang="zh"
234 src="https://static.gnu.org/nosvn/videos/escape-to-freedom/captions/escape-to-freedom_zh.vtt"
235 />
236 </video>
237 </div>
238
239 <p class="c">
240 <a href="https://www.fsf.org/blogs/community/help-others-find-free-software-watch-and-share-escape-to-freedom">
241 Escape to Freedom: A video from the FSF</a></p>
242
243 <h2 class="first">What is GNU?</h2>
244
245 <p>GNU is an operating system that
246 is <a href="/philosophy/free-sw.html">free software</a>&mdash;that is,
247 it respects users' freedom. The GNU operating system consists of GNU
248 packages (programs specifically released by the GNU Project) as well
249 as free software released by third parties. The development of GNU
250 made it possible to use a computer without software that would trample
251 your freedom.</p>
252
253 <p>We recommend <a href="/distros/free-distros.html">installable
254 versions of GNU</a> (more precisely, GNU/Linux distributions) which
255 are entirely free software. <a href="#More-GNU">More about GNU
256 below</a>.</p>
257
258 <div class="btn-left">
259 <a href="/distros/free-distros.html">Try GNU/Linux</a></div>
260 <div style="clear:both"></div>
261
262 <div id="gnu-linux" role="figure">
263 <div class="screenshot">
264 <!--#if expr="$DISTRO = dragora" -->
265 <a href="/distros/screenshots/dragora-tde.jpg"><img
266 width="512" height="288"
267 src="/distros/screenshots/dragora-tde-medium.jpg"
268 alt="&nbsp;[Screenshot of Dragora&nbsp;3.0-beta2 with TDE desktop]&nbsp;" /></a>
269 <p><small><a href="https://dragora.org/index.html">
270 Dragora&nbsp;3.0-beta2</a> with <a href="https://www.trinitydesktop.org/">TDE</a>
271 desktop</small></p>
272 <!--#endif --><!--#if expr="$DISTRO = guix" -->
273 <a href="/distros/screenshots/guixSD-gnome3.jpg"><img
274 width="512" height="288"
275 src="/distros/screenshots/guixSD-gnome3-medium.jpg"
276 alt="&nbsp;[Screenshot of Guix&nbsp;0.15 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
277 <p><small><a href="/software/guix/">Guix&nbsp;0.15</a> with <a
278 href="https://www.gnome.org/">GNOME&nbsp;3</a> desktop, Epiphany web
279 browser, Totem video player, and GNOME terminal emulator</small></p>
280 <!--#endif --><!--#if expr="$DISTRO = hyperbola" -->
281 <a href="/distros/screenshots/hyperbola-i3.png"><img
282 width="512" height="288"
283 src="/distros/screenshots/hyperbola-i3.png"
284 alt="&nbsp;[Screenshot of Hyperbola with i3 window manager]&nbsp;" /></a>
285 <p><small><a href="https://www.hyperbola.info/">
286 Hyperbola&nbsp;0.3</a> with <a href="https://i3wm.org/">i3 window manager</a>,
287 cool-retro-term (terminal emulator), Gimp (image editor), and Iceweasel-UXP (web
288 browser)</small></p>
289 <!--#endif --><!--#if expr="$DISTRO = parabola" -->
290 <a href="/distros/screenshots/parabola2020-lxde.jpg"><img
291 width="512" height="288"
292 src="/distros/screenshots/parabola2020-lxde-medium.jpg"
293 alt="&nbsp;[Screenshot of Parabola with LXDE desktop]&nbsp;" /></a>
294 <p><small><a href="https://www.parabola.nu">Parabola&nbsp;2020</a> with <a
295 href="http://lxde.sourceforge.net/about.html">LXDE desktop</a></small></p>
296 <!--#endif --><!--#if expr="$DISTRO = pureos" -->
297 <a href="/distros/screenshots/pureos8-gnome3.jpg"><img
298 width="512" height="264"
299 src="/distros/screenshots/gnome3-medium.jpg"
300 alt="&nbsp;[Screenshot of PureOS&nbsp;8 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
301 <p><small><a href="https://www.pureos.net/">PureOS&nbsp;8</a> with <a
302 href="https://www.gnome.org/">GNOME&nbsp;3</a> desktop,
303 PureBrowser (web browser), and Gimp (image editor)</small></p>
304 <!--#endif --><!--#if expr="$DISTRO = trisquel" -->
305 <a href="https://trisquel.info/files/screenshots/t10-office_0.jpg"><img
306 width="512" height="320"
307 src="/distros/screenshots/trisquel10-mate.jpg"
308 alt="&nbsp;[Screenshot of Trisquel&nbsp;10 with MATE desktop]&nbsp;" /></a>
309 <p><small><a href="https://trisquel.info">Trisquel&nbsp;10</a> with <a
310 href="https://mate-desktop.org/">MATE</a> desktop, and part of the <a
311 href="https://www.libreoffice.org/">LibreOffice</a> suite.</small></p>
312 <!--#endif -->
313 </div>
314
315 <div class="thumbs">
316 <div>
317 <a href="/home.html?distro=dragora#gnu-linux"><img
318 width="128" height="72"
319 src="/distros/screenshots/dragora-tde-thumb.jpg"
320 alt="&nbsp;[Screenshot of Dragora&nbsp;3.0-beta2 with TDE desktop]&nbsp;" /></a>
321 <p><small>Dragora / TDE</small></p>
322 </div>
323
324 <div>
325 <a href="/home.html?distro=guix#gnu-linux"><img
326 width="128" height="72"
327 src="/distros/screenshots/guixSD-gnome3-thumb.jpg"
328 alt="&nbsp;[Screenshot of Guix&nbsp;0.15 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
329 <p><small>Guix / GNOME3</small></p>
330 </div>
331
332 <div>
333 <a href="/home.html?distro=hyperbola#gnu-linux"><img
334 width="128" height="72"
335 src="/distros/screenshots/hyperbola-i3-thumb.jpg"
336 alt="&nbsp;[Screenshot of Hyperbola&nbsp;0.3 with i3 window manager]&nbsp;" /></a>
337 <p><small>Hyperbola / i3</small></p>
338 </div>
339
340 <div>
341 <a href="/home.html?distro=parabola#gnu-linux"><img
342 width="128" height="72"
343 src="/distros/screenshots/parabola2020-lxde-thumb.jpg"
344 alt="&nbsp;[Screenshot of Parabola&nbsp;2020 with LXDE desktop]&nbsp;" /></a>
345 <p><small>Parabola / LXDE</small></p>
346 </div>
347
348 <div>
349 <a href="/home.html?distro=pureos#gnu-linux"><img
350 width="128" height="72"
351 src="/distros/screenshots/gnome3-thumb.jpg"
352 alt="&nbsp;[Screenshot of PureOS&nbsp;8 with GNOME&nbsp;3 desktop]&nbsp;" /></a>
353 <p><small>PureOS / GNOME3</small></p>
354 </div>
355
356 <div>
357 <a href="/home.html?distro=trisquel#gnu-linux"><img
358 width="128" height="72"
359 src="/distros/screenshots/trisquel10-mate-thumb.jpg"
360 alt="&nbsp;[Screenshot of Trisquel&nbsp;10 with MATE desktop]&nbsp;" /></a>
361 <p><small>Trisquel / MATE</small></p>
362 </div>
363 </div>
364 </div>
365
366 <div class="btn-right">... or <a
367 href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements">
368 Try parts of GNU</a></div>
369 <div style="clear:both"></div>
370
371 <h2>What is the Free Software Movement?</h2>
372
373 <p>The free software movement campaigns to win for the users of
374 computing the freedom that comes from free software. Free software
375 puts its users in control of their own computing. Nonfree software
376 puts its users under the power of the software's developer. See
377 <a href="/audio-video/philosophy-recordings.html#rms-201404070">
378 the video explanation</a>.</p>
379
380 <h2>What is Free Software?</h2>
381
382 <p><strong>Free software means the users have the freedom to run,
383 copy, distribute, study, change and improve the software.</strong></p>
384
385 <p>Free software is a matter of liberty, not price. To understand the
386 concept, you should think of &ldquo;free&rdquo; as in &ldquo;free
387 speech,&rdquo; not as in &ldquo;free beer.&rdquo;</p>
388
389 <p>More precisely, free software means users of a program have
390 the <a href="/philosophy/free-sw.html">four essential
391 freedoms</a>:</p>
392
393 <ul>
394 <li>The freedom to run the program as you wish,
395 for any purpose (freedom 0).</li>
396 <li>The freedom to study how the program works, and change it so it
397 does your computing as you wish (freedom 1). Access to the source
398 code is a precondition for this.</li>
399 <li>The freedom to redistribute copies so you can help others
400 (freedom 2).</li>
401 <li>The freedom to distribute copies of your modified versions
402 to others (freedom 3). By doing this you can give the whole
403 community a chance to benefit from your changes.
404 Access to the source code is a precondition for this.</li>
405 </ul>
406
407 <p>Developments in technology and network use have made these freedoms
408 <a href="/philosophy/free-software-even-more-important.html">even more
409 important now</a> than they were in 1983.</p>
410
411 <p>Nowadays the free software movement goes far beyond developing the
412 GNU system. See <a href="https://www.fsf.org">the Free Software
413 Foundation's web site</a> for more about what we do, and a list
414 of <a href="/help">ways you can help</a>.</p>
415
416 <h2>More about GNU</h2>
417
418 <p><a id="More-GNU">GNU</a> is a Unix-like operating system. That
419 means it is a collection of many programs: applications, libraries,
420 developer tools, even games. The development of GNU, started in
421 January 1984, is known as the GNU Project. Many of the programs in
422 GNU are released under the auspices of the GNU Project; those we
423 call <a href="/software/">GNU packages</a>.</p>
424
425 <p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's
426 Not
427 Unix.&rdquo; <a href="/pronunciation/pronunciation.html">&ldquo;GNU&rdquo;
428 is pronounced <em>g'noo</em></a>, as one syllable, like saying
429 &ldquo;grew&rdquo; but replacing the <em>r</em> with <em>n</em>.</p>
430
431 <p>The program in a Unix-like system that allocates machine resources
432 and talks to the hardware is called the &ldquo;kernel.&rdquo; GNU is
433 typically used with a kernel called Linux. This combination is
434 the <a href="/gnu/linux-and-gnu.html"><strong>GNU/Linux operating
435 system</strong></a>. GNU/Linux is used by millions, though
436 many <a href="/gnu/gnu-linux-faq.html">call it &ldquo;Linux&rdquo; by
437 mistake</a>.</p>
438
439 <p>GNU's own kernel, the <a href="/software/hurd/hurd.html">GNU Hurd</a>,
440 was started in 1990 (before Linux was started). Volunteers continue
441 developing the Hurd because it is an interesting technical
442 project.</p>
443
444 <p class="button right-align"><a href="/gnu/gnu.html">More information</a></p>
445 </div><!-- /first-column -->
446
447 <div class="second-column" role="complementary">
448
449 <p class="c" style="margin-top: 2.3em"><a href="https://snowflake.torproject.org/">
450 <img style="width:12em; height:auto"
451 src="/graphics/snowflake-purple.png"
452 alt="Help people bypass censorship. Run Snowflake!" /></a></p>
453
454 <div id="franklin" class="emph-box color1">
455 <blockquote>
456 <p><i>As we enjoy great advantages from the inventions of others, we should be
457 glad of an opportunity to serve others by any invention of ours, and this we
458 should do freely and generously.</i><br /> &mdash;Benjamin Franklin</p>
459 </blockquote>
460 </div>
461
462 <div id="giving-guide" class="emph-box color2">
463 <p>This year, choose Freedom as a gift. <strong><a
464 href="https://www.fsf.org/givingguide/v14/">
465 Ethical Tech Giving Guide</a></strong></p>
466 </div>
467
468 <div id="kind-comm" class="emph-box color2">
469 <p>The GNU Project strongly urges the community to communicate in
470 ways that are friendly, welcoming and kind. See the
471 <a href="/philosophy/kind-communication.html">
472 GNU Kind Communications Guidelines</a>.</p>
473 </div>
474
475 <div id="Flashes" class="emph-box color1">
476 <h3><a href="https://planet.gnu.org/">Planet GNU</a>
477 <a href="https://planet.gnu.org/rss20.xml"><img src="/feed-icon-10x10.png"
478 alt="RSS Feed" /></a></h3>
479 <div class="ltr">
480 <!--#include virtual="/planetfeeds.html" -->
481 </div>
482 </div>
483
484 <div id="Action" class="emph-box color2">
485 <h3>Take Action</h3>
486
487 <ul>
488 <li><strong><a href="https://www.fsf.org/campaigns">Support current FSF
489 campaigns</a></strong>.</li>
490 <li id="petition"><a
491 href="https://my.fsf.org/give-students-userfreedom">Sign the petition
492 for freedom in the classroom</a>.</li>
493 <li id="copilot"><a
494 href="https://libreplanet.org/wiki/Group:Copilot_Watch_Group">Join the
495 Copilot Watch Group</a>.</li>
496 </ul>
497
498 <p class="back"><a href="/server/takeaction.html">More action items</a></p>
499 </div>
500
501 <div id="priority" class="emph-box color1">
502 <p><strong>Can you help GNU with any of these projects?</strong></p>
503 <ul>
504 <li><a
505 href="/help/priority-projects.html">GNU high priority enhancement projects</a></li>
506 <li><a
507 href="/help/music-subtraction.html">Free program to subtract
508 background music</a></li>
509 <!-- <li><a
510 href="/help/important-new-small-to-medium-programs-needed.html">
511 Important new small-to-medium programs needed</a></li> ##This is a new
512 page to be created which will initially contain a link to /help/music-subtraction.html-->
513 </ul>
514 </div>
515
516 <div class="emph-box color2">
517 <p id="long-term"><strong>Can you contribute to any of
518 the <a href="//www.fsf.org/campaigns/priority-projects/">long-term
519 high priority projects</a>?</strong></p>
520 </div>
521
522 <div id="unmaint" class="emph-box color1">
523 <p><strong>Can you help <a
524 href="/server/takeaction.html#unmaint">maintain a GNU package</a>?
525 These packages are looking for maintainers:</strong></p>
526 <ul>
527 <li><span class="gnun-split"></span>
528 <a href="/software/cfengine/">cfengine</a>,
529 <a href="/software/halifax/">halifax</a>,
530 <a href="/software/quickthreads/">quickthreads</a>,
531 <a href="/software/guile-sdl/">guile-sdl</a>,
532 <a href="/software/superopt/">superopt</a><span class="gnun-split"></span></li>
533 </ul>
534
535 <p>Also, these packages are looking for co-maintainers:</p>
536 <ul>
537 <li><span class="gnun-split"></span>
538 <a href="/software/aspell/">aspell</a>,
539 <a href="/software/bison/">bison</a>,
540 <a href="/software/gnuae/">gnuae</a>,
541 <a href="/software/gnubik/">gnubik</a>,
542 <a href="/software/metaexchange/">metaexchange</a>,
543 <a href="/software/powerguru/">powerguru</a>,
544 <a href="/software/xboard/">xboard</a><span class="gnun-split"></span>.</li>
545 </ul>
546 <p>See the package web pages for more information.</p>
547 </div>
548
549 <div id="blurb" class="emph-box color2">
550 <p><strong><a href="/software/recent-releases.html">Recent GNU
551 releases</a></strong></p>
552
553 <p><strong><a href="/manual/blurbs.html">Short descriptions for all GNU
554 packages</a></strong></p>
555
556 <p style="margin-top: 2em">Today's random package&hellip;</p>
557 <!--#include virtual="/server/home-pkgselect.html" -->
558 <div class="ltr">
559 <!--#include virtual="/server/home-pkgblurbs.html" -->
560 </div>
561 </div>
562
563 </div><!-- /second-column -->
564 </div><!-- /home -->
565
566 <div style="clear:both"></div>
567 </div><!-- for id="content", starts in the include above -->
568 <!--#include virtual="/server/footer.html" -->
569
570 <p id="sisters">The <a href="https://www.fsf.org/">FSF</a> also has sister
571 organizations in <a href="https://fsfe.org/">Europe</a>, <a
572 href="https://www.fsfla.org/ikiwiki/">Latin America</a> and <a
573 href="https://fsf.org.in/">India</a>.<br />
574 Feel free to join them!</p>
575
576 <div id="footer" role="contentinfo">
577 <div class="unprintable">
578
579 <p id="ContactInfo">Please send general FSF &amp; GNU inquiries to
580 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
581 There are also <a href="/contact/">other ways to contact</a>
582 the FSF. Broken links and other corrections or suggestions can be sent
583 to <a href="mailto:webmasters@gnu.org">&lt;webmasters@gnu.org&gt;</a>.</p>
584
585 <p><!-- TRANSLATORS: Ignore the original text in this paragraph,
586 replace it with the translation of these two:
587
588 We work hard and do our best to provide accurate, good quality
589 translations. However, we are not exempt from imperfection.
590 Please send your comments and general suggestions in this regard
591 to <a href="mailto:web-translators@gnu.org">
592 &lt;web-translators@gnu.org&gt;</a>.</p>
593
594 <p>For information on coordinating and contributing translations of
595 our web pages, see <a
596 href="/server/standards/README.translations.html">Translations
597 README</a>. -->
598 Please see the <a
599 href="/server/standards/README.translations.html">Translations
600 README</a> for information on coordinating and contributing translations
601 of this article.</p>
602 </div>
603
604 <!-- Regarding copyright, in general, standalone pages (as opposed to
605 files generated as part of manuals) on the GNU web server should
606 be under CC BY-ND 4.0. Please do NOT change or remove this
607 without talking with the webmasters or licensing team first.
608 Please make sure the copyright date is consistent with the
609 document. For web pages, it is ok to list just the latest year the
610 document was modified, or published.
611
612 If you wish to list earlier years, that is ok too.
613 Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
614 years, as long as each year in the range is in fact a copyrightable
615 year, i.e., a year in which the document was published (including
616 being publicly visible on the web or in a revision control system).
617
618 There is more detail about copyright years in the GNU Maintainers
619 Information document, www.gnu.org/prep/maintain. -->
620
621 <p>Copyright &copy; 1996-2024 <a
622 href="http://www.fsf.org">Free Software Foundation</a>, Inc.</p>
623
624 <p>This page is licensed under a <a rel="license"
625 href="http://creativecommons.org/licenses/by-nd/4.0/">Creative
626 Commons Attribution-NoDerivatives 4.0 International License</a>.</p>
627
628 <!--#include virtual="/server/bottom-notes.html" -->
629
630 <p class="unprintable">Updated:
631 <!-- timestamp start -->
632 $Date: 2024/04/25 08:26:38 $
633 <!-- timestamp end -->
634 </p>
635 </div>
636 </div><!-- for class="inner", starts in the banner include -->
637 </body>
638 </html>

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26