Doc_comment provides a PHP/MySQL document collaboration/review wiki.
Doc_comment is a simple PHP/MySQL document collaboration system that lets admin users upload documents/files for viewing and wiki-style commenting by other users.
It uses .htaccess to provide 3 security tiers, plus an additional password for admin.
It relies on browser plugins to display non-HTML files in the viewing frame (.pdf, .doc, .ppt, .xls, etc.).
INSTALL
-Use DATABASE.txt to create a MySQL database
-Use htpasswd -c to create password files corresponding to the doc, doc2, doc3 documents directories.
-If you want .htaccess for the first level of docs and the menu screen, then confgure .htaccess in the doc_comment directory
-Set correct path to AuthUserFile in .htaccess in doc2, doc3 directories (or configure .htaccess for directory in httpd.conf)
-Set variables in includes/config.php
-Make sure PHP can write to doc directories