web/html/docs/install-guide index.php,1.11,1.12

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


Author: rlandmann

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

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/install-guide/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- index.php	23 Jul 2009 06:15:58 -0000	1.11
+++ index.php	8 Nov 2009 23:01:32 -0000	1.12
@@ -1,52 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora Installation Guide</h1>
-
-<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
-<table border="0" summary="Tip: Fedora 10 Installation Guide">
-<tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="/stylesheet-images/tip.png"></td>
-<th align="left">Fedora 11 Installation Guide</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-<p>
-  <a href="f11/en-US/html/">Fedora 11 Installation Guide - (US English)</a> now available.
-</p>
-</td></tr>
-<tr><td colspan="2" align="left" valign="top">
-<p>
-  Translations to multiple languages are underway.  Check out the <a href="f11/">Fedora 11 Installation Guide page</a>.
-</p>
-</td></tr>
-</table>
-</div>
-
-
-<p>The Fedora Installation Guide is available for the following versions:</p>
-
-<h2>Current Releases</h2>
-<p><a href="f11/">Fedora 11</a></p>
-<p><a href="f10/">Fedora 10</a></p>
-
-<h2>Obsolete Releases</h2>
-
-<p>The following releases of Fedora are obsolete and no longer receive
-regular updates from the Fedora community.  Installation of these 
-releases is not recommended.</p>
-<p><a href="f9/">Fedora 9</a></p>
-<p><a href="f8/">Fedora 8</a></p>
-<p><a href="f7/">Fedora 7</a></p>
-<p><a href="fc6/">Fedora Core 6</a></p>
-<p><a href="../fedora-install-guide-en/">Older versions</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