The copyright symbol isn't really needed since the word "copyright" is there. Also...
[squirrelmail.git] / plugins / bug_report / README
index f81ffdaf462454c8985b6e5a1e525214032efda5..89cf9e99e1e4e080dd11c69a96207c3d80563d56 100644 (file)
@@ -1,4 +1,4 @@
-Bug Reporter
+Bug Reporter Plugin For SquirrelMail
 
 Need to submit a bug?  Need to know valuable system information?  Need
 to be accurate?  This should do it for you.
@@ -35,7 +35,34 @@ Future Work
 Installation
 ============
 
-Go back to the main directory, run configure and add the plugin.
+You must configure this plugin before you enable it in your SquirrelMail
+installation.  The plugin's configuration is stored in one of the
+following files:
+
+    config/bug_report_config.php
+    plugins/bug_report/config.php files. 
+
+The default configuration options can be found in (copy this file to
+one of the above locations and then edit it to suit you):
+
+    plugins/bug_report/config_default.php
+
+If both configuration files are present, this plugin uses the one in
+the config/ directory.
+
+By default, the plugin will only be visible to users listed in the
+following files:
+
+    plugins/bug_report/admins
+    config/admins
+
+... or only to the user that owns the main SquirrelMail configuration
+file.  Other users can use the bug_report plugin if you set a value for
+the administrator's email address in the plugin configuration file and
+set $bug_report_allow_users option to TRUE.
+
+Once the plugin is configured, go back to the main SquirrelMail
+directory, run "configure" and enable the plugin.
 
 
 Credits