trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun server/gnun/ChangeLog server/g...


From: Yavor Doganov
Subject: trans-coord/gnun server/gnun/ChangeLog server/g...
Date: Tue, 15 Feb 2011 12:00:51 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   11/02/15 12:00:51

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile THANKS 
Added files:
        gnun           : home.html 
Removed files:
        gnun           : home.ar.shtml home.bg.shtml home.ca.shtml 
                         home.es.shtml home.fr.shtml home.ru.shtml 
                         home.shtml home.zh-cn.shtml 

Log message:
        Handle the renaming of home.shtml -> home.html.
        * GNUmakefile (home-lang, $(rootdir)/gnusflashes.%.include)
        ($(rootdir)/po/home.proto, files-to-sync): Adjust.
        ($(rootdir)/home.$(1).shtml): Rename as...
        ($(rootdir)/home.$(1).html): ...accordingly.
        * THANKS: Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.html?cvsroot=trans-coord&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.ar.shtml?cvsroot=trans-coord&r1=1.113&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.bg.shtml?cvsroot=trans-coord&r1=1.145&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.ca.shtml?cvsroot=trans-coord&r1=1.121&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.es.shtml?cvsroot=trans-coord&r1=1.115&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.fr.shtml?cvsroot=trans-coord&r1=1.107&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.ru.shtml?cvsroot=trans-coord&r1=1.131&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.shtml?cvsroot=trans-coord&r1=1.146&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/home.zh-cn.shtml?cvsroot=trans-coord&r1=1.141&r2=0
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.187&r2=1.188
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.82&r2=1.83
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/THANKS?cvsroot=trans-coord&r1=1.6&r2=1.7

Patches:
Index: server/gnun/ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- server/gnun/ChangeLog       21 Jan 2011 19:14:07 -0000      1.187
+++ server/gnun/ChangeLog       15 Feb 2011 12:00:49 -0000      1.188
@@ -1,3 +1,12 @@
+2011-02-15  Pavel Kharitonov  <address@hidden>  (tiny change)
+
+       Handle the renaming of home.shtml -> home.html.
+       * GNUmakefile (home-lang, $(rootdir)/gnusflashes.%.include)
+       ($(rootdir)/po/home.proto, files-to-sync): Adjust.
+       ($(rootdir)/home.$(1).shtml): Rename as...
+       ($(rootdir)/home.$(1).html): ...accordingly.
+       * THANKS: Update.
+
 2011-01-21  Yavor Doganov  <address@hidden>
 
        Preliminary "dummy" Bzr support.

Index: server/gnun/GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- server/gnun/GNUmakefile     21 Jan 2011 19:14:07 -0000      1.82
+++ server/gnun/GNUmakefile     15 Feb 2011 12:00:50 -0000      1.83
@@ -109,7 +109,7 @@
 ### End of variables declaration (whatsnew) ###
 
 ### Special variables for the home pages ###
-home-lang = $(rootdir)/home.$(1).shtml
+home-lang = $(rootdir)/home.$(1).html
 home-translated := $(foreach h-lang,$(HOME_LINGUAS), \
                     $(call home-lang,$(h-lang)))
 ifeq ($(VERBOSE),yes)
