TikiWiki to BibTeX Converter
Introduction
This converter takes a piece of text like this:
<a name="author2005">author2005</a> (MISC):
author = {Anne Author},
title = {An Example of a Bibliographic Reference},
year = {2005}.
and performs a very simple operation on it to turn it into BibTeX .bib format, like this
@MISC{author2005,
author = {Anne Author},
title = {An Example of a Bibliographic Reference},
year = {2005}
}
It also deals with such things as HTML comments, TikiWiki escape codes like
))NotALink(( and ~np~Don't interpret me~/np~, bold and
italic formatting, inverted commas and slashes.
Input
Output
Add the following code to a BibTeX database file.
[No text to display]