View Single Post
Old 03-29-2009, 04:38 PM   #407
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
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.

Last edited by ilovejedd; 03-29-2009 at 06:28 PM.
ilovejedd is offline