moodle/mod/book
2023-03-07 13:08:46 +08:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-52805 core: Remove legacy log calls 2023-03-07 13:08:46 +08:00
db MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
lang/en MDL-66592 analytics: Split text and link 2019-11-07 08:25:35 +08:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
templates MDL-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +01:00
tests MDL-52805 core: Remove legacy log calls 2023-03-07 13:08:46 +08:00
tool MDL-52805 core: Remove legacy log calls 2023-03-07 13:08:46 +08:00
delete.php MDL-57457 mod_book: Implement tagging 2017-04-21 10:06:08 +08:00
edit.php MDL-73355 mod_book: Update the zero state view 2022-02-23 21:44:08 +08: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 MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-73532 navigation: Modify methods that extend the setting nav 2022-02-14 09:40:27 +08:00
locallib.php MDL-63107 mod_book: rewrite styles for book chapter block 2019-12-16 13:26:53 +01:00
mod_form.php MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
move.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
README.md MDL-33121 Book Module: Fixed documentation header 2012-06-13 15:25:23 +08:00
settings.php MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
show.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
styles.css MDL-63107 mod_book: rewrite styles for book chapter block 2019-12-16 13:26:53 +01:00
upgrade.txt MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
version.php MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
view.php MDL-73355 mod_book: Update the zero state view 2022-02-23 21:44:08 +08: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