|
Saturday, July 13
Time is running out
More friends jumping into the weblog fray: Taliesin and Wolf and Moose Spoor. I'm proud to say I helped with the naming of the latter one. I bet you would have never have guessed. And Taliesin is our latest Nosuch affiliate. If you haven't started a blog of your own yet, you better hurry. Because at the rate we're going, the Internet is going to be all full up soon. Soon my entire day will consist of nothing other than reading blogs and updating my own. I'm glad the iBook is wireless, but I wish the toilet was more comfortable. '; } 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); ?> |