From f7a633b578b2cf0662cf53d2749eaa94655f0427 Mon Sep 17 00:00:00 2001 From: haraldronge Date: Mon, 14 Apr 2014 12:57:37 +0200 Subject: [PATCH] Update README syntax has to be lower case, documentation changed --- README | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README b/README index a602cb9..2404c4e 100644 --- a/README +++ b/README @@ -22,23 +22,27 @@ Installation Unzip into lib/plugins directory -SYNTAX ------- -~~GROUPMANAGER|[groups to manage]|[allowed users and groups]~~ +=====Syntax===== + +~~groupmanager|[groups to manage]|[allowed users and groups]~~ + Groups to manage separated by commas; the first group in the list will be the default group. -EXAMPLE 1 ---------- -~~GROUPMANAGER|wg_mygroup_reader|@wg_mygroup_admin~~ +**Be careful**: +Use ''~~groupmanager~~'' in lowercase letters; ''~~GROUPMANAGER~~'' may not work! + +==== Example 1 ==== + +~~groupmanager|wg_mygroup_reader|@wg_mygroup_admin~~ Members of group ‘ wg_mygroup_reader ‘ can be managed by group ‘ wg_mygroup_admin ‘ -EXAMPLE 2 ---------- -~~GROUPMANAGER|wg_mygroup_reader, wg_mygroup_editor|harald, @admin~~ +==== Example 2 ==== + +~~groupmanager|wg_mygroup_reader, wg_mygroup_editor|harald, @admin~~ + +Members of ‘ wg_mygroup_reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ and members of the group ‘admin’ -Members of ‘ wg_mygroup_reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ -and members of the group ‘admin’ REMARKS -------