forked from cdhigh/KindleEar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme_EN.txt
34 lines (31 loc) · 2.05 KB
/
readme_EN.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
1. KindleEar is a web application to aggregate rss for generating periodical mobi file with images
and send it to your kindle automatically.
The features:
1.Support calibre-like recipe file to aggress RSS.
2.Support custom rss, input title and url to deliver, dont need to program.
3.With account management, support several kindles in a application.
4.Generate periodical mobi file with images.
5.Deliver news feeds to your kindle automatically.
6.website support multi-languages.
2. Deployment step by step
1.Register a GAE account and create a application : https://appengine.google.com/
2.Download GAE SDK and install: https://developers.google.com/appengine/downloads
3.Install Python 2.7.x
4.Download all files of this application and uncompress it into a directory for example: c:\kindleear.
5.Modify the first line in app.yaml, change kindleear to name of application that you create in step 1.
6.Modify some variables in config.py
SRC_EMAIL : your gmail address that used to register a GAE account in step 1.
DOMAIN : domain of your gae application.
TIMEZONE : your timezone
7.Execute command in directory GAE SDK(default is C:\Program Files\Google\google_appengine)
'c:\python27\python.exe appcfg.py update c:\kindleear' (c:\kindleear is directory that you put files in step 4)
input email address and password and wait it finish.
after finished, you can open the website 'appid.appspot.com' (appid is name of your application)
for example author's site: kindleear.appspot.com
the initial username is 'admin', password is 'admin', please change it immediately after login.
8.more details can be found in faq.
9.If you don't want to intall GAE SDK and python, you have another choice, download 'uploader' from:
https://drive.google.com/folderview?id=0ByRickMo9V_XNlJITzhYM3JOYW8&usp=sharing
put kindleear folder into uploader directory, then double-click uploader.bat.
3. License
KindleEar is Licensed under the AGPLv3 license: http://www.gnu.org/licenses/agpl-3.0.html