web/html/docs/release-notes/f10 index.php,1.4,1.5

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/f10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29331/f10

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/f10/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.php	9 Dec 2008 09:29:38 -0000	1.4
+++ index.php	9 Nov 2009 02:02:30 -0000	1.5
@@ -1,103 +1,5 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$template->displayHeader();
-
-?>
-<h1>Fedora 10 Release Notes</h1>
-
-<!-- Uncomment this for F10 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 10</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-  <p>These are the <strong>latest</strong> Release Notes for Fedora 10, 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>
-<center>
-<table width="90%" border="0" halign="center">
-<tr><td width="25%" align="center">
-  <p>
-  <a href="as/">অসমীয়া (Assamese, as)</a><br />
-  <a href="bn_IN/">বাংলা (Bengali INDIA, bn_IN)</a><br />
-  <a href="ca/">Català (Catalan, ca)</a><br />
-  <a href="zh_CN/">简体中文 (Chinese/Simplified, zh_CN)</a><br />
-  <a href="zh_TW/">繁體中文 (Chinese/Taiwan), zh_TW)</a><br />
-  <a href="hr/">Hrvatski (Croatian, hr)</a><br />
-  <a href="cs/">Čeština (Czech, cs)</a><br />
-  <a href="da/">Dansk (Danish, da)</a><br />
-  <a href="nl/">Nederlands (Dutch, nl)</a><br />
-  <a href="en_US/">English (English/US, en_US)</a>
-  </p>
-</td><td width="25%" align="center">
-  <p>
-  <a href="fr/">Français (French, fr)</a><br />
-  <a href="de/">Deutsch (German, de)</a><br />
-  <a href="el/">Ελληνικά (Greek, el)</a><br />
-  <a href="gu/">ગુજરાતી (Gujarati, gu)</a><br />
-  <a href="he/">(Hebrew, he) עברית</a><br />
-  <a href="hi/">हिन्दीी (Hindi, hi)</a><br />
-  <a href="hu/">magyar (Hungarian, hu)</a><br />
-  <a href="id/">Indonesia (Indonesian, id)</a><br />
-  <a href="it/">Italiano (Italian, it)</a><br />
-  <a href="ja/">日本語 (Japanese, ja)</a>
-  </p>
-</td><td width="25%" align="center">
-  <p>
-  <a href="kn/">ಕನ್ನಡ (Kannada, kn)</a><br />
-  <a href="ko/">한국어 (Korean, ko)</a><br />
-  <a href="ms/">Melayu (Malay, ms)</a><br />
-  <a href="ml/">മലയാളം (Malayalam, ml)</a><br />
-  <a href="mr/">मराठी (Marathi, mr)</a><br />
-  <a href="nb/">Norwegian(Bokmål) (Norwegian, nb)</a><br />
-  <a href="or/">ଓଡିଆ (Oriya, or)</a><br />
-  <a href="pl/">polski (Polish, pl)</a><br />
-  <a href="pt/">Português (Portuguese, pt)</a><br />
-  <a href="pt_BR/">Português (Brasil) (Portuguese BRAZIL, pt_BR)</a>
-  </p>
-</td><td width="25%" align="center">
-  <p>
-  <a href="pa/">ਪੰਜਾਬੀ (Punjabi, pa)</a><br />
-  <a href="ru/">Русский (Russian, ru)</a><br />
-  <a href="sr/">српски (Serbian, sr)</a><br />
-  <a href="sr_Latn/">srpski(latinica) (Serbian, sr_Latn)</a><br />
-  <a href="sk/">Slovenčina (Slovak, sk)</a><br />
-  <a href="es/">Español (Spanish, es)</a><br />
-  <a href="sv/">Svenska (Swedish, sv)</a><br />
-  <a href="ta/">்தமிழ் (Tamil, ta)</a><br />
-  <a href="te/">తెలుగు (Telugu, te)</a><br />
-  <a href="uk/">Українська (Ukrainian, uk)</a>
-  </p>
-</td></tr></table>
-</center>
- <br/>
-<hr/>
-<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/tip.png"></td>
-<th align="left">Release Notes translations statistics</th>
-</tr>
-<tr><td colspan="2" align="left" valign="top">
-  <p>Refer to the Fedora Localization (L10n) website for the percentage of translation for each language:</p>
-  <p><a href="http://l10n.fedoraproject.org/module/docs-release-notes#f10">http://l10n.fedoraproject.org/module/docs-release-notes#f10</a></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