/[docman2]/doc/notify.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

Annotation of /doc/notify.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jul 25 21:11:41 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
documentation about notify (N) trustee flag

1 dpavlin 1.1 <h1>Notify of changes</h1>
2    
3     <p>This feature of docman is implemented using <tt>N</tt>
4     <a href="trustee.html">trustee</a> on file. However, permissions on file
5     also affect which notifications will be sent to users:
6    
7     <table>
8     <tr><th>permission</th><th>notification about actions</th></tr>
9     <tr><td><tt>R</tt> read (file)</td><td>
10     <li><i>upload</i> new file or <i>check-in</i> existing
11     <li><i>create</i> new file
12     <li><i>save changes</i> in file
13     <li><i>rename</i> file
14     </td></tr>
15     <tr><td><tt>W</tt> write (file)</td><td>
16     <li><i>upload</i> new file or <i>check-in</i> existing
17     <li><i>creation</i> of new file or directory
18     <li><i>delete</i> file or directory
19     <li><i>undelete</i> file or directory
20     </td></tr>
21     <!--
22     <tr><td><tt>B</tt> browse (directory)</td><td>
23     </td></tr>
24     -->
25     </table>
26    
27     <p>Notify about one event on one file is sent only once. So if user has
28     read and write permission on file, check-in of new version will generate
29     just one message (this is logical).
30     </p>

  ViewVC Help
Powered by ViewVC 1.1.26