gesinn-it/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end


Keywords
extension, wiki, semantic, mediawiki, glossary, terminology, lingo
License
GPL-2.0+

Documentation

Semantic Glossary

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Packagist download count Dependency Status

The Semantic Glossary (a.k.a SG) is a Semantic MediaWiki extension where terms and abbreviations can be defined using semantic properties.

Requirements

Installation

The recommended way to install this extension is by using Composer. Just add the following to the MediaWiki composer.local.json file and run the php composer.phar install/update mediawiki/semantic-glossary command.

{
    "require": {
        "mediawiki/semantic-glossary": "~2.0"
    }
}

(Alternatively you can download a tar ball or zip file from GitHub and extract it into the extensions directory of your MediaWiki installation.)

Then add the following line to your LocalSettings.php:

wfLoadExtension('SemanticGlossary');

It is NOT necessary to install the Lingo extension separately. Doing so will result in errors.

Contribution and support

If you want to contribute work to the project please subscribe to the developers mailing list and have a look at the contribution guideline.

  • Ask a question on the mailing list
  • Ask a question on the #semantic-mediawiki IRC channel on Freenode.

Tests

This extension provides unit and integration tests that are run by a continues integration platform but can also be executed using composer phpunit from the extension base directory.

License

GNU General Public License 2.0 or later.