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

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


Author: rlandmann

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

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/f9/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.php	12 May 2008 21:41:12 -0000	1.1
+++ index.php	9 Nov 2009 02:02:29 -0000	1.2
@@ -1,67 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora 9 Release Notes</h1>
-
-<!-- Uncomment this for F9 GA. -->
-
-<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
-<table border="0" summary="Important: Release Notes for Fedora 9">
-<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 9</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-  <p>These are the <strong>latest</strong> Release Notes for Fedora 9, and may be updated with late-breaking news. Additional translations are published as they become available.</p>
-</td></tr>
-</table>
-</div>
-
-<!-- END GA BLOCK -->
-
-<p>This document describes the changes in Fedora 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="de/">Deutsch</a> |
-<a href="el/">Ελληνικά</a> |
-<a href="es/">Español</a> |
-<a href="fi/">suomi</a> |
-<a href="fr/">Français</a> |
-<a href="it/">italiano</a> |
-<a href="ja/">日本語</a> |
-<a href="nl/">Nederlands</a> |
-<a href="pl/">polski</a> |
-<!-- <a href="pt/">português</a> | -->
-<a href="pt_BR/">português brasileiro</a> |
-<a href="sk/">Slovak</a> |
-<a href="sr/">српски</a> |
-<a href="sr_Latn/">srpski</a> |
-<a href="sv/">svenska</a> |
-<a href="zh_CN/">简体中文</a>
-</p>
-
-<!--
-<p>The Fedora 8 release also included translations of the release notes in the following languages. These documents haven't been yet updated to the latest version of the document.</p>
--->
-<!--
-<p> -->
-<!-- ISO-only languages --><!--
-<a href="iso/it/">italiano</a> |
-<a href="iso/pa/">ਪੰਜਾਬੀ</a> |
-<a href="iso/sv/">svenska</a> |
-<a href="iso/uk/">Українська</a> |
-<a href="iso/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