The Calibre recipe is designed to retrieve a bunch of stories based on a feed. It's good if you want to, say, download all stories updated within the last few days or download all the stories by an author. For downloading individual stories, not so good.
If you just need to output individual stories to html, you can use the following URL:
Code:
http://www.utterlyinsane.org/fflag/print.php?storyid=#######
Where ####### is the storyid. There's also a PHP script included in the ZIP file that you can use in command line mode.
"C:\xampp\php\php.exe" "C:\xampp\htdocs\flag\fflag" -s ffnet -i storyid -f format -o filename.ext
So far, currently supported formats include html, epub and lrf. Both epub and lrf formats require Calibre to be installed. I should be able to add support for other output formats supported by Calibre.
P.S.
For non-Calibre recipe inquiries (e.g. problems with the PHP script), please post on the
FLAG thread in the future. I don't think it's good to continue cluttering up this thread with unrelated discussion.