I wrote a little script that stores paper references in Mysql db,
adds, edits, deletes entries, export them into standard bibtex, static html, and simple latex formats, I use it to manage my personal paper collection, and use it in writing my own papers To use it, you need to first set up a mysql database table using the newdb.sql in the package, then you need to manually set the permission on the table, ( this is very important! usually on RedHat and many linux distros, you need to GRANT to apache@localhost, not apache! ), then you need to setup your http/apache server to have PHP support. then put the scripts into your /var/www/html/ then you can try out using /var/www/html/ref_disp.html, to use it you also need to set some parameters in globals.php, for example, passwd and username, db name..... |