子ページ
  • Deplyment -Delivering CHiLO Books -

比較バージョン

キー

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

...

1) Open the template file “chilo_dl.htm” of the CHiLO Book download page with text editor and modify the following items.

 

情報
  • var course_url = ""; /* URL of the course where the CHiLO Book is added on*/
    e.g. var course_url = "http://root you installed/course/view.php?id=2";
  • var chilo_epub = ""; /* File name of EPUB CHiLO Book */
    e.g. var chilo_epub = "cb00101.epub";
  • var web = ""; /* folder name of Web CHiLO Book */
    e.g. var web = "vol-1-html";
  • var book_id = ""; /* identifier entered in Structure Information files */
    e.g. var book_id = "urn:uuid:9fbcd16a-813e-4f4c-b626-332d6e5440f0";
  • var book_series = ""; /* Name of the series*/
    e.g. var book_series = "Nihongo Starter A1";
  •  var book_title = ""; /*Title of Book*/
    e.g var book_title = "Konnichiwa";
  • var book_vol = ""; /* Vol. number of CHiLO Book */
    e.g. var book_vol = "1";

 

2) Zip web CHiLO Book according to each vol-n-html folder

...