Yes, docman's directory layout has changed. A lot. For impatient, please go to upgrade documentation. This document is overview how new directories should be located (relative to web server) and why.
If you are in hurry, you can just skip parts which are written in italic. But, re-read them because they contain useful informations.
There are several types of directories in docman:
root of repository | |
---|---|
.changelog | changes of files under docman management |
.htusers | file with users |
.info.inc | optional file with MOTD which is included in interface |
in each directory under docman management (all are optional and may be missing) | |
.bak/ | directory for backup copies of files |
.del/ | directory with deleted files |
.lock/ | directory with lock informations |
.log/ | directory with changelogs for each file |
.note/ | directory with notes for files |
in realm directory (docman2/realm) | |
http_virtual_host.conf | configuration file for this realm |
http_virtual_host.htusers | htusers file for this realm |
http_virtual_host.trustee | trustee file for this realm |
in realm directory (docman2/realm/http_host/script_path) (if using path to script as realm) | |
conf | configuration file for this realm |
htusers | htusers file for this realm |
trustee | trustee file for this realm |
include_php_file.php | optional file for include (docman.php?A=I&F=include_php_file) |