jamesmontalvo3 / semantic-result-formats
A test implementation of semantic result formats
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 75
Language:JavaScript
Type:mediawiki-extension
Requires
- php: >=5.3.0
- composer/installers: 1.*,>=1.0.1
- mediawiki/semantic-media-wiki: ~2.1
Requires (Dev)
Suggests
- mediawiki/graph-viz: Required for 'format=graph'
- phpoffice/phpexcel: Used when exporting to excel format using 'format=excel'
This package is not auto-updated.
Last update: 2024-10-27 06:07:58 UTC
README
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.
- File an issue
- Submit a pull request
- 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 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.