fannon/semantic-result-formats

Additional result formats for Semantic MediaWiki queries


Keywords
wiki, mediawiki, SMW, Semantic MediaWiki, SRF, Semantic Result Formats
License
GPL-2.0+

Documentation

Semantic Result Formats

Build Status Scrutinizer Quality Score Latest Stable Version Packagist download count Dependency Status

Semantic Result Formats (a.k.a. SRF) is an extension to MediaWiki that bundles a number of result formats for Semantic MediaWiki's inline queries. The individual formats can be added to the installation independently. For more information, visit the SRF homepage or consult the release notes.

Requirements

  • PHP 5.3.2 or later
  • MediaWiki 1.19 or later
  • Semantic MediaWiki 2.x
  • MySQL 5 or later or SQLite 3 or later

Installation

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

{
    "require": {
        "mediawiki/semantic-result-formats": "~2.3"
    }
}

Information about compatibility, details about the installation, and its configuration can be found here.

Contribution and support

Development is coordinated by James Hong Kong and Jeroen De Dauw.

If you have remarks, questions, or suggestions, please send them to semediawiki-users@lists.sourceforge.net. You can subscribe to this list here.

If you want to contribute work to the project please subscribe to the developers mailing list and have a look at the contribution guildline. A list of people who have made contributions in the past can be found here.

License

Generally published under GNU General Public License 2.0 or later together with third-party plugins and their license.