diff options
Diffstat (limited to 'mod/videolist/manifest.xml')
-rw-r--r-- | mod/videolist/manifest.xml | 18 |
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> |