moodle/mod/book
2012-06-18 02:37:00 +02:00
..
backup Fix permissions 2012-05-22 18:06:52 +02:00
db MDL-32709 book: Fix logs handling 2012-05-21 00:33:58 +02:00
lang/en MDL-33120 book: Amend module strings 2012-05-27 17:31:31 +02:00
pix
tool MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
delete.php MDL-32709 book: coding style, deprecated and minor fixes 2012-05-20 21:47:58 +02:00
edit.php MDL-32709 book: delete some not needed stuff 2012-05-21 01:26:52 +02:00
edit_form.php
index.php MDL-32709 book: replace some deprecated stuff. Some pending yet, blame $PAGE 2012-05-20 21:47:50 +02:00
lib.php MDL-32709 book: delete some not needed stuff 2012-05-21 01:26:52 +02:00
locallib.php MDL-33123 book: Fixing numbering issue with hidden sub-chapters 2012-06-12 16:03:40 +08:00
mod_form.php MDL-3389 mod_book: changed "Summary" to "Description" in mod_form 2012-05-29 19:23:33 +02:00
move.php MDL-32709 book: coding style, deprecated and minor fixes 2012-05-20 21:47:58 +02:00
README.md
settings.php MDL-33120 book: changes in code based on amended strings 2012-05-27 17:42:53 +02:00
show.php MDL-32709 book: coding style, deprecated and minor fixes 2012-05-20 21:47:58 +02:00
styles.css MDL-33120 book: changes in code based on amended strings 2012-05-27 17:42:53 +02:00
version.php MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
view.php MDL-32709 book: coding style, deprecated and minor fixes 2012-05-20 21:47:58 +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