/[docman2]/doc/new_directory_layout.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /doc/new_directory_layout.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Sat Jul 20 12:45:02 2002 UTC revision 1.2 by dpavlin, Thu Jul 25 21:11:51 2002 UTC
# Line 7  how new directories should be located (r Line 7  how new directories should be located (r
7  </p>  </p>
8    
9  <p>If you are in hurry, you can just skip parts which are written  <p>If you are in hurry, you can just skip parts which are written
10  in <i>italic</i>. But, re-read them because they contain usefull  in <i>italic</i>. But, re-read them because they contain useful
11  informations.  informations.
12  </p>  </p>
13    
# Line 18  There are several types of directories i Line 18  There are several types of directories i
18  <a name="DocumentRoot">  <a name="DocumentRoot">
19  <li>Apache DocumentRoot directory  <li>Apache DocumentRoot directory
20     <br>     <br>
21     This directory keeps just files which should be directly accessable by     This directory keeps just files which should be directly accessible by
22     your web server. It should have just <tt>index.php</tt> which     your web server. It should have just <tt>index.php</tt> which
23     is symlink or hardlink to <tt>docman.php</tt>.     is symlink or hard-link to <tt>docman.php</tt>.
24    
25  <a name="repository">  <a name="repository">
26  <li>Repository Directory  <li>Repository Directory
27     <br>     <br>
28     <b>Not accessable by web server, but writtable by it</b>. This is directory     <b>Not accessible by web server, but writable by it</b>. This is directory
29     in which uploaded documents will be stored (along with notes, changelog,     in which uploaded documents will be stored (along with notes, changelog,
30     locks and so on). <i>You can think of this directory as old root directory     locks and so on). <i>You can think of this directory as old root directory
31     of docman v1.x</i>. Nothing from this directory won't be executed by     of docman v1.x</i>. Nothing from this directory won't be executed by
32     docman or webserver for security reasons. <i>This means that you will have     docman or web server for security reasons. <i>This means that you will have
33     to move your include_php files, htusers and configuration files to somewhere     to move your include_php files, htusers and configuration files to somewhere
34     if you are upgrading from docman v1.x installation</i>     if you are upgrading from docman v1.x installation</i>
35     <br><small><a href="#go_repository">more about repository</small>     <br><small><a href="#go_repository">more about repository</small>
# Line 40  There are several types of directories i Line 40  There are several types of directories i
40     <br>     <br>
41     This directory stores configuration file, users file and     This directory stores configuration file, users file and
42     <a href="trustee.html">trustee</a> file     <a href="trustee.html">trustee</a> file
43     for one realm of your docman installation. <i>Realm is one authorisation     for one realm of your docman installation. <i>Realm is one authorization
44     domain, usually one virutal host in apache under which user can surf without     domain, usually one virtual host in apache under which user can surf without
45     need to re-enter his username or password.</i>     need to re-enter his username or password.</i>
46    
47  </ol>  </ol>
# Line 49  There are several types of directories i Line 49  There are several types of directories i
49  <hr>  <hr>
50    
51  <a name="docman">  <a name="docman">
52  <h2>DocMan's Distribution Directory structure</h2>  <h2>Docman's Distribution Directory structure</h2>
53    
54  <big>FIX</big>  <big>FIX</big>
55    
# Line 69  to docman): Line 69  to docman):
69          <td>file with MOTD which is included in interface</tr></tr>          <td>file with MOTD which is included in interface</tr></tr>
70  <tr><td><tt>.docman.conf</tt></td>  <tr><td><tt>.docman.conf</tt></td>
71          <td>configuration file for this site</tr></tr>          <td>configuration file for this site</tr></tr>
72  <tr><th colspan=2>in each directory under docman managemant <small>(all are optional and may be missing)</small></th><tr>  <tr><th colspan=2>in each directory under docman management <small>(all are optional and may be missing)</small></th><tr>
73  <tr><td><tt>.bak/</tt></td><td>directory for backup copies of files</td></tr>  <tr><td><tt>.bak/</tt></td><td>directory for backup copies of files</td></tr>
74  <tr><td><tt>.del/</tt></td><td>directory with deleted files</td></tr>  <tr><td><tt>.del/</tt></td><td>directory with deleted files</td></tr>
75  <tr><td><tt>.lock/</tt></td><td>directory with lock informations</td></tr>  <tr><td><tt>.lock/</tt></td><td>directory with lock informations</td></tr>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26