jamesmontalvo3/semantic-result-formats

A test implementation of semantic result formats

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 73

Language:JavaScript

Type:mediawiki-extension

2.3 2015-09-24 21:27 UTC

README

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

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.6 or later
  • MediaWiki 1.27 or later
  • Semantic MediaWiki 3.0 or later
  • 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.local.json file and run the php composer.phar install/update "mediawiki/semantic-result-formats" command.

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

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 ask them on 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.

Tests

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

License

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