web/html/docs/release-notes/f9preview/he fedora.css, NONE, 1.1 index.php, NONE, 1.1 legalnotice.php, NONE, 1.1 rv-revhistory.php, NONE, 1.1 sn-ArchSpecific.php, NONE, 1.1 sn-BackwardsCompatibility.php, NONE, 1.1 sn-Colophon.php, NONE, 1.1 sn-DatabaseServers.php, NONE, 1.1 sn-Desktop.php, NONE, 1.1 sn-Devel.php, NONE, 1.1 sn-Entertainment.php, NONE, 1.1 sn-Feedback.php, NONE, 1.1 sn-FileSystems.php, NONE, 1.1 sn-I18n.php, NONE, 1.1 sn-Installer.php, NONE, 1.1 sn-Java.php, NONE, 1.1 sn-Kernel.php, NONE, 1.1 sn-Live.php, NONE, 1.1 sn-MailServers.php, NONE, 1.1 sn-Multimedia.php, NONE, 1.1 sn-OverView.php, NONE, 1.1 sn-PackageChanges.php, NONE, 1.1 sn-PackageNotes.php, NONE, 1.1 sn-ProjectOverview.php, NONE, 1.1 sn-Security.php, NONE, 1.1 sn-System-Services.php, NONE, 1.1 sn-Virtualization.php, NONE, 1.1 sn-WebServers.php, NONE, 1.1 sn-Xorg.php, NONE, 1.1 sn-legalnotice.php, NONE, 1.1 watermark.png, NONE, 1.1

Karsten Wade (kwade) fedora-websites-list at redhat.com
Wed Apr 16 01:16:19 UTC 2008


Author: kwade

Update of /cvs/fedora/web/html/docs/release-notes/f9preview/he
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32525/he

Added Files:
	fedora.css index.php legalnotice.php rv-revhistory.php 
	sn-ArchSpecific.php sn-BackwardsCompatibility.php 
	sn-Colophon.php sn-DatabaseServers.php sn-Desktop.php 
	sn-Devel.php sn-Entertainment.php sn-Feedback.php 
	sn-FileSystems.php sn-I18n.php sn-Installer.php sn-Java.php 
	sn-Kernel.php sn-Live.php sn-MailServers.php sn-Multimedia.php 
	sn-OverView.php sn-PackageChanges.php sn-PackageNotes.php 
	sn-ProjectOverview.php sn-Security.php sn-System-Services.php 
	sn-Virtualization.php sn-WebServers.php sn-Xorg.php 
	sn-legalnotice.php watermark.png 
Log Message:
adding in a snapshot of f9 notes with current Hebrew translation and the RTL element changed in the CSS, to show how it looks in working on a resolution to bz #442642


--- NEW FILE fedora.css ---
/*

CSS for Red Hat Linux Project docs from the Documentation Project

Written by Tammy Fox and Garrett LeSage

Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc.
Copywight 2005 Tommy Reynolds <Tommy.Reynolds at MegaCoder.com>

License: GPL

*/

body	{
	background-attachment	scroll;
	background-color:	#FEFEFF;
	background-image:	url('watermark.png');
	background-position:	top center;
	background-repeat:	repeat;
	margin-left:		1.5em;
	margin-right:		1.5em;
        direction:              rtl;
}

p {
	line-height:		140%;
}

li p {
	# display: inline;
}

li p.title {
        display: inline;
}

div.table table {
	width: 95%;
	background-color: #DCDCDC;
	color: #000000;
	border-spacing: 0;
}

div.table table th {
	border: 1px solid #A9A9A9;
	background-color: #A9A9A9;
	color: #000000;
}

div.table table td {
	border: 1px solid #A9A9A9;
	background-color: #DCDCDC;
	color: #000000;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 2px;

}

div.note table, div.tip table, div.important table, div.caution table, div.warning table {
	width: 95%;
	border: 2px solid #D0D0B0;
	background-color: #FAF9E0;
	color: #000000;
	/* padding inside table area */
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.qandaset table {
	border-collapse: collapse;
}
.qandaset {
}
.qandaset tr.question {
}
.qandaset tr.question td {
	font-weight: bold;
	padding: 1em 1em 0;
}
.qandaset tr.answer td {
	padding: 0.25em 1em 1.5em;
}
.qandaset tr.question td, .qandaset tr.answer td {
}

.segmentedlist {
}
.segmentedlist .title {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.segmentedlist table {
	border-collapse: collapse;
	margin-bottom: 2em;
}
.segmentedlist tr {
	border: 1px solid #22437f;
}
.segmentedlist tr.segtitle {
        background: #33649f;
	color: #fefefe;
	font-weight: bold;
}
.segmentedlist th {
	text-align: left;
	padding: 0.5em 5em 0.5em 0.5em;
}
.segmentedlist td {
	padding: 0.5em 5em 0.5em 0.5em;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4 {
	font-family: luxi sans,sans-serif;
	color: #22437f;
	font-weight: bold;
}
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}

code.screen, pre.screen {
	font-family: monospace;
	font-size: 1em;
	display: block;
	padding: 10px;
	border: 1px solid #bbb;
	background-color: #eee;
	color: #000;
	overflow: auto;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	margin: 0.5em 2em;
}

div.example {
	padding: 10px;
	border: 1px solid #bbb;
	margin: 0.5em 2em;
}

.procedure ol li {
	margin-bottom: 0.5em;
}
.procedure ol li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}
.procedure ol li pre {
	margin-bottom: 1em;
}

.itemizedlist ul li {
	margin-bottom: 0.5em;
}
.itemizedlist ul li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}

p.title	{
	text-align: center;
}


***** Error reading new file: [Errno 2] No such file or directory: 'index.php'

***** Error reading new file: [Errno 2] No such file or directory: 'legalnotice.php'

***** Error reading new file: [Errno 2] No such file or directory: 'rv-revhistory.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-ArchSpecific.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-BackwardsCompatibility.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Colophon.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-DatabaseServers.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Desktop.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Devel.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Entertainment.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Feedback.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-FileSystems.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-I18n.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Installer.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Java.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Kernel.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Live.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-MailServers.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Multimedia.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-OverView.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-PackageChanges.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-PackageNotes.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-ProjectOverview.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Security.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-System-Services.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Virtualization.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-WebServers.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-Xorg.php'

***** Error reading new file: [Errno 2] No such file or directory: 'sn-legalnotice.php'




More information about the Fedora-websites-list mailing list