|
Monday, January 20
License Agreement
"By opening the package and using the software, you agree to say nothing bad about it. Actually, you can't say anything at all about our software unless you get permission from us first. You can't even perform tests or benchmarking either." Huh? The New York State Attorney General doesn't think so, and the Judge agreed. For those keeping score: Network Associates 0, free speech 1. Nice to know the courts can sometimes issue a ruling against a corporation, and for the people. (Thanks Tom and Scott for catching this.) '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |