Moodle - the world's open source learning platform https://moodle.org/
Find a file
2012-04-27 10:49:59 +02:00
backup fix borked backup and restore 2011-10-08 15:44:02 +02:00
db fix invalid function name in legacy file migration 2012-04-24 17:53:29 +02:00
lang/en addinstance support in book 2012-04-21 09:39:25 +02:00
pix use png instead of legacy gif format 2011-10-08 11:58:15 +02:00
tool CONTRIB-3616 Book module do not display icon for book and chapter print 2012-04-27 10:49:59 +02:00
.gitignore standard gitignore 2011-01-15 12:52:36 +01:00
delete.php standardised includes 2011-10-09 15:26:33 +02:00
edit.php stable mod_book release for Moodle 2.1 2011-11-05 12:54:31 +01:00
edit_form.php stable mod_book release for Moodle 2.1 2011-11-05 12:54:31 +01:00
index.php standardised includes 2011-10-09 15:26:33 +02:00
lib.php Fix errors in book module during stats execution 2011-11-03 11:38:39 +01:00
locallib.php add file browser support 2011-10-08 13:25:55 +02:00
mod_form.php add numbering default setting 2011-01-16 14:42:51 +01:00
move.php standardised includes 2011-10-09 15:26:33 +02:00
README.md stable mod_book release for Moodle 2.1 2011-11-05 12:54:31 +01:00
settings.php add numbering default setting 2011-01-16 14:42:51 +01:00
show.php standardised includes 2011-10-09 15:26:33 +02:00
styles.css CSS improvements 2011-01-26 12:55:40 +01:00
version.php addinstance support in book 2012-04-21 09:39:25 +02:00
view.php fix return link on the frontpage 2011-10-14 19:45:37 +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

Project page:

Installation:

Issue tracker:

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

Future:

  • No more development planned