aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:34 -0300
commit354eae084587d9a9bddb74cb8aff41c2af9e58ad (patch)
tree4cef2a3a78634bbfbdb9647a0dd8a8d1b6caf6a8 /manifest.xml
downloadelgg-354eae084587d9a9bddb74cb8aff41c2af9e58ad.tar.gz
elgg-354eae084587d9a9bddb74cb8aff41c2af9e58ad.tar.bz2
Squashed 'mod/editablecomments/' content from commit b97df96
git-subtree-dir: mod/editablecomments git-subtree-split: b97df962cca29bf292d72c1f174fc6322e59e126
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..6559f592f
--- /dev/null
+++ b/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>