Extension:CourseEditor
Please expand this page. |
![]() Release status: experimental |
|
---|---|
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 | GitHub: Note: README |
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.
InstallationEdit
- https://github.com/WikiToLearn/CourseEditor and place the file(s) in a directory called
CourseEditor
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:require_once "$IP/extensions/CourseEditor/CourseEditor.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See alsoEdit
- 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)