forked from ggouv/elgg-brainstorm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
17 lines (17 loc) · 730 Bytes
/
Copy pathmanifest.xml
File metadata and controls
17 lines (17 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Brainstorm</name>
<author>Emmanuel Salomon @ManUtopiK</author>
<version>0.1b</version>
<blurb>Plugin for brainstorming, feedback...</blurb>
<description>Add capacity for groups to brainstorm/feedback. Members of groups can suggest ideas about what group should do.</description>
<website>https://github.com/ManUtopiK/elgg-brainstorm</website>
<licence>GNU Public License version 2</licence>
<copyright></copyright>
<requires>
<type>elgg_version</type>
<version>2010030101</version>
</requires>
<activate_on_install>true</activate_on_install>
<admin_interface>simple</admin_interface>
</plugin_manifest>