Sony PRS-650 Reader Touch Edition: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
  ebook-convert "San Francisco Chronicle".recipe /tmp/sf_chronicle.epub
== Automated Newsfeed ==
  ebook-convert "The Nation".recipe /tmp/the_nation.epub
 
  ebook-convert "The Guardian / The Observer".recipe /tmp/The_Guardian.epub
My goal here is to use my "always-on"* Ubuntu server [[Bellman]] as a download machine for news. It will run a news download script in the morning, and then transfer the news to my Reader.
  ebook-convert "Christian Science Monitor".recipe /tmp/CSM.epub
 
These commands will download the news.
 
  ebook-convert "San Francisco Chronicle".recipe sf_chronicle.epub
  ebook-convert "The Nation".recipe the_nation.epub
  ebook-convert "The Guardian / The Observer".recipe The_Guardian.epub
  ebook-convert "Christian Science Monitor".recipe CSM.epub
   
   
  cd /tmp
  cd /tmp
Line 9: Line 15:
     echo calibredb add --with-library /home/bwilson/CalibreLibrary $pub
     echo calibredb add --with-library /home/bwilson/CalibreLibrary $pub
   done
   done
\*Actually Bellman currently shuts down every night and starts itself up every morning.

Revision as of 03:35, 2 February 2011

Automated Newsfeed

My goal here is to use my "always-on"* Ubuntu server Bellman as a download machine for news. It will run a news download script in the morning, and then transfer the news to my Reader.

These commands will download the news.

ebook-convert "San Francisco Chronicle".recipe sf_chronicle.epub
ebook-convert "The Nation".recipe the_nation.epub
ebook-convert "The Guardian / The Observer".recipe The_Guardian.epub
ebook-convert "Christian Science Monitor".recipe CSM.epub

cd /tmp
foreach pub in *.epub
  do
    echo calibredb add --with-library /home/bwilson/CalibreLibrary $pub
  done

\*Actually Bellman currently shuts down every night and starts itself up every morning.