Extension:BibTexImport

From MediaWiki.org

Jump to: navigation, search

     

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
BibTexImport

Release status: stable

Description import data from BibTex files
Author(s)  Steren Giannini for CreativeCommons (PanniniTalk)
Last Version  0.1 (2009/03/01)
License GNU GPLv2 (or later)
Download Download files here or use git clone git://code.creativecommons.org/bibteximport.git

check usage (experimental)

Contents

[edit] What can this extension do?

This extension allow your visitor to import data from BibTex files. This extension has been designed for acawiki.org.

[edit] Usage

Go to Special:BibTexImport and follow the instructions.

[edit] Installation

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/BibTexImport/BibTexImport.php");

[edit] Customisation

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.

[edit] See also