X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8154e51872159461bbf444336dfb346665f86251..047ca9a2a6c647c2cc014d53460b8c359b3238c7:/website/download.php.in diff --git a/website/download.php.in b/website/download.php.in index 1763ca7f55..d3efe09f4b 100644 --- a/website/download.php.in +++ b/website/download.php.in @@ -1,214 +1,86 @@ '; +$domain="gforge.inria.fr"; +$group_name="simgrid"; ?> - - - - - - - + + + + + + SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems - - - - - - - - - - -
SimGrid - ';}?> -
-
- gforge INRIA
-______ONGLETS______ - - - - - - - - - - - - - - - - - -
  - - - - -
- - - - - - - - - - - - - - - - - - - - +//Replacing bad hrefs ... I don't know why they actually change from the original content once deployed and invoked from ... +$toPrint=str_replace('href="shownotes','href="https://gforge.inria.fr/frs/shownotes',$toPrint); +echo $toPrint; } ?> +
- - - - - - - - - - - -
- +

+SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems +

+

Scalable simulation of distributed systems

+ +

+
+

+ + - - - -
+

+Since version 3.6.1, windows installer are provided for amd64 or x86. Linux and Mac users should retrieve the tar.gz files. See release documentation for install informations. +

+ -______BODY______ - -
- - - -
- - - - - - - -
Project Summary
+$contents = stream_get_contents($handle); - -
-
-
- +// I'm not a php expert at all, so this is an ugly code based on the only method I know : explode ! +$tempArray = array(); +// There is a tag around releases : fieldset +$tempArray = explode('
', $contents); +$secondTempArray = array(); +$secondTempArray = explode('
', $tempArray[1]); -
-

 

-
- CC-GNU LGPL -
-  

-

- Help: siteadmin-help@lists.gforge.inria.fr Webmaster: webmaster@gforge.inria.fr -
- - +$toPrint = ''; +$toPrint .= $secondTempArray[0]; -
- - -
- -
-
-Powered By GForge Collaborative Development Environment -
- - +