web/html/docs/user-guide/f11 index.php,1.2,1.3

Rüdiger Landmann rlandmann at fedoraproject.org
Sun Nov 8 23:27:01 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/user-guide/f11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17617/f11

Modified Files:
	index.php 
Log Message:
Index for F11 and F12 (redirect to main index)


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/user-guide/f11/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.php	9 Jun 2009 09:30:39 -0000	1.2
+++ index.php	8 Nov 2009 23:26:31 -0000	1.3
@@ -1,62 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora 11 User Guide</h1>
-
-<p>The The <i>Fedora User Guide</i> explains how to to accomplish standard desktop computer user tasks, such as browsing the web, reading and sending email, and doing office productivity work.  It is available in the following languages:</p>
-
-<p><a href="bs-BA/html/">Bosanski</a> |
-<a href="en-US/html/">US English</a> |
-<a href="es-ES/html/">Español</a> |
-<a href="nl-NL/html/">Nederlands</a>  <!-- |
-
-<a href="el/">Ελληνικά</a> |
-<a href="es/">Español</a> |
-<a href="it/">italiano</a> | 
-<a href="nl/">Nederlands</a> | 
-<a href="pl/">polski</a> |
-<a href="pt/">português</a> |
-<a href="pt_BR/">português brasileiro</a> |
-<a href="sr/">српски</a> |
-<a href="sr_Latn/">srpski</a> |
-<a href="sv/">svenska</a> |
-<a href="zh_CN/">简体中文</a> -->
-</p>
-
-<h2>Versions for offline viewing</h2>
-
-<p>Bosanski:
-  <a href="bs-BA/tgz/Korisnički_priručnik_Fedora_11.tar.gz">arhiv TGZ</a> |
-  <a href="bs-BA/zip/Korisnički_priručnik_Fedora_11.tar.gz">arhiv ZIP</a> |
-  <a href="bs-BA/pdf/Korisnički_priručnik_Fedora_11.tar.gz">PDF</a>
-</p>
-
-<p>US English:
-  <a href="en-US/tgz/Fedora_11_User_Guide.tar.gz">TGZ archive</a> |
-  <a href="en-US/zip/Fedora_11_User_Guide.zip">ZIP archive</a> |
-  <a href="en-US/pdf/Fedora_11_User_Guide.pdf">PDF</a>
-</p>
-
-<p>Español:
-  <a href="es-ES/tgz/Guía_del_Usuario_Fedora_11.tar.gz">archivo TGZ</a> |
-  <a href="es-ES/zip/Guía_del_Usuario_Fedora_11.zip">archivo ZIP</a> |
-  <a href="es-ES/pdf/Guía_del_Usuario_Fedora_11.pdf">PDF</a>
-</p>
-
-<p>Nederlands:
-  <a href="nl-NL/tgz/Fedora_11_Gebruikers_gids.tar.gz">TGZ-archief</a> |
-  <a href="nl-NL/zip/Fedora_11_Gebruikers_gids.zip">ZIP-archief</a> |
-  <a href="nl-NL/pdf/Fedora_11_Gebruikers_gids.pdf">PDF</a>
-</p>
-
-<?
-
-$template->displayFooter('$Date$');
-
+<?php
+/* Redirect to main docs page */
+header("Location: http://docs.fedoraproject.org/");
 ?>
+ 




More information about the Fedora-docs-commits mailing list