@@ -378,7 +378,7 @@
 # If there is a homepage, touch its PO file in order to be regenerated
 # in the same GNUN run to include gnusflashes.LANG.include.
        [ -f $@ ] || (touch $@ ; $(VCSSKIP) $(vcs) add $@ \
-         && ([ ! -f $(rootdir)/home.$*.shtml ] \
+         && ([ ! -f $(rootdir)/home.$*.html ] \
              || touch $(rootdir)/po/home.$*.po))
        $(fixperm)
        echo "<!--Automatically generated by GNUN; do not edit!-->" > $@
@@ -448,7 +448,7 @@
 ### End of the whatsnew-specific rules ###
 
 ### Specific rules for the homepages ###
-$(rootdir)/po/home.proto: $(rootdir)/home.shtml
+$(rootdir)/po/home.proto: $(rootdir)/home.html
 # Delete the target if the script exits with a non-zero status in
 # order to prevent further messing up in the chain.  For extra safety,
 # exit with an error so that make does not proceed to the next
@@ -469,7 +469,7 @@
        $$(fixperm)
        $(update-po)
 
-$(rootdir)/home.$(1).shtml: $(rootdir)/po/home.proto \
+$(rootdir)/home.$(1).html: $(rootdir)/po/home.proto \
                            $(rootdir)/po/home.$(1).po generic.$(1).html
 # Check if the language is present in TEMPLATE_LINGUAS.
 ifeq (,$(findstring $(1),$(TEMPLATE_LINGUAS)))
@@ -675,7 +675,7 @@
 wwwdir := $(rootdir)/$(rootdir)/www
 orig-templates := $(addsuffix .html,$(template-translated-base))
 orig-articles := $(addsuffix .html,$(subst /po/,/,$(ALL_BASE)))
-files-to-sync := $(rootdir)/home.shtml $(orig-templates) $(orig-articles)
+files-to-sync := $(rootdir)/home.html $(orig-templates) $(orig-articles)
 abs-files-to-sync := $(subst $(rootdir)/,,$(files-to-sync))
 # Templates that are not gettextized, but are necessary to reside in
 # trans-coord for HTML validation at build time.

Index: server/gnun/THANKS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/THANKS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- server/gnun/THANKS  29 Jul 2010 10:58:04 -0000      1.6
+++ server/gnun/THANKS  15 Feb 2011 12:00:50 -0000      1.7
@@ -16,6 +16,8 @@
 +------------------+---------------------------+
 |Karl Berry        |               address@hidden|
 +------------------+---------------------------+
+|Pavel Kharitonov  |           address@hidden|
++------------------+---------------------------+
 
 Local Variables:
 mode: text

Index: home.html
===================================================================
RCS file: home.html
diff -N home.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ home.html   15 Feb 2011 12:00:46 -0000      1.1
@@ -0,0 +1,275 @@
+<!--#include virtual="/server/header.html" -->
+
+<title>The GNU Operating System</title>
+
+<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software, Operating System, GNU Kernel, GNU Hurd" 
/>
+<meta http-equiv="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." />
+<link rel="alternate" title="What's New" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
+<link rel="alternate" title="New Free Software" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
+
+<!--#include virtual="/server/banner.html" -->
+
+
+
+<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free software Unix-like operating system called GNU. GNU is the only 
operating system developed specifically for the sake of users' freedom.</p>
+
+<div id="takeactionhomepage">
+<ul>
+<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on 
Massachusetts for censoring the Internet</a></li>
+<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify
+   NoScript so it can detect and block nontrivial nonfree JavaScript
+   code?</a></li> 
+<li><a
+href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
+   Claim a refund on your unused Microsoft Windows licences</a></li> 
+<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
+   Support the efforts on net neutrality in Europe</a>, 
+   <a href="http://www.savetheinternet.com"; title="Net
+   neutrality in the United States of America">in the USA</a>
+   and <a href="http://www.neutrality.ca"; title="Net neutrality in
+   Canada">in Canada</a>.</li>
+</ul>
+</div>
+
+<div class="yui-g">
+    <div class="yui-u first">
+
+      <h2>What is GNU?</h2>
+
+<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to
+develop a complete Unix-like operating system which is <a
+href="/philosophy/free-sw.html">free software</a>&mdash;software which
+respects your freedom.</p>
+
+<p class="c"><a href="/distros/screenshot.html"><img
+   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
+   /></a></p>
+
+<p>Unix-like operating systems are built from a <a
+href="/software/">collection</a> of applications, libraries, and
+developer tools&mdash;plus a program to allocate resources and talk to
+the hardware, known as a kernel.</p>
+
+<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively
+developed, but is still some way from being ready for daily use, so GNU
+is <a href="/gnu/gnu-linux-faq.html">often used with a kernel called
+Linux</a>; here is a <a href="/distros/free-distros.html">list of full
+GNU/Linux distributions</a> which are entirely free software.</p>
+
+<!--
+   Keep link lines at 72 characters or lynx will break them poorly.
+   Obviously, we list ONLY the most useful/important URLs here.
+   Keep it short and sweet: 3 lines and 2 columns is already enough
+-->
+
+<!-- BEGIN GNUmenu -->
+
+           </div>
+           
+      <div class="yui-u">
+
+      <p class="button c large"><a
+      href="/software/software.html#HowToGetSoftware">Download GNU
+      now</a></p>
+
+       <div class="emph-box">
+
+<!-- END content -->
+
+<!-- BEGIN Articles -->
+<!--   GNUs Flash is a pun on News Flash.
+   Please don't make it GNU's Flash.
+-->
+<h4 id="Flashes">GNUs Flashes</h4>
+
+<!--
+   FOR ENTRIES ADDED TO GNUs FLASHES:
+   Please make sure an announcement is sent to address@hidden
+   Include announcements in /server/whatsnew.html
+-->
+
+<!--
+   Please do not use anchor ids in this. They will be deleted and
+   hrefs pointing at them will fail. Instead use /home.html#Flashes
+-->
+
+<!--
+   rms SEZ:
+   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
+   MORE THAN 2 ITEMS HERE.
+-->
+
+<!--#include file="gnusflashes.include" -->
+
+<p>For other news, as well as for items that used to be in this GNUs
+Flashes section, see <a href="/server/whatsnew.html">What's New</a> in
+and about the GNU Project.</p>
+
+<!-- END GNUFlashes -->
+
+<h4>GNUstep</h4>
+
+<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
+object-oriented development environment. We need developers to write and
+port applications to GNUstep so that we can make it a great experience
+for users.</p>
+
+         </div>
+          </div>
+           </div>
+
+<!-- BEGIN GetInvolved -->
+
+                   
+
+<div class="yui-g">
+
+<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and
+Linux</a> is the <strong>GNU/Linux operating system</strong>, now used
+by millions and sometimes incorrectly called simply
+&ldquo;Linux&rdquo;.</p>
+
+<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's
+Not Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced 
<em>g-noo</em></a>, as one
+syllable with no vowel sound between the <em>g</em> and the
+<em>n</em>.</p>
+
+</div>
+
+<div class="yui-gc">
+    <div class="yui-u first">
+
+<h2>What is Free Software?</h2>
+
+<p>&ldquo;<a href="/philosophy/free-sw.html">Free software</a>&rdquo;
+is a matter of liberty, not price.  To understand the concept, you
+should think of &ldquo;free&rdquo; as in &ldquo;free speech&rdquo;,
+not as in &ldquo;free beer&rdquo;.</p>
+
+<p><strong>Free software is a matter of the users' freedom to run,
+copy, distribute, study, change and improve the software.</strong>  More
+precisely, it refers to four kinds of freedom, for the users of the
+software:</p>
+
+<ul>
+<li>The freedom to run the program, for any purpose (freedom 0).</li>
+<li>The freedom to study how the program works, and adapt it to your needs
+    (freedom 1).   Access to the source code is a precondition for this.</li>
+<li>The freedom to redistribute copies so you can help your neighbor
+    (freedom 2).</li>
+<li>The freedom to improve the program, and release your improvements
+   to the public, so that the whole community benefits
+    (freedom 3).   Access to the source code is a precondition for this.</li>
+</ul>
+
+</div>
+
+<div class="yui-u">
+<!-- BEGIN TakeAction -->
+
+<h2 id="Action">Take Action</h2>
+<ul>
+<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
+campaigns</a></strong>.</li>
+
+<li><strong>Watch and share this movie:</strong> <a
+href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made
+possible by <a href="http://www.fsf.org/associate/";>FSF associate
+members</a> like <a href="http://fsf.org/jfb";>you</a>.</li>
+
+<li><strong>Fight against software patents:</strong>
+<a href="http://www.endsoftpatents.org";>worldwide</a>,
+<a href="/server/takeaction.html#swpat">and Europe</a>.</li>
+
+<li><strong><a href="/server/takeaction.html#wipochange">Call
+on WIPO</a></strong> to change its name and mission.</li>
+
+<li><a href="/server/takeaction.html#directory">Add to the Free Software
+Directory</a>.</li>
+
+<li><a href="/server/takeaction.html">More action items.</a></li>
+
+</ul>
+
+<!-- END TakeAction -->
+</div>
+</div>
+
+<div class="yui-g highlight-para">
+
+<p><strong>Can you contribute to any of
+these <a href="http://www.fsf.org/campaigns/priority-projects/";>High
+Priority Projects</a>?</strong> GNU PDF, Gnash, coreboot, free
+distributions of GNU/Linux, GNU Octave, drivers for network routers,
+reversible debugging in GDB, automatic transcription, PowerVR drivers,
+and also free software replacements for Skype, OpenDWG libraries,
+RARv3, and Oracle Forms.</p>
+
+<p id="unmaint"><strong>Can you help take over an <a
+href="/server/takeaction.html#unmaint">unmaintained GNU
+package</a>?</strong>
+  <a href="/software/alive/">alive</a>,
+  <a href="/software/dotgnu-forum/">dotgnu-forum</a>,
+  <a href="/software/dr-geo/">dr-geo</a>,
+  <a href="/software/ggradebook/">ggradebook</a>,
+  <a href="/software/gift/">gift</a>,
+  <a href="/software/gleem/">gleem</a>,
+  <a href="/software/gnu-queue/">gnu-queue</a>,
+  <a href="/software/goldwater/">goldwater</a>,
+  <a href="/software/halifax/">halifax</a>,
+  <a href="/software/orgadoc/">orgadoc</a>,
+  <a href="/software/pgccfd/">pgccfd</a>,
+  <a href="/software/polyxmass/">polyxmass</a>,
+  <a href="/software/quickthreads/">quickthreads</a>,
+  <a href="/software/snakecharmer/">snakecharmer</a>,
+  <a href="/software/sxml/">sxml</a>,
+  <a href="/software/trueprint/">trueprint</a>
+are all looking for maintainers. <a
+href="/server/takeaction.html#unmaint">More information</a>.</p>
+
+</div>
+</div>
+</div>
+
+<!--#include virtual="/server/footer.html" -->
+<!-- BEGIN copyleft -->
+<div id="footer">
+<!--
+  this anchor is referred to from the default
+  gendocs_template (available as part of Texinfo) used for
+  generating GNU manuals online, so please don't remove it.
+-->
+
+<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 <a
+href="http://www.fsf.org";>Free Software Foundation</a>, Inc.</p>
+
+<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister
+organizations in <a href="http://www.fsfe.org";>Europe</a>, <a
+href="http://www.fsfla.org/";>Latin America</a> and <a
+href="http://fsf.org.in/";>India</a>.</p>
+
+<p>Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided this
+notice, and the copyright notice, are preserved.  </p>
+
+<p>Updated:
+<!-- timestamp start -->
+$Date: 2011/02/15 12:00:46 $
+<!-- timestamp end -->
+</p>
+
+</div>
+<!-- END copyleft -->
+
+<!-- BEGIN TranslationList -->
+<div id="translations">
+<h4><a href="/server/standards/README.translations.html">Translations</a>
+of this page</h4>
+
+<!--#include file="translations.include" -->
+<!-- END TranslationList -->
+</div>
+</body>
+</html>
+<!-- END layout -->

Index: home.ar.shtml
===================================================================
RCS file: home.ar.shtml
diff -N home.ar.shtml
--- home.ar.shtml       15 Dec 2010 19:10:45 -0000      1.113
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,268 +0,0 @@
-
-
-<!--#include virtual="/server/header.ar.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>جنو النظام التشغيلي</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="منذ 1983 تم اطلاق مشروع 
الجنو على طراز نظام التشغيل الحر يونكس 
لاعطاء
-مستخدمي الكومبيوتر الحرية في المشاركة و 
التطوير فى البرمجيات التى
-يستخدمونها." />
-<link rel="alternate" title="ما الجديد" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="برنامج جديد حر" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.ar.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>ما هو الجنو؟</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">ومضات الجنو</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.include" -->
-<p>من اجل اي اخبار اخرى، و ايضاً من اجل اي 
عناصر موجودة في قسم ومضات الجنو،
-القى نظرة على <a href="/server/whatsnew.html">ما الجديد</a> 
في و عن مشروع
-الجنو</p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>ما هى البرمجيات الحرة؟</h2>
-
-<p>&ldquo;<a href="/philosophy/free-sw.html">البرمجيات 
الحرة</a>&rdquo; هى
-مسألة حرية و ليست سعر. البرنامج الحر ليس 
بالضرورة ان يكون مجانى.</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>الحرية لتشغيل البرنامج، لأي غرض (حرية ٠
).</li>
-<li>الحرية لدراسة كيفية عمل البرنامج، و 
تعديله ليتكيف مع احتياجاتك (حرية ١).  ان
-الدخول لشفرة المصدر شرط رئيسي لهذا</li>
-<li>الحرية لاعادة نشر عدة نسخ و بذلك تستطيع م
ساعدة جارك ( حرية ٢).</li>
-<li>الحرية لتطوير البرنامج، و نشر تطويراتك 
للعامة، بحيث يستفيد كل المجتمع (حرية
-٣). الدخول لشفرة المصدر شرط رئيسي لذلك</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">اتخذ موقف</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">ضف لدليل البرم
جيات الحرة</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.ar.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>نسخ وتوزيع هذه المادة بكاملها حرفيا مسم
وح به في جميع انحاء العالم بدون اي
-وساطة بأخذ هذه الملاحظة و ملاحظة الحقوق الم
لكية في الاعتبار  </p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
-تمت الترجمة بمعرفة <a href="http://www.cruised.net/";>حسام 
حسنى</a></div>
- <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:45 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4><a href="/server/standards/README.translations.html">ترجمات</a> 
هذه الصفحة</h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->

Index: home.bg.shtml
===================================================================
RCS file: home.bg.shtml
diff -N home.bg.shtml
--- home.bg.shtml       15 Dec 2010 19:10:48 -0000      1.145
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,282 +0,0 @@
-
-
-<!--#include virtual="/server/header.bg.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>Операционната система GNU</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="От 1983 г. насам 
разработваме свободната операционна 
система GNU (подобна на
-„Юникс“), така че компютърните 
потребители да имат свободата да споделят и
-подобряват софтуера, който използват." />
-<link rel="alternate" title="Какво ново" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="Нов свободен софтуер" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.bg.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>Какво е GNU?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">Гнувини</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.bg.include" -->
-<p>За други новини, както и за материали, 
които са били в тази секция
-„Гнувини“, вижте <a href="/server/whatsnew.html">Какво 
ново</a> относно
-проекта GNU.</p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>Що е свободен софтуер?</h2>
-
-<p>„<a href="/philosophy/free-sw.bg.html">Свободният 
софтуер</a>“ е въпрос на
-свобода, не на цена.  За да разберете 
идеята, мислете за „свободен“ като
-„свобода на словото“, а не като 
„безплатен обяд“.</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>Свободата да изпълняваш програмата — за 
всякакви цели (свобода №0).</li>
-<li>Свободата да изучаваш как работи 
програмата и да я изменяш, за да отговаря
-на нуждите ти (свобода №1).  Достъпът до изх
одния код е необходимо условие
-за това.</li>
-<li>Свободата да разпространяваш копия, за 
да помогнеш на ближния си (свобода
-№2).</li>
-<li>Свободата да подобряваш програмата и да 
споделиш подобренията си с всички,
-за да може цялата общност да се възползва 
(свобода №3).  Достъпът до
-изходния код е необходимо условие за 
това.</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">Предприемете действие</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">Добавяйте към 
указателя на
-свободен софтуер</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.bg.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>Дословното копиране и разпространение 
на цялата статия са позволени за всеки
-тип носител без нужда от заплащането на 
такси, стига тази бележка и
-бележката за авторските права да бъдат 
запазени.  </p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
-<b>Превод:</b> Явор Доганов <a
-href="mailto:address@hidden";>&lt;address@hidden&gt;</a>, 2006, 2007, 2008 
г.</div>
-<p>Моля, докладвайте грешки и предложения 
относно българския превод
-чрез
-<a href="https://savannah.gnu.org/bugs/?group=www-bg";>системата за
-проследяване на грешки</a>
-на <a href="https://savannah.gnu.org/projects/www-bg/";>проекта за
-превод на www.gnu.org</a>.  Благодарим Ви!</p>
- <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:48 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4><a href="/server/standards/README.translations.html">Други 
преводи</a> на
-тази страница</h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->

Index: home.ca.shtml
===================================================================
RCS file: home.ca.shtml
diff -N home.ca.shtml
--- home.ca.shtml       15 Dec 2010 19:10:48 -0000      1.121
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,279 +0,0 @@
-
-
-<!--#include virtual="/server/header.ca.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>El sistema operatiu GNU</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="Des de 1983 desenvolupem un sistema 
semblant a UNIX, el sistema operatiu
-lliure GNU, de manera que els usuaris tinguin la llibertat de compartir i
-millorar el programari que utilitzen." />
-<link rel="alternate" title="Novetats" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="Nou Programari Lliure" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.ca.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>Qu&egrave; &eacute;s GNU?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">Flaixos GNU</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.include" -->
-<p>Trobareu altres not&iacute;cies, incloses les que han estat en aquesta
-secci&oacute; de Flaixos GNU, a la p&agrave;gina de <a
-href="/server/whatsnew.ca.html">Novetats</a> del Projecte GNU.</p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>Qu&egrave; &eacute;s el programari lliure?</h2>
-
-<p>L'ess&egrave;ncia del &ldquo;<a
-href="/philosophy/free-sw.ca.html">Programari lliure</a>&rdquo; &eacute;s la
-llibertat, no el preu. Per entendre el concepte, heu de pensar en el
-significat de &quot;lliure&quot; que trobem a &quot;pensament lliure&quot;,
-i no pas a &quot;barra lliure&quot;.</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>La llibertat d'executar el programa per a qualsevol prop&ograve;sit
-(llibertat 0).</li>
-<li>La llibertat d'estudiar com funciona el programa i d'adaptar-lo a les seves
-necessitats (llibertat 1). El lliure acc&eacute;s al codi font &eacute;s un
-requisit necessari per poder exercir aquesta llibertat.</li>
-<li>La llibertat de distribuir c&ograve;pies, de manera que podeu ajudar els
-altres usuaris (llibertat 2).</li>
-<li>La llibertat de millorar el programari i de publicar-ne les millores, de
-manera que tota la comunitat se'n benefici&iuml; (llibertat 3). El lliure
-acc&eacute;s al codi font &eacute;s un requisit necessari per poder exercir
-aquesta llibertat.</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">Passeu a l'acci&oacute;</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">Amplieu el Directori de
-Programari Lliure</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.ca.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>Es permet realitzar i distribuir c&ograve;pies literals d'aquest article en
-qualsevol medi sense pagament de drets, sempre que hi aparegui aquesta nota.  
</p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
-Darrera actualitzaci&oacute;: <a href="http://www.puigpe.org/";>puigpe</a>,
-26/05/2008</div>
- <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:48 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4><a href="/server/standards/README.translations.html">Traduccions</a>
-d'aquesta p&agrave;gina</h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->

Index: home.es.shtml
===================================================================
RCS file: home.es.shtml
diff -N home.es.shtml
--- home.es.shtml       15 Dec 2010 19:10:50 -0000      1.115
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,281 +0,0 @@
-
-
-<!--#include virtual="/server/header.es.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>El sistema operativo GNU</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="Desde 1983 estamos creando el sistema 
operativo GNU, similar a Unix pero
-libre para que los usuarios de ordenadores tengan la libertad de compartir y
-mejorar el software que usan." />
-<link rel="alternate" title="Novedades" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="Nuevo software libre" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.es.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>¿Qué es GNU?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">GNUs Flashes</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.include" -->
-<p>Para otras noticias, así como otros elementos que aparecían en la sección
-GNUs Flashes, vea <a href="/server/whatsnew.html">Novedades</a> sobre el
-Proyecto GNU.</p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>¿Qué es el software libre?</h2>
-
-<p>El «<a href="/philosophy/free-sw.es.html">Software Libre</a>» es un asunto
-de libertad, no de precio. Para entender el concepto, debe pensarse en
-«libre» como en «libertad de expresión», no como en «cerveza 
gratis».</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>La libertad de usar el programa, con cualquier propósito (libertad 
0).</li>
-<li>La libertad de estudiar el funcionamiento del programa, y adaptarlo a las
-necesidades (libertad 1). El acceso al código fuente es una condición previa
-para esto.</li>
-<li>La libertad de distribuir copias, con lo que puede ayudar a otros (libertad
-2).</li>
-<li>La libertad de mejorar el programa y hacer públicas las mejoras, de modo 
que
-toda la comunidad se beneficie (libertad 3). De igual forma que la libertad
-1 el acceso al código fuente es un requisito previo.</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">Tome partido</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">Añadir al Directorio de 
Software
-Libre</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.es.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>Verbatim copying and distribution of this entire article are permitted
-worldwide, without royalty, in any medium, provided this notice, and the
-copyright notice, are preserved.  </p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
-<!--Credits:<p>Traducción: Marzo 31, 2004 Emilio Silva<br />Revisión: Agosto
-28,  2006 Miguel Vázquez Gocobachi y otros.</p>--></div>
-<p>
-Para informarse de <a href="/spanish/index.html#ayudar"><em>cómo traducir al
-español o enviar correcciones</em></a> de esta traducción visite el sitio web
-del <a href="/spanish/">Equipo de traducción al español de GNU</a>.
-</p> <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:50 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4><strong><a
-href="/server/standards/README.translations.es.html">Traducciones</a> de
-esta página</strong>:</h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->

Index: home.fr.shtml
===================================================================
RCS file: home.fr.shtml
diff -N home.fr.shtml
--- home.fr.shtml       15 Dec 2010 19:10:51 -0000      1.107
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,284 +0,0 @@
-
-
-<!--#include virtual="/server/header.fr.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>Le système d'exploitation GNU</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="Depuis 1983, d&eacute;veloppement du 
syst&egrave;me d'exploitation libre de
-style Unix, GNU, pour que les utilisateurs d'ordinateurs puissent avoir la
-libert&eacute; de partager et d'am&eacute;liorer les logiciels qu'ils
-utilisent." />
-<link rel="alternate" title="Quoi de neuf&nbsp;?" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="Nouveaux logiciels libres" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.fr.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>Qu'est-ce que GNU&nbsp;?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">Infos GNU</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.include" -->
-<p>Pour d'autres nouvelles, comme pour les &eacute;l&eacute;ments
-utilis&eacute;s dans cette section infos GNU, consultez <a
-href="/server/whatsnew.fr.html">Quoi de neuf</a> sur le Projet GNU.</p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>Qu'est-ce qu'un logiciel libre&nbsp;?</h2>
-
-<p>Un &laquo;&nbsp;<a href="/philosophy/free-sw.fr.html">logiciel
-libre</a>&nbsp;&raquo; se r&eacute;f&egrave;re &agrave; la libert&eacute;,
-pas au prix. Pour comprendre le concept, vous devez pensez &agrave;
-&laquo;&nbsp;libre&nbsp;&raquo; comme dans &laquo;&nbsp;libert&eacute;
-d'expression&nbsp;&raquo;, pas comme dans &laquo;&nbsp;bi&egrave;re
-gratuite&nbsp;&raquo;. (NdT&nbsp;: en anglais, le mot
-&laquo;&nbsp;free&nbsp;&raquo; veut dire libre, mais aussi gratuit,
-d'o&ugrave; la confusion possible).</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>La libert&eacute; d'ex&eacute;cuter le programme, pour n'importe quel usage
-(libert&eacute; 0).</li>
-<li>La libert&eacute; d'&eacute;tudier le fonctionnement du programme et de
-l'adapter &agrave; vos besoins (libert&eacute; 1). Acc&eacute;der au code
-source est une condition pour cela.</li>
-<li>La libert&eacute; de redistribuer des copies pour aider votre prochain
-(libert&eacute; 2).</li>
-<li>La libert&eacute; d'am&eacute;liorer le programme et de rendre publiques 
vos
-am&eacute;liorations pour que toute la communaut&eacute; en
-b&eacute;n&eacute;ficie (libert&eacute; 3). Acc&eacute;der au code source
-est une condition pour cela.</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">Agir</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.fr.html#directory">Ajoutez des logiciels au
-R&eacute;pertoire des logiciels libres</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.fr.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>La reproduction exacte et la distribution int&eacute;grale de cet article
-est permise sur n'importe quel support d'archivage, pourvu que cette notice
-soit pr&eacute;serv&eacute;e.  </p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
-Traduction&nbsp;: C&eacute;dric Corazza.<br />R&eacute;vision&nbsp;: <a
-href="mailto:trad-gnu&#64;april.org";>trad-gnu&#64;april.org</a></div>
- <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:51 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4><a href="/server/standards/README.translations.fr.html">Traductions</a> de
-cette page</h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->

Index: home.ru.shtml
===================================================================
RCS file: home.ru.shtml
diff -N home.ru.shtml
--- home.ru.shtml       15 Dec 2010 19:10:51 -0000      1.131
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,276 +0,0 @@
-
-
-<!--#include virtual="/server/header.ru.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>Операционная система GNU</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="Ведущаяся с 1983 года 
разработка свободной UNIX-подобной 
операционной
-системы GNU, давшая пользователям 
компьютеров свободу распространять
-программное обеспечение и улучшать его." />
-<link rel="alternate" title="Новости" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="Новое свободное 
программное обеспечение" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.ru.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>Что такое GNU?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">Новости GNU</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.include" -->
-<p>Прочие новости, а также сообщения, бывшие 
в этой сводке новостей
-GNU смотрите в разделе
-<a href="/server/whatsnew.html">Что нового</a>.</p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>Что такое свободное программное 
обеспечение?</h2>
-
-<p>&ldquo;<a href="http:/philosophy/free-sw.html">Свободное 
программное
-обеспечение</a>&rdquo; является предметом 
свободы, а не цены.
-Что бы понять идею, вы не должны 
ассоциировать &ldquo;свободное
-программное обеспечение&rdquo; с 
&ldquo;бесплатным пивом&rdquo;.</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>Свободно запускать программы для любых 
целей (свобода 0).</li>
-<li>Свободно изучать как работает программа 
и иметь возможность свободно
-адаптировать ее под свои нужды (свобода 1). 
Доступ к исходным кодам
-является непременным условием.</li>
-<li>Свободно распространять копии; этим вы 
поможете, тем кто
-интересуется свободным программным 
обеспечением (свобода 2).</li>
-<li>Свободно улучшать программы и делать 
доступными ваши улучшения для
-общества; из этого извлекает пользу все 
сообщество (свобода 3). Доступ к
-исходным кодам является непременным 
условием.</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">Действуйте!</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">Пополняйте 
каталог
-свободного программного обеспечения</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.ru.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>Разрешается дословное копирование и 
распространение этой статьи целиком
-по всему миру, без каких-либо гонораров, на 
любом носителе,
-при условии сохранения этого замечания.  </p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
- </div>
- <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:51 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4>Эта страница <a 
href="/server/standards/README.translations.html">
-на других языках</a></h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->

Index: home.shtml
===================================================================
RCS file: home.shtml
diff -N home.shtml
--- home.shtml  13 Feb 2011 19:10:07 -0000      1.146
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,275 +0,0 @@
-<!--#include virtual="/server/header.html" -->
-
-<title>The GNU Operating System</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software, Operating System, GNU Kernel, GNU Hurd" 
/>
-<meta http-equiv="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." />
-<link rel="alternate" title="What's New" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="New Free Software" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.html" -->
-
-
-
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free software Unix-like operating system called GNU. GNU is the only 
operating system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on 
Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify
-   NoScript so it can detect and block nontrivial nonfree JavaScript
-   code?</a></li> 
-<li><a
-href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-   Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-   Support the efforts on net neutrality in Europe</a>, 
-   <a href="http://www.savetheinternet.com"; title="Net
-   neutrality in the United States of America">in the USA</a>
-   and <a href="http://www.neutrality.ca"; title="Net neutrality in
-   Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>What is GNU?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to
-develop a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and
-developer tools&mdash;plus a program to allocate resources and talk to
-the hardware, known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively
-developed, but is still some way from being ready for daily use, so GNU
-is <a href="/gnu/gnu-linux-faq.html">often used with a kernel called
-Linux</a>; here is a <a href="/distros/free-distros.html">list of full
-GNU/Linux distributions</a> which are entirely free software.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-
-<!-- BEGIN GNUmenu -->
-
-           </div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a
-      href="/software/software.html#HowToGetSoftware">Download GNU
-      now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">GNUs Flashes</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-
-<!--#include file="gnusflashes.include" -->
-
-<p>For other news, as well as for items that used to be in this GNUs
-Flashes section, see <a href="/server/whatsnew.html">What's New</a> in
-and about the GNU Project.</p>
-
-<!-- END GNUFlashes -->
-
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience
-for users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-
-                   
-
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and
-Linux</a> is the <strong>GNU/Linux operating system</strong>, now used
-by millions and sometimes incorrectly called simply
-&ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's
-Not Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced 
<em>g-noo</em></a>, as one
-syllable with no vowel sound between the <em>g</em> and the
-<em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>What is Free Software?</h2>
-
-<p>&ldquo;<a href="/philosophy/free-sw.html">Free software</a>&rdquo;
-is a matter of liberty, not price.  To understand the concept, you
-should think of &ldquo;free&rdquo; as in &ldquo;free speech&rdquo;,
-not as in &ldquo;free beer&rdquo;.</p>
-
-<p><strong>Free software is a matter of the users' freedom to run,
-copy, distribute, study, change and improve the software.</strong>  More
-precisely, it refers to four kinds of freedom, for the users of the
-software:</p>
-
-<ul>
-<li>The freedom to run the program, for any purpose (freedom 0).</li>
-<li>The freedom to study how the program works, and adapt it to your needs
-    (freedom 1).   Access to the source code is a precondition for this.</li>
-<li>The freedom to redistribute copies so you can help your neighbor
-    (freedom 2).</li>
-<li>The freedom to improve the program, and release your improvements
-   to the public, so that the whole community benefits
-    (freedom 3).   Access to the source code is a precondition for this.</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-<!-- BEGIN TakeAction -->
-
-<h2 id="Action">Take Action</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made
-possible by <a href="http://www.fsf.org/associate/";>FSF associate
-members</a> like <a href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong>
-<a href="http://www.endsoftpatents.org";>worldwide</a>,
-<a href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call
-on WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">Add to the Free Software
-Directory</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of
-these <a href="http://www.fsf.org/campaigns/priority-projects/";>High
-Priority Projects</a>?</strong> GNU PDF, Gnash, coreboot, free
-distributions of GNU/Linux, GNU Octave, drivers for network routers,
-reversible debugging in GDB, automatic transcription, PowerVR drivers,
-and also free software replacements for Skype, OpenDWG libraries,
-RARv3, and Oracle Forms.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong>
-  <a href="/software/alive/">alive</a>,
-  <a href="/software/dotgnu-forum/">dotgnu-forum</a>,
-  <a href="/software/dr-geo/">dr-geo</a>,
-  <a href="/software/ggradebook/">ggradebook</a>,
-  <a href="/software/gift/">gift</a>,
-  <a href="/software/gleem/">gleem</a>,
-  <a href="/software/gnu-queue/">gnu-queue</a>,
-  <a href="/software/goldwater/">goldwater</a>,
-  <a href="/software/halifax/">halifax</a>,
-  <a href="/software/orgadoc/">orgadoc</a>,
-  <a href="/software/pgccfd/">pgccfd</a>,
-  <a href="/software/polyxmass/">polyxmass</a>,
-  <a href="/software/quickthreads/">quickthreads</a>,
-  <a href="/software/snakecharmer/">snakecharmer</a>,
-  <a href="/software/sxml/">sxml</a>,
-  <a href="/software/trueprint/">trueprint</a>
-are all looking for maintainers. <a
-href="/server/takeaction.html#unmaint">More information</a>.</p>
-
-</div>
-</div>
-</div>
-
-<!--#include virtual="/server/footer.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 <a
-href="http://www.fsf.org";>Free Software Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister
-organizations in <a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>Verbatim copying and distribution of this entire article are
-permitted worldwide, without royalty, in any medium, provided this
-notice, and the copyright notice, are preserved.  </p>
-
-<p>Updated:
-<!-- timestamp start -->
-$Date: 2011/02/13 19:10:07 $
-<!-- timestamp end -->
-</p>
-
-</div>
-<!-- END copyleft -->
-
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4><a href="/server/standards/README.translations.html">Translations</a>
-of this page</h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-<!-- END layout -->

Index: home.zh-cn.shtml
===================================================================
RCS file: home.zh-cn.shtml
diff -N home.zh-cn.shtml
--- home.zh-cn.shtml    15 Dec 2010 19:10:51 -0000      1.141
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,262 +0,0 @@
-
-
-<!--#include virtual="/server/header.zh-cn.html" -->
-
-<!-- This file is automatically generated by GNUnited Nations! -->
-<title>GNU 操作系统</title>
-
-<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software,
-Operating System, GNU Kernel, GNU Hurd" />
-<meta http-equiv="Description" content="从 1983 年起就开发自由的类 
Unix 操作系统 
GNU,以使得用户获得分享和改进他们使用的软件的自由。" />
-<link rel="alternate" title="最近更新" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
-<link rel="alternate" title="新自由软件" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
-
-<!--#include virtual="/server/banner.zh-cn.html" -->
-<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free
-software Unix-like operating system called GNU. GNU is the only operating
-system developed specifically for the sake of users' freedom.</p>
-
-<div id="takeactionhomepage">
-<ul>
-<li><a href="http://ma.aclu.org/site/R?i=GFduzww44T4ttMzabqwBig..";>Shame on
-Massachusetts for censoring the Internet</a></li>
-<li><a href="http://www.fsf.org/tasks/noscript";>Can you help us modify NoScript
-so it can detect and block nontrivial nonfree JavaScript code?</a></li> 
-<li><a
-href="http://yourfreedom.hmg.gov.uk/repealing-unnecessary-laws/digital-economy-act";>UK
-citizens: help repeal the Digital Economy Act</a></li> 
-<li><a href="http://www.aful.org/communiques/univ-offers-me-windows";>Students!
-Claim a refund on your unused Microsoft Windows licences</a></li> 
-<li><a href="http://www.openrightsgroup.org/orgwiki/index.php/Net_Neutrality";>
-Support the efforts on net neutrality in Europe</a>, <a
-href="http://www.savetheinternet.com"; title="Net neutrality in the United
-States of America">in the USA</a> and <a href="http://www.neutrality.ca";
-title="Net neutrality in Canada">in Canada</a>.</li>
-</ul>
-</div>
-
-<div class="yui-g">
-    <div class="yui-u first">
-
-      <h2>GNU 是什么?</h2>
-
-<p><a href="/gnu/gnu.html">The GNU Project</a> was launched in 1984 to develop
-a complete Unix-like operating system which is <a
-href="/philosophy/free-sw.html">free software</a>&mdash;software which
-respects your freedom.</p>
-
-<p class="c"><a href="/distros/screenshot.html"><img
-   src="/graphics/t-desktop-4-small.jpg" alt="Screenshot of GNU"
-   /></a></p>
-
-<p>Unix-like operating systems are built from a <a
-href="/software/">collection</a> of applications, libraries, and developer
-tools&mdash;plus a program to allocate resources and talk to the hardware,
-known as a kernel.</p>
-
-<p><a href="/software/hurd/">The Hurd, GNU's kernel</a>, is actively developed,
-but is still some way from being ready for daily use, so GNU is <a
-href="/gnu/gnu-linux-faq.html">often used with a kernel called Linux</a>.</p>
-
-<!--
-   Keep link lines at 72 characters or lynx will break them poorly.
-   Obviously, we list ONLY the most useful/important URLs here.
-   Keep it short and sweet: 3 lines and 2 columns is already enough
--->
-<!-- BEGIN GNUmenu -->
-</div>
-           
-      <div class="yui-u">
-
-      <p class="button c large"><a 
href="/software/software.html#HowToGetSoftware">Download GNU now</a></p>
-
-       <div class="emph-box">
-
-<!-- END content -->
-<!-- BEGIN Articles -->
-<!--   GNUs Flash is a pun on News Flash.
-   Please don't make it GNU's Flash.
--->
-<h4 id="Flashes">GNU 快讯</h4>
-
-<!--
-   FOR ENTRIES ADDED TO GNUs FLASHES:
-   Please make sure an announcement is sent to address@hidden
-   Include announcements in /server/whatsnew.html
--->
-<!--
-   Please do not use anchor ids in this. They will be deleted and
-   hrefs pointing at them will fail. Instead use /home.html#Flashes
--->
-<!--
-   rms SEZ:
-   DO NOT MAKE THIS MORE THAN 5 LINES, AND DO NOT PUT
-   MORE THAN 2 ITEMS HERE.
--->
-<!--#include file="gnusflashes.include" -->
-<p>想要知道其它的新闻,以及早å…
ˆåœ¨æœ¬çŸ­è®¯ä¸­å‡ºçŽ°è¿‡çš„项目,请见在 GNU 工程中或与其有关的 
<a
-href="/server/whatsnew.html">最新消息</a>。 </p>
-
-<!-- END GNUFlashes -->
-<h4>GNUstep</h4>
-
-<p><a href="http://www.gnustep.org/";>GNUstep</a> is a fully-functional
-object-oriented development environment. We need developers to write and
-port applications to GNUstep so that we can make it a great experience for
-users.</p>
-
-         </div>
-          </div>
-           </div>
-
-<!-- BEGIN GetInvolved -->
-<div class="yui-g">
-
-<p>The combination of <a href="/gnu/linux-and-gnu.html">GNU and Linux</a> is
-the <strong>GNU/Linux operating system</strong>, now used by millions and
-sometimes incorrectly called simply &ldquo;Linux&rdquo;.</p>
-
-<p>The name &ldquo;GNU&rdquo; is a recursive acronym for &ldquo;GNU's Not
-Unix!&rdquo;; <a href="/pronunciation/pronunciation.html">it is pronounced
-<em>g-noo</em></a>, as one syllable with no vowel sound between the
-<em>g</em> and the <em>n</em>.</p>
-
-</div>
-
-<div class="yui-gc">
-    <div class="yui-u first">
-
-<h2>自由软件是什么?</h2>
-
-<p>“<a
-href="/philosophy/free-sw.html">自由软件</a>”是权利问题,不是价æ
 ¼é—®é¢˜ã€‚要理解这个概念,你
应该想是“言论自由”中的“自由”,而不是“免费啤é…
’”中的“免费”。</p>
-
-<p><strong>Free software is a matter of the users' freedom to run, copy,
-distribute, study, change and improve the software.</strong> More precisely,
-it refers to four kinds of freedom, for the users of the software:</p>
-
-<ul>
-<li>不论目的为何,有运行该软件的自由(自由之零)。</li>
-<li>有ç 
”究该软件如何运行,以及按需改写该软件的自由(自由之一)。取得该软件源代ç
 ä¸ºè¾¾æˆæ­¤ç›®çš„之前提。 </li>
-<li>有重新发布拷贝的自由,这样你
可以借此来敦亲睦邻(自由之二)。</li>
-<li>有改进该软件,以及向公众发布改进的自由,这æ 
·æ•´ä¸ªç¤¾ç¾¤éƒ½å¯å—惠(自由之三)。取得该软件源ç 
ä¸ºè¾¾æˆæ­¤ç›®çš„之前提。</li>
-</ul>
-
-</div>
-
-<div class="yui-u">
-
-<!-- BEGIN TakeAction -->
-<h2 id="Action">采取行动</h2>
-<ul>
-<li><strong><a href="http://www.fsf.org/campaigns";>Support current FSF
-campaigns</a></strong>.</li>
-
-<li><strong>Watch and share this movie:</strong> <a
-href="http://patentabsurdity.com";>Patent Absurdity</a>&mdash;made possible
-by <a href="http://www.fsf.org/associate/";>FSF associate members</a> like <a
-href="http://fsf.org/jfb";>you</a>.</li>
-
-<li><strong>Fight against software patents:</strong> <a
-href="http://www.endsoftpatents.org";>worldwide</a>, <a
-href="/server/takeaction.html#swpat">and Europe</a>.</li>
-
-<li><strong><a href="/server/takeaction.html#wipochange">Call on
-WIPO</a></strong> to change its name and mission.</li>
-
-<li><a href="/server/takeaction.html#directory">加å…
¥è‡ªç”±è½¯ä»¶ç›®å½•</a>。</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
-</ul>
-
-<!-- END TakeAction -->
-</div>
-</div>
-
-<div class="yui-g highlight-para">
-
-<p><strong>Can you contribute to any of these <a
-href="http://www.fsf.org/campaigns/priority-projects/";>High Priority
-Projects</a>?</strong> GNU PDF, Gnash, coreboot, free distributions of
-GNU/Linux, GNU Octave, drivers for network routers, and reversible debugging
-in GDB, and also free software replacements for Skype, OpenDWG libraries,
-RARv3, Oracle Forms, and automatic transcription.</p>
-
-<p id="unmaint"><strong>Can you help take over an <a
-href="/server/takeaction.html#unmaint">unmaintained GNU
-package</a>?</strong> <a href="/software/alive/">alive</a>, <a
-href="/software/dotgnu-forum/">dotgnu-forum</a>, <a
-href="/software/dr-geo/">dr-geo</a>, <a
-href="/software/fontutils/">fontutils</a>, <a
-href="/software/ggradebook/">ggradebook</a>, <a
-href="/software/gift/">gift</a>, <a href="/software/gleem/">gleem</a>, <a
-href="/software/gnu-queue/">gnu-queue</a>, <a
-href="/software/goldwater/">goldwater</a>, <a
-href="/software/halifax/">halifax</a>, <a
-href="/software/orgadoc/">orgadoc</a>, <a
-href="/software/pgccfd/">pgccfd</a>, <a
-href="/software/polyxmass/">polyxmass</a>, <a
-href="/software/quickthreads/">quickthreads</a>, <a
-href="/software/sather/">sather</a>, <a
-href="/software/snakecharmer/">snakecharmer</a>, <a
-href="/software/sxml/">sxml</a>, <a
-href="/software/trueprint/">trueprint</a> are all looking for
-maintainers. <a href="/server/takeaction.html#unmaint">More 
information</a>.</p>
-
-</div>
-</div>
-
-<div style="font-size: small;">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
- </div>
-</div>
-
-<!--#include virtual="/server/footer.zh-cn.html" -->
-<!-- BEGIN copyleft -->
-<div id="footer">
-
-<!--
-  this anchor is referred to from the default
-  gendocs_template (available as part of Texinfo) used for
-  generating GNU manuals online, so please don't remove it.
--->
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 <a href="http://www.fsf.org";>Free Software
-Foundation</a>, Inc.</p>
-
-<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in
-<a href="http://www.fsfe.org";>Europe</a>, <a
-href="http://www.fsfla.org/";>Latin America</a> and <a
-href="http://fsf.org.in/";>India</a>.</p>
-
-<p>本文允许在不变更内容的前提下无需使用费地å…
¨æ–‡å¤åˆ¶å’Œå‘布在å…
¨çƒä»»ä½•åª’体,但需保留此注记和版权声明。   </p>
-
-
-<div class="translators-credits">
-
-<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
-<b>翻译</b>: 刘昭宏,潘永之 2007, 2008.</div>
- <p><!-- timestamp start -->
-Updated:
-
-$Date: 2010/12/15 19:10:51 $
-
-<!-- timestamp end -->
-</p>
-
-</div>
-
-<!-- END copyleft -->
-<!-- BEGIN TranslationList -->
-<div id="translations">
-<h4>本页的<a 
href="/server/standards/README.translations.html">翻译</a></h4>
-
-<!--#include file="translations.include" -->
-<!-- END TranslationList -->
-</div>
-</body>
-</html>
-
-<!-- END layout -->



reply via email to

[Prev in Thread] Current Thread [Next in Thread]