Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove website from simgrid directory
[simgrid.git] / website / index.php.in
diff --git a/website/index.php.in b/website/index.php.in
deleted file mode 100644 (file)
index 8121af8..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-<?php 
-$domain="gforge.inria.fr";
-$group_name="simgrid";
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
-       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-       <link rel="stylesheet" type="text/css" href="stylesheets/simgridsite.css" />
-       <link rel="stylesheet" type="text/css" href="stylesheets/simgridsitetabs.css" />
-       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-       <title>SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems</title>
-       <meta name="keywords" content="Scalable, simulation, distributed systems, grid, peer-to-peer" /> 
-
-</head>
-
-<body>
-<div id="header" align="center">
-<p>
-<img src="logos/simgrid_logo.png"  alt="SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems" />
-</p>
-<h2 class="header"><i class="subtitle">Scalable simulation of distributed systems</i></h2>
-</div>
-<p/>
-<br/> 
- <div id="navrow1" class="tabs" align="center">
-    <ul class="tablist">
-      <li><a href="index.php"><span>Home</span></a></li>
-                         <li><a href="download.php"><span>Download</span></a></li>
-      <li><a href="documentation.php"><span>Online documentation</span></a></li>
-      <li><a href="publis.html"><span>Publications</span></a></li>
-      <li><a href="people.html"><span>People</span></a></li>
-      <li><a href="history.html"><span>History</span></a></li>
-      <li><a href="contrib.html"><span>Contrib</span></a></li>
-      <li><a href="faq.html"><span>FAQ&#160;Page</span></a></li>
-
-      <li><a href="http://gforge.inria.fr/projects/simgrid"><span>SimGrid&#160;Forge</span></a></li>
-    </ul>
-  </div>
-<table width="80%" cellpadding="5" cellspacing="0" border="0" align="center">
-
-<tr><td width="75%" valign="top">
-<h1>Welcome to the SimGrid project!</h1>
-<p>SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. The specific goal of the project is to facilitate research in the area of parallel and distributed large scale systems, such as Grids, P2P systems and clouds. Its use cases encompass heuristic evaluation, application prototyping or even real application development and tuning. 
-</p>
-<h2>What can SimGrid do for you ?</h2>
-<ul>
-
-<li>
-<b>SimGrid as a Grid Simulator</b>: Accurate yet fast simulation models
-</li>
-<li>
-<b>SimGrid as a P2P simulator</b>: Highly scalable simulations (we managed to simulate 2M hosts on a single machine (see <a href="http://hal.inria.fr/inria-00602216/">here for an example of it</a>)
-</li>
-<li>
-<b>SimGrid as a MPI simulator</b>: SimGrid provides an API to simulate reallisticaly MPI simulation
-</li>
-<li><b>And so much more</b>: SimGrid comes with a whole ecosystem of applications, for example tools to visualize and analyse your simulation results and traces, platform generation ..., and with so fancy features to help you to handle your platform dynamicity simulation (quantitative resource sharing or qualitative churn). 
-</li>
-</ul>
-<h2>Main strengths</h2>
-<ul>
-
-<li><b>Scalable</b>: Fast, low memory footprint</li>
-<li><b>Sound simulation models</b>: theoretically and experimentally assessed</li>
-<li><b>Portable</b>: Unix/ Windows ; Numerous bindings (write your simulators in C, Lua or Java or Ruby)</li>
-<li><b>User interfaces</b>: models and API to simulate many different distributed systems, ranging from grid to peer-to-peer</li>
-</ul>
-
-
-<h2>Tool dissemination</h2>
-<ul>
-
-<li>Grounded experiments of ~100 scientific papers</li>
-<li>+100 member of the simgrid-user mailing list</li>
-<li>+5 associated tools provided by the community</li>
-</ul>
-<h2>Would you like to know more? </h2>
-<ul>
-<li>The <a href="documentation.php">documentation</a> contains docs for the latests version of the tool. Each documentation contains examples, description of the different modules of the projects, and many more</li>
-<li>In case of trouble, try to ask the <a href="http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user">mailing list</a> !</li>
-<li>A tutorial is also available <a href="http://www.loria.fr/~quinson/blog/2010/0628/Tutorial_at_HPCS/">here</a></li>
-<li>Are you interested on the scientific ground of SimGrid ? Take a look at our <a href="publis.html">publications</a> !</li>
-<li>Do you want to know the whole story of SimGrid, since when it all began ? <a href="history.html">Here is the tale of SimGrid</a></li>
-<!--li>Is SimGrid is actually maintained ? So many other related projects have died due to a lack of resources or good scientific ground, but we're alive since more than 10 years.  Will SimGrid survive to next years ? Take a look at our <a href="IhaveToWriteIT.html">foundation section</a></li-->
-</ul>
-
-<h1></h1>
-</td>
-<td width="25%" valign="top">
-               <table cellspacing="0" cellpadding="1" width="100%" border="0">
-               <tr><td>
-                       <table cellspacing="0" cellpadding="2" width="100%" border="0" class="tablecontent">
-                               <tr  align="center">
-                                       <td colspan="2"></td>
-                               </tr>
-                               <tr align="left">
-                                       <td colspan="2">
-<?php if ($handle=fopen('http://'.$domain.'/export/projnews.php?group_name='.$group_name,'r')){
-// Reading news
-$contents = '';
-$contents = stream_get_contents($handle);
-
-fclose($handle);
-
-//Replacing hrefs ...
-$contents=str_replace('href="/','href="http://'.$domain.'/',$contents);
-// 
-$newslines = array();
-$newslines  = explode('</div>', $contents);
-$toPrint = '';
-// number of news : modify the loop max.
-for($i=0;$i<5;$i++)
-{ 
-$toPrint .= $newslines[$i];
-$toPrint .= '</div>'; 
-}
-// adding the news archive stuff and the finishing tags that are somewhere before :
-$toPrint .= $newslines[sizeof($newslines) - 2];
-$toPrint .= '</div>';
-$toPrint .= $newslines[sizeof($newslines) - 1];
-$toPrint .= '</div>';
-echo $toPrint; } ?>
-
-
-                                       </td>
-                               </tr>
-                       </table>
-               </td></tr>
-               </table>
-</td>
-</tr>
-</table>
-<div id="footer" align="center">
-<p>
-<ul class="footerlogos">                  
-       <li><a href="http://www.inria.fr/"><img align="center" src="logos/INRIA.png" alt="INRIA"/></a>  
-       </li>
-       <li><a href="http://www.cnrs.fr/"><img align="center" src="logos/cnrs.png" alt="CNRS"/></a>     
-       </li>   
-       <li><a href="http://www.uhp-nancy.fr/"><img align="center" src="logos/logo_uhp.png" alt="Université Nancy  Henri Poincarré"/></a>     
-       </li>
-       <li><a href="http://manoa.hawaii.edu/"><img align="center" src="logos/UnivHawaiiManoa.png" alt="Univeristy of Hawaii Manoa"/></a>       
-       </li>
-       <li><a href="http://www.agence-nationale-recherche.fr/"><img align="center" src="logos/ANR.png" alt="ANR"/></a> 
-       </li>
-</ul>  
-</p>
-</div>
-</body>
-</html>