|
Thursday, March 28
Score another one for the Dutch
After an initial stumble, once again the Dutch get it right. A judge there realized that even though Kazaa, the peer to peer file sharing network, can be used for copyright infringement, it both has non-infringing valid uses and the company making it can't be held accountable for how users use it. They way things are going, maybe it's my own best interest to start learning Dutch. Or maybe I should encourage all the Dutch people I know to polish up on their English in anticipation of my arrival. That'll work better, I think. Plus most of them speak more English than I speak Dutch. Only fair. '; } 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); ?> |