From 2278f9507b284463189b8029db41b876126a2c42 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 12 Sep 2018 12:32:40 -0400 Subject: [PATCH 1/6] Update README.rst --- roles/calibre-web/README.rst | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index b2527156a..f734c4ec8 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -1,3 +1,11 @@ +.. |ss| raw:: html + + + +.. |se| raw:: html + + + ================== Calibre-Web README ================== @@ -92,15 +100,17 @@ manually:: Known Issues ------------ -* Trying to access an empty public bookshelf causes a system error. +* |ss| Trying to access an empty public bookshelf causes a system error. |se| Appears fixed as of 2018-09-12: `janeczku/calibre-web#620 `_ -* As of August 2018, it's sometimes impossible to set the language of an - e-book: `#1040 `_, `janeczku/calibre-web#593 `_ +* |ss| As of August 2018, it's sometimes impossible to set the language of an + e-book: `#1040 `_, `janeczku/calibre-web#593 `_ |se| Appears fixed as of 2018-09-12: `janeczku/calibre-web#620 `_ -* As of August 2018, calibre-web doesn't yet include Calibre's e-book +* |ss| As of August 2018, calibre-web doesn't yet include Calibre's e-book conversion functionality (e.g. Calibre 3.27.1 [released 2018-07-06] allows teachers to convert between PDF, EPUB, HTML, TXT etc — to permit reading on a - wider array client devices and client software). + wider array client devices and client software). |se| This new calibre-web + feature (which requires Calibre's ebook-converter program) is not yet quite + working in IIAB as of 2018-09-12: `janeczku/calibre-web#624 `_ * http://192.168.0.x:8083 does not work, as a result of `iptables `_, even when ``services_externally_visible: true``. This is fixable, but perhaps From 40efb291a563b4c81cfe222650342b5b1850ce96 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 12 Sep 2018 12:41:58 -0400 Subject: [PATCH 2/6] Update README.rst --- roles/calibre-web/README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index f734c4ec8..7cc72630c 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -6,6 +6,9 @@ +.. |nbsp| unicode:: 0xA0 + :trim: + ================== Calibre-Web README ================== @@ -100,15 +103,15 @@ manually:: Known Issues ------------ -* |ss| Trying to access an empty public bookshelf causes a system error. |se| Appears fixed as of 2018-09-12: `janeczku/calibre-web#620 `_ +* |ss| Trying to access an empty public bookshelf causes a system error. |se| |nbsp| Appears fixed as of 2018-09-12: `janeczku/calibre-web#620 `_ * |ss| As of August 2018, it's sometimes impossible to set the language of an - e-book: `#1040 `_, `janeczku/calibre-web#593 `_ |se| Appears fixed as of 2018-09-12: `janeczku/calibre-web#620 `_ + e-book: `#1040 `_, `janeczku/calibre-web#593 `_ |se| |nbsp| Appears fixed as of 2018-09-12: `janeczku/calibre-web#620 `_ * |ss| As of August 2018, calibre-web doesn't yet include Calibre's e-book conversion functionality (e.g. Calibre 3.27.1 [released 2018-07-06] allows teachers to convert between PDF, EPUB, HTML, TXT etc — to permit reading on a - wider array client devices and client software). |se| This new calibre-web + wider array client devices and client software). |se| |nbsp| This new calibre-web feature (which requires Calibre's ebook-converter program) is not yet quite working in IIAB as of 2018-09-12: `janeczku/calibre-web#624 `_ From f930e388acf211211257363d32f1add2e5cd0124 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 12 Sep 2018 13:17:03 -0400 Subject: [PATCH 3/6] Update README.rst --- roles/calibre-web/README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 7cc72630c..3aa89a172 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -112,8 +112,13 @@ Known Issues conversion functionality (e.g. Calibre 3.27.1 [released 2018-07-06] allows teachers to convert between PDF, EPUB, HTML, TXT etc — to permit reading on a wider array client devices and client software). |se| |nbsp| This new calibre-web - feature (which requires Calibre's ebook-converter program) is not yet quite - working in IIAB as of 2018-09-12: `janeczku/calibre-web#624 `_ + feature (which requires Calibre's ebook-converter program) needs to be manually configured in IIAB as of 2018-09-12: `janeczku/calibre-web#624 `_ + + Specifically, to enable e-book conversion, log in as Admin/changeme (etc) then click http://box/books -> Admin -> Basic Configuration -> External binaries, then change these 2 settings: + + * Change radio button "No converter" to "Use calibre's ebook converter" + * In textfield "Path to convertertool" type in: ``/usr/bin/ebook-convert`` + * Submit * http://192.168.0.x:8083 does not work, as a result of `iptables `_, even when ``services_externally_visible: true``. This is fixable, but perhaps From 6eab8cc3f485b6d1ba718d8d53f74192086ab059 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 12 Sep 2018 13:21:54 -0400 Subject: [PATCH 4/6] Update README.rst --- roles/calibre-web/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 3aa89a172..040a9c688 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -119,6 +119,8 @@ Known Issues * Change radio button "No converter" to "Use calibre's ebook converter" * In textfield "Path to convertertool" type in: ``/usr/bin/ebook-convert`` * Submit + * Verify that ebook-convert appears on calibre-web's "About" page at http://box/books/stats + * Test it by clicking any book -> Edit metadata -> Convert book format: * http://192.168.0.x:8083 does not work, as a result of `iptables `_, even when ``services_externally_visible: true``. This is fixable, but perhaps From d4c27c376145b397403e703b8ab3a1b186eeea73 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 12 Sep 2018 13:23:19 -0400 Subject: [PATCH 5/6] Update README.rst --- roles/calibre-web/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 040a9c688..98958961c 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -119,8 +119,8 @@ Known Issues * Change radio button "No converter" to "Use calibre's ebook converter" * In textfield "Path to convertertool" type in: ``/usr/bin/ebook-convert`` * Submit - * Verify that ebook-convert appears on calibre-web's "About" page at http://box/books/stats - * Test it by clicking any book -> Edit metadata -> Convert book format: + * Verify that "ebook-convert" appears on calibre-web's "About" page at http://box/books/stats + * Test it by clicking any e-book -> Edit metadata -> Convert book format: * http://192.168.0.x:8083 does not work, as a result of `iptables `_, even when ``services_externally_visible: true``. This is fixable, but perhaps From de68219d3e14a2650faa1ccf334602e6ff03c996 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 12 Sep 2018 13:27:12 -0400 Subject: [PATCH 6/6] Update README.rst --- roles/calibre-web/README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 98958961c..57932e1cb 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -112,9 +112,12 @@ Known Issues conversion functionality (e.g. Calibre 3.27.1 [released 2018-07-06] allows teachers to convert between PDF, EPUB, HTML, TXT etc — to permit reading on a wider array client devices and client software). |se| |nbsp| This new calibre-web - feature (which requires Calibre's ebook-converter program) needs to be manually configured in IIAB as of 2018-09-12: `janeczku/calibre-web#624 `_ + feature (which requires Calibre's ebook-converter program) needs to be manually + configured in IIAB 6.6 as of 2018-09-12: `janeczku/calibre-web#624 `_ - Specifically, to enable e-book conversion, log in as Admin/changeme (etc) then click http://box/books -> Admin -> Basic Configuration -> External binaries, then change these 2 settings: + Specifically, to enable e-book conversion, log in as Admin/changeme (etc) then + click http://box/books -> Admin -> Basic Configuration -> External binaries, then + change these 2 settings: * Change radio button "No converter" to "Use calibre's ebook converter" * In textfield "Path to convertertool" type in: ``/usr/bin/ebook-convert``