moodle/mod/book
2017-01-17 20:55:05 +01:00
..
backup MDL-36874 mod_book: Add text navigation. 2014-10-29 09:43:10 +00:00
classes MDL-57629 webservice: Fix external functions phpdoc 2017-01-11 16:56:25 +01:00
db MDL-57266 upgrade: add 3.2.0 separation line to all upgrade scripts 2016-12-05 17:10:20 +01:00
lang/en Merge branch 'MDL-56295-master' of git://github.com/andrewnicols/moodle 2016-10-18 20:02:22 +02:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-56519 behat: Fixed lint errors 2017-01-03 09:12:54 +08:00
tool MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
delete.php Merge branch 'MDL-56295-master' of git://github.com/andrewnicols/moodle 2016-10-18 20:02:22 +02:00
edit.php MDL-56293 mod_book: Add ToC block in chapter edit/deletes 2016-10-06 15:43:03 +08:00
edit_form.php MDL-40686 book: fix heading level and styling 2013-09-09 09:46:27 +08:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-56307 course: Return time updated and times updated 2016-10-25 10:10:55 +01:00
locallib.php Merge branch 'MDL-56295-master' of git://github.com/andrewnicols/moodle 2016-10-18 20:02:22 +02:00
mod_form.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10: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-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
show.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
styles.css MDL-55071 css: reformat some css files we touch with stylefmt 2016-09-23 10:57:36 +01:00
upgrade.txt MDL-51580 upgradelib: Delete stuff used by removed upgrade steps 2016-02-15 18:38:21 +01:00
version.php MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
view.php MDL-56270 mod_book: Add next/prev chapter to attributes 2016-10-05 11:38:18 +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