Extension:Terminator
Jump to navigation
Jump to search
Terminator Release status: beta |
|
---|---|
Implementation | Tag |
Description | Create editable doodle-like calendars inside your Mediawiki. |
Author(s) | johanneskoestertalk |
Latest version | 0.1.1 (2009-11-10) |
MediaWiki | 1.15 |
PHP | 5.2 |
License | GNU General Public License 3.0 |
Download | SourceForge: Note: |
<terminator> |
|
What can this extension do?[edit]
A doodle-like calendar extension for MediaWiki. Days (or weeks or whatever you like) can be dynamically added/deleted. Logged in MediaWiki-users can state at which day they are free and can add comments for each of the days.
Usage[edit]
- Put
<terminator/>
at the place in a wiki-page where you want to see your calendar. - Save the page.
- Add Days with [+]. Delete Days with [-]. Enter names/or dates or anything into the textfields appearing.
- Click on "Speichern" to save the whole thing.
Download instructions[edit]
Download the folder Terminator from svn (see above). Insert it into $IP/extensions/
. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
Installation[edit]
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/Terminator/Terminator.php");