aboutsummaryrefslogtreecommitdiff
path: root/mod/editablecomments/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:35 -0300
commited3335df218dca6aa14f1686454b3e265339b729 (patch)
tree93744d4ae085ce936d2353facf3d91a576b8741b /mod/editablecomments/manifest.xml
parent4a86fa9b2e63b9d6bb0a07333d4c7d59df621270 (diff)
parent354eae084587d9a9bddb74cb8aff41c2af9e58ad (diff)
downloadelgg-ed3335df218dca6aa14f1686454b3e265339b729.tar.gz
elgg-ed3335df218dca6aa14f1686454b3e265339b729.tar.bz2
Merge commit '354eae084587d9a9bddb74cb8aff41c2af9e58ad' as 'mod/editablecomments'
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>