SemanticMediaWiki/SemanticGlossary

Name: SemanticGlossary

Owner: Semantic MediaWiki

Description: Allows you define terms and abbreviations together with a definition.

Created: 2015-01-29 11:36:16.0

Updated: 2018-04-26 06:02:33.0

Pushed: 2018-04-26 06:02:32.0

Homepage: https://www.mediawiki.org/wiki/Extension:Semantic_Glossary

Size: 244

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Semantic Glossary

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

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.1"
}

(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:

adExtension('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.

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.