Contents
Bibtex Parser
Description
The Bibtex parser allows you to have Bibtex code rendered nicely inside Moin's code blocks.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires requires bibtex and bib2xhtml, see http://en.wikipedia.org/wiki/Bibtex and http://www.spinellis.gr/sw/textproc/bib2xhtml/
Usage
To use this parser, simply put #!bibtex after the beginning of the code block.
Example
{{{#!bibtex show=off @BOOK{oecd:2000a, editor = {OECD}, title = {No Longer Business as Usual. Fighting Bribery and Corruption}, booktitle = {No Longer Business as Usual. Fighting Bribery and Corruption}, year = 2000, address = {Paris}, publisher = {{Organisation for Economic Cooperation and Development}} } }}}
Copyright
This parser is copyrighted by GuidoBerhoerster
License
This parser is released under the terms of the GNU GPL.
Discussion
Works for Version 1.6.
Minor bug: missing statement self.request.write(formatter.div(0)) at end of file causes corrupted HTML syntax (only shows up for some themes, e.g. Explorer Theme). -- IngmarSchoegl 2025-01-21 02:20:54
2008-07 (RufusPollock) bibtex2html: I've modified this parser to work with bibtex2html (available more easily on most distributions than bib2xhtml). The result is available at: http://okfn.org/sysadmin/svn/trunk/moin/biblio/.
NB: I did not use the existing ParserMarket/bibtex parser because I wanted it to be compatible with these authors Cite and Bibliography macros.