Insta-rec:
matociquala is serializing her novella
Lucifugous on the Subterranean Press site, which I finally settled in to read this morning, and yum. If you like Sherlock Holmes eta: on consideration, I change my mind! Agatha Christie instead! or vampires or zeppelins, I highly recommend; heaps of slashy Victorian fun. It's currently up to Chapter 4
(
Read more... )
It requires the PhpDelicious class that can be found here (and I've included basic instructions for uploading that). I've got the script source and my own version (as well as the one that I had the other day that's more integrated into my site's look).
I'd be chuffed if you wanted to test it or pimp it to folks who might not have the Net::Delicious perl module. :)
(Also, on line 194 of yours, I think you meant "$fandoms{$post} = $f;" rather than "$authors{$post} = $f;", yes?)
Cheers!
Reply
*wanders off blearily to bed*
Reply
Reply
Reply
*enters regex geek mode*
One thing to watch out for in the ratings thingy is that the \b regex token thinks that a dash is a word separator, so when I dropped in that block of code, it matched 'PG-13' tagged posts to the 'PG' tag. So I used the ^ and $ tokens to anchor the full regex in the match for each array entry.
Oh, the perl version does use GET, doesn't it? I must not have looked at the address bar when I played with it... :)
Reply
Leave a comment