Extension:Bibtex
From MediaWiki.org
(Redirected from Extension:Bibtex/archive 1)
|
Bibtex Release status: unknown |
|
|---|---|
| Implementation | Tag |
| Description | Display of bibtex formatted references. |
| Last version | 1.0.0 (2012-02-23) |
| MediaWiki | 1.5 - 1.10 |
| License | public domain |
| Download | [1] |
|
Check usage (experimental) |
|
The Bibtex extension is designed to parse bibtex sources and display them in web pages using the mediawiki engine. The bibtex code is placed inside <bibtex>...</bibtex> markup tags.
Contents |
[edit] Features
Amongst the embedded features there are :
- ACM-like popup to display the bibtex sources,
- Emacs-like mechanism to give the type of entries and the list of fields to fill in for each entry type,
- References may contain URL tags which link to a pdf of the article itself,
- Two versions, one working with restrict extension, allowing several levels of visualization ie reference can be viewable, whereas pdf or postscript file are restricted and not viewable for anonymous visitors.
[edit] Installation
- Copy the downloaded files to a subfolder called BibTex in your extensions folder. The folder has to be called exactly BibTex, otherwise the extension won't work.
- Add the following line to localsettings.php:
require_once ( '$IP/extensions/BibTex/bibtex.php' );
See http://simson.net/page/Mediawiki_Bibtex_Extension for further information on installing, customising and using the BibTex extension.
[edit] License
Public domain. This code can be shared without any restrictions.This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[edit] Sites Using this Extension
- http://forensicswiki.org - The Forensics Wiki
- http://gsc2.cemif.univ-evry.fr/index.php/Publications - Extension original author's publications]
- http://www.nsnam.org - ns-3 project
- http://nmrwiki.org nmrwiki.org uses merged bibtex with biblio extensions. Here is an example.
