diff options
Diffstat (limited to 'mod/openid_client/manifest.xml')
-rw-r--r-- | mod/openid_client/manifest.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mod/openid_client/manifest.xml b/mod/openid_client/manifest.xml new file mode 100644 index 000000000..eba4674c7 --- /dev/null +++ b/mod/openid_client/manifest.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>OpenID Client</name> + <author>Core developers</author> + <version>1.8.0</version> + <description>OpenID consumer for Elgg. Enabled users log in using their credentials from sites like Google and Yahoo.</description> + <category>user</category> + <website>http://www.elgg.org/</website> + <copyright>Cash Costello 2011</copyright> + <license>GNU General Public License version 2</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> + <requires> + <type>plugin</type> + <name>openid_api</name> + </requires> +</plugin_manifest> |