From 564a58a1600ede55cce2698073aa63acd77cf690 Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Wed, 2 May 2018 13:03:07 +0200 Subject: [PATCH] Add chunk-size option to zedai-to-epub3 --- .../resources/xml/xproc/zedai-to-epub3.convert.xpl | 5 ++++- .../src/main/resources/xml/xproc/zedai-to-epub3.xpl | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.convert.xpl b/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.convert.xpl index be10a2521..b56cff961 100755 --- a/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.convert.xpl +++ b/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.convert.xpl @@ -24,6 +24,7 @@ + @@ -178,7 +179,9 @@ - + + + diff --git a/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.xpl b/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.xpl index 167705397..620edf23c 100755 --- a/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.xpl +++ b/zedai-to-epub3/src/main/resources/xml/xproc/zedai-to-epub3.xpl @@ -49,6 +49,16 @@ + + +

Chunk size

+

The maximum size of HTML files in kB. Specify "-1" for no maximum. + +Top-level sections in the ZedAI become separate HTML files in the resulting EPUB. Each of these HTML files is +further split up if they exceed the given maximum size.

+
+
+