Skip to content
Various examples using the Mylyn Docs EPUB tooling.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.settings
book
content
dtd
lib
mathml
simple
src-java/no/resheim/epub/example
w3c-css2.1
.classpath
.gitignore
.project
README.md

README.md

#EPUB Examples This project contains various examples for using the EPUB tools in Mylyn Docs. The examples have been designed to be executed in two ways: Either using development versions of the code, or using the libraries found in the lib folder. Which one to use is automatically detected. If the org.eclipse.mylyn.docs project is present parallel to epub-examples the prior method will be used.

The generated EPUB's can be read using any EPUB supporting reading system such as iBooks, Nook or Sony Reader. Some desktop readers also exist. For instance Kitabu which is one of the better ones for Mac. And there is also the open source Elibrārium.

##Ant Examples

The basic examples can be executed simply by running Ant, others have some dependencies.

ExampleDescription
simpleThe most basic example
bookBuilds the EPUB tool documentation as a book. Mylyn Docs must be present.
w3c-css2.1The CCS 2.1 specification (experimental)
mathmlEmbedding MathML in HTML5 content (experimental)

Mylyn docs can be obtained from the official Git repository or from the GitHub clone.

##Java Examples

Note that the Java examples use the libraries contained in the lib folder. So while you may have the Mylyn Docs EPUB libraries installed, these will not be used.

ExampleDescription
SimpleThe most basic example
MultiRootMultiple OEBPS root files

##License This software is released under the Eclipse Public License 1.0.

##Copyright Copyright (c) 2011, 2012 Torkild Ulvøy Resheim, All Rights Reserved.

You can’t perform that action at this time.