moodle/mod/book
David Mudrák b407af725f MDL-73464 book: Scroll to chapter top when navigating through the book
When navigating to the next / previous chapter, the chapter should be
the page element that gets the user's attention and focus. Its title
should be displayed at the prominent top page area without the need to
scroll to it all the time.
2023-05-24 14:32:45 +08:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-76903 mod_book: Fix activity completion 2023-05-11 11:47:18 +02:00
db MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
lang/en MDL-66592 analytics: Split text and link 2019-11-07 08:25:35 +08:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
templates MDL-73464 book: Scroll to chapter top when navigating through the book 2023-05-24 14:32:45 +08:00
tests MDL-76903 mod_book: Fix activity completion 2023-05-11 11:47:18 +02:00
tool MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
delete.php MDL-57457 mod_book: Implement tagging 2017-04-21 10:06:08 +08:00
edit.php MDL-73355 mod_book: Update the zero state view 2022-02-23 21:44:08 +08:00
edit_form.php MDL-69048 book: Sanitize previous chapter value in add new chapter page 2020-09-08 08:54:26 +02:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
locallib.php MDL-63107 mod_book: rewrite styles for book chapter block 2019-12-16 13:26:53 +01:00
mod_form.php MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
move.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
README.md
settings.php MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
show.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
styles.css MDL-63107 mod_book: rewrite styles for book chapter block 2019-12-16 13:26:53 +01:00
upgrade.txt MDL-71912 mod_book: Update book to implement the action menu. 2021-11-09 11:24:08 +08:00
version.php MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
view.php MDL-73464 book: Scroll to chapter top when navigating through the book 2023-05-24 14:32:45 +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