aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-01-06 13:25:03 +0100
committerSem <sembrestels@riseup.net>2012-01-06 13:25:03 +0100
commit9895df4280a7be9465fe148a356327edf370f6fa (patch)
tree18a8ecb3a50fe4da0164a2b5a572ed3274343aa2 /manifest.xml
downloadelgg-9895df4280a7be9465fe148a356327edf370f6fa.tar.gz
elgg-9895df4280a7be9465fe148a356327edf370f6fa.tar.bz2
Initial commit for Elgg 1.8
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..2e0b61c1b
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Identica Widget</name>
+ <author>Simon Leblanc, Lorea Developers</author>
+ <version>0.3-dev</version>
+ <category>social</category>
+ <category>widget</category>
+ <description>Elgg simple identi.ca widget (based of the Curverider Ltd's work)</description>
+ <website>https://www.lorea.org/</website>
+ <copyright>(C) Simon Leblanc 2009, Lorea 2012</copyright>
+ <license>GNU General Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <activate_on_install>true</activate_on_install>
+</plugin_manifest>