1 |
efrain |
1 |
Book module for Moodle (http://moodle.org/) - Copyright (C) 2004-2011 Petr Skoda (http://skodak.org/)
|
|
|
2 |
|
|
|
3 |
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.
|
|
|
4 |
This module was developed for Technical University of Liberec (Czech Republic). Many ideas and code were taken from other Moodle modules and Moodle itself
|
|
|
5 |
|
|
|
6 |
This program is free software; you can redistribute it and/or modify
|
|
|
7 |
it under the terms of the GNU General Public License as published by
|
|
|
8 |
the Free Software Foundation; either version 3 of the License, or
|
|
|
9 |
(at your option) any later version.
|
|
|
10 |
|
|
|
11 |
This program is distributed in the hope that it will be useful,
|
|
|
12 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
13 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
14 |
GNU General Public License for more details: http://www.gnu.org/copyleft/gpl.html
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
Created by:
|
|
|
18 |
|
|
|
19 |
* Petr Skoda (skodak) - most of the coding & design
|
|
|
20 |
* Mojmir Volf, Eloy Lafuente, Antonio Vicent and others
|
|
|
21 |
|
|
|
22 |
Intentionally omitted features:
|
|
|
23 |
|
|
|
24 |
* 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.
|
|
|
25 |
* TOC hiding in normal view - instead use printer friendly view
|
|
|
26 |
* PDF export - there is no elegant way AFAIK to convert HTML to PDF, use virtual PDF printer or better use DocBook format for authoring
|
|
|
27 |
* detailed student tracking (postponed till officially supported)
|
|
|
28 |
* export as zipped set of HTML pages - instead use browser command Save page as... in print view
|