web/html/docs/install-guide/f8 index.php,1.4,1.5

Rüdiger Landmann rlandmann at fedoraproject.org
Mon Nov 9 01:50:17 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/install-guide/f8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25306/f8

Modified Files:
	index.php 
Log Message:
Index for FC6, F7, F8, F9, F10, F11, F12 (redirect to main index)


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/install-guide/f8/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.php	4 Jan 2008 15:15:28 -0000	1.4
+++ index.php	9 Nov 2009 01:49:47 -0000	1.5
@@ -1,37 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora 8 Installation Guide</h1>
-
-<p>The Installation Guide explains how to get and install Fedora.  It is available in the following languages:</p>
-
-<p><a href="en_US/">US English</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>
-
-  <p>Download en_US version for offline viewing in a Web browser:
-  <a href="en_US/f8-install-guide-en_US.tar.gz">TGZ format</a> |
-  <a href="en_US/f8-install-guide-en_US.zip">ZIP format</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