-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
executable file
·38 lines (34 loc) · 1.33 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Survey</name>
<id>survey</id>
<author>Florian DANIEL aka Facyla (survey fork), iionly (for Elgg 1.8 and newer), Juho Jaakkola, Kevin Jardine, John Mellberg and Dr Sanu P Moideen (Team Webgalli)</author>
<version>3.0.0</version>
<description>Enable this plugin if you wish to use multi-questions surveys site-wide and in groups.</description>
<website>https://github.com/Facyla</website>
<copyright>(C) Florian DANIEL aka Facyla, iionly, Juho Jaakkola, Kevin Jardine, John Mellberg and Dr Sanu P Moideen</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>3.0</version>
</requires>
<screenshot>
<description>Survey edit form - General settings</description>
<path>graphics/screenshot_form_main.png</path>
</screenshot>
<screenshot>
<description>Survey edit form - Questions</description>
<path>graphics/screenshot_form_questions.png</path>
</screenshot>
<screenshot>
<description>Survey results</description>
<path>graphics/screenshot_results.png</path>
</screenshot>
<category>communication</category>
<category>admin</category>
<category>content</category>
<suggests>
<type>plugin</type>
<name>elgg_dataviz</name>
</suggests>
</plugin_manifest>