web/html/docs/fedora-install-guide-en index.php,1.8,1.9

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


Author: rlandmann

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

Modified Files:
	index.php 
Log Message:
Redirect individual guides to main index


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/fedora-install-guide-en/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.php	19 Mar 2007 23:31:35 -0000	1.8
+++ index.php	8 Nov 2009 23:01:32 -0000	1.9
@@ -1,42 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-				<h1>Fedora Core Installation Guide</h1>
-
-				<p>
-				The Fedora Core Installation Guide is available for the following older versions of Fedora Core:
-				</p>
-
-                                <ul>
-				<li>Fedora Core 5</li>
-				<ul>
-                                <li><a href="/fedora-install-guide-en/fc5/">Fedora Core 5 Installation Guide</a> - currently focused on x86<br/>
-				Other formats: <a href="/fedora-install-guide-en/fc5/fedora-install-guide-en_US.tar.gz">Compressed archive</a> (.tar.gz, 2.1 MiB)</li>
-				</ul>
-				</ul>
-				<ul>
-				<li>Fedora Core 4</li>
-				<ul>
-                                <li><a href="/fedora-install-guide-en/fc4/">Fedora Core 4 Installation Guide</a> - currently focused on x86<br/>
-				Other formats: <a href="/fedora-install-guide-en/fc4/fedora-install-guide-en.tar.gz">Compressed archive</a> (.tar.gz, 4.2 MB)</li>
-				</ul>
-<!--				<li>Fedora Core 3</li>
-				<ul>
-                                <li><a href="/release-notes/fc3/x86/">Fedora Core 3 x86 Release Notes</a></li>
-				</ul>
--->
-                                </ul>
-
-  <p>Or, you may find the latest version of the Installation Guide <a href="../install-guide/">here</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