Extension:PrimarySources
![]() | This extension's download link appears to be broken. If you have another link, please update the page and remove this notice. |
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
Wikidata primary sources tool Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | User interface, Page action , Search, Special page |
Description | Platform for third-party datasets release and curation on Wikidata |
Author(s) | Marco Fossati (Hjfocstalk) |
Latest version | 2.0-beta (2018-05-22) |
Compatibility policy | Master maintains backwards compatibility. |
Database changes | No |
License | GNU General Public License 3.0 or later |
Download | readme |
Translate the PrimarySources extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
A platform to release and curate third-party datasets for Wikidata.
This extension serves as the front-end component of the tool.
Installation[edit]
This extension is expected to run on a Wikibase instance containing a full Wikidata dump.
You can use MediaWiki-Vagrant and its wikidata
role to do so.
- Download and place the file(s) in a directory called
PrimarySources
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'PrimarySources' );
- Enable the
wikidata
role: MediaWiki-Vagrant#wikidata - Import a Wikidata dump: MediaWiki-Vagrant#How_to_import_a_Wikidata_dump
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing this extension using wfLoadExtension()
.
If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead of wfLoadExtension( 'PrimarySources' );
, you need to use:
require_once "$IP/extensions/PrimarySources/PrimarySources.php";