子ページ
  • Development -How to Create CHiLO Book-

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

Image Modified

 

目次
stylecircle
 

Demonstration video: How to create CHiLO Books

ウィジェット コネクタ
width360
urlhttps://www.youtube.com/watch?v=ETXPHxJdXro
height270

...

 

 

 

 

目次
stylecircle

...

1. Add badges

CHiLO Bookの学習成果は、Moodleのデジタルバッジによって把握します。

...

1)  "series information" sheet

シリーズに関する情報を設定します。

主な設定項目

 

language : "ja", "en"など、 RFC 5646 により定義される言語タグ

...

identifier : CHiLO Bookを一意に識別するための識別子として、UUID(Universally Unique Identifier)を入力。UUIDの作成の仕方は、次を参照してください。 

情報

https://github.com/cccties/CHiLO-Producer

...

video-id: Web version CHiLO Bookを作成する場合は入力してください。video-sharing websiteにアップロードしたビデオのIDを入力します。

 

2-5. author.xlsxの作成

...

"About the Author" page in Addendum section is created by referring to the [author.xlsx] sheet. This spreadsheet will be referred to by all the CHiLO Books created under the chiloPro folder.

1) chilo-producer-master/chiloPro/common/author.xlsxの"series-infomation"シートをコピーして、わかりやすいシート名をつけます。

 

注意

Match the sheet name with the one entered in "creator" of the [series-infomation] sheet of structure-books.xlsx.

2) 著者情報を入力します。

 

2-6. Output CHiLO Book

CHiLO Producer can output two types of CHiLO Books: EPUB3 format EPUB3 CHiLO Book and HTML HTML5 format Web CHiLO Book.

Run the following Java command utilizing command prompt.

...

CHiLO Bookは、chilo-producer-master/OutputBase/name of your folder/

...

 にアウトプットされます。

コード ブロック
themeMidnight
run.bat -c name_of_your_folder *Windows sh 
run.sh -c name_of_your_folder *Unix-like OS 

command line option:

...

 -t CHiLO Bookのタイプ

 

注意

Once you issue a command, the former CHiLO Book will be overwritten, so save it if necessary.

When you failed to output CHiLO Book, refer to Common errors.

...

3. Check the output CHiLO Book

 

▶ EPUB3 CHiLO Book

アウトプットされたEPUB3 CHiLO Bookは、chilo-producer-master/OutputBase/name of your folder/epub3にあります。

The contents of the output EPUB3 CHiLO Book may be confirmed using the following ebook reader. However, CHiLO Community, meaning the link to SNS, may not be confirmed. Follow the steps to deploy, explained in the next chapter and confirm it by using CHiLO Reader. 

  • For For iOS, Mac OS: iBooks
  • For Android: Gitden EPUB3 Book Reader

...

  • For Windows,Linux:

...

  •  Radium

▶ Web CHiLO Book Book 

アウトプットされたWeb CHiLO Bookは、chilo-producer-master/OutputBase vol-x/nav.html of the OutputBase/name of your folder/htmlにあります。

vol-x/nav.html is the contents page of the web CHiLO Book. Confirm using the Web browser.

You will not be able to check Web CHiLO Book in local environment in the following cases:

...

In these cases, check by uploading Web CHiLO Book files to the remote server or run the web server in local environment.