[opendemo-cvs] CVS: opendemo/tools wpu,1.23,1.24
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2006-03-03 15:16:14
|
Update of /cvsroot/opendemo/opendemo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9457 Modified Files: wpu Log Message: copy over the version from LMPC maybe something in the download page has to be corrected here as well Index: wpu =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/wpu,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** wpu 28 Aug 2004 17:02:18 -0000 1.23 --- wpu 3 Mar 2006 15:16:04 -0000 1.24 *************** *** 389,395 **** "; ! my $DownloadSceleton = "You can download everything directly from ! <A HREF=\"\@FILEPLANET@/\">FilePlanet</A> ! or look it up in the <A HREF=\"\@DOWNSF@\">SourceForge mirror list</A>. <DL> \@DOWNLOADENTRIES@ --- 389,394 ---- "; ! my $DownloadSceleton = "You can download everything from ! <A HREF=\"\@FILEPLANET@/\">FilePlanet</A> or <A HREF=\"\@SOURCEFORGE@\">SourceForge</A>. <DL> \@DOWNLOADENTRIES@ *************** *** 431,440 **** $name = $values{"DF$count"}; $desc = $values{"DD$count"}; ! $output .= "<DT><TT>$name</TT> from <A HREF=\"\@DOWNFP\@$name\">FilePlanet</A> ! or the ! <A HREF=\"\@DOWNSF@\">SourceForge mirror list</A> <DD>$desc "; } $values{"DOWNLOADENTRIES"} = $output; --- 430,440 ---- $name = $values{"DF$count"}; $desc = $values{"DD$count"}; ! $output .= "<DT><TT>$name</TT>: get it from <A HREF=\"\@DOWNFP\@$name\">FilePlanet</A> ! or ! <A HREF=\"\@DOWNSF\@$name\">SourceForge</A>. <DD>$desc "; + } $values{"DOWNLOADENTRIES"} = $output; |