aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-11 07:46:10 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-11 07:46:10 -0500
commit06ea39aed597f94b8a754b05ca60d005167367b7 (patch)
tree070c7327aa78eed720c21bf47f92b6e1d44b76d3 /manifest.xml
downloadelgg-06ea39aed597f94b8a754b05ca60d005167367b7.tar.gz
elgg-06ea39aed597f94b8a754b05ca60d005167367b7.tar.bz2
initial commmit
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..b0726a5e9
--- /dev/null
+++ b/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 API</name>
+ <author>Core developers</author>
+ <version>1.8</version>
+ <description>OpenID API support for Elgg.</description>
+ <category>api</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>php_extension</type>
+ <name>curl</name>
+ </requires>
+</plugin_manifest>