CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/10/21 06:47:07
Modified files: . : home.html Log message: move the list of translations to the top CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.352&r2=1.353 Patches: Index: home.html =================================================================== RCS file: /web/www/www/home.html,v retrieving revision 1.352 retrieving revision 1.353 diff -u -b -r1.352 -r1.353 --- home.html 2 Oct 2011 03:09:51 -0000 1.352 +++ home.html 21 Oct 2011 06:46:16 -0000 1.353 @@ -9,6 +9,9 @@ <!--#include virtual="/server/banner.html" --> +<div id="translations"> +<!--#include virtual="/translations.include" --> +</div> <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> @@ -259,21 +262,13 @@ <p>Updated: <!-- timestamp start --> -$Date: 2011/10/02 03:09:51 $ +$Date: 2011/10/21 06:46:16 $ <!-- 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 -->