MediaWiki extensions manual
ExternBib
Release status: beta
Implementation Tag
Description Allows to cite an external bibtex file
Author(s)
  • Olaf Lenz
  • Christopher Wagner
Latest version 2020-05-12
MediaWiki 1.23+
PHP 7.0
Database changes No
License BSD 3-clause "Modified" License
Download

Download snapshot
GitHub:

Note:
No localisation updates are
provided by translatewiki.net .


CHANGELOG
Example ICPWiki
Tags
  • <bibentry>
  • <br />
  • <bibsearch>

The ExternBib extension allows to cite an external bibtex file.

Installation

  • Download, extract and place the file(s) in a directory called ExternBib in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/ExternBib/ExternBib.php";
    
  • Run the following command to create the externbib.db file:
php extensions/ExternBib/updatedb.php
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.