diff options
Diffstat (limited to 'mod/identica/manifest.xml')
-rw-r--r-- | mod/identica/manifest.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/identica/manifest.xml b/mod/identica/manifest.xml new file mode 100644 index 000000000..45b8fff61 --- /dev/null +++ b/mod/identica/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>1.8.0</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-2013</copyright> + <license>GNU Affero General Public License, version 3 or later</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> + <activate_on_install>true</activate_on_install> +</plugin_manifest> |