From fe37a6515e213f6a0f1302a5a0807033205ffee5 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sun, 11 Aug 2013 12:28:16 +0200
Subject: [PATCH] improved bundled plugin descriptions

---
 lib/plugins/authad/plugin.info.txt      | 4 ++--
 lib/plugins/authldap/plugin.info.txt    | 4 ++--
 lib/plugins/authmysql/plugin.info.txt   | 4 ++--
 lib/plugins/authpgsql/plugin.info.txt   | 4 ++--
 lib/plugins/authplain/plugin.info.txt   | 4 ++--
 lib/plugins/popularity/plugin.info.txt  | 2 +-
 lib/plugins/revert/plugin.info.txt      | 2 +-
 lib/plugins/usermanager/plugin.info.txt | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/lib/plugins/authad/plugin.info.txt b/lib/plugins/authad/plugin.info.txt
index 996813bc5..3af1ddfbe 100644
--- a/lib/plugins/authad/plugin.info.txt
+++ b/lib/plugins/authad/plugin.info.txt
@@ -2,6 +2,6 @@ base   authad
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2013-04-25
-name   Active Directory auth plugin
-desc   Provides authentication against a Microsoft Active Directory
+name   Active Directory Auth Plugin
+desc   Provides user authentication against a Microsoft Active Directory
 url    http://www.dokuwiki.org/plugin:authad
diff --git a/lib/plugins/authldap/plugin.info.txt b/lib/plugins/authldap/plugin.info.txt
index 94809a75b..0d0b13f65 100644
--- a/lib/plugins/authldap/plugin.info.txt
+++ b/lib/plugins/authldap/plugin.info.txt
@@ -2,6 +2,6 @@ base   authldap
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2013-04-19
-name   ldap auth plugin
-desc   Provides authentication against am LDAP server
+name   LDAP Auth Plugin
+desc   Provides user authentication against an LDAP server
 url    http://www.dokuwiki.org/plugin:authldap
diff --git a/lib/plugins/authmysql/plugin.info.txt b/lib/plugins/authmysql/plugin.info.txt
index 16fe27e74..3e889d11e 100644
--- a/lib/plugins/authmysql/plugin.info.txt
+++ b/lib/plugins/authmysql/plugin.info.txt
@@ -2,6 +2,6 @@ base   authmysql
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2013-02-16
-name   mysql auth plugin
-desc   Provides authentication against a MySQL Server
+name   MYSQL Auth Plugin
+desc   Provides user authentication against a MySQL database
 url    http://www.dokuwiki.org/plugin:authmysql
diff --git a/lib/plugins/authpgsql/plugin.info.txt b/lib/plugins/authpgsql/plugin.info.txt
index af33cec3e..aecab914e 100644
--- a/lib/plugins/authpgsql/plugin.info.txt
+++ b/lib/plugins/authpgsql/plugin.info.txt
@@ -2,6 +2,6 @@ base   authpgsql
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2013-02-16
-name   PostgreSQL auth plugin
-desc   Provides authentication against a PostgreSQL database
+name   PostgreSQL Auth Plugin
+desc   Provides user authentication against a PostgreSQL database
 url    http://www.dokuwiki.org/plugin:authpgsql
diff --git a/lib/plugins/authplain/plugin.info.txt b/lib/plugins/authplain/plugin.info.txt
index 8d9d3a82d..b63ee53e4 100644
--- a/lib/plugins/authplain/plugin.info.txt
+++ b/lib/plugins/authplain/plugin.info.txt
@@ -2,6 +2,6 @@ base   authplain
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2012-11-09
-name   auth plugin
-desc   Provides authentication against local password storage
+name   Plain Auth Plugin
+desc   Provides user authentication against DokuWiki's local password storage
 url    http://www.dokuwiki.org/plugin:authplain
diff --git a/lib/plugins/popularity/plugin.info.txt b/lib/plugins/popularity/plugin.info.txt
index 17f3110c4..4dc971d3a 100644
--- a/lib/plugins/popularity/plugin.info.txt
+++ b/lib/plugins/popularity/plugin.info.txt
@@ -3,5 +3,5 @@ author  Andreas Gohr
 email   andi@splitbrain.org
 date    2012-11-29
 name    Popularity Feedback Plugin
-desc    Send anonymous data about your wiki to the developers.
+desc    Send anonymous data about your wiki to the DokuWiki developers
 url     http://www.dokuwiki.org/plugin:popularity
diff --git a/lib/plugins/revert/plugin.info.txt b/lib/plugins/revert/plugin.info.txt
index 984a531b3..482b68dc4 100644
--- a/lib/plugins/revert/plugin.info.txt
+++ b/lib/plugins/revert/plugin.info.txt
@@ -3,5 +3,5 @@ author Andreas Gohr
 email  andi@splitbrain.org
 date   2013-03-09
 name   Revert Manager
-desc   Allows you to mass revert recent edits
+desc   Allows you to mass revert recent edits to remove Spam or vandalism
 url    http://dokuwiki.org/plugin:revert
diff --git a/lib/plugins/usermanager/plugin.info.txt b/lib/plugins/usermanager/plugin.info.txt
index 1f8c2282b..315459122 100644
--- a/lib/plugins/usermanager/plugin.info.txt
+++ b/lib/plugins/usermanager/plugin.info.txt
@@ -3,5 +3,5 @@ author Chris Smith
 email  chris@jalakai.co.uk
 date   2013-02-20
 name   User Manager
-desc   Manage users
+desc   Manage DokuWiki user accounts
 url    http://dokuwiki.org/plugin:usermanager
-- 
GitLab