From 335360e40c5cd395b33954906144c834783b41fd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 26 Jan 2017 20:41:06 +0100 Subject: Moved default.epub -> default.epub2. --- default.epub | 59 ----------------------------------------------------------- default.epub2 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 default.epub create mode 100644 default.epub2 diff --git a/default.epub b/default.epub deleted file mode 100644 index afcf96a3e..000000000 --- a/default.epub +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - $pagetitle$ -$if(highlighting-css)$ - -$endif$ -$for(css)$ - -$endfor$ -$for(header-includes)$ - $header-includes$ -$endfor$ - - -$if(titlepage)$ -$for(title)$ -$if(title.text)$ -

$title.text$

-$else$ -

$title$

-$endif$ -$endfor$ -$if(subtitle)$ -

$subtitle$

-$endif$ -$for(author)$ -

$author$

-$endfor$ -$for(creator)$ -

$creator.text$

-$endfor$ -$if(publisher)$ -

$publisher$

-$endif$ -$if(date)$ -

$date$

-$endif$ -$if(rights)$ -
$rights$
-$endif$ -$else$ -$for(include-before)$ -$include-before$ -$endfor$ -$body$ -$for(include-after)$ -$include-after$ -$endfor$ -$endif$ - - - diff --git a/default.epub2 b/default.epub2 new file mode 100644 index 000000000..afcf96a3e --- /dev/null +++ b/default.epub2 @@ -0,0 +1,59 @@ + + + + + + + + $pagetitle$ +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$if(titlepage)$ +$for(title)$ +$if(title.text)$ +

$title.text$

+$else$ +

$title$

+$endif$ +$endfor$ +$if(subtitle)$ +

$subtitle$

+$endif$ +$for(author)$ +

$author$

+$endfor$ +$for(creator)$ +

$creator.text$

+$endfor$ +$if(publisher)$ +

$publisher$

+$endif$ +$if(date)$ +

$date$

+$endif$ +$if(rights)$ +
$rights$
+$endif$ +$else$ +$for(include-before)$ +$include-before$ +$endfor$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ +$endif$ + + + -- cgit v1.2.3