aboutsummaryrefslogtreecommitdiff
path: root/mod/editablecomments/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/editablecomments/manifest.xml')
-rw-r--r--mod/editablecomments/manifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/editablecomments/manifest.xml b/mod/editablecomments/manifest.xml
new file mode 100644
index 000000000..6559f592f
--- /dev/null
+++ b/mod/editablecomments/manifest.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Editable Comments</name>
+ <author>Lorea developers</author>
+ <version>1.8-dev</version>
+ <category>lorea</category>
+ <category>enhancement</category>
+ <description>Makes comments editable</description>
+ <website>https://lorea.org/plugin/editablecomments</website>
+ <repository>https://gitorious.org/lorea/editablecomments</repository>
+ <donations>https://lorea.org/support</donations>
+ <copyright>Copyright 2012 Lorea Faeries &lt;federation@lorea.org&gt;</copyright>
+ <license>GNU Affero General Public License version 3 or later</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+</plugin_manifest>