Provides additional visualizations (result formats) for Semantic MediaWiki
转到文件
ZoruaFox a91533cfe1
Merge branch 'SemanticMediaWiki:master' into master
2024-05-05 02:54:43 +08:00
.github chore (ci): codecov/codecov-action@v4 2024-03-13 17:15:29 +01:00
docs 4.2.1 release (#823) 2024-03-13 12:36:44 +01:00
formats Prolog and R dataframe formats (#697) 2024-05-04 09:44:28 +02:00
i18n Prolog and R dataframe formats (#697) 2024-05-04 09:44:28 +02:00
resources Datatables v2.1 (#801) 2024-03-30 13:53:46 +01:00
src Document graphfields param (#815) 2024-02-26 08:58:34 +01:00
tests Prolog and R dataframe formats (#697) 2024-05-04 09:44:28 +02:00
.gitignore add docker-compose / make based CI (#789) 2023-10-19 14:21:49 +02:00
.jshintignore Major clean-up to make use of .jshintignore/.jshintrc 2013-01-22 17:04:15 +09:00
.jshintrc Fix .jshintrc 2013-05-11 07:01:31 +09:00
.phpcs.xml ignore the extensions dir from bad composer install (already in .gitignore) 2022-01-13 13:53:05 +01:00
COPYING Update COPYING 2015-01-06 23:46:41 +01:00
DefaultSettings.php Prolog and R dataframe formats (#697) 2024-05-04 09:44:28 +02:00
Makefile chore (CI): fix tests failing with "Undefined index: smwgElasticsearchCredentials" (fixes #809) 2024-02-21 14:42:09 +01:00
README.md Update badges 2023-12-07 18:00:34 +01:00
RELEASE-NOTES.md 4.2.1 release (#823) 2024-03-13 12:36:44 +01:00
Resources.php Datatables v2.1 (#801) 2024-03-30 13:53:46 +01:00
SemanticResultFormats.hooks.php remove of old datatable legacy (#790) 2023-10-12 14:00:00 +02:00
SemanticResultFormats.i18n.magic.php Update SemanticResultFormats.i18n.magic.php 2021-02-15 13:02:40 +01:00
SemanticResultFormats.parser.php Fix DisallowSpaceIndent sniff 2022-01-13 13:53:05 +01:00
SemanticResultFormats.php Prolog and R dataframe formats (#697) 2024-05-04 09:44:28 +02:00
SemanticResultFormats.utils.php Allow for NONCEs on inline scripts (#799) 2023-11-30 19:42:49 +01:00
codecov.yml first attempt to support GitHub Actions (#678) 2021-11-03 15:46:14 +01:00
composer.json 去除已在smw使用的依赖 2024-04-10 12:17:06 +08:00
extension.json Move registerHooks to onExtensionRegistration to prevent logspam (#805) 2023-12-22 14:45:04 +01:00
phpunit.xml.dist Update phpunit.xml.dist 2017-10-08 07:44:50 +00:00

README.md

Semantic Result Formats

CI Latest Stable Version Packagist download count

Semantic Result Formats (SRF) is a MediaWiki extension that provides extra visualizations (result formats) for Semantic MediaWiki queries. For more information, see the Semantic Result Formats documentation or consult the release notes.

Requirements

  • PHP 7.3.19 or later
  • MediaWiki 1.35 or later
  • Semantic MediaWiki 3.0 or later

Installation

The recommended way to install this extension is by using Composer. See the detailed installation guide which also contains information about compatibility and configuration.

Contribution and support

Semantic Result Formats is maintained by @JeroenDeDauw.

Chatroom Twitter Facebook LinkedIn YouTube Mailing lists

Primary support channels:

If you want to contribute work to the project please 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.