|
Wednesday, June 13
Big Plate
Nori is figuratively cracking the whip, and my deadline for having something done on the Nox Sorora web site is before the Chicago trip, which is only 9 days away. It times like this that I wish I knew Photoshop a bit better. Don't be surprised if the site is a bit drab at first. I think the content will make up for it though. I'm finally pulling together all the pieces we've piled up in these many months. There's a lot of material. Indigo has done a great job in expanding the ranks of the Nox Sorora, and really, the crew deserves a better shingle on the Internet than Lilit's pages. Not that Lilit's pages are bad, or anything, but the she's taking more of a backseat in Nox Sorora stuff, and the web site still fronts her. None of us want that. Also a better site will make Indigo's job easier too. And Naamah's. I've also dusted off the code for some Clan Lord client add-on tools. I'm trying to finish up a framework I started many months ago, which can be used to add lots of handy things to the client, like note taking and some other role-playing tools. Nori has been bugging me for this for a long time. The framework also has a couple of other uses, such a community service bot (Teller), who will front a couple of web based services I want to start for the community. And that ties into getting Clanlord.net fixed up. I have a lot of code to write, it seems. '; } 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); ?> |