Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove website from simgrid directory
[simgrid.git] / website / download.php.in
diff --git a/website/download.php.in b/website/download.php.in
deleted file mode 100644 (file)
index 47d5f94..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<!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 - Downloads</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="https://gforge.inria.fr/frs/?group_id=12"><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">
-
-<?php if ($handle=fopen('https://gforge.inria.fr/frs/?group_id=12','r')){
-$contents = '';
-while (!feof($handle)) {
-       $contents .= fread($handle, 8192);
-}
-fclose($handle);
-echo $contents; } ?>
-
-</tr>
-</table>
-<div id="footer" align="center">
-<p>
- 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>
-
-</p>
-<p>
-<ul class="footerlogos">
-       <li><a href="http://www.inria.fr/"><img align="left" src="logos/logo_INRIA.png" alt="INRIA"/></a>       
-       </li>
-       <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>
-
-       </li>
-       <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>
-
-       </li>
-</ul>
-       
-</p>
-</div>
-</body>
-</html>