moodle/mod/book
2016-04-05 23:57:21 +02:00
..
backup MDL-36874 mod_book: Add text navigation. 2014-10-29 09:43:10 +00:00
classes MDL-53612 search: Add book chapter search area 2016-04-04 15:14:22 -04:00
db MDL-50032 webservice: Remove plugin functions from mobile service 2016-03-04 14:15:33 +01:00
lang/en MDL-53612 search: Add book chapter search area 2016-04-04 15:14:22 -04:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-53612 search: Add book chapter search area 2016-04-04 15:14:22 -04:00
tool MDL-53175 filter: Fix text formatting for the book and page modules 2016-03-30 09:37:32 +01:00
delete.php MDL-49789 mod_book: filter book chapter content 2015-05-06 13:54:24 +08:00
edit.php MDL-45144 convert book events to create_from_xxx() helpers 2014-04-17 14:29:31 +08:00
edit_form.php MDL-40686 book: fix heading level and styling 2013-09-09 09:46:27 +08:00
index.php MDL-45144 convert book events to create_from_xxx() helpers 2014-04-17 14:29:31 +08:00
lib.php Merge branch 'MDL-53671-master' of git://github.com/dpalou/moodle 2016-04-05 23:57:21 +02:00
locallib.php MDL-53029 mod_book: Hidden chapter has markup in alt and title attrs. 2016-02-10 18:10:24 +00:00
mod_form.php MDL-49101 core: Add a global admin setting config->requiremodintro 2015-04-07 10:11:53 +01:00
move.php MDL-45144 convert book events to create_from_xxx() helpers 2014-04-17 14:29:31 +08:00
README.md MDL-33121 Book Module: Fixed documentation header 2012-06-13 15:25:23 +08:00
settings.php MDL-49101 core: Add a global admin setting config->requiremodintro 2015-04-07 10:11:53 +01:00
show.php MDL-45144 convert book events to create_from_xxx() helpers 2014-04-17 14:29:31 +08:00
styles.css Merge branch 'MDL-50639_mod_book_fontsize_master' of https://github.com/barrysspace/moodle 2015-07-21 09:08:15 +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-50032 webservice: Remove plugin functions from mobile service 2016-03-04 14:15:33 +01:00
view.php Merge branch 'MDL-51232' of git://github.com/jinuabraham/moodle 2015-09-14 09:38:56 +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