OSDN Git Service

Fixed README master
authorTakeyuki NAGAO <nagaotakeyuki@gmail.com>
Thu, 7 Mar 2013 08:09:12 +0000 (17:09 +0900)
committerTakeyuki NAGAO <nagaotakeyuki@gmail.com>
Thu, 7 Mar 2013 08:09:12 +0000 (17:09 +0900)
README

diff --git a/README b/README
index 61a10af..a3fd7f8 100644 (file)
--- 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.