-
Notifications
You must be signed in to change notification settings - Fork 3
/
info.xml
33 lines (33 loc) · 1.22 KB
/
info.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
<?xml version="1.0"?>
<extension key="eu.tttp.lonesome" type="module">
<file>lonesome</file>
<name>Find contacts without groups or without tags</name>
<label>Find contacts without groups or without tags</label>
<description>Provides a custom search a dataviz to let you find your individual contacts that don't belong to a group</description>
<downloadUrl>https://github.com/TechToThePeople/lonesome/archive/master.zip</downloadUrl>
<license>AGPL-3.0</license>
<maintainer>
<author>xavier</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/TechToThePeople/lonesome</url>
<url desc="Documentation">https://github.com/TechToThePeople/lonesome</url>
<url desc="Support">https://github.com/TechToThePeople/lonesome</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2015-05-09</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
</compatibility>
<comments>No man is an island</comments>
<civix>
<namespace>CRM/Lonesome</namespace>
</civix>
</extension>