Extension:ExternBib
Appearance
This extension is incompatible with MediaWiki 1.39 or any later release! You are advised against using this extension on a live site.
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
ExternBib Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | Allows to cite an external bibtex file |
Author(s) |
|
Latest version | 2020-05-12 |
MediaWiki | 1.23+ |
PHP | 7.0 |
Database changes | No |
License | BSD 3-clause "Modified" License |
Download | Download snapshot Note: CHANGELOG |
Example | ICPWiki |
|
|
The ExternBib extension allows to cite an external bibtex file.
See also the GitHub project page.
Installation
[edit]- Download, extract and place the file(s) in a directory called
ExternBib
in yourextensions/
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
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.