aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:02:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:02:53 -0300
commit19ee0c89c76417f45a88c695025ecc513c37d54e (patch)
tree7f5755ce6cae1b8fed0a17a426e5d790d3c0869f /manifest.xml
downloadelgg-19ee0c89c76417f45a88c695025ecc513c37d54e.tar.gz
elgg-19ee0c89c76417f45a88c695025ecc513c37d54e.tar.bz2
Squashed 'mod/linkup/' content from commit 31be7a5
git-subtree-dir: mod/linkup git-subtree-split: 31be7a50f246601e1ff93f0a5822806bff30b1b3
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..619d0ea4f
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Linkup</name>
+ <author>Lorea Developers</author>
+ <version>0.2.4</version>
+ <copyright>Lorea Faeries &lt;federation@lorea.org&gt;</copyright>
+ <category>lorea</category>
+ <category>usability</category>
+ <category>markup</category>
+ <blurb>Provide simple markup to interconnect arbitrary entities across the Elgg site.</blurb>
+ <description>
+ Allow simple markup to link arbitrary entities across Elgg
+ modules. See README.txt for details.
+ </description>
+ <website>https://lorea.org/plugin/linkup</website>
+ <bugtracker>https://n-1.cc/tasks/view/1566412/linkup</bugtracker>
+ <repository>https://gitorious.org/lorea/linkup</repository>
+ <donations>https://lorea.org/support</donations>
+ <license>GNU Affero General Public License version 3, or later</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <requires>
+ <type>php_extension</type>
+ <name>libxml</name>
+ </requires>
+ <suggests>
+ <type>plugin</type>
+ <name>group_alias</name>
+ </suggests>
+ <suggests>
+ <type>plugin</type>
+ <name>tasks</name>
+ </suggests>
+</plugin_manifest>