Scribus Epub Export Plugin
Epub export plugin for Scribus

This plugin is not a tool to design epub files, but it takes your SLA file (the scribus file) and exports all the content – text with paragraph style, character styles, and some of the local formatting; images – and packs it in a well formatted epub file.

You will then be able to open the epub file with sigil (or any other epub editor) and tweak it to your needs.

Install

First make sure that you have the ScribusAPI plugin (https://github.com/aoloe/scribus-plugin-API).

Clone the scribus-plugin-export-plugin repository and put – or symlink – its src directory into scribus/plugins/export/ as epub. Then add

ADD_SUBDIRECTORY(epub)

to CMakeList.txt file in scribus/plugins/export/.

Samples

You can submit samples .sla by forking

https://github.com/aoloe/scribus-plugin-export-epub

and adding a new directory in test/samples/ with each sample (collected for output!).

Please don't forget to add a README.md file explaining your sample is relevant and – eventually – an .epub file showing how the result should be.

All the content in the samples must be freely shareable. You might have to replace the images through cc-by-sa or public domain ones (you can search for such images on wikimedia / flickr or take/generate yourself dummy pictures). The same applies for the text. The files will be published in this repository.

And, finally, just make a pull request to let me know about it!

PLEASE:

Features

Text exporting

Image exporting

Vector graphics and shapes

Currently all shapes, lines and courbes are ignored.

Code flow

TODO

Inherited TODO

This todo list is taken from the older Epub plugin project and is not fully checked yet.

ASAP

BEFORE 1.0

LATER

Notes