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

比較バージョン

キー

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

...

Operating environment

  • Environment for Java 8 to operate
  • Environment to edit xlsx files(Recommended:Microsoft Office operation check:LibreOffice)

CHiLO Producer

GitHubからダウンロードしたCHiLO Producerを解凍すると、次のようなフォルダ構造になります。Producerを解凍すると、"chilo-producer-master" フォルダの下に次のフォルダが作成されます。

情報
chilo-producer-master
  │ run.bat / run.sh     * Script to output CHiLO Book (for Windows / Unix-like OS)
  │
  ├ src           * Source file of the script
  │
(省略) 
  │ 
  └ chiloPro
   ├  template-series_english    *Template of the series foloder: copy this folder to create (English)
                      │ structure-books.xlsx * Structure file of CHiLO Book
                      │
           │           ├ vol-n  *Folder to save the learning resources to be embedded in CHiLO Book
                      │           ├ images      : copy according to the number of CHiLO Books to be created in the series.
                      │           ├ scripts
                      │           ├ text
           │           │           └ videos
                      │
           │           └ common * Folder used in common for the CHiLO Book created within the series folder
           │                        ├ images
           │                        ├ scripts
           │                        ├ styles           * Style sheet of the EPUB3 CHiLO Book
           │                        ├ text
           │                        ├ videos
           │                        └ web-styles   * Style sheet of the Web CHiLO Book
           │
   ├ common    * Folder used in common for all the CHiLO Books created within the chiloPro folder
   │   │ authors.xlsx       * Spreadsheet to enter information of the "About the Author" page
   │   │               
   │   ├ authorImages    * Folder to store the image of the author
   │   ├ 
images    * Images used in common        
   │   ├ 
scripts               * scripts used in common
   │   └ page-
templates * Template folder defining the page design 
   │                ├ epub3          * Template for EPUB3 CHiLO Book

   │                ├ 
ext-epub3    * Template for ext. EPUB3 CHiLO Book
   │                └ web             * Template for web CHiLO Book
   │
   ├ sample-series    * Sample of CHiLO Book series
   └
template-series  * Template of the series folder: copy this folder to create (Japanese)

 

1. 作業用フォルダの作成

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

このコピーしたフォルダ、"chilo-producer-master/chiloPro/name of your folder" が作業用のフォルダになります。

2.CHiLO Bookの構造を記入

chilo-producer-master/chiloPro/name of your folder/structure-books.xlsxに、CHiLO Bookの構造を入力します。

▶ "series information" sheet

 CHiLO Bookのシリーズの名前: series-name, シリーズの学習ゴールなどの紹介:series-introductionを入力します。

Image Added

 ▶ "Book-list" sheet

シリーズの中のCHiLO Bookのタイトルをvol-1から順に記入します。

Image Added

 

 ▶ "vol-x" sheet

 

シリーズの中のCHiLO Bookの数だけ、vol-nシートをコピーして、vol-1,vol-2・・・とシート名を変更します。
各vol-xシートにCHiLO Lectureのトピックスを順に記入します。
CHiLO Lectureは、CHiLO Bookの中では、”読みもの”のページとして表示されるので、page-typeは"document"とします。
Image Added

また、CHiLO Lectureは、CHiLO Bookのbody-text sectionに


Image Added

3. CHiLO Lecture


1. Prepare Learning Resources

 Prepare learning resources to embed onto the CHiLO Book. The learning resources are as follows.

...