thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
337 stars 139 forks source link

epub #57

Open ockham opened 11 years ago

ockham commented 11 years ago

Converted from SourceForge issue 3121041, submitted by SourceForge user no. 3146112 on 2010-11-28 02:45:12 UTC.

Please make an Epub exporter, with a linked up table of contents (maybe by tags, or main ingredient?) -- the epub should contain all the recipes in the database for carrying around on a e-reader. See http://en.wikipedia.org/wiki/EPUB for some epub details.

andrearicci commented 11 years ago

I'd also like .mobi -being a kindle user. Thank you

Boldie commented 9 years ago

Coming around with this issue, I implemented a epub export for something else. https://pypi.python.org/pypi/EbookLib is an easy option to create the structure and the problematic files and the implementer can focus on the content.

martinp26 commented 4 years ago

I have worked on a better ToC for the epub exporter. Will refine my pull request (https://github.com/thinkle/gourmet/pull/997) and resend soon.

mobi can be easily generated from epub, azw is better for kindle, it retains non-trivial formating better.

martinp26 commented 4 years ago

https://github.com/thinkle/gourmet/pull/998