comparison whitepaper.txt @ 1:79ba50af9443

add more notes
author k0s <k0scist@gmail.com>
date Mon, 04 Jan 2010 21:17:41 -0500
parents c904249afb04
children 910fa7e781b9
comparison
equal deleted inserted replaced
0:c904249afb04 1:79ba50af9443
1 = Discussions = 1 = Discussions =
2 2
3 All Discussions objects are basically the same. You get a set of 3 All Discussions objects are basically the same. You get a set of
4 options which are inherited from the parent or provided. 4 options which are inherited from the parent or provided.
5 5
6 == Roles and Permissions ==
7
8 A member can be in one of three states with respect to a resource:
9
10 * administrator: has all rights over a resource except as set by
11 above resources; Administrators of the root ('/') resource are
12 site administrators and have all rights.
13
14 * members: has permissions of a resource as dictated by the
15 administrator (view, post, etc). [different types of members?
16 groups? probably not]
17
18 * non-members: if an agent isn't a member of a resource, they
19 generally have lowest level priveleges.
20
6 == Options == 21 == Options ==
7 22
8 Options can be in one of three states: unset, set, and locked. In 23 Options can be in one of three states: unset, set, and locked (and
24 set + locked). In
9 the case where the option is locked, all children inherit the setting 25 the case where the option is locked, all children inherit the setting
10 as well: 26 as well:
11 27
12 archive.lock = false 28 archive.lock = false
13 29
31 = Members = 47 = Members =
32 48
33 == Preferences == 49 == Preferences ==
34 50
35 Member preferences can also be set from the site level. 51 Member preferences can also be set from the site level.
52
53 = Digest =
54
55 Different templates can be used to display different digest methods.
56 For instance, you could display a brief form of the message with just
57 the links:
58
59 {{{
60 Example of .ini configuration:
61
62 [digest:daily]
63 template = /path/to/templates/daily-digest.txt
64
65 }}}
66
67 This can be used to facilitate a moderated digest. Roundup emails can
68 be sent about a discussion written and editted by the moderator.