web/html/About/Projects/translations/translation-windows common.inc, NONE, 1.1 fedora.css, NONE, 1.1 generated-index.php, NONE, 1.1 index.php, NONE, 1.1 ln-legalnotice.php, NONE, 1.1 s1-cvs.php, NONE, 1.1 s1-cycle.php, NONE, 1.1 s1-poedit.php, NONE, 1.1 s1-reg.php, NONE, 1.1 s1-resource.php, NONE, 1.1 s1-setup.php, NONE, 1.1 s1-ssh.php, NONE, 1.1

Greg DeKoenigsberg (gdk) fedora-extras-commits at redhat.com
Tue Nov 29 17:31:14 UTC 2005


Author: gdk

Update of /cvs/fedora/web/html/About/Projects/translations/translation-windows
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18638/About/Projects/translations/translation-windows

Added Files:
	common.inc fedora.css generated-index.php index.php 
	ln-legalnotice.php s1-cvs.php s1-cycle.php s1-poedit.php 
	s1-reg.php s1-resource.php s1-setup.php s1-ssh.php 
Log Message:
Massive reorganization of content.  Don't tag any of this LIVE until we're
sure it's sane.  :)



--- NEW FILE common.inc ---
<?
/* Common defaults for the directory: sidebar, etc. */
global $nav_list;
global $RELEASE_NAME;

$community_project_list=array(
                "Extras"=>array("uri"=>"/About/Projects/extras.php"),
                "Documentation"=>array("uri"=>"/About/Projects/docs.php"),
		"Translations"=>array("uri"=>"/About/Projects/translations/"),
);

$core_project_list=array(
		"Anaconda Installer"=>array("uri"=>"/About/Projects/anaconda-installer/"),
		"Artwork"=>array("uri"=>"/About/Projects/artwork.php"),
		"Desktop"=>array("uri"=>"/About/Projects/desktop/"),
		"Internationalization"=>array("uri"=>"/About/Projects/i18n/"),
		"SELinux"=>array("uri"=>"/About/Projects/selinux.php"),
		"Stateless Linux"=>array("uri"=>"/About/Projects/stateless.php"),
		"Virtualization"=>array("uri"=>"/About/Projects/virtualization.php"),
);

$directory_project_list=array(
                "Directory"=>array("uri"=>"/About/Projects/directory.php"),
);

$this->addSideContent("Community Projects",side_nav_list($community_project_list));
$this->addSideContent("Core Projects",side_nav_list($core_project_list));
$this->addSideContent("Directory Project",side_nav_list($directory_project_list));
                                                                                
$this->options['selected_uri']='/About/Projects/';

?>


--- 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.

License: GPL

*/

li p {
	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 #B0C4DE;
	background-color: #F0F8FF;
	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 {
}

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

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

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;
}


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

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

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

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

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

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

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

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

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

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




More information about the fedora-extras-commits mailing list