<?php
/**
  *
  *
  *
  *
  */

include("nav.php");

########################### main function #######################################


htmlHead("download");
forDownload();
footer('downloadMaGe.php');

################################### function definitions #########################################

function forDownload(){

   echo "

<body class='download'>
<div id='center'>
<!--#include virtual='nav.html' --> <div id='content'>
<h3>Download</h3>
  <p>You can download the latest version of <em>modelMaGe</em>
     as a</p>
     <ul>
  	<li><a href='modelMaGe-1.0beta.tar.gz'>tarball</a></li>
  	<li><a href='modelMaGe-1.0beta.win32.exe'><em>modelMaGe</em>-only Windows installer</a></li>
   	<li><a href='modelMaGe-1.0beta_wininst.exe'>Windows Installer with all dependencies (test-version)</a></li>
     </ul>

	<p>You can find installation instructions for your system in the <a href='doc/modelMaGeDocumentation.pdf'>documentation</a>.</p>
	

  <h3>Requirements</h3>
  <p>In order to use <em>modelMaGe</em> you will need:</p>
  <ul>
    <li><a href='http://www.python.org'>Python</a> Version 2.5 or 2.6</li>
    <li><a href='http://www.copasi.org' >Copasi</a> Version >=4.2
    <li><a href='http://www.sbml.org/software/libsbml/' >libSBML</a> 3.0 <= Version < 4.0 with python bindings</li>
    <li><a href='https://networkx.lanl.gov/wiki'>networkx</a> package for Python Version 0.36</li>
    	<ul>
    	<li><a href='http://networkx.lanl.gov/download/networkx/networkx-0.36.tar.gz'>tarball<a></li>
    	<li><a href='http://networkx.lanl.gov/download/networkx/networkx-0.36-py2.5.egg'>Python 2.5 egg<a></li>
	<li><a href='http://networkx.lanl.gov/download/networkx/networkx-0.36.win32.exe'>Windows installer<a></li>
	</ul>
  </ul>
<p>We recommend to use Python 2.5 with libSBML 3.4.1. Lower version of libSBML have no python 2.6 bindings</br>
	and higher versions of libSBML are not supported at the moment by <it>modelMaGe</it></p> .
<p></p>
  <center>
  <a href='http://www.molgen.mpg.de' target='blank'><img src='images/mpilogo.png' height='40' border='0'></a>
  &nbsp;&nbsp;&nbsp;
  <a href='http://www.sbml.org' target='blank'><img src='images/sbmllogo.png' height='40' border='0'></a>
  &nbsp;&nbsp;&nbsp;
  <a href='http://www.copasi.org' target='blank'><img src='images/copasi.png' height='40' border='0'></a>
  </center>

</div>
	";

}







?>
