Extension:CourseEditor

MediaWiki extensions manual
CourseEditor
Release status: unmaintained
Implementation Special page
Description Allows to manage courses
Author(s)
Latest version 0.1.0
MediaWiki 1.28+
PHP 5.5+
License GNU General Public License 3.0 only
Download
README
Namespace
Course

The CourseEditor extension provides an interface and metadata storage to connect a group of pages which form a book (course textbook, from which the name).

  • Each "course" is composed of chapters and sections.
  • Each "course" can be in a content namespace (Course) or user namespace.

Installation

  • https://github.com/WikiToLearn/CourseEditor and place the file(s) in a directory called CourseEditor in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/CourseEditor/CourseEditor.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


See also

  • Collection is an extension to compose and print/export books (as in, a series of linked pages)
  • Education Program Dashboard is a non-MediaWiki OAuth application to handle project pages rather than content (outreach events and coordination pages from which to handle content contributions, generally towards namespace 0 on Wikipedia)