-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathinfo.xml
More file actions
29 lines (29 loc) · 1.12 KB
/
info.xml
File metadata and controls
29 lines (29 loc) · 1.12 KB
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
<?xml version="1.0"?>
<extension key="uk.org.futurefirst.networks.splitgroup" type="module">
<file>splitgroup</file>
<name>Split Group</name>
<description>This function takes a group of contacts, and splits it into several new smaller groups, each with some maximum number of contacts. The original group is left untouched.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>David Knoll</author>
<email>david@futurefirst.org.uk</email>
</maintainer>
<urls>
<url desc="Documentation">https://github.com/futurefirst/uk.org.futurefirst.networks.splitgroup/wiki</url>
<url desc="On GitHub">https://github.com/futurefirst/uk.org.futurefirst.networks.splitgroup</url>
<url desc="Future First">http://www.futurefirst.org.uk/</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-07-08</releaseDate>
<version>0.2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
<ver>5.0</ver>
</compatibility>
<comments></comments>
<civix>
<namespace>CRM/Splitgroup</namespace>
</civix>
</extension>