Maldini plugin
Allows citations and reference lists to be automatically generated from BibTeX files. Written by Brad Weslake.
Usage
The plugin provides a class, Maldini::Bibliography
, which can be assigned a link to a BibTeX file, and provides methods to automatically generate citations and reference lists.
Installation
Maldini is presently in pre-release development. The development version may be installed with:
$ cd path/to/site
$ echo 'gem "nesta-plugin-maldini", :git => "https://github.com/etc/nesta-plugin-maldini.git"' >> Gemfile
$ bundle
Documentation
For more on the idea behind Maldini, see the Maldini project homepage. You can browse the code on the GitHub page.