]> OzVa Git service - shopping-channel/commitdiff
Added support for generating EPUB docs
authorMax Value <greenwoodw50@gmail.com>
Fri, 21 Mar 2025 22:04:24 +0000 (22:04 +0000)
committerMax Value <greenwoodw50@gmail.com>
Fri, 21 Mar 2025 22:04:24 +0000 (22:04 +0000)
teleshopping.py
templates/docs.html

index 270d1cefa0c2de0f0e7093e8e320ff0a18e319a3..a860e35d85ca978435fe685dc0ba775dd677c919 100755 (executable)
@@ -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
 
 
index 8d6a63de0cc6befaa58fd0b6dd492fc3589e44eb..200579eee9a1a0887f55e47e2be2ea793af6c1b8 100644 (file)
@@ -185,8 +185,10 @@ details {
        {% if book %}
                <p>For print document links, see web version of this document.</p>
        {% else %}
-               <h2>PDF Documents</h2>
+               <h2>Other document formats</h2>
                <ul>
+                       <li><a href="/docs/documentation.mobi">MOBI version of this page</a></li>
+                       <li><a href="/docs/documentation.epub">EPUB version of this page</a></li>
                        <li><a href="/docs/call-sheet.pdf">Call-sheet</a></li>
                        <li><a href="/docs/manifest-safe.pdf">Item manifest (safe)</a></li>
                        <li><a href="/docs/manifest-unsafe.pdf">Item manifest (unsafe)</a></li>