send2ebook
send2ebook copied to clipboard
Send2Ebook lets you send articles found on PC/Android phone to your Ebook reader.
send2ebook
Decription
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
How it works
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;)
3 simple steps
interfaces: InputProcessor -> Creator -> Storage
example implementation:
UrlInputProcessor gets url, downloads data -> EpubCreator converts data to Epub format -> FtpStorage save epub file to ftp server
Requirements:
- java (jre) >= 7.
- ftp account
You don't have ftp account? No worries. There're thousands free on Internet
Configuration
Currently only property file configuration is supported
Download
Usage
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.