Extension:BibTexImport
From MediaWiki.org
BibTexImport Release status: stable |
|
---|---|
Implementation | Special page |
Description | import data from BibTex files |
Author(s) | Steren Giannini (Panninitalk) |
Latest version | 0.1 (2009-03-01) |
License | GNU General Public License 2.0 or later |
Download | Download files here or use git clone git://gitorious.org/acawiki/bibteximport.git |
Translate the BibTexImport extension if it is available at translatewiki.net |
|
Check usage and version matrix; code metrics |
What can this extension do?[edit | edit source]
This extension allow your visitor to import data from BibTex files. This extension has been designed for acawiki.org.
Usage[edit | edit source]
Go to Special:BibTexImport and follow the instructions.
Installation[edit | edit source]
- Download and extract the files in a directory called
BibTexImport
in yourextensions/ folder
- To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/bibteximport/SpecialBibTexImport.php");
Customisation[edit | edit source]
Because this extension has been specifically designed for acawiki.org, you should have a look to the code for the imported text to fit with your website templates.
To make BibTexImport work with a standard MediaWiki installation you need to:
- Install this extension.
- Create into your wiki a template called Summary and copy its body from Acawiki page.
- The template from Acawiki requires ParserFunctions extension and Semantic MediaWiki extension.
See also[edit | edit source]
- BibTeX format provided by the Semantic Result Formats extension