-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add readme, fix content in atom feeds, fix options
- Loading branch information
Showing
2 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Based on mostly unmodified code from http://code.google.com/p/python-epub-builder/ | ||
|
||
You'll want to install genshi & lxml | ||
easy_install lxml genshi | ||
|
||
For converting to kindle format, you need either: | ||
ebook-convert from Calibre http://calibre-ebook.com | ||
/Applications/calibre.app/Contents//MacOS/ebook-convert on OS X | ||
|
||
kindlegen from http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000234621 | ||
--Kindlegen can be fussy about bad HTML, ebook-convert is much more forgiving | ||
|
||
This script will follow rel=next links on atom feeds, so it can mirror an entire blogspot blog. | ||
|
||
You can preview your books in the "Kindle Previewer", also available at http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000234621 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters