Skip to content

Github mirror of MediaWiki extension Wikibase - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

TransforMap/base.transformap.co

This branch is 22702 commits behind wikimedia/mediawiki-extensions-Wikibase:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

jenkins-botGerrit Code Review
jenkins-bot
and
Gerrit Code Review
Jan 5, 2017
d0ff72d · Jan 5, 2017
Nov 11, 2015
Jan 5, 2017
Jan 4, 2017
Jan 4, 2017
Jan 5, 2017
Dec 29, 2016
Jan 3, 2017
Dec 5, 2016
Nov 13, 2016
Oct 25, 2016
Sep 22, 2016
Jul 28, 2015
Apr 8, 2016
May 20, 2016
May 20, 2016
Sep 20, 2013
Sep 2, 2016
Jun 2, 2014
Oct 24, 2016
May 27, 2016
May 27, 2016
Dec 30, 2015
Jan 22, 2016
May 23, 2016
Mar 4, 2016
Jan 3, 2017
Oct 25, 2016
Apr 12, 2016
Dec 15, 2016
Nov 6, 2015

Repository files navigation


Introduction to Wikibase

Travis Build Status: Build Status Scrutinizer Code Quality: Scrutinizer Code Quality

The Wikibase.git package is part of the Wikibase software and consists of three interconnected extensions:

  • Wikibase Repository (in the directory repo)
  • Wikibase Client (in the directory client)
  • WikibaseLib (in the directory lib)

These extensions allow for the creation, maintenance, dissemination, and usage of structured data in MediaWiki.

The repo is the extension for the repository. It allows the creation and maintenance of structured data. This is being used on wikidata.org.

The client is the extension for the client. It allows several MediaWiki instances to use data provided by a Wikidata instance. Usually, you would not use them in a single wiki. This is being used on the Wikipedias.

The lib bundles common code that is used by both the client and the repo.

Install

This package contains three interrelated MediaWiki extensions:

  • Wikibase (in the subdirectory repo)
  • WikibaseLib (in the subdirectory lib)
  • Wikibase Client (in the subdirectory client)

If you are running Wikibase with hhvm, you need to enable zend compat in your php.ini:

hhvm.enable_zend_compat = true

Wikibase depends on various libraries such as DataValues components, and uses Composer to make it easy to install and manage those.

Once you have Wikibase in your MediaWiki extensions directory, then run:

composer install

This will install both Wikibase Client and Repo together on the same wiki.

If you want to only have one or the other, then set $wgEnableWikibaseRepo = false or $wgEnableWikibaseClient to false for the one you don't want to enable.

The Wikibase software

These extensions are part of the Wikibase software created by the Wikidata team for the Wikidata project.

The Wikidata project uses the Wikibase software on its website.

About

Github mirror of MediaWiki extension Wikibase - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.4%
  • JavaScript 11.2%
  • Ruby 1.5%
  • Gherkin 1.4%
  • CSS 0.8%
  • Lua 0.6%
  • Other 0.1%