Skip to content

Commit

Permalink
MDL-33121 Book Module: Fixed documentation header
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossiani Wijaya committed Jun 13, 2012
1 parent f8dfdb5 commit b15ef0b
Show file tree
Hide file tree
Showing 40 changed files with 38 additions and 62 deletions.
23 changes: 0 additions & 23 deletions mod/book/README.md
Expand Up @@ -19,33 +19,10 @@ Created by:
* Petr Skoda (skodak) - most of the coding & design
* Mojmir Volf, Eloy Lafuente, Antonio Vicent and others



Project page:

* https://github.com/skodak/moodle-mod_book
* http://moodle.org/plugins/view.php?plugin=mod_book


Installation:

* http://docs.moodle.org/20/en/Installing_contributed_modules_or_plugins


Issue tracker:

* https://github.com/skodak/moodle-mod_book/issues?milestone=&labels=


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
2 changes: 1 addition & 1 deletion mod/book/backup/moodle1/lib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
1 change: 0 additions & 1 deletion mod/book/backup/moodle2/restore_book_stepslib.php
Expand Up @@ -18,7 +18,6 @@
* Define all the restore steps that will be used by the restore_book_activity_task
*
* @package mod_book
* @subpackage book
* @copyright 2010 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion mod/book/db/access.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/db/log.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/db/upgrade.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/delete.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/edit.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/edit_form.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/index.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/lang/en/book.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/lib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/locallib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/mod_form.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/move.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/settings.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/show.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/db/access.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/db/log.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/index.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/lang/en/booktool_exportimscp.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/lib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/locallib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/exportimscp/version.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/db/access.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/import_form.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/index.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/lang/en/booktool_importhtml.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/lib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/locallib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/importhtml/version.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/db/access.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/db/log.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/index.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/lang/en/booktool_print.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/lib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/locallib.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/tool/print/version.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book plugin for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/version.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion mod/book/view.php
@@ -1,5 +1,5 @@
<?php
// This file is part of Book module for Moodle - http://moodle.org/
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit b15ef0b

Please sign in to comment.