File: Security.html

package info (click to toggle)
squishdot 1.5.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,016 kB
  • ctags: 440
  • sloc: python: 2,829; makefile: 56; sh: 23
file content (128 lines) | stat: -rw-r--r-- 4,420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
<title>Squishdot Documentation</title>
<style type="text/css">
body {
    background-color: #F4F4F4;
    color: #000000;
}
a:link {
    color: #0066cc;
}
a:visited {
    color: #006666;
}
#sections {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
#sections ul.sub {
        padding-left: 10px;
}
.small {
    font-size: 0.8em;
}
</style>
</head>
<body>
<table border="0" cellspacing="2" cellpadding="8" width="99%" summary="Squishdot documentation">
<tr>
    <td colspan="2">
        <h2>Squishdot Documentation</h2>
    </td>
</tr>
<tr>	  
    <td rowspan="10" valign="top" width="15%">
        <strong>Sections</strong>
        <ul id="sections">
            <li><a href="http://www.squishdot.org">Squishdot Home</a></li>
            <li><a href="index.html#intro">Introduction</a></li>
            <li><a href="index.html#features">Features</a></li>
            <li><a href="http://www.squishdot.org/Download">Download</a></li>
            <li><a href="index.html#install">Installation</a>
                <ul class="sub">
                    <li><a href="Security.html">Security</a></li>
                    <li><a href="Upgrades.html">Upgrade Notes</a></li>
                </ul>
            </li>
            <li><a href="index.html#support">Support</a></li>
            <li><a href="http://www.squishdot.org/Subscribe">Mailing List</a></li>
            <li><a href="index.html#versions">Squishdot Versioning</a>
                <ul class="sub">    
                    <li><a href="Changes.html">Changes</a></li>
                    <li><a href="Credits.html">Credits</a></li>
                    <li><a href="file:///usr/share/doc/squishdot/copyright">License</a></li>
                </ul>
            </li>
        </ul>
    </td>
    <td>
        <h2>Squishdot Security</h2>
        <p>
        Squishdot provides varying degrees of access to view, most, moderate and manage sites.
        It uses Zope's security model to do this, and you should be familiar with this before reading further.
        </p>
        <p>
        The following table summarises the permissions required to perform certain 
        tasks for Squishdot 0.4.1 <em>and above</em>:
        </p>
        <table border="1" summary="Squishdot ACLs">
        <tr>
            <th>Task</th>
            <th>Permissions Required</th>
        </tr>
        <tr>
            <td valign="top">View and Search a Squishdot Site</td>
            <td valign="top">
                Access contents information<br />
                View<br />
                (Query TinyTable Data, if your Squishdot Site uses a <code>Fancy</code> demo)
            </td>
        </tr>
        <tr>
            <td valign="top">Post Articles and Replies to a Squishdot Site</td>
            <td valign="top">
                All of the above plus:<br />
                Add Postings
            </td>
        </tr>
        <tr>
            <td valign="top">Moderate Articles and Replies to a Squishdot Site</td>
            <td valign="top">
                All of the above plus:<br />
                Moderate Postings<br /><br />
                <em>The URL to do this is &lt;your&nbsp;site&gt;/manage_postings</em>
            </td>
        </tr>
        <tr>
            <td valign="top">
                Manage the configuration of a Squishdot Site<br /> 
                (the subjects, Squishdot options and properties on the site)
            </td>
            <td valign="top">
                All of the above plus:<br />
                Manage Squishdot<br />
                View management screens<br />
                Manage ZCatalog Entries
            </td>
        </tr>
        </table>
    </td>
</tr>
<tr>
    <td colspan="2" align="center">
        <a href="http://www.zope.org/Credits" target="_top">
            <img src="/usr/lib/zope/lib/python/App/www/zope_button.jpg" width="115" height="50" border="0" alt="Powered by Zope" />
        </a>
        &nbsp;&nbsp;
        <a href="http://squishdot.org">
            <img src="/usr/lib/zope/lib/python/Products/Squishdot/squishlogo.gif" alt="Squishdot Powered" border="1" width="75" height="50" />
        </a> 
    </td>
</tr>
</table>
</body>
</html>