web/html/docs/install-guide/f7 index.php,1.6,1.7

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/f7
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25306/f7

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/f7/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.php	2 Sep 2007 16:19:13 -0000	1.6
+++ index.php	9 Nov 2009 01:49:46 -0000	1.7
@@ -1,30 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora 7 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="pl/">polski</a> |
-<a href="pt/">português</a> |
-<a href="pt_BR/">português brasileiro</a> |
-<a href="sr/">српски</a> |
-<a href="sv/">svenska</a> <!-- |
-<a href="zh_CN/">简体中文</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