moodle/mod/book
Mark Nelson 70279746ec MDL-41286 report_outline: updated report to use logging api
AMOS START
 MOV [neverseen, mod_folder],[neverseen, report_outline]
 MOV [neverseen, mod_page],[neverseen, report_outline]
 MOV [neverseen, mod_resource],[neverseen, report_outline]
 MOV [neverseen, mod_url],[neverseen, report_outline]
AMOS END
2014-04-15 22:42:59 -07:00
..
backup MDL-35032 mod_book: 1.9 backup restore convertis files to book area 2013-12-13 10:20:49 +01:00
classes MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events 2014-04-11 13:45:33 +08:00
db MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:47:17 +08:00
lang/en MDL-43044 events: Deprecate and remove code duplication from instances_list_viewed events 2013-12-06 15:59:49 +08:00
pix MDL-36628 - IE svgtool fix 2012-11-27 10:13:47 +08:00
tests Merge branch 'MDL-43440-master' of git://github.com/mr-russ/moodle 2014-02-03 13:42:23 +08:00
tool Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle 2014-04-15 14:34:36 +08:00
delete.php MDL-40060 mod_book: Replace add_to_log with events 2013-10-08 14:11:10 +08:00
edit.php MDL-44321 events: make sure the full object is passed to add_record_snapshot in book 2014-03-05 11:01:19 +08:00
edit_form.php MDL-40686 book: fix heading level and styling 2013-09-09 09:46:27 +08:00
index.php MDL-44321 events: cleaning up course_module_instance_list_viewed event 2014-02-28 16:36:09 +08:00
lib.php MDL-41286 report_outline: updated report to use logging api 2014-04-15 22:42:59 -07:00
locallib.php MDL-41595 mod_book: Book mod does not add TOC to default region 2013-09-08 17:40:30 +01:00
mod_form.php Merge branch 'MDL-39422-master' of git://github.com/danpoltawski/moodle 2013-05-01 11:15:24 +12:00
move.php MDL-40060 mod_book: Replace add_to_log with events 2013-10-08 14:11:10 +08:00
README.md MDL-33121 Book Module: Fixed documentation header 2012-06-13 15:25:23 +08:00
settings.php MDL-33121 Book Module: Fixed documentation header 2012-06-13 15:25:23 +08:00
show.php MDL-40060 mod_book: Replace add_to_log with events 2013-10-08 14:11:10 +08:00
styles.css MDL-40686 book: fix heading level and styling 2013-09-09 09:46:27 +08:00
version.php MDL-43040 Replace $module with $plugin in all mod/*/version.php 2014-01-29 00:36:12 +01:00
view.php MDL-44321 events: cleaning up course_module_viewed event 2014-02-28 16:36:09 +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