Extension:XGlossary
From MediaWiki.org
|
xGlossary Release status: beta |
|||
|---|---|---|---|
![]() |
|||
| Implementation | Parser function | ||
| Description | A quite advanced glossary extension. | ||
| Author(s) | Bastien Montagne (Mont29talk) | ||
| Last version | 0.1.3 (2010/01/27) | ||
| MediaWiki | 1.15 | ||
| PHP | 5.2 | ||
| License | GPL 3 | ||
| Download | sourceforge Readme Changelog |
||
| Example | a small video demo | ||
|
|||
| Check usage and version matrix | |||
Contents |
What can this extension do? [edit]
The MediaWiki “xGlossary” extension is intended to features an advanced glossary system for doc wikis (like Blender’s!). You will find bellow a small demo video of Glossary in action (sorry for the quality of teh sound…).
I’ve uploaded on vimeo a small demo video: a small video demo (ps: any way to embed it here?).
The detailed doc is located here (or for a french version, here).
Download instructions [edit]
You can download the zip archive from sourceforge.
Installation [edit]
To install this extension, add the following to LocalSettings.php:
require_once "$IP/extensions/xglossary/xglossary.setup.php"; # The settings in $wgxGlossarySettings you want to redefine (see the doc)…
Configuration parameters [edit]
All settings of this extension are bundled in a single var, $wgxGlossarySettings, as described here

