dnb / mediawiki-gnd
Adds scripts to import GND items into Wikibase Repository
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:mediawiki-extension
Requires
- php: >=7.4
- composer/installers: ^1.0.1
- dnb/wikibase-converter: dev-master
This package is auto-updated.
Last update: 2021-01-14 18:18:24 UTC
README
MediaWiki extension that adds scripts to import GND PICA+ into Wikibase.
Platform requirements
- PHP 7.4 or later, including PHP 8.0
- MediaWiki 1.35
- Wikibase Repository REL1_35
See the release notes for more information on the different versions of this extension.
Installation
First install MediaWiki and Wikibase Repository.
The recommended way to install the GND extension is using Composer with MediaWiki's built-in support for Composer.
On the commandline, go to your wikis root directory. Then run these two commands:
COMPOSER=composer.local.json composer require --no-update dnb/mediawiki-gnd:*
composer update dnb/mediawiki-gnd --no-dev -o
Enabling the extension
Then enable the extension by adding the following to the bottom of your wikis LocalSettings.php
file:
wfLoadExtension( 'GND' );
You can verify the extension was enabled successfully by opening your wikis Special:Version page in your browser.
Running the tests
- PHP tests:
php tests/phpunit/phpunit.php -c extensions/GND/
Release notes
Version 0.1.0
Under development
- Initial release for MediaWiki/Wikibase 1.35