Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove second following title; people know that the first paragraph will be an introd...
[simgrid.git] / website / download.php.in
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head>
4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5         <link rel="stylesheet" type="text/css" href="stylesheets/simgridsite.css" />
6         <link rel="stylesheet" type="text/css" href="stylesheets/simgridsitetabs.css" />
7         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8         <title>SimGrid - Downloads</title>
9         <meta name="keywords" content="Scalable, simulation, distributed systems, grid, peer-to-peer" /> 
10
11 </head>
12
13 <body>
14 <div id="header" align="center">
15 <p>
16 <img src="logos/simgrid_logo.png"  alt="SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems" />
17 </p>
18 <h2 class="header"><i class="subtitle">Scalable simulation of distributed systems</i></h2>
19 </div>
20 <p/>
21 <br/> 
22  <div id="navrow1" class="tabs" align="center">
23     <ul class="tablist">
24       <li><a href="index.php"><span>Home</span></a></li>
25                         <li><a href="https://gforge.inria.fr/frs/?group_id=12"><span>Download</span></a></li>
26
27       <li><a href="documentation.php"><span>Online documentation</span></a></li>
28       <li><a href="publis.html"><span>Publications</span></a></li>
29       <li><a href="people.html"><span>People</span></a></li>
30       <li><a href="history.html"><span>History</span></a></li>
31       <li><a href="contrib.html"><span>Contrib</span></a></li>
32       <li><a href="faq.html"><span>FAQ&#160;Page</span></a></li>
33
34       <li><a href="http://gforge.inria.fr/projects/simgrid"><span>SimGrid&#160;Forge</span></a></li>
35     </ul>
36   </div>
37 <table width="80%" cellpadding="5" cellspacing="0" border="0" align="center">
38
39 <tr><td width="75%" valign="top">
40
41 <?php if ($handle=fopen('https://gforge.inria.fr/frs/?group_id=12','r')){
42 $contents = '';
43 while (!feof($handle)) {
44         $contents .= fread($handle, 8192);
45 }
46 fclose($handle);
47 echo $contents; } ?>
48
49 </tr>
50 </table>
51 <div id="footer" align="center">
52 <p>
53  Help: <a href="mailto:siteadmin-help@lists.gforge.inria.fr">siteadmin-help@lists.gforge.inria.fr</a> Webmaster: <a href="mailto:webmaster@gforge.inria.fr">webmaster@gforge.inria.fr</a>
54
55 </p>
56 <p>
57 <ul class="footerlogos">
58         <li><a href="http://www.inria.fr/"><img align="left" src="logos/logo_INRIA.png" alt="INRIA"/></a>       
59         </li>
60         <li><a href="http://gforge.org/"><img src="http://gforge.org/images/pow-gforge.png" alt="Powered By GForge Collaborative Development Environment" border="0"/></a>
61
62         </li>
63         <li><a href="http://creativecommons.org/licenses/LGPL/2.1/"><img alt="CC-GNU LGPL" border="0" src="http://creativecommons.org/images/public/cc-LGPL-a.png" /></a>
64
65         </li>
66 </ul>
67         
68 </p>
69 </div>
70 </body>
71 </html>