# HG changeset patch # User Paul Boddie # Date 1390693694 -3600 # Node ID 6948d745190c2f439d38fc3d1e312176dd4d7d18 # Parent b94b5b5ba162a7d1ec42a3369692005cf47baa3b Improved the settings details, adding the user actions setting. diff -r b94b5b5ba162 -r 6948d745190c README.txt --- a/README.txt Sun Jan 26 00:46:41 2014 +0100 +++ b/README.txt Sun Jan 26 00:48:14 2014 +0100 @@ -96,9 +96,15 @@ moinmessage_gpg_users_page (optional, default is MoinMessageUserDict) This provides a mapping from key fingerprints to Moin usernames. + See "The Fingerprint-to-Username Mapping" section for details. + + moinmessage_user_actions_page (default is MoinMessageUserActionsDict) + This defines the content modification actions for each user on pages and + message stores. See "The Username-to-Actions Mapping" section for details. moinmessage_gpg_signing_users_page (optional, default is MoinMessageSigningUserDict) This provides a mapping from Moin usernames to key fingerprints. + See "The Username-to-Signing-Key Mapping" section for details. moinmessage_gpg_relaying_user (optional) This specifies the username of a special user who will sign relayed @@ -108,13 +114,14 @@ moinmessage_gpg_relays_page (optional, default is MoinMessageRelayDict) Where message relaying is specified for a recipient, the relay name will be - looked up in the dictionary provided by this page. + looked up in the dictionary provided by this page. See "The Relays Mapping" + section for details. moinmessage_gpg_recipients_page (optional, default is MoinMessageRecipientsDict) This provides a mapping from recipients to remote URLs and key fingerprints. Each user can define the named page as a subpage of their own home page. If no such personal mapping exists, a common mapping exists relative to the - site root. + site root. See "The Recipients Mapping" section for details. moinmessage_reject_messages_without_dates (optional, default is True) This causes messages sent to a wiki using the PostMessage action to be @@ -214,7 +221,10 @@ username:: Store:"Some user's special page" Without an entry in this mapping, messages may not perform content -modification or storage actions in the wiki. +modification or storage actions in the wiki to a given resource on behalf of +a given user. + +Note that the action names can be case-insensitive. The Username-to-Signing-Key Mapping -----------------------------------