view site_scons/site_tools/cpython/doc/scons.css @ 16:927f2cf75357

Changed build system from SCons to WAF. * WAF is an old fork of SCons that is now for all intents and purposes a different build system. * Unlike SCons which requires a system install of the scons library to work, the entire WAF library is self-contained in a single 'waf' Python script provided with PARPG. * Build instructions are a little different from SCons - execute the local 'waf' script with the arguments 'configure install'. * To make a local install for testing, add the '--destdir=<directory>' option to make all files install under <directory> as a fake root (e.g. '--destdir=dev_install' would make WAF install all files under the 'dev_install' directory in the PARPG source). * Added a waf_paths.py WAF tool to set GNU-compatible installation path variables (i.e. PREFIX, EXEC_PREFIX, LIBDIR, etc.). These variables should be initialized to sane defaults on Windows, where GNU standards don't usually apply.
author M. George Hansen <technopolitica@gmail.com>
date Thu, 09 Jun 2011 21:35:19 -1000
parents 4706e0194af3
children
line wrap: on
line source

body {	
	background: #ffffff;
	margin: 10px; 
	padding: 0;
	font-family:palatino, georgia, verdana, arial, sans-serif;
	}


a {
	color: #80572a;
	}

a:hover {
	color: #d72816;
	text-decoration: none;
	}

tt {
	color: #a14447;
	}

pre {
     background: #e0e0e0;
    }

#main {
	border: 1px solid;
	border-color: black;
	background-color: white;
	background-image: url(../images/sconsback.png);
	background-repeat: repeat-y 50% 0;
	background-position: right top;
	margin: 30px auto;
	width: 750px;
	}
	
#banner {
	background-image: url(../images/scons-banner.jpg);
	border-bottom: 1px solid;
	height: 95px;
	}

#menu {
	font-family: sans-serif;
	font-size: small;
	line-height: 0.9em;
	float: right;
	width: 220px;
	clear: both;
	margin-top: 10px;
	}

#menu li {
	margin-bottom: 7px;
	}

#menu li li {
	margin-bottom: 2px;
	}

#menu li.submenuitems {
	margin-bottom: 2px;
	}

#menu a {
	text-decoration: none;
	}

#footer {
	border-top: 1px solid black;
	text-align: center;
	font-size: small;
	color: #822;
	margin-top: 4px;
	background: #eee;
	}

ul.hack {
	list-style-position:inside;
	}

ul.menuitems {
	list-style-type: none;
	}

ul.submenuitems {
	list-style-type: none;
	font-size: smaller;
	margin-left: 0;
	padding-left: 16px;
	}

ul.subsubmenuitems {
	list-style-type: none;
	font-size: smaller;
	margin-left: 0;
	padding-left: 16px;
	}

ol.upper-roman {
	list-style-type: upper-roman;
	}

ol.decimal {
	list-style-type: decimal;
	}

#currentpage {
	font-weight: bold;
	}

#bodycontent {
	margin: 15px;
	width: 520px;
	font-size: small;
	line-height: 1.5em;
	}

#bodycontent li {
	margin-bottom: 6px;
	list-style-type: square;
	}

#sconsdownloadtable downloadtable {
        display: table;
        margin-left: 5%;
        border-spacing: 12px 3px;
        }

#sconsdownloadtable downloadrow {
        display: table-row;
        }

#sconsdownloadtable downloadentry {
        display: table-cell;
	text-align: center;
        vertical-align: bottom;
        }

#sconsdownloadtable downloaddescription {
        display: table-cell;
        font-weight: bold;
	text-align: left;
        }

#sconsdownloadtable downloadversion {
        display: table-cell;
        font-weight: bold;
	text-align: center;
        }

#sconsdocversiontable sconsversiontable {
        display: table;
        margin-left: 10%;
        border-spacing: 12px 3px;
        }

#sconsdocversiontable sconsversionrow {
        display: table-row;
        }

#sconsdocversiontable docformat {
        display: table-cell;
        font-weight: bold;
	text-align: center;
        vertical-align: bottom;
        }

#sconsdocversiontable sconsversion {
        display: table-cell;
        font-weight: bold;
	text-align: left;
        }

#sconsdocversiontable docversion {
        display: table-cell;
        font-weight: bold;
	text-align: center;
        }

#osrating {
	margin-left: 35px;
	}
	

h2 {
	color: #272;
	color: #c01714;
	font-family: sans-serif;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: xx-large;
	}
h3 {
	margin-bottom: 10px;
	}

.date {
	font-size: small;
	color: gray;
	}
	
.link {
	margin-bottom: 22px;
	}

.linkname {
	}

.linkdesc {
	margin: 10px;
	margin-top: 0;
	}

.quote {
	margin-top: 20px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: 1px solid;
	border-color: #ddd;
	}

.quotetitle {
	font-weight: bold;
	font-size: large;
	margin: 10px;
	}

.quotedesc {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	}

.quotetext {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	font-style: italic;
	}

.quoteauthor {
	font-size: small;
	text-align: right;
	margin-top: 10px;
	margin-right: 7px;
	}

.sconslogo {
	font-style: normal;
	font-weight: bold;
	color: #822;
	}
	
.downloadlink {
	}

.downloaddescription {
	margin-left: 1em;
	margin-bottom: 0.4em;
	}