web/html/docs/readme-live-image 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/readme-live-image
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10139/readme-live-image

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/readme-live-image/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.php	3 Oct 2009 23:05:15 -0000	1.8
+++ index.php	8 Nov 2009 23:01:32 -0000	1.9
@@ -1,43 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora Live Images</h1>
-
-<p>This document describes how to use a Fedora live image to "test-drive" the Fedora operating system on your own familiar hardware.  It is available in the following languages:</p>
-
-<p><a href="ca-ES.html">Català</a> |
-<a href="da-DK.html">Dansk</a> |
-<a href="de-DE.html">Deutsch</a> |
-<a href="en-US.html">US English</a> |
-<a href="es-ES.html">Español</a> |
-<a href="fi-FI.html">Suomi</a> |
-<a href="hu-HU.html">Magyar</a> |
-<a href="ja-JP.html">日本語</a> |
-<a href="nl-NL.html">Nederlands</a> |
-<a href="pl-PL.html">Polski</a> |
-<a href="pt-PT.html">Português</a> |
-<a href="pt-BR.html">Português brasileiro</a>  |
-<a href="ru-RU.html">Русский</a> |
-<a href="sr-RS.html">Српски</a> |
-<a href="sr-Latn-RS.html">Srpski (latinica) |
-<a href="uk-UA.html">Українська |
-<a href="zh-TW.html">繁體中文</a></a></p>
-
-<!--
-<a href="el/">Ελληνικά</a> |
-
-
-<a href="sv/">svenska</a> |
-<a href="zh_CN/">简体中文</a> -->
-
-<?
-
-$template->displayFooter('$Date$');
-
+<?php
+/* Redirect to main docs page */
+header("Location: http://docs.fedoraproject.org/");
 ?>
+ 




More information about the Fedora-docs-commits mailing list