Besides the sheevaplug, how are you using rss download or other gui-less features?
I run a webserver which is online all the time anyway, so instead of relying on my notebook or home desktop which I try to run only when necessary I moved the downloading task to the server.
I wrote a script which fetches a list of recipes. I would like to get the list of feeds to fetch (and their configuration) directly from calibre (and with an rsync every now and then) update it to the server.
The relevant file is: .config/calibre/scheduler.xml
How to parse simple xml in a shell script, any ideas?
|