aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter_api/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/twitter_api/manifest.xml')
-rw-r--r--mod/twitter_api/manifest.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/mod/twitter_api/manifest.xml b/mod/twitter_api/manifest.xml
new file mode 100644
index 000000000..fc0aa44c5
--- /dev/null
+++ b/mod/twitter_api/manifest.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Twitter API</name>
+ <author>Core developers</author>
+ <version>1.8</version>
+ <description>Allows users to authenticate their Elgg account with Twitter.</description>
+ <category>service</category>
+ <category>bundled</category>
+ <website>http://www.elgg.org/</website>
+ <copyright>See COPYRIGHT.txt</copyright>
+ <license>GNU Public License version 2</license>
+ <requires>
+ <type>elgg_version</type>
+ <version>2010040201</version>
+ </requires>
+ <requires>
+ <type>plugin</type>
+ <name>oauth_lib</name>
+ </requires>
+ <requires>
+ <type>php_extension</type>
+ <name>curl</name>
+ </requires>
+</plugin_manifest>