OSDN Git Service

Fixed README
[dvibrowser/dvi2epub.git] / README
1 dvi2epub enables you to convert a DVI file to EPUB and SCORM format.
2
3 - Compilation
4   Install Apache Maven and run:
5     > mvn package
6
7 - Usage
8   You can convert a DVI file to an EPUB format by executing
9   the following command:
10     > java dvi2epub-0.0.1-SNAPSHOT-jar-with-dependencies.jar \
11         a-dvi-file.dvi output.epub
12
13   The resulting output.epub is an EPUB file and it is a SCORM 1.2
14   file as well.  This means that you can view the resulting output.epub
15   by an EPUB player like iBook on iPhone.  Also, when you want to
16   register output.epub to your LMS (Learning Management System) like
17   Moodle, just change the file extension to .zip, viz.,
18     > mv output.epub output.zip
19   and upload output.zip to LMS.