File: AppendixA.stx

package info (click to toggle)
zope-devguide 20011206-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 456 kB
  • ctags: 45
  • sloc: python: 152; makefile: 124; sh: 54
file content (124 lines) | stat: -rw-r--r-- 3,445 bytes parent folder | download
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
Appendix A: Zope Core Permissions

  This is a list of standard permissions included with Zope. It is a
  good idea to use these permissions when applicable with your Zope
  products, rather than creating new ones.

  Core Permissions

    Access contents information -- get "directory listing" info

    Add Accelerated HTTP Cache Managers -- add HTTP Cache Manager objects

    Add Database Methods -- add ZSQL Method objects

    Add Documents, Images, and Files -- add DTML Method/Document objects,
     Image objects, and File objects

    Add External Methods  -- add External Method objects

    Add Folders -- add Folder objects

    Add MailHost objects  -- add MailHost objects

    Add Python Scripts  -- Add Python Script objects

    Add RAM Cache Managers  -- Add RAM Cache manager objects

    Add Site Roots -- add Site Root objects

    Add User Folders  -- add User Folder objects

    Add Versions  -- add Version objects

    Add Virtual Host Monsters  -- add Virtual Host Monster objects

    Add Vocabularies  -- add Vocabulary objects (ZCatalog-related)

    Add ZCatalogs  -- add ZCatalog objects

    Add Zope Tutorials  -- add Zope Tutorial objects

    Change DTML Documents -- modify DTML Documents

    Change DTML Methods  -- modify DTML Methods

    Change Database Connections  -- change database connection objects

    Change Database Methods  -- change ZSQL method objects

    Change External Methods -- change External Method objects

    Change Images and Files  -- change Image and File objects

    Change Python Scripts  -- change Python Script objects

    Change Versions  -- change Version objects

    Change bindings  -- change bindings (for Python Scripts)

    Change cache managers  -- change cache manager objects

    Change cache settings  -- change cache settings (cache mgr parameters)

    Change configuration  -- generic

    Change permissions  -- change permissions

    Change proxy roles  -- change proxy roles

    Create class instances  -- used for ZClass permission mappings

    Delete objects  -- delete objects

    Edit Factories  -- edit Factory objects (ZClass)

    FTP access  -- allow FTP access to this object

    Import/Export objects  -- export and import objects

    Join/leave Versions  -- join and leave Zope versions

    Manage Access Rules -- manage access rule objects

    Manage Vocabulary  -- manage Vocabulary objects

    Manage Z Classes  -- Manage ZClass objects (in the control panel)

    Manage ZCatalog Entries  -- catalog and uncatalog objects

    Manage properties -- manage properties of an object

    Manage users  -- manage Zope users

    Open/Close Database Connections  -- open and close database connections    

    Query Vocabulary -- query Vocabulary objects (ZCatalog-related)

    Save/discard Version changes -- save or discard Zope version changes

    Search ZCatalog -- search a ZCatalog instance

    Take ownership  -- take ownership of an object

    Test Database Connections  -- test database connection objects

    Undo changes  -- undo changes to the ZODB (e.g. use the Undo tab)

    Use Database Methods  -- use ZSQL methods

    Use Factories  -- use Factory objects (ZClass-related)

    Use mailhost services -- use MailHost object services

    View -- view or execute an object

    View History -- view ZODB history of an object

    View management screens -- view management screens related to an object