From a1834fb9b01dbf28135801ddd00149c725ff46e7 Mon Sep 17 00:00:00 2001 From: Takeyuki NAGAO Date: Thu, 7 Mar 2013 17:09:12 +0900 Subject: [PATCH] Fixed README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 61a10af..a3fd7f8 100644 --- a/README +++ b/README @@ -9,3 +9,11 @@ dvi2epub enables you to convert a DVI file to EPUB and SCORM format. the following command: > java dvi2epub-0.0.1-SNAPSHOT-jar-with-dependencies.jar \ a-dvi-file.dvi output.epub + + The resulting output.epub is an EPUB file and it is a SCORM 1.2 + file as well. This means that you can view the resulting output.epub + by an EPUB player like iBook on iPhone. Also, when you want to + register output.epub to your LMS (Learning Management System) like + Moodle, just change the file extension to .zip, viz., + > mv output.epub output.zip + and upload output.zip to LMS. -- 2.11.0