Skip to content

This project is created to convert open source materials to kindle supported format

Notifications You must be signed in to change notification settings

yc-kata/kindle-open-books

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

This project is created to convert open source materials to kindle supported format (.mobi)

The conversion is limited to open source licensed books. This project does not include any generated .mobi files and only includes the .recipe file for Calibre.

About calibre recipes

Calibre is a free electronic book management tool. It allows the generation of e-book through scraping RSS or HTML contents. It can be done through a Calibre recipe (in Python). For more details of Calibre recipe kindly refer to Calibre Manual

List of Recipes in calibre-recipes Folder

English

Simplified Chinese

Usage

GUI

  1. Install Calibre Download
  2. Go to Fetch news, Load recipe from file to add your recipe.
  3. Go to Fetch news, Schedule news download, Custom, select the recipe added in step 1 and click Download Now
  4. For more details, kindly refer to Calibre Manual

Terminal

  1. Install Calibre

    • Archlinux
    pacman -S calibre
    • Debian/Ubuntu
    apt-get install calibre
    • RedHat/Fedora/CentOS
    yum -y install calibre
  2. Execute the following command in calibre-recipes folder

    ebook-convert xxx.recipe xxx.mobi

    For example

    ebook-convert AOSABook.recipe AOSABook.mobi

    It will generate AOSABook.mobi in the same folder.

About

This project is created to convert open source materials to kindle supported format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%