Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor bug fixes in the website (broken links + one ref more for publi section)
authorLaurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
Thu, 22 Sep 2011 07:30:07 +0000 (09:30 +0200)
committerLaurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
Thu, 22 Sep 2011 07:30:07 +0000 (09:30 +0200)
website/all.bib
website/download.php.in

index e8a8e3c..ee5e670 100644 (file)
@@ -162,7 +162,19 @@ month = Aug,
 pages = {273-282},
 category = {extern}
 }
 pages = {273-282},
 category = {extern}
 }
-
+@article{10.1109/ISPDC.2008.56,
+author = {Laurent Bobelin and Traian Muntean},
+title = {Algorithms for Network Topology Discovery using End-to-End Measurements},
+journal ={Parallel and Distributed Computing, International Symposium on},
+volume = {0},
+isbn = {978-0-7695-3472-5},
+year = {2008},
+pages = {267-274},
+doi = {http://doi.ieeecomputersociety.org/10.1109/ISPDC.2008.56},
+publisher = {IEEE Computer Society},
+address = {Los Alamitos, CA, USA},
+category = {intra}
+}
 @INPROCEEDINGS{Boutamine06*2,
 AUTHOR = "Boutammine, Salah-Salim and Millot, Daniel and Parrot,
                   Christian",
 @INPROCEEDINGS{Boutamine06*2,
 AUTHOR = "Boutammine, Salah-Salim and Millot, Daniel and Parrot,
                   Christian",
index b3ec2e3..f55145d 100644 (file)
@@ -39,6 +39,9 @@ $group_name="simgrid";
   </div>
 <table width="80%" cellpadding="5" cellspacing="0" border="0" align="center">
 <td>
   </div>
 <table width="80%" cellpadding="5" cellspacing="0" border="0" align="center">
 <td>
+<p>
+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.
+</p>
 <?php if ($handle=fopen('https://gforge.inria.fr/frs/?group_id=12','r')){
 // Reading the file
 $contents = '';
 <?php if ($handle=fopen('https://gforge.inria.fr/frs/?group_id=12','r')){
 // Reading the file
 $contents = '';
@@ -56,6 +59,9 @@ $secondTempArray  = explode('</fieldset>', $tempArray[1]);
 $toPrint = '';
 $toPrint .= $secondTempArray[0];
 
 $toPrint = '';
 $toPrint .= $secondTempArray[0];
 
+
+//Replacing bad hrefs ... I don't know why they actually change from the original content once deployed and invoked from ... 
+$toPrint=str_replace('href="http://simgrid.gforge','href="http://gforge',$toPrint);
 echo $toPrint; } ?>
 </td>
 </table>
 echo $toPrint; } ?>
 </td>
 </table>