After many years, finally a new release of the Document Database.
Highlights
----------
* User Definable Fields, capture data that does not fit within the BibTeX fields
* Public Accessible Documents, if you hold the copyright you can publish documents directly from the database
* Statistics page shows who entered the most documents and which public documents got the most downloads
* Improved foreign character support
The DocDB project received numerous request for a Windows version. The document database is entirely written in PHP and should therefore run on any Apache server, independent of the operating system. However, the installation scripts are bash shell scripts which perform the installation on Unix like systems.
As we do not have any experience with installation tools for Windows but would like to support it too, we call for volunteers. We would love to find a volunteer who could write an installation program for DocDB on Windows using tools that are licensed under GPL.... read more
There is a bug in the mysql port of the Document Database version 1.2. BibTeX entries can currently not be displayed. There is a fix for this bug. The description and the fix can be found here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1168373&group_id=86036&atid=577976
Highlights:
* MySQL Support (version 4.1)
* Filearea, a place to share files (read the Disclaimer)
* Notes, users can comment on papers
* Boolean Search (e.g, dog<in>ti<or>cat<in>ti)
* Limited foreign character support
Until now, the Document Database only supported PostgreSQL as database backend. The upcoming version 1.2 will also support MySQL. If you can't wait, get the latest sources from CVS (not stable!) and report the errors using the bug tracking system.
Highlights:
* Supports multiple instances on the same machine
* Robust and easy installation
* Many Bugfixes
Unfortunately we discovered a Security Bug in Version 1.0 of the Document Database. This bug allows all registered users to read the file config.inc. This file contains sensitive information about the Document Database installation.
Fix: Create a file ".htaccess" in the html/includes directory of your installation which contains the following lines:
Order allow,deny
Deny from all
Also change the ownership of the html/includes to webserveruser:docdbgroup and change the access rights to 770. You can find more information in the Bugtracking system under bug number: 911782