Table of Contents | ![]() |
pdfbib is a cgi with ajax interface which reads the metadata of your pdf's and allows you to compare and synchronize this data with data in a (bibliographic) database. Functionality is provided to edit both the metadata and the data in the database. The goal of this project is threefold:
My current configuration is a web server which has direct read/write access to the pdf's and to the sqlite2 database used by bibus — which is IMHO currently the most mature bibliographic database (besides bibtex and all its related software of course) and interacts well with openoffice.org.
As with all my scripts this cgi is heavily based on perl modules which have to be installed to make this work. Some of these are part of standard perl distributions, some are not. More specifically, you will need:
Get them from CPAN
I include my bibliographic database in bibus' format (bibus.dat), but you really should start with an empty one. Get bibus and choose sqlite as database format. More information on bibus' database format can be found on bibus' community wiki.
Put the main cgi (pdfbib.pl) into your cgi directory and make sure that it is executable. Then adapt at least two parameters:
![]() | |
One naming convention is crucial: the pdf-filename consists of <Identifier>.pdf. Identifier is the "identifier" field of bibus' database and has to be unique. |
The current release is hosted by sourceforge: http://sourceforge.net/project/showfiles.php?group_id=178613
Copyright © 2006 Thomas Berker
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.