Send2Ebook lets you send articles found on PC/Android phone to your Ebook reader.
This is PC version (commandline, java lib).
Android version is located here
PC/Android phone -> gets url -> download -> converts to epub -> stores to server(ftp)
->
Ebook reader downloads it, and it's ready to read;)
I only know Koreader has dedicated plugin (Send2Ebook (reciever)), but you can use your favourite app to download documents from ftp;)
interfaces: InputProcessor -> Creator -> Storage
example implementation:
UrlInputProcessor gets url, downloads data -> EpubCreator converts data to Epub format -> FtpStorage save epub file to ftp server
- java (jre) >= 7.
- ftp account
You don't have ftp account? No worries. There're thousands free on Internet
Currently only property file configuration is supported
unix:
send2ebook.sh www.a_url.com
windows:
send2ebook.bat www.a_url.com
Can send many articles at once:
send2ebook.sh www.a_url.com www.another_url.eu www.other_url.com www.somethingelse.eu
Feel free to extend it.