gutenbergtools / ebookmaker

The Project Gutenberg tool to generate EPUBs and other ebook formats.
GNU General Public License v3.0
84 stars 18 forks source link

inconsistent generation of HTML #230

Closed asylumcs closed 5 months ago

asylumcs commented 5 months ago

When the source is text-only, a "Read online (web)" is not consistently generated. https://www.gutenberg.org/ebooks/73804 does not have a landing page link to the generated HTML, https://www.gutenberg.org/cache/epub/73804/pg73804-images.html, even though that file exists. https://www.gutenberg.org/ebooks/73809 is also a text-only upload which does display the "Read online (web)" link.

eshellman commented 5 months ago

Ebookmaker consistently generatesHTML even when txt is the only source.

Are you perhaps complaining the read online link is displayed second; this is odd. It could be caused by an incorrect sort value for a filetype in the database. I have created an issue in the autocat3 repo