MediaWikiでBibTexを使う
いくつかBibTexのExtensionがあるが、Mediawiki Bibtex Extensionがシンプルで使いやすいので採用した。
出力フォーマットの改行が嫌だったのでBibTex/bibtex.phpを改変して改行をなくした。デフォルトではpopが出るようになっているがそれもいらないのでBibTex/bibstyle.phpを編集して以下の変数の値を設定した。
$wbib_allowbibpopup = false; # A link named bibtex is appearing. It can pop with the bibtex reference like in ACM libraries $wbib_allowdivpopup = false; # A div is popping when the cursor is over the link named bibtex;