web/html/docs/user-guide index.php,1.3,1.4

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


Author: rlandmann

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

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/user-guide/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.php	9 Jun 2009 02:02:23 -0000	1.3
+++ index.php	8 Nov 2009 23:01:31 -0000	1.4
@@ -1,53 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora User Guide</h1>
-
-<p>
-The <i>Fedora User Guide</i> is focused on the end-user looking to accomplish standard desktop computer user tasks, such as browsing the web, reading and sending email, and doing office productivity work.
-</p>
-
-<p>The Fedora User Guide is available for the following versions:</p>
-
-<h2>Current Releases</h2>
-<p><a href="f11/">Fedora 11</a></p>
-<p><i>No User Guide was produced for Fedora 10</i></p>
-<p><a href="http://fedoraproject.org/wiki/User_Guide">Fedora 9</a> — <i>Draft version only</i></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="/desktop-user-guide">Fedora 8 User Guide</a></p>
-
-  <!--
-<div class="important" style="margin-left: 0.5in; margin-right: 0.5in;">
-<table border="0" summary="Important: Release Notes for Fedora 10 Preview">
-<tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="/stylesheet-images/important.png"></td>
-<th align="left">Release Notes for Fedora 10</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-<p>
-  <a href="f10/">Fedora 10 Release Notes</a> are available for the following languages.
-</p>
-<p>
-  For fixes or changes <a href="http://tinyurl.com/nej3u">file a Fedora Documentation bug</a>.  Visit the Fedora Localization (L10n) <a href="http://l10n.fedoraproject.org/module/docs-release-notes#f10">release notes module page for Fedora 10</a> to get current statistics on the translations, including percentages completed.
-</p>
-</td></tr>
-</table>
-</div>
--->
-<!-- -->
-
-<?
-
-$template->displayFooter('$Date$');
-
+<?php
+/* Redirect to main docs page */
+header("Location: http://docs.fedoraproject.org/");
 ?>
+ 




More information about the Fedora-docs-commits mailing list