<?php
	require_once("globals.php");
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<TITLE>PyCss: Python Bindings for IBM Switch Table Library</TITLE>
<base href="http://www.gingergeeks.co.uk/pycss/">
<link rel="icon" href="favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="favicon.ico" />
<?php
	echoCodeLinks();
?>

</head>
<body>

<?php
	echoOuterStart('download.php');
?>
<h2><a name="DOWNLOAD"></a><center>Download</center></h2>
<p>This software is released under the  <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>. All that use this software do so at their own risk.
<p>
The first release pf PyCss is available <a href="http://www.gingergeeks.co.uk/pycss/pycss-0.1.tar.bz2">here</a> (released 14/03/2005).
</p>

<h2><a name="LINKS"></a><center>Links</center></h2> 
<p>
<a href="http://www.gingergeeks.co.uk/pyloadl/">PyLoadL</a> is a module to interface to the IBM LoadLeveler Batch Scheduler.
</p>

<p>
<a href="http://www.gingergeeks.co.uk/pylsf/">PyLSF</a> is a module to interface to version 6.2 Plaform HPC LSF batch scheduler.
</p>

<?php
	echoOuterEnd();
?>

</body>
</html>