md5 =\n"); //print_r($md5); //print("\n"); fclose($fp); // Show files... html_header("Download"); reset($files); if ($argc >= 1) $firstversion = $argv[0]; else $firstversion = current($files); html_start_links(1); html_link("CVS", "#CVS"); $curversion = ""; while (list($file, $version) = each($files)) if ($version != $curversion) { $curversion = $version; html_link("v$version", "$PHP_SELF?$version"); } html_end_links(); print("
The $PROJECT_NAME software is available via anonymous CVS " ."using the following CVS root:
\n" ."\n" ." :pserver:anonymous@cvs.easysw.com:/home/anoncvs\n" ."\n" ."
The module name is $PROJECT_MODULE. The following " ."command can be used to checkout the $PROJECT_NAME source from " ."CVS:
\n" ."\n" ." cvs -d:pserver:anonymous@cvs.easysw.com:/home/anoncvs get $PROJECT_MODULE\n" ."\n"); html_footer(); // // End of "$Id: software.php,v 1.4 2004/05/19 22:45:23 mike Exp $". // ?>