web/html/docs/release-notes/fc6 index.php,1.1,1.2

Rüdiger Landmann rlandmann at fedoraproject.org
Mon Nov 9 02:02:59 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/release-notes/fc6
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29331/fc6

Modified Files:
	index.php 
Log Message:
add index pages for FC1, FC2, FC3, and F12, redirect others to main index


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/fc6/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.php	15 Jun 2007 02:04:44 -0000	1.1
+++ index.php	9 Nov 2009 02:02:29 -0000	1.2
@@ -1,45 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora Core 6 Release Notes</h1>
-
-<!-- 
-<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
-<table border="0" summary="Important: Release Notes for Fedora Core 6">
-<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 Core 6</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-  <p>These are the <strong>latest</strong> Release Notes for Fedora Core 6, and may be updated with late-breaking news. Additional translations are published as they become available.</p>
-</td></tr>
-</table>
-</div>
--->
-
-<p>This document describes the changes to Fedora Core 6 since the last release, and is full of vital information for both new and experienced users.  The Release Notes are available in the following languages:</p>
-
-<p><a href="en_US/">US English</a> |
-<!-- Move in this list the languages that have a 'current' version -->
-<a href="el/">Ελληνικά</a> |
-<a href="es/">Español</a> |
-<a href="it/">italiano</a> |
-<a href="pl/">polski</a> |
-<a href="pt/">português</a> |
-<a href="pt_BR/">português brasileiro</a> |
-<a href="ru/">Pyccĸий</a> |
-<a href="sv/">svenska</a> |
-<a href="zh_CN/">简体中文</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