web/html/docs background.png, NONE, 1.1 background2.png, NONE, 1.1 transgrey.png, NONE, 1.1 whitetrans.png, NONE, 1.1 newindex.php, 1.4, 1.5

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Sep 17 05:59:36 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26710

Modified Files:
	newindex.php 
Added Files:
	background.png background2.png transgrey.png whitetrans.png 
Log Message:
update newindex.php


Index: newindex.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/newindex.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- newindex.php	28 Mar 2007 15:31:14 -0000	1.4
+++ newindex.php	17 Sep 2009 05:59:35 -0000	1.5
@@ -7,75 +7,740 @@
 $template->displayHeader();
 
 ?>
-<h1>Fedora Documentation on docs.fedoraproject.org</h1>
-<p>
-This section is dedicated to user documentation for <? print $RELEASE_NAME; ?>. All the
-content is from the <a href='http://fedoraproject.org/wiki/DocsProject'>Documentation Project</a>. Except for guides such as the  
-Installation Guide, the documentation is in tutorial format.  All docs are task-oriented.
-</p>
-<div class='display-table' align='center'>
-<table>
-  <tr>
-<td valign='top' class='display-table-cell-boxed'>
-  Top Docs
-  </td>
-<td valign='top' class='display-table-cell-shaded' width='67%'>
-<a href='/release-notes/'>Release Notes</a><br/>
-<a href='/install-guide/'>Installation Guide</a><br/>
-<a href='http://fedoraproject.org/wiki/Docs/DesktopUserGuide'>Desktop User Guide</a><br/>
-<a href='/yum/en/'>Managing Software with Yum</a> (<a href='/yum/en/'>en</a> | <a href='/yum/pt_BR/'>pt_BR</a>)<br/>
-</td>
-</tr>
-</table>
-</div>
-
-<div class='display-table' align='center'>
-<table>
-  <tr>
-<td valign='top' class='display-table-cell-boxed'>
-  Useful Docs
-  </td>
-<td valign='top' class='display-table-cell-shaded' width='67%'>
-<a href='/jargon-buster/en_US/'>Jargon Buster</a> (<a href='/jargon-buster/en_US/'>en_US</a> | <a href='/jargon-buster/pt/'>pt</a>)<br/>
-<a href='/mirror/en/'>Mirror Tutorial</a> (<a href='/mirror/en/'>en</a> | <a href='/mirror/pt/'>pt</a> | <a href='/mirror/pt_BR/'>pt_BR</a>)<br/>
-<a href='/selinux-faq/'>SELinux FAQ</a><br/>
-</td>
-</tr>
-</table>
-</div>
-
-<div class='display-table' align='center'>
-<table>
-  <tr>
-<td valign='top' class='display-table-cell-boxed'>
-  How to Contribute to Fedora
-  </td>
-<td valign='top' class='display-table-cell-shaded' width='67%'>
-<a href='/developers-guide/'>Developer's Guide</a><br/>
-<a href='/documentation-guide/'>Documentation Guide</a><br/>
-<a href='/translation-quick-start-guide/en/'>Translation Quick Start Guide</a> 
-(<a href='/translation-quick-start-guide/el/'>el</a> | 
-<a href='/translation-quick-start-guide/en/'>en</a> | 
-<a href='/translation-quick-start-guide/fr_FR/'>fr_FR</a> | 
-<a href='/translation-quick-start-guide/it/'>it</a> | 
-<a href='/translation-quick-start-guide/ja_JP/'>ja_JP</a> | 
-<a href='/translation-quick-start-guide/nl/'>nl</a> | 
-<a href='/translation-quick-start-guide/pl/'>pl</a> | 
-<a href='/translation-quick-start-guide/pt/'>pt</a> | 
-<a href='/translation-quick-start-guide/pt_BR/'>pt_BR</a> | 
-<a href='/translation-quick-start-guide/ru/'>ru</a> |
-<a href='/translation-quick-start-guide/sv/'>sv</a>)<br/>
-</td>
-</tr>
-</table>
-</div>
-<!--
-<p>Deprecated Content (such as for old releases of Fedora)</p>
-<ul>
-<li><a href='stateless/'>Stateless Linux Tutorial</a> (FC3)</li>
-<li><a href='/udev/'>Udev on Fedora</a> (FC3)</li>
-<li><a href='/selinux-apache-fc3/'>Understanding and Customizing the Apache HTTP SELinux Policy</a> (FC3)</li>				</ul>
--->
+
+
+
+
+
+
+
+<style>
+a:visited, a:link
+{
+	text-decoration: none;
+	color: #729fcf
+}
+
+a:hover
+{
+	color:white;
+}
+
+form select
+{
+font-size:8pt;
+}
+			.documentdiv
+			{
+				margin-bottom:15px;
+				margin-top:7px;
+				background-image:url("http://docs.fedoraproject.org/whitetrans.png");
+				padding:5px;
+				padding-left:10px;
+				-moz-border-radius: 15px;
+			}
+			.inactivereleasetable .documentdiv
+			{
+				background-image:url("http://docs.fedoraproject.org/transgrey.png");
+			}
+
+			.releasetable
+			{
+				width:800px;
+				margin-left:auto;
+				margin-right:auto;
+				margin-top:10px;
+				margin-bottom:10px;
+				background-image:url("http://docs.fedoraproject.org/background.png");
+				color:white;
+				padding-top:8px;
+				padding-left:15px;
+				padding-right:10px;
+				-moz-border-radius: 15px;
+			}
+			.inactivereleasetable
+			{
+				width:800px;
+				margin-left:auto;
+				margin-right:auto;
+				margin-bottom:20px;
+				background-image:url("http://docs.fedoraproject.org/background2.png");
+				color:#2e3436;
+				padding-top:8px;
+				padding-left:15px;
+				padding-right:10px;
+				-moz-border-radius: 15px;
+			}
+		</style>
+		<div style="width:800px;margin-left:auto;margin-right:auto;color:#2e3436;"><h1>Fedora Documentation</h1>
+
+<table class="releasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora 11</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora 11.</div>
+			<form name="nav">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="F11_ReleaseNotes_html" onChange="document.location.href=document.nav.F11_ReleaseNotes_html.options[document.nav.F11_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/release-notes/f11/as-IN/">অসমীয়া</option>
+							<option value="http://docs.fedoraproject.org/release-notes/f11/bn-IN/">বাংলা</option>
+							<option value="http://docs.fedoraproject.org/release-notes/f11/ca-ES/">Català</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/cs-CZ/">Čeština</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/da-DK/">Dansk</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/de-DE/">Deutsch</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/el-GR/">Ελληνικά</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/en-US/">English</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/es-ES/">Español</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/fr-FR/">Français</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/gu-IN/">ગુજરાતી</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/he-IL/">עברית</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/hi-IN/">हिन्दीी</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/hr-HR/">Hrvatski</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/id-ID/">Indonesia</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/it-IT/">Italiano</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/ja-JP/">日本語</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/kn-IN/">ಕನ್ನಡ</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/ko-KR/">한국어</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/hu-HU/">Magyar</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/ml-IN/">മലയാളം</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/mr-IN/">मराठी</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/ms-MY/">Melayu</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/nb-NO/">Norsk (Bokmål)</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/nl-NL/">Nederlands</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/or-IN/">ଓଡିଆ</option> 
+<option value="http://docs.fedoraproject.org/release-notes/f11/pa-IN/">ਪੰਜਾਬੀ</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/pl-PL/">Polski</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/pt-BR/">Português brasileiro</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/pt-PT/">Português</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/ru-RU/">Русский</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/sk-SK/">Slovenčina</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/sr-Latn-RS/">Srpski (latinica)</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/sr-RS/">Српски</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/fi-FI/">Suomi</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/sv-SE/">Svenska</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/ta-IN/">்தமிழ்</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/te-IN/">తెలుగు</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/uk-UA/">Українська</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/zh-CN/">简体中文</option>
+<option value="http://docs.fedoraproject.org/release-notes/f11/zh-TW/">繁體中文</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3>Installation Guide</h3>
+			<div>This guide covers installation of Fedora, a Linux distribution built on free and open source software. This manual helps you install Fedora on desktops, laptops, and servers.</div>
+			<form name="F11_InstallGuide">
+					HTML:
+					<select style="width:9em;height:2em" name="F11_InstallGuide_HTMLSINGLE" onChange="document.location.href=document.F11_InstallGuide.F11_InstallGuide_HTMLSINGLE.options[document.F11_InstallGuide.F11_InstallGuide_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/de-DE/html/">Deutsch</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/en-US/html/">English</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/es-ES/html/">Español</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/fr-FR/html/">Français</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/it-IT/html/">Italiano</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/nl/html/">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/pt-BR/html/">Português brasileiro</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/zh-CN/html/">简体中文</option>
+					</select>
+					HTML-Single: 
+					<select style="width:9em;height:2em" name="F11_InstallGuide_HTML" onChange="document.location.href=document.F11_InstallGuide.F11_InstallGuide_HTML.options[document.F11_InstallGuide.F11_InstallGuide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/de-DE/html-single/">Deutsch</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/en-US/html-single/">English</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/es-ES/html-single/">Español</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/fr-FR/html-single/">Français</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/it-IT/html-single/">Italiano</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/nl/html-single/">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/pt-BR/html-single/">Português brasileiro</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/zh-CN/html-single/">简体中文</option>
+					</select>
+					PDF:
+					<select style="width:9em;height:2em" name="F11_InstallGuide_PDF" onChange="document.location.href=document.F11_InstallGuide.F11_InstallGuide_PDF.options[document.F11_InstallGuide.F11_InstallGuide_PDF.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/de-DE/pdf/Fedora_11_Installationsanleitung.pdf">Deutsch</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/en-US/pdf/Fedora_11_Installation_Guide.pdf">English</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/es-ES/pdf/Gu%C3%ADa_de_Instalaci%C3%B3n_Fedora_11.pdf">Español</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/fr-FR/pdf/Guide_d%27installation_Fedora_11.pdf">Français</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/it-IT/pdf/Guida_d%27installazione_Fedora_11.pdf">Italiano</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/nl/pdf/Fedora_11_Installatie_Gids.pdf">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/pt-BR/pdf/Guia_de_Instala%C3%A7%C3%A3o_Fedora_11.pdf">Português brasileiro</option>
+							<option value="http://docs.fedoraproject.org/install-guide/f11/zh-CN/pdf/Fedora_11_%E5%AE%89%E2%80%8B%E8%A3%85%E2%80%8B%E6%8C%87%E2%80%8B%E5%8D%97%E2%80%8B.pdf">简体中文</option>
+					</select>
+			</form>
+			</div>
+
+<div class="documentdiv">
+				<h3>Installation Quick Start Guide</h3>
+			<div>This guide explains how to get and install Fedora 11 as simply as possible. Although these instructions work on most desktop and laptop computers, they are not a full description of the installation process.</div>
+			<form name="F11_Installation_Quick_Start_Guide">
+					HTML:
+					<select style="width:9em;height:2em" name="F11_Installation_Quick_Start_Guide_HTML" onChange="document.location.href=document.F11_Installation_Quick_Start_Guide.F11_Installation_Quick_Start_Guide_HTML.options[document.F11_Installation_Quick_Start_Guide.F11_Installation_Quick_Start_Guide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/es-ES/html">Español</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/en-US/html/">English</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/nl-NL/html">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/pl-PL/html">Polski</option>
+					</select>
+					<span>HTML-Single</span>:
+					<select style="width:9em;height:2em" name="F11_Installation_Quick_Start_Guide_HTMLSINGLE" onChange="document.location.href=document.F11_Installation_Quick_Start_Guide.F11_Installation_Quick_Start_Guide_HTMLSINGLE.options[document.F11_Installation_Quick_Start_Guide.F11_Installation_Quick_Start_Guide_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/es-ES/html-single/">Español</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/en-US/html-single/">English</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/nl-NL/html-single/">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/pl-PL/html-single/">Polski</option>
+					</select>
+					PDF:
+					<select style="width:9em;height:2em" name="F11_Installation_Quick_Start_Guide_PDF" onChange="document.location.href=document.F11_Installation_Quick_Start_Guide.F11_SELinux_User_Guide_PDF.options[document.F11_Installation_Quick_Start_Guide.F11_Installation_Quick_Start_Guide_PDF.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/es-ES/pdf/Gu%C3%ADa_R%C3%A1pida_de_Instalaci%C3%B3n_Fedora_11.pdf">Español</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/en-US/pdf/Fedora_11_Installation_Quick_Start_Guide.pdf">English</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/nl-NL/pdf/Fedora_11_installatie_snelgids.pdf">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/installation-quick-start-guide/f11/pl-PL/pdf/Szybki_przewodnik_po_instalacji_Fedora_11.pdf">Polski</option>
+
+					</select>
+			</form>
+			</div>
+
+			
+			<div class="documentdiv">
+				<h3>User Guide</h3>
+			<div>The Fedora User Guide is focused on the end-user looking to accomplish standard desktop computer user tasks, such as browsing the web, reading and sending email, and doing office productivity work.</div>
+			<form name="F11_UserGuide">
+					HTML:
+					<select style="width:9em;height:2em" name="F11_UserGuide_HTML" onChange="document.location.href=document.F11_UserGuide.F11_UserGuide_HTML.options[document.F11_UserGuide.F11_UserGuide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/bs-BA/html/">Bosanski</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/es-ES/html/">Español</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/en-US/html/">English</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/nl-NL/html/">Nederlands</option>
+					</select>
+					<span style="color:#a0a0a0">HTML-Single</span>:
+					<select disabled="disabled" style="width:9em;height:2em" name="F11_UserGuide_HTMLSINGLE" onChange="document.location.href=document.F11_UserGuide.F11_UserGuide_HTMLSINGLE.options[document.F11_UserGuide.F11_UserGuide_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+					</select>
+					PDF:
+					<select style="width:9em;height:2em" name="F11_UserGuide_PDF" onChange="document.location.href=document.F11_UserGuide.F11_UserGuide_PDF.options[document.F11_UserGuide.F11_UserGuide_PDF.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/bs-BA/pdf/Korisni%C4%8Dki_priru%C4%8Dnik_Fedora_11.pdf">Bosanski</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/es-ES/pdf/Gu%C3%ADa_del_Usuario_Fedora_11.pdf">Español</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/en-US/pdf/Fedora_11_User_Guide.pdf">English</option>
+							<option value="http://docs.fedoraproject.org/user-guide/f11/nl-NL/pdf/Fedora_11_Gebruikers_gids.pdf">Nederlands</option>
+					</select>
+			</form>
+			</div>
+			
+
+			<div class="documentdiv">
+				<h3>SELinux User Guide</h3>
+			<div></div>
+			<form name="F11_SELinux_User_Guide">
+					HTML:
+					<select style="width:9em;height:2em" name="F11_SELinux_User_Guide_HTML" onChange="document.location.href=document.F11_SELinux_User_Guide.F11_SELinux_User_Guide_HTML.options[document.F11_SELinux_User_Guide.F11_SELinux_User_Guide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/es-ES/html">Español</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/en-US">English</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/nl-NL/html">Nederlands</option>
+					</select>
+					<span>HTML-Single</span>:
+					<select style="width:9em;height:2em" name="F11_SELinux_User_Guide_HTMLSINGLE" onChange="document.location.href=document.F11_SELinux_User_Guide.F11_SELinux_User_Guide_HTMLSINGLE.options[document.F11_SELinux_User_Guide.F11_SELinux_User_Guide_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/es-ES/html-single">Español</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/html-single">English</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/nl-NL/html-single">Nederlands</option>
+					</select>
+					PDF:
+					<select style="width:9em;height:2em" name="F11_SELinux_User_Guide_PDF" onChange="document.location.href=document.F11_SELinux_User_Guide.F11_SELinux_User_Guide_PDF.options[document.F11_SELinux_User_Guide.F11_SELinux_User_Guide_PDF.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/es-ES/pdf/Security-Enhanced_Linux.pdf">Español</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/pdf/Security-Enhanced_Linux.pdf">English</option>
+							<option value="http://docs.fedoraproject.org/selinux-user-guide/f11/nl-NL/pdf/Security-Enhanced_Linux.pdf">Nederlands</option>
+
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3>Security Guide</h3>
+			<div></div>
+			<form name="F11_Security_Guide">
+					HTML:
+					<select style="width:9em;height:2em" name="F11_Security_Guide_HTML" onChange="document.location.href=document.F11_Security_Guide.F11_Security_Guide_HTML.options[document.F11_Security_Guide.F11_Security_Guide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/security-guide/es_ES/">Español</option>
+							<option value="http://docs.fedoraproject.org/security-guide/en_US/F11/html/">English</option>
+							<option value="http://docs.fedoraproject.org/security-guide/nl_NL/">Nederlands</option>
+					</select>
+					<span>HTML-Single</span>:
+					<select style="width:9em;height:2em" name="F11_Security_Guide_HTMLSINGLE" onChange="document.location.href=document.F11_Security_Guide.F11_Security_Guide_HTMLSINGLE.options[document.F11_Security_Guide.F11_Security_Guide_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/security-guide/es_ES/single/">Español</option>
+							<option value="http://docs.fedoraproject.org/security-guide/en_US/F11/html-single/">English</option>
+							<option value="http://docs.fedoraproject.org/security-guide/nl_NL/html-single/">Nederlands</option>
+					</select>
+					PDF:
+					<select style="width:9em;height:2em" name="F11_Security_Guide_PDF" onChange="document.location.href=document.F11_Security_Guide.F11_Security_Guide_PDF.options[document.F11_Security_Guide.F11_Security_Guide_PDF.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/security-guide/es_ES/pdf/security-guide.pdf">Español</option>
+							<option value="http://docs.fedoraproject.org/security-guide/en_US/F11/pdf/security-guide.pdf">English</option>
+							<option value="http://docs.fedoraproject.org/security-guide/nl_NL/pdf/security-guide.pdf">Nederlands</option>
+
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3>Fedora Live Images</h3>
+			<div>describes how to use a Fedora live image to "test-drive" the Fedora operating system on your own familiar hardware.</div>
+			<form name="F11_Fedora_Live_Images">
+					<span>Article:</span>
+					<select style="width:9em;height:2em" name="F11_Fedora_Live_Images_HTMLSINGLE" onChange="document.location.href=document.F11_Fedora_Live_Images.F11_Fedora_Live_Images_HTMLSINGLE.options[document.F11_Fedora_Live_Images.F11_Fedora_Live_Images_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/ca-ES.html">Català</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/da-DK.html">Dansk</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/de-DE.html">Deutsch</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/en-US.html"> English (US)</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/es-ES.html">Español</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/ja-JP.html">日本語</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/hu-HU.html">Magyar</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/nl-NL.html">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/pl-PL.html">Polski</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/pt-PT.html">Português</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/pt-BR.html">Português brasileiro</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/ru-RU.html">Русский</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/sr-RS.html">Српски</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/sr-Latn-RS.html">Srpski (latinica)</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/fi-FI.html">Suomi</option>
+							<option value="http://docs.fedoraproject.org/readme-live-image/zh-TW.html">繁體中文</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3>Making Fedora Discs</h3>
+			<div>describes how to turn downloadable ISO images into CD and DVD media using a variety of platforms and applications.</div>
+			<form name="F11_Making_Fedora_Discs">
+					<span>Article:</span>
+					<select style="width:9em;height:2em" name="F11_Making_Fedora_Discs_HTMLSINGLE" onChange="document.location.href=document.F11_Making_Fedora_Discs.F11_Making_Fedora_Discs_HTMLSINGLE.options[document.F11_Making_Fedora_Discs.F11_Making_Fedora_Discs_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/ca-ES.html">Català</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/de-DE.html">Deutsch</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/el/">Ελληνικά</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/en-US.html"> English (US)</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/es-ES.html">Español</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/fr-FR.html">Français</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/it/">Italiano</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/ja-JP.html">日本語</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/hu-HU.html">Magyar</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/nl-NL.html">Nederlands</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/nb-NO.html">Norsk (Bokmål)</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/pl-PL.html">Polski</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/pt-PT.html">Português</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/pt-BR.html">Português brasileiro</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/ru-RU.html">Русский</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/sr-RS.html">Српски</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/sr-Latn-RS.html">Srpski (latinica)</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/fi-FI.html">Suomi</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/sv/">Svenska</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/zh_CN/">简体中文</option>
+							<option value="http://docs.fedoraproject.org/readme-burning-isos/zh-TW.html">繁體中文</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="https://fedoraproject.org/wiki/Common_F11_bugs">Common Bugs in Fedora 11 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+
+
+<table class="releasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora 10</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora 10.</div>
+			<form name="F10_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="F10_ReleaseNotes_html" onChange="document.location.href=document.F10_ReleaseNotes.F10_ReleaseNotes_html.options[document.F10_ReleaseNotes.F10_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+						<option value="http://docs.fedoraproject.org/release-notes/f10/as/">অসমীয়া</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/bn_IN/">বাংলা</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ca/">Català</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/cs/">Čeština</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/da/">Dansk</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/de/">Deutsch</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/el/">Ελληνικά</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/en_US/">English (US)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/es/">Español</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/fr/">Français</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/gu/">ગુજરાતી</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/he/">עברית</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/hi/">हिन्दीी</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/hr/">Hrvatski</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/id/">Indonesia</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/it/">Italiano</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ja/">日本語</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/kn/">ಕನ್ನಡ</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ko/">한국어</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/hu/">Magyar</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ms/">Melayu</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ml/">മലയാളം</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/mr/">मराठी</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/nl/">Nederlands</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/nb/">Norsk (Bokmål)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/or/">ଓଡିଆ</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/pl/">Polski</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/pt/">Português</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/pt_BR/">Português brasileiro</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/pa/ਪੰਜਾਬੀ"</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ru/">Русский</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/sk/">Slovenčina</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/sr/">Српски</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/sr_Latn/">Srpski (latinica)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/sv/">Svenska</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/ta/">்தமிழ்</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/te/">తెలుగు</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/uk/">Українська</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/zh_CN/">简体中文</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f10/zh_TW/">繁體中文</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/install-guide/f10/en_US/">Installation Guide (English)</a></h3>
+			</div>
+
+			<div class="documentdiv">
+				<h3><a href="https://fedoraproject.org/wiki/Common_F10_bugs">Common Bugs in Fedora 10 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora 9</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora 9.</div>
+			<form name="F9_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="F9_ReleaseNotes_html" onChange="document.location.href=document.F9_ReleaseNotes.F9_ReleaseNotes_html.options[document.F9_ReleaseNotes.F9_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+<option value="http://docs.fedoraproject.org/release-notes/f9/de/">Deutsch</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/el/">Ελληνικά</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/en_US/">English (US)</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/es/">Español</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/fr/">Français</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/it/">Italiano</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/ja/">日本語</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/nl/">Nederlands</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/pl/">Polski</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/pt_BR/">Português brasileiro</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/sk/">Slovenčina</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/sr/">Српски</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/sr_Latn/">Srpski (latinica)</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/fi/">Suomi</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/sv/">Svenska</option>
+ <option value="http://docs.fedoraproject.org/release-notes/f9/zh_CN/">简体中文</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/install-guide/f9/en_US/">Installation Guide (English)</a></h3>
+			</div>
+
+			<div class="documentdiv">
+				<h3><a href="http://fedoraproject.org/wiki/Bugs/F9Common">Common Bugs in Fedora 9 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora 8</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora 8.</div>
+			<form name="F8_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="F8_ReleaseNotes_html" onChange="document.location.href=document.F8_ReleaseNotes.F8_ReleaseNotes_html.options[document.F8_ReleaseNotes.F8_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+						<option value="http://docs.fedoraproject.org/release-notes/f8/de/">Deutsch</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/el/">Ελληνικά</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/en_US/">English (US)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/es/">Español</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/it/">Italiano</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/ja/">日本語</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/pt_BR/">Português brasileiro</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/sk/">Slovenčina</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/sr/">Српски</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/sr_Latn/">Srpski (latinica)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/fi/">Suomi</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f8/uk/">Українська</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3>Installation Guide</h3>
+			<div>This guide covers installation of Fedora, a Linux distribution built on free and open source software. This manual helps you install Fedora on desktops, laptops, and servers.</div>
+			<form name="F8_InstallGuide">
+					HTML:
+					<select style="width:9em;height:2em" name="F8_InstallGuide_HTML" onChange="document.location.href=document.F8_InstallGuide.F8_InstallGuide_HTML.options[document.F8_InstallGuide.F8_InstallGuide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/en_US/">English (US)</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/el/">Ελληνικά</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/es/">Español</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/nl/">Nederlands</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/pl/">Polski</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/pt/">Português</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/pt_BR/">Português brasileiro</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/sr/">Српски</option>
+<option value="http://docs.fedoraproject.org/install-guide/f8/sr_Latn/">Srpski</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/desktop-user-guide/en/">Desktop User Guide (English)</a></h3>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://fedoraproject.org/wiki/Bugs/F8Common">Common Bugs in Fedora 8 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora 7</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora 7.</div>
+			<form name="F7_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="F7_ReleaseNotes_html" onChange="document.location.href=document.F7_ReleaseNotes.F7_ReleaseNotes_html.options[document.F7_ReleaseNotes.F7_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/el/">Ελληνικά</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/en_US/">English (US)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/es/">Español</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/it/">Italiano</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/iso/pa/">ਪੰਜਾਬੀ</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/pt/">Português</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/pt_BR/">Português brasileiro</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/sr/">Српски</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/fi/">Suomi</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/iso/sv/">Svenska</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/iso/uk/">Українська</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/f7/zh_CN/">简体中文</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3>Installation Guide</h3>
+			<div>This guide covers installation of Fedora, a Linux distribution built on free and open source software. This manual helps you install Fedora on desktops, laptops, and servers.</div>
+			<form name="F7_InstallGuide">
+					HTML:
+					<select style="width:9em;height:2em" name="F7_InstallGuide_HTML" onChange="document.location.href=document.F7_InstallGuide.F7_InstallGuide_HTML.options[document.F7_InstallGuide.F7_InstallGuide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/en_US/">English (US)</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/el/">Ελληνικά</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/es/">Español</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/pl/">Polski</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/pt/">Português</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/pt_BR/">Português brasileiro</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/sr/">Српски</option>
+<option value="http://docs.fedoraproject.org/install-guide/f7/sv/">svenska</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3><a href="http://fedoraproject.org/wiki/Bugs/F7Common">Common Bugs in Fedora 7 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora Core 6</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora Core 6.</div>
+			<form name="FC6_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="FC6_ReleaseNotes_html" onChange="document.location.href=document.FC6_ReleaseNotes.FC6_ReleaseNotes_html.options[document.FC6_ReleaseNotes.FC6_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+<option value="http://docs.fedoraproject.org/release-notes/fc6/el/">Ελληνικά</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/en_US/">English (US)</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/es/">Español</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/it/">Italiano</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/pl/">Polski</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/pt/">Português</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/pt_BR/">Português brasileiro</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/ru/">Русский</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/fi/">Suomi</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/sv/">Svenska</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc6/zh_CN/">简体中文</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3>Installation Guide</h3>
+			<div>This guide covers installation of Fedora, a Linux distribution built on free and open source software. This manual helps you install Fedora on desktops, laptops, and servers.</div>
+			<form name="FC6_InstallGuide">
+					HTML:
+					<select style="width:9em;height:2em" name="FC6_InstallGuide_HTML" onChange="document.location.href=document.FC6_InstallGuide.FC6_InstallGuide_HTML.options[document.FC6_InstallGuide.FC6_InstallGuide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/da/">Dansk</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/en/">English (US)</option>
+							 <option value="http://docs.fedoraproject.org/install-guide/fc6/es/">Español</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/it/">Italiano</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/pl/">Polski</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/pt/">Português</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/pt_BR/">Português brasileiro</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/sr/">Српски</option>
+							<option value="http://docs.fedoraproject.org/install-guide/fc6/sv/">Svenska</option>
+					</select>
+			</form>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/desktop-user-guide/en/">User Guide (English)</a></h3>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://fedoraproject.org/wiki/Bugs/FC6Common">Common Bugs in Fedora Core 6 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora Core 5</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora Core 5.</div>
+			<form name="FC5_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="FC5_ReleaseNotes_html" onChange="document.location.href=document.FC5_ReleaseNotes.FC5_ReleaseNotes_html.options[document.FC5_ReleaseNotes.FC5_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+						<option value="http://docs.fedoraproject.org/release-notes/fc5/release-notes-ISO/">English (US)</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/fc5/release-notes-ISO/it/">Italiano</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/fc5/release-notes-ISO/pa/">ਪੰਜਾਬੀ</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/fc5/release-notes-ISO/pt_BR/">Português brasileiro</option>
+						 <option value="http://docs.fedoraproject.org/release-notes/fc5/release-notes-ISO/zh_CN/">简体中文</option>
+					</select>
+			</form>
+			</div>
+
+
+
+			<div class="documentdiv">
+				<h3>SELinux Guide</h3>
+			<div></div>
+			<form name="FC6_SELinux_User_Guide">
+					HTML:
+					<select style="width:9em;height:2em" name="FC6_SELinux_User_Guide_HTML" onChange="document.location.href=document.FC6_SELinux_User_Guide.FC6_SELinux_User_Guide_HTML.options[document.FC6_SELinux_User_Guide.FC6_SELinux_User_Guide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							 <option value="http://docs.fedoraproject.org/selinux-faq-fc5/en_US/">English (US)</option>
+							 <option value="http://docs.fedoraproject.org/selinux-faq-fc5/it/">Italiano</option>
+							 <option value="http://docs.fedoraproject.org/selinux-faq-fc5/pt/">Português</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/fedora-install-guide-en/fc5/">Installation Guide (English)</a></h3>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://fedoraproject.org/wiki/Bugs/FC5Common">Common Bugs in Fedora Core 5 (wiki page)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora Core 4</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora Core 4.</div>
+			<form name="FC4_ReleaseNotes">
+					HTML: <select style="width:9em;height:2em" style="display:inline;clear:both" name="FC4_ReleaseNotes_html" onChange="document.location.href=document.FC4_ReleaseNotes.FC4_ReleaseNotes_html.options[document.FC4_ReleaseNotes.FC4_ReleaseNotes_html.selectedIndex].value">
+						<option value="#">Language</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc4/">English (US)</option>
+ <option value="http://docs.fedoraproject.org/release-notes/fc4/ru/">Русский</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/fedora-install-guide-en/fc4/">Installation Guide (English)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora Core 3</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora Core 3.</div>
+ <a href="http://docs.fedoraproject.org/release-notes/fc3/x86/">English (US) — x86 (32 bit)</a> <br/> <a href="http://docs.fedoraproject.org/release-notes/fc3/x86_64/">English (US) — x86 (64 bit)</a>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/selinux-faq-fc3/">SELinux Guide (English)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora Core 2</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora Core 2.</div>
+ <a href="http://docs.fedoraproject.org/release-notes/fc2/x86/">English (US) — x86 (32 bit)</a> <br/> <a href="http://docs.fedoraproject.org/release-notes/fc2/x86_64/">English (US) — x86 (64 bit)</a>
+			</div>
+			<div class="documentdiv">
+				<h3><a href="http://docs.fedoraproject.org/selinux-faq-fc2/">SELinux Guide (English)</a></h3>
+			</div>
+		</td>
+	</tr>
+</table>
+
+<table class="inactivereleasetable">
+	<tr>
+		<td style="vertical-align:top;width:150px;"><h2>Fedora Core 1</h2></td>
+		<td style="vertical-align:top">
+			<div class="documentdiv">
+			<h3>Release Notes</h3>
+			<div>An overview of major changes implemented for Fedora Core 1 (from Red Hat Linux 9).</div>
+ <a href="http://docs.fedoraproject.org/release-notes/fc1/x86/">English (US) — x86 (32 bit)</a> <br/> <a href="http://docs.fedoraproject.org/release-notes/fc1/x86_64/">English (US) — x86 (64 bit)</a>
+			</div>
+
+		</td>
+	</tr>
+</table>
+
+
+
+
+
+
+
+
 
 <p> If you are interested in writing docs for <? print $RELEASE_NAME;
 ?> as part of the <? print "$PROJECT_NAME"; ?>, refer to the <a
@@ -84,7 +749,8 @@
 
 <p>
 If you think a specific piece of documentation is needed, enter a
-request for enhancement (RFE) in Bugzilla.
+request for enhancement (RFE) in <a
+href="http://bugzilla.redhat.com">Bugzilla</a>.
 </p>
 
 <?




More information about the Fedora-docs-commits mailing list