Quote:
Originally Posted by itimpi
I ran into issues, and as the vbscript version works so well for me that I have not had a huge incentive to put a lot of effort into it. A significant requirement (for me at least) is that I want the result to run on a minimal linux system (my NAS box) under an Apache web server without using all the libraries that Calibre normally uses.
It is still on my list of "things to do" so I will probably have another look again soon. Sometimes when you come back to things, what was an issue at the time turns out to have a trivial solution.
|
Hmm, how about coding it in PHP? Much easier to learn than Python and it works just fine for quick and dirty jobs, not to mention you'd be able to use it for dynamic page generation.