How to try things out:
======================

BibTeX support
--------------

Try the following:

> bib2xml xampl

You can now compare the converted file xampl.xml with the original
xampl.bib.  If you want to avoid UTF-8 (Unicode), use

> bib2xml -o latin1 xampl

or

> bib2xml -o ascii xampl

Bibulus
-------

> perl testmain

Bibulus::HTML
-------------

> perl testhtml

Bibulus::LaTeX
--------------

> latex test.ltx
> bibulustex test


How to start hacking:
=====================

A suggestion:

- look at testmain or testhtml

- look at HTML.pm

- try to make a new output format

- look at label definitions in Bibulus.pm

- add an extra labeltype (for instance, using the title as the label)

- ...
