|
From: Olivier S. <ob...@us...> - 2004-12-22 13:39:56
|
Update of /cvsroot/jvcl/dev/JVCL3/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2148/dev/JVCL3/help Modified Files: daily_zips_index.php Log Message: added 7zip links Index: daily_zips_index.php =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/help/daily_zips_index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** daily_zips_index.php 12 Dec 2004 15:45:00 -0000 1.1 --- daily_zips_index.php 22 Dec 2004 13:39:44 -0000 1.2 *************** *** 66,71 **** <tr> <td style="vertical-align: top; white-space: nowrap;"><a href="JVCL3-Latest.zip">JVCL3-Latest.zip</a> ! (<a href=<?php print '"http://obones.free.fr/jvcl_daily/JVCL3-'.GetShortFileDate("JVCL3-Latest.zip").'.zip"'?>>Mirror</a>) ! </td> <td style="vertical-align: top; white-space: nowrap;"><?php print GetDisplayFileDate("JVCL3-Latest.zip"); ?> </td> --- 66,71 ---- <tr> <td style="vertical-align: top; white-space: nowrap;"><a href="JVCL3-Latest.zip">JVCL3-Latest.zip</a> ! (<a href=<?php print '"http://obones.free.fr/jvcl_daily/JVCL3-'.GetShortFileDate("JVCL3-Latest.zip").'.zip"'?>>Mirror</a>, ! <a href=<?php print '"http://obones.free.fr/jvcl_daily/JVCL3-'.GetShortFileDate("JVCL3-Latest.zip").'.7z"'?>>7zip</a>)</td> <td style="vertical-align: top; white-space: nowrap;"><?php print GetDisplayFileDate("JVCL3-Latest.zip"); ?> </td> *************** *** 78,83 **** <tr> <td style="vertical-align: top; white-space: nowrap;"><a href="JVCL3-Source-Latest.zip">JVCL3-Source-Latest.zip</a> ! (<a href=<?php print '"http://obones.free.fr/jvcl_daily/JVCL3-Source-'.GetShortFileDate("JVCL3-Source-Latest.zip").'.zip"'?>>Mirror</a>) ! </td> <td style="vertical-align: top; white-space: nowrap;"><?php print GetDisplayFileDate("JVCL3-Source-Latest.zip"); ?> </td> --- 78,83 ---- <tr> <td style="vertical-align: top; white-space: nowrap;"><a href="JVCL3-Source-Latest.zip">JVCL3-Source-Latest.zip</a> ! (<a href=<?php print '"http://obones.free.fr/jvcl_daily/JVCL3-Source-'.GetShortFileDate("JVCL3-Source-Latest.zip").'.zip"'?>>Mirror</a>, ! <a href=<?php print '"http://obones.free.fr/jvcl_daily/JVCL3-Source-'.GetShortFileDate("JVCL3-Source-Latest.zip").'.7z"'?>>7zip</a>)</td> <td style="vertical-align: top; white-space: nowrap;"><?php print GetDisplayFileDate("JVCL3-Source-Latest.zip"); ?> </td> *************** *** 127,131 **** echo '<tr>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;"><a href="'.$filename_full.'">'.$filename_full.'</a>'."\n"; ! echo ' (<a href="http://obones.free.fr/jvcl_daily/'.$filename_full.'">Mirror</a>)'."\n"; echo ' </td>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;">'.GetDisplayFileDate($filename_full)."\n"; --- 127,132 ---- echo '<tr>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;"><a href="'.$filename_full.'">'.$filename_full.'</a>'."\n"; ! echo ' (<a href="http://obones.free.fr/jvcl_daily/'.$filename_full.'">Mirror</a>,'."\n"; ! echo ' <a href="http://obones.free.fr/jvcl_daily/'.str_replace(".zip", ".7z", $filename_full).'">7zip</a>)'."\n"; echo ' </td>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;">'.GetDisplayFileDate($filename_full)."\n"; *************** *** 138,142 **** echo '<tr>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;"><a href="'.$filename.'">'.$filename.'</a>'."\n"; ! echo ' (<a href="http://obones.free.fr/jvcl_daily/'.$filename.'">Mirror</a>)'."\n"; echo ' </td>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;">'.GetDisplayFileDate($filename)."\n"; --- 139,144 ---- echo '<tr>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;"><a href="'.$filename.'">'.$filename.'</a>'."\n"; ! echo ' (<a href="http://obones.free.fr/jvcl_daily/'.$filename.'">Mirror</a>,'."\n"; ! echo ' <a href="http://obones.free.fr/jvcl_daily/'.str_replace(".zip", ".7z", $filename).'">7zip</a>)'."\n"; echo ' </td>'."\n"; echo ' <td style="vertical-align: top; white-space: nowrap;">'.GetDisplayFileDate($filename)."\n"; *************** *** 153,157 **** <br> The dates are presented according to the ISO standard (YYYY-MM-DD) and the hours are those of the web server (US Pacific time).<br> ! Please note that it may take up to two hours for the mirror to get updated after a file has been published here.<br> <br> Should you have any problems with those files, please do not hesitate --- 155,161 ---- <br> The dates are presented according to the ISO standard (YYYY-MM-DD) and the hours are those of the web server (US Pacific time).<br> ! Please note that it may take up to two hours for the mirror to get updated after a file has been published here. It is located in ! France, and also hosts the <a href="http://www.7-zip.org/">7zip</a> files. Those archives contain the same files as the zip ! archives but are about 50% smaller.<br> <br> Should you have any problems with those files, please do not hesitate |