moodle/mod/book
2020-11-19 17:02:16 +08:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-65026 course: Fix modules intro formatting in WS 2019-09-16 13:04:26 +02:00
db MDL-69572 mod_book : add bookid index to book_chapters 2020-09-28 10:43:06 +10:00
lang/en MDL-66592 analytics: Split text and link 2019-11-07 08:25:35 +08:00
pix
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
tool MDL-64776 book: Final deprecation booktool_print_get_toc 2020-11-19 17:02:16 +08:00
delete.php MDL-57457 mod_book: Implement tagging 2017-04-21 10:06:08 +08:00
edit.php MDL-66877 mod: Fix unfiltered activity names in page headings 2019-11-28 17:18:29 +01:00
edit_form.php MDL-69048 book: Sanitize previous chapter value in add new chapter page 2020-09-08 08:54:26 +02:00
index.php
lib.php MDL-68253 mod_book: Remove prev arrow on the firstmost page. 2020-05-15 12:20:13 +02:00
locallib.php MDL-63107 mod_book: rewrite styles for book chapter block 2019-12-16 13:26:53 +01:00
mod_form.php
move.php
README.md
settings.php
show.php
styles.css MDL-63107 mod_book: rewrite styles for book chapter block 2019-12-16 13:26:53 +01:00
upgrade.txt MDL-64776 book: Final deprecation booktool_print_get_toc 2020-11-19 17:02:16 +08:00
version.php MDL-69572 mod_book : add bookid index to book_chapters 2020-09-28 10:43:06 +10:00
view.php MDL-68253 mod_book: Remove prev arrow on the firstmost page. 2020-05-15 12:20:13 +02:00

Book module for Moodle (http://moodle.org/) - Copyright (C) 2004-2011 Petr Skoda (http://skodak.org/)

The Book module makes it easy to create multi-page resources with a book-like format. This module can be used to build complete book-like websites inside of your Moodle course. This module was developed for Technical University of Liberec (Czech Republic). Many ideas and code were taken from other Moodle modules and Moodle itself

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: http://www.gnu.org/copyleft/gpl.html

Created by:

  • Petr Skoda (skodak) - most of the coding & design
  • Mojmir Volf, Eloy Lafuente, Antonio Vicent and others

Intentionally omitted features:

  • more chapter levels - it would encourage teachers to write too much complex and long books, better use standard standalone HTML editor and import it as Resource. DocBook format is another suitable solution.
  • TOC hiding in normal view - instead use printer friendly view
  • PDF export - there is no elegant way AFAIK to convert HTML to PDF, use virtual PDF printer or better use DocBook format for authoring
  • detailed student tracking (postponed till officially supported)
  • export as zipped set of HTML pages - instead use browser command Save page as... in print view