web/html/docs/readme-burning-isos index.php,1.12,1.13

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


Author: rlandmann

Update of /cvs/fedora/web/html/docs/readme-burning-isos
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10139/readme-burning-isos

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/readme-burning-isos/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.php	3 Oct 2009 23:07:05 -0000	1.12
+++ index.php	8 Nov 2009 23:01:34 -0000	1.13
@@ -1,43 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Making Fedora Discs</h1>
-
-<p>This document describes how to turn downloadable ISO images into CD and DVD media using a variety of platforms and applications.  It is available in the following languages:</p>
-
-<p><a href="ca-ES.html">Català</a> |
-<a href="cs-CZ.html">Čeština</a> |
-<a href="da-DK.html">Dansk</a> |
-<a href="de-DE.html">Deutsch</a> |
-<a href="en-US.html">English (US)</a> |
-<a href="el/">Ελληνικά</a> |
-<a href="es-ES.html">Español</a> |
-<a href="fr-FR.html">Français</a> |
-<a href="it/">Italiano</a> |
-<a href="ja-JP.html">日本語</a> |
-<a href="hu-HU.html">Magyar</a> |
-<a href="nb-NO.html">Norsk (Bokmål)</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> |
-<a href="fi-FI.html">Suomi</a> |
-<a href="sv-SE.html">Svenska</a> |
-<a href="uk-UA.html">Українська</a> |
-<a href="zh_CN/">简体中文</a> |
-<a href="zh-TW.html">繁體中文</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