X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8154e51872159461bbf444336dfb346665f86251..325e37435e8bb6657ddb91fbf7d87c7ebaf081ab:/website/documentation.php.in diff --git a/website/documentation.php.in b/website/documentation.php.in index 1763ca7f55..5d0275c6da 100644 --- a/website/documentation.php.in +++ b/website/documentation.php.in @@ -1,214 +1,92 @@ -\n"; + while (($file = readdir($dh)) !== false) { + if (is_dir($file) && preg_match("/^[0-9]/", $file)){ + $arrayDoc[] = $file; + } + } + closedir($dh); + } + } + else { + echo "No version now.\n"; + } + // Warning : won't work with version numbers upper than 9 ! + sort($arrayDoc, SORT_STRING); + for($i=sizeof($arrayDoc);$i>=0;$i--) + { if ($arrayDoc[$i] != "") + {echo "
  • Simgrid version " . $arrayDoc[$i] . ".
  • ";} + + } + echo ""; +} -echo ''; ?> - - - - - - + + + - SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems + + + + SimGrid - Online documentation - - - - - - - - - - -
    SimGrid - ';}?> -
    -
    - gforge INRIA
    -______ONGLETS______ - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - - - -
    - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - + +

    +
    +

    +
    - -______BODY______ - - - - - -
    - - - - - - - -
    Project Summary
    - - -
    -
    -
    - - - -
    -

     

    -
    - CC-GNU LGPL -
    + +
    +The documentation for SimGrid is maintained for the latest versions. It contains informations on how to use SimGrid, some tutorial, and its inner component. Here is the list of available documentation version: + +
    -  

    -

    - Help: siteadmin-help@lists.gforge.inria.fr Webmaster: webmaster@gforge.inria.fr -
    - - - -
    - - - -
    - - -
    -
    -Powered By GForge Collaborative Development Environment -
    - - +