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

比較バージョン

キー

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

...

1) Copy template folder and save the learning resources 

i) Copy "chilo-producer-master/chiloPro/template-series_english" to  "chilo-producer-master/chiloPro/" with name of your folder.

ii) Copy "vol-n" folder in the folder you had copied in 1) above, according to the number of CHiLO Books in series.

iii) Change a name of "vol-n" folders you had copied in 2) above to vol-1,vol-2,vol-3・・・.

 

2) save the learning resources 

Save the learning resources prepared according to the destination to save learning resources table.

 

Destination to save the learning resources

...

* vol-x : x indicates volume of CHiLO Books.


3) Edit Spreadsheets

Entry information about structure information of CHiLO Books and author on the following Spreadsheets.  



▶  chilo-producer-master/chiloPro/name of your folder/structure-books.xlsx

Spreadsheet to enter the structure information of CHiLO Book.

The structure of CHiLO Book means; series information of CHiLO Book, information of CHiLO Book configuring the series, and information about the sections of TOC, README, body text, Addendum, and Copyright configuring CHiLO Book. Therefore, it is essential to create one structure-books.xlsx file per one series. 

Enter the number and the title of the books within the series to the [Book-list] sheet. Enter the content of each CHiLO Book to the "vol-x" sheet. CHiLO Books will be created automatically following the format defined in the template file, except for the Body text section. The number of sections, number of pages and number of tests can be modified by entering information on the spread sheet of [vol-x] sheet within the Body text section.


▶ chilo-producer-master/chiloPro/common/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.

 

注意

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

 

4) Output CHiLO Book

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

  • Run the following Java command utilizing command prompt.
  • Output in chilo-producer-master/OutputBase/name of your folder/html 

 

コード ブロック
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のタイプOutput in chilo-producer-master/OutputBase/name of your folder/html 

 

注意

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.

 

5) Check the output CHiLO Book

▶ EPUB3 CHiLO Book

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 iOS,Mac OS: iBooks
  • For Android: Gitden EPUB3 Book Reader

 

For Windows,Linux: Readium

 

▶ Web CHiLO Book 

 vol-x/nav.html of the OutputBase/name of your folder/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:

  • When explanation videos are videos uploaded to YouTube
  • When there is an input on fb-app-id of [series-infomation] sheet of chiloPro/SeriesName/structure-books.xlsx

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

...