MediaWiki extensions manual
CourseEditor
Release status: experimental
Implementation Special page
Description Allows to manage courses
Author(s)
  • Alessandro Tundo,
  • Gianluca Rigoletti,
  • Riccardo Iaconelli (Toma.luca95talk)
Latest version 0.1.0
MediaWiki 1.28+
PHP 5.5+
License GNU General Public License 3.0 only
Download

GitHub:

Note:
No localisation updates are
provided by translatewiki.net .


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)
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.