2017 © Pedro Peláez
 

mediawiki-extension semantic-external-query-lookup

A Semantic Mediawiki extension to seamlessly integrate query results from an external query source.

image

mediawiki/semantic-external-query-lookup

A Semantic Mediawiki extension to seamlessly integrate query results from an external query source.

  • Thursday, July 5, 2018
  • by SMW
  • Repository
  • 3 Watchers
  • 5 Stars
  • 379 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

Semantic External Query Lookup

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Packagist download count, (*1)

Semantic External Query Lookup (a.k.a. SEQL) is a Semantic Mediawiki extension to seamlessly integrate query results from an external query source to a local repository or wiki., (*2)

The following video demonstrates the features of this extension., (*3)

Requirements

Installation

The recommended way to install Semantic External Query Lookup is by using Composer with:, (*4)

{
    "require": {
        "mediawiki/semantic-external-query-lookup": "~1.0"
    }
}
  1. From your MediaWiki installation directory, execute composer require mediawiki/semantic-external-query-lookup:~1.0
  2. Add wfLoadExtension('SemenaticExternalQueryLookup'); to the bottom of LocalSettings.php
  3. Navigate to Special:Version on your wiki and verify that the package have been successfully installed.

Usage

image, (*5)

{{#ask:[[Modification date::+]][[~CR*]]
 |?#-
 |?Modification date
 |format=broadtable
 |source=mw-core
 |link=all
 |headers=show
}}

The #ask/#show query only requires to add a source parameter (assuming that a query source has been registered and enabled) to retrieve query results from a selected external endpoint. Special:Ask will provide a selection box to list enabled query sources., (*6)

Information about required settings can be found here., (*7)

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., (*8)

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., (*9)

License

GNU General Public License, version 2 or later., (*10)

The Versions

05/07 2018

dev-master

9999999-dev https://www.semantic-mediawiki.org/wiki/Extension:SemanticExternalQueryLookup

A Semantic Mediawiki extension to seamlessly integrate query results from an external query source.

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

 

The Development Requires

mediawiki wiki smw semantic mediawiki

19/04 2018

dev-smw1732

dev-smw1732 https://www.semantic-mediawiki.org/wiki/Extension:SemanticExternalQueryLookup

A Semantic Mediawiki extension to seamlessly integrate query results from an external query source.

  Sources   Download

GPL-2.0-or-later

The Requires

 

The Development Requires

mediawiki wiki smw semantic mediawiki