ebookmaker icon indicating copy to clipboard operation
ebookmaker copied to clipboard

Python script that builds epub files from common HTML and a JSON book description.

Results 4 ebookmaker issues
Sort by recently updated
recently updated
newest added

Hi! This project should be explicitly licensed under a preferably FLOSS licence, see https://www.mail-archive.com/[email protected]/msg04541.html . **Update:** see my comment below about rebookmaker.

I think I'd like to use ebookmaker for something like the iliada recipe, except I'm not sure what it actually does because iliadaemportugues.blogspot.com.br/2009/01/ is now 404. I'm having trouble figuring...

SInce both lower and upper case characters are accepted as html tags, I think a more general solution to ``` python def collectImagesFromEBookContents(self, htmlFile): with open(htmlFile, encoding='utf-8', mode='r') as f:...

This issue affects users with more than 9 text files. ``` python # Expand wild cards. if item['type'] == 'text' and '*' in item['source']: files = sorted(glob(item['source'])) ``` The simple...