= Ht Group Editor Plugin = == Description == This a simple editor with drop down lists to edit the ht groups file for a project. It uses the Genshi templating engine, and is a replacement for HtgroupsPlugin. It was offered as a contribution to the author, but there was no response. It is a companion plugin to the FineGrainedPageAuthzEditorPlugin. [[Image(grp_edit_screenshot.png, 150px)]]. == File Locations == The plugin tries to find the names of the files it has to work with from the config object that reads them in from the normal config file for a Trac project, They maybe specifed in a project specific file or an inherited one. The list of users are obtained form the account_manager object that will could have read them from password_file specified under the account-manager section. [account-manager] password_file = /some/project/directory/users For the group file it is looked for under the account-manager section and the name group_file. If this fails it then looks under the htgroups section. [account-manager] group_file = /some/project/directory/groups or [htgroups] group_file = /some/project/directory/groups == Dependencies == It uses the following additional modules which may require installation 1. !ConfigObj from [http://www.voidspace.org.uk/python/configobj.html#introduction] == Bugs/Feature Requests == Existing bugs and feature requests for HtGroupEditorPlugin are [report:9?COMPONENT=HtGroupEditorPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=HtGroupEditorPlugin&owner=robert_martin new ticket]. == Download == Download the zipped source from [download:htgroupeditorplugin here]. == Source == You can check out HtGroupEditorPlugin from [http://trac-hacks.org/svn/htgroupeditorplugin here] using Subversion, or [source:htgroupeditorplugin browse the source] with Trac. == Example == Install in the normal way with `python setup.py install` == Recent Changes == [[ChangeLog(htgroupeditorplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:robert_martin] [[BR]] '''Contributors:'''