From: Laurent Bobelin Date: Thu, 22 Sep 2011 07:30:07 +0000 (+0200) Subject: Minor bug fixes in the website (broken links + one ref more for publi section) X-Git-Tag: v3_6_2~64 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/148ac2fb0d3def83a3616b4a94bd4900ddc17625 Minor bug fixes in the website (broken links + one ref more for publi section) --- diff --git a/website/all.bib b/website/all.bib index e8a8e3c72e..ee5e670e8c 100644 --- a/website/all.bib +++ b/website/all.bib @@ -162,7 +162,19 @@ month = Aug, 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", diff --git a/website/download.php.in b/website/download.php.in index b3ec2e37d9..f55145d718 100644 --- a/website/download.php.in +++ b/website/download.php.in @@ -39,6 +39,9 @@ $group_name="simgrid";
+

+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. +

', $tempArray[1]); $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; } ?>