web/html/docs/installation-quick-start-guide index.php,1.5,1.6

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


Author: rlandmann

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

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/installation-quick-start-guide/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.php	6 Aug 2009 12:47:26 -0000	1.5
+++ index.php	8 Nov 2009 23:01:30 -0000	1.6
@@ -1,52 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora Quick Start 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 Quick Start Guide</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-<p>
-  The <i>Fedora 11 Installation Quick Start Guide</i> is now available. 
-</p>
-</td></tr>
-<tr><td colspan="2" align="left" valign="top">
-<p>
-  Translations to multiple languages are underway. Visit <a href="https://translate.fedoraproject.org/projects/docs-install-quick-start-guide/master/">this document's page</a> at the Fedora Localization Project to view the current status of translations.
-</p>
-</td></tr>
-</table>
-</div>
-
-
-<p>The <i>Fedora Installation Quick Start Guide</i> is available for the following versions:</p>
-
-<h2>Current Releases</h2>
-<p><a href="f11/">Fedora 11</a> — US English, Español, nederlands, polski</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