web/html/docs f12docs.php,1.28,1.29

Rüdiger Landmann rlandmann at fedoraproject.org
Fri Nov 6 20:12:22 UTC 2009


Author: rlandmann

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

Modified Files:
	f12docs.php 
Log Message:
Fix broken pdf links


Index: f12docs.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/f12docs.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- f12docs.php	6 Nov 2009 06:49:31 -0000	1.28
+++ f12docs.php	6 Nov 2009 20:12:22 -0000	1.29
@@ -35,14 +35,14 @@
 					PDF:
 					<select style="width:9em;height:2em" style="display:inline;clear:both" name="F12_ReleaseNotes_pdf" onChange="document.location.href=document.nav.F12_ReleaseNotes_pdf.options[document.nav.F12_ReleaseNotes_pdf.selectedIndex].value">
 						<option value="#">Language</option>
-						<option value="release-notes/f12/en-US/pdf/Fedora_11_Release_Notes.pdf">English</option>
-						<option value="release-notes/f12/es-ES/pdf/Notas_del_Lanzamiento_Fedora_11.pdf">Español</option>
-						<option value="release-notes/f12/nl-NL/pdf/Fedora_11_Uitgave_Informatie.pdf">Nederlands</option>
-						<option value="release-notes/f12/pl-PL/pdf/Informacje_o_wydaniu_Fedora_11.pdf">polski</option>
+						<option value="release-notes/f12/en-US/pdf/Fedora_12_Release_Notes.pdf">English</option>
+						<option value="release-notes/f12/es-ES/pdf/Notas_del_Lanzamiento_Fedora_12.pdf">Español</option>
+						<option value="release-notes/f12/nl-NL/pdf/Fedora_12_Uitgave_Informatie.pdf">Nederlands</option>
+						<option value="release-notes/f12/pl-PL/pdf/Informacje_o_wydaniu_Fedora_12.pdf">polski</option>
 						<option value="release-notes/f12/pt-PT/pdf/Notas_de_Lan%C3%A7amento_Fedora_12.pdf">Português</option>
 						<option value="release-notes/f12/pt-BR/pdf/Notas_de_Lan%C3%A7amento_Fedora_12.pdf">Português (brasileiro)</option>
 						<option value="release-notes/f12/ru-RU/pdf/%D0%97%D0%B0%D0%BC%D0%B5%D1%87%D0%B0%D0%BD%D0%B8%D1%8F_%D0%BA_%D0%B2%D1%8B%D0%BF%D1%83%D1%81%D0%BA%D1%83_Fedora_12.pdf">Русский</option>
-						<option value="release-notes/f12/sv-SE/pdf/Fedora_11_Utg%C3%A5venoteringar.pdf">Svenska</option>
+						<option value="release-notes/f12/sv-SE/pdf/Fedora_12_Utg%C3%A5venoteringar.pdf">Svenska</option>
 					</select>
 			</form>
 			</div>
@@ -211,6 +211,28 @@
 			</div>
 
 			<div class="documentdiv">
+				<h3>SELinux Managing Confined Services Guide</h3>
+			<div>The SELinux Managing Confined Services Guide is designed to assist advanced users and administrators when using and configuring SELinux. It describes the components of SELinux as they relate to services an advanced user or administrator might need to configure, and includes examples of configuring them.</div>
+			<form name="F11_SELinux_Managing_Confined_Services_Guide">
+					HTML:
+					<select style="width:9em;height:2em" name="F11_SELinux_Managing_Confined_Services_Guide_HTML" onChange="document.location.href=document.F11_SELinux_Managing_Confined_Services_Guide.F11_SELinux_Managing_Confined_Services_Guide_HTML.options[document.F11_SELinux_Managing_Confined_Services_Guide.F11_SELinux_Managing_Confined_Services_Guide_HTML.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/selinux-managing-confined-services-guide/en-US/F11/html/">English</option>
+					</select>					
+					<span>HTML-Single</span>:
+					<select style="width:9em;height:2em" name="F11_SELinux_Managing_Confined_Services_Guide_HTMLSINGLE" onChange="document.location.href=document.F11_SELinux_Managing_Confined_Services_Guide.F11_SELinux_Managing_Confined_Services_Guide_HTMLSINGLE.options[document.F11_SELinux_Managing_Confined_Services_Guide.F11_SELinux_Managing_Confined_Services_Guide_HTMLSINGLE.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/selinux-managing-confined-services-guide/en-US/F11/html-single/">English</option>
+					</select>
+					PDF:
+					<select style="width:9em;height:2em" name="F11_SELinux_Managing_Confined_Services_Guide_PDF" onChange="document.location.href=document.F11_SELinux_Managing_Confined_Services_Guide.F11_SELinux_Managing_Confined_Services_Guide_PDF.options[document.F11_SELinux_Managing_Confined_Services_Guide.F11_SELinux_Managing_Confined_Services_Guide_PDF.selectedIndex].value">
+							<option value="#">Language</option>
+							<option value="http://docs.fedoraproject.org/selinux-managing-confined-services-guide/en-US/F11/pdf/Managing_Confined_Services.pdf">English</option>
+					</select>
+			</form>
+			</div>
+
+			<div class="documentdiv">
 				<h3>Security Guide</h3>
 			<div>The Linux Security Guide is designed to assist users of Linux in learning the processes and practices of securing workstations and servers against local and remote intrusion, exploitation, and malicious activity.</div>
 			<form name="F12_Security_Guide">




More information about the Fedora-docs-commits mailing list