ProfessionalWiki / WikibaseLocalMedia

MediaWiki extension that adds support for local media files to Wikibase via a new data type.
https://wikibase.consulting
GNU General Public License v2.0
11 stars 6 forks source link
mediawiki mediawiki-extension wikibase wikibase-extension wikidata

Wikibase Local Media

GitHub Workflow Status Latest Stable Version Download count GitHub

MediaWiki extension that adds support for local media files to Wikibase via a new data type.

Professional.Wiki created and maintains Wikibase Local Media. We provide Wikibase hosting, Wikibase development and Wikibase consulting.

Rhizome commissioned and funded initial development of the extension. Wikibase Local Media is an open source project and contributions are welcome!

Demo and screenshot

Also see this animated gif.

Platform requirements

See the release notes for more information on the different versions of this extension.

Installation

First install MediaWiki and Wikibase Repository.

Using Composer (option 1/2)

The recommended way to install Wikibase Local Media 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 professional-wiki/wikibase-local-media:*
composer update professional-wiki/wikibase-local-media --no-dev -o

Manual download (option 2/2)

You can also install the extension via git clone or download. Place the WikibaseLocalMedia directory into extensions.

Enabling the extension

Then enable the extension by adding the following to the bottom of your wikis LocalSettings.php file:

wfLoadExtension( 'WikibaseLocalMedia' );

You can verify the extension was enabled successfully by opening your wikis Special:Version page in your browser.

Finally, please consider sponsoring the project.

Running the tests

Release notes

Version 1.0.3

Released on March 30, 2023

Version 1.0.2

Released on October 4th 2022

Version 1.0.1

Released on March 17th 2021

Version 1.0.0

Released on October 5th 2020

Version 0.2.1

Released on September 28th 2020

Version 0.2

Released on September 26th 2020

Version 0.1

Released on September 26th 2020