aboutsummaryrefslogtreecommitdiff
path: root/mod/lightpics/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/lightpics/manifest.xml')
-rw-r--r--mod/lightpics/manifest.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/mod/lightpics/manifest.xml b/mod/lightpics/manifest.xml
new file mode 100644
index 000000000..f892a0e0a
--- /dev/null
+++ b/mod/lightpics/manifest.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Lightpics Photo Gallery</name>
+ <author>Lorea developers</author>
+ <version>1.8</version>
+ <description>A simple photo gallery with albums and a slideshow.</description>
+ <category>content</category>
+ <category>multimedia</category>
+ <website>https://lorea.org</website>
+ <copyright>(C) 2011-2012 Cash Costello, 2012-2013 Lorea</copyright>
+ <license>GNU General Public License Version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <conflicts>
+ <type>plugin</type>
+ <name>tidypics</name>
+ </conflicts>
+ <suggests>
+ <type>plugin</type>
+ <name>colorbox</name>
+ <version>1.8</version>
+ </suggests>
+ <requires>
+ <type>priority</type>
+ <priority>after</priority>
+ <plugin>colorbox</plugin>
+ </requires>
+</plugin_manifest>