aboutsummaryrefslogtreecommitdiff
path: root/mod/videolist/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:11:25 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:11:25 +0100
commit59448d8a9864573c05477a63a6dda404c455fdb6 (patch)
tree8222848ea99b84a33b07a3113ff63bb07ab46692 /mod/videolist/manifest.xml
parent4cf4e4d3969ab43978c95f88238547530b01422d (diff)
parent17d7adcb317d25e37d3091e94b66e3f16de54196 (diff)
downloadelgg-59448d8a9864573c05477a63a6dda404c455fdb6.tar.gz
elgg-59448d8a9864573c05477a63a6dda404c455fdb6.tar.bz2
Add 'mod/videolist/' from commit '17d7adcb317d25e37d3091e94b66e3f16de54196'
git-subtree-dir: mod/videolist git-subtree-mainline: 4cf4e4d3969ab43978c95f88238547530b01422d git-subtree-split: 17d7adcb317d25e37d3091e94b66e3f16de54196
Diffstat (limited to 'mod/videolist/manifest.xml')
-rw-r--r--mod/videolist/manifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/videolist/manifest.xml b/mod/videolist/manifest.xml
new file mode 100644
index 000000000..08539650a
--- /dev/null
+++ b/mod/videolist/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>Videolist</name>
+ <author>Prateek Choudhary, Core developers, Lorea developers</author>
+ <version>1.8.1</version>
+ <category>lorea</category>
+ <category>content</category>
+ <category>multimedia</category>
+ <description>This plugin allows users to create a library of videos.</description>
+ <website>https://lorea.org/</website>
+ <copyright>(C) Prateek Choudhary 2008-09, Elgg 2010, Lorea 2011-13</copyright>
+ <license>GNU Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <activate_on_install>true</activate_on_install>
+</plugin_manifest>