Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apparentlymart/epub-recipes
Makes an ePub book from some recipes parsed from simple text files
https://github.com/apparentlymart/epub-recipes
Last synced: 12 days ago
JSON representation
Makes an ePub book from some recipes parsed from simple text files
- Host: GitHub
- URL: https://github.com/apparentlymart/epub-recipes
- Owner: apparentlymart
- Created: 2011-02-06T03:28:26.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-06T05:47:07.000Z (almost 14 years ago)
- Last Synced: 2024-12-08T18:03:13.735Z (17 days ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This tool consumes recipes formatted in a straightforward text-based format
and produces an epub document that can be loaded onto an e-reader for
reference during cooking.I've only tested it on the Barnes and Noble Nook, but it ought to work on
any e-reader that can handle basic XHTML and CSS. It is especially likely
to work on e-readers based on Adobe Digital Editions.An example of the directory structure and file format provided is in this
repository:
https://github.com/adrianaj/recipesNote that the templates used by this program hard-code a particular book
title, author and guid. If you want to use this for something else you
should probably change that.