]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/ModerierteSeite
first translation
[SourceForge/phpwiki.git] / locale / de / pgsrc / ModerierteSeite
1 Date: Sat, 13 Jul 2007 20:26:00 +0100
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14)
3 X-Rcs-Id: $Id: ModerierteSeite,v 1.1 2007-07-15 17:40:45 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=ModerierteSeite;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="LOCKED";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 <?plugin ModeratedPage ?>
13
14 ----
15
16 !!! Was ist eine ModerierteSeite?
17
18 Eine ModerierteSeite ist ein seitenspezifische Einstellung, die gewisse Aktionen auf moderierten 
19 Seiten einschränkt. 
20 The requested action and page is stored internally and an email is sent to the moderators
21 described in the linked and locked ModeratedPage action page. 
22 Any moderator may approve or reject the action by simply clicking an url. 
23 When approving the action, the requested action (edit, rename, ...) is performed. 
24
25 In both cases the author is notified, so it's recommended for the
26 moderator to click on either the approve or reject links in the moderation email. 
27 In case of multiple moderators: first comes, first serves.
28
29 !!! How to enable ModerierteSeite on a single page?
30
31 * Check the status of this action page, esp. the moderators in the
32   plugin line, if they had their emails stored in their
33   UserPreferences, and if the action page is locked.
34 * Add a link to this action page in the page(s) in question.
35 * Save the page.
36 * Lock the page to actually change the moderation status. You may want to unlock it then.
37
38 !!! How to disable ModerierteSeite on a single page?
39
40 * Remove the link to this action page in the page(s) in question.
41 * Save the page.
42 * Lock the page to actually change the moderation status. You may want to unlock it then.
43
44 !!! Plugin Arguments
45
46 * moderators: comma seperated list of registered usernames or groups.
47   Each user should have his email defined in his prefs. Default: "Administrators" or 
48   <?plugin SystemInfo ADMIN_USER ?>
49 * requirelevel: one of 0, 1, 2 or 10 on which moderation is used. Default: false (use requireaccess instead)
50 * requireaccess: comma separated list of access perms, on which the moderation is used
51   "view,edit,create,list,remove,change"
52   Default: edit,remove,change
53
54 !!! How does it work internally?
55
56 You need to lock the page additionally, so that the link parser performs 
57 some magic whether the ModerierteSeite link is present or not, for efficiency 
58 reasons. It can be unlocked again, and even the ModeratedPage link may be removed. 
59 The status will only be changed on the *lock* action, whether the ModeratedPage 
60 link is present or not.
61
62 The moderation status is stored in each page in question. 
63 Each moderated action is stored in the page also, together with a randomly
64 created permission key to allow Grant by a simple external unauthorized request. 
65 There's no timeout on moderated actions, so the actions may stack up. 
66 The delayed actions may be performed in any order, there's no strict ordering to 
67 follow for the moderator.
68
69 !!! How to enable ModerierteSeite on multiple/all pages?
70
71 If you enable the config option ENABLE_MODERATEDPAGE_ALL, the page moderation status on 
72 every page is automatically set to check this action page ModeratedPage.
73
74 There may come another administrative plugin to change the moderation 
75 status on selected pages.
76
77 -----
78 PhpWikiDocumentation Help:WikiPlugin