From: Max Value Date: Fri, 21 Mar 2025 22:04:24 +0000 (+0000) Subject: Added support for generating EPUB docs X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=6c8549692058ae0711da3eb8c2dac6ab2b0c6741;p=shopping-channel Added support for generating EPUB docs --- diff --git a/teleshopping.py b/teleshopping.py index 270d1ce..a860e35 100755 --- a/teleshopping.py +++ b/teleshopping.py @@ -223,6 +223,8 @@ def generate_docs(): system(f"ebook-convert '{path.join(docs_path, 'documentation.html')}' '{path.join(docs_path, 'documentation.mobi')}' --title='XMDV Teleshopping Documentation' --authors='William Greenwood' --comments='Valid for {static_info['shoot']['date']}' --language=en --change-justification=left --cover='{path.join(app.root_path, 'static', 'cover.jpg')}'") + system(f"ebook-convert '{path.join(docs_path, 'documentation.html')}' '{path.join(docs_path, 'documentation.epub')}' --title='XMDV Teleshopping Documentation' --authors='William Greenwood' --comments='Valid for {static_info['shoot']['date']}' --language=en --change-justification=left --cover='{path.join(app.root_path, 'static', 'cover.jpg')}'") + return "", 200 diff --git a/templates/docs.html b/templates/docs.html index 8d6a63d..200579e 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -185,8 +185,10 @@ details { {% if book %}

For print document links, see web version of this document.

{% else %} -

PDF Documents

+

Other document formats