-
Notifications
You must be signed in to change notification settings - Fork 3
/
info.xml
27 lines (27 loc) · 918 Bytes
/
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
<?xml version="1.0"?>
<extension key="org.civicrm.osdi" type="module">
<file>osdi</file>
<name>OSDI</name>
<description>A common API for all</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Anudit Verma</author>
<email>verma.anudit@gmail.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://wiki.civicrm.org/confluence/display/CRM/OSDI+Integration</url>
<url desc="Documentation">http://opensupporter.github.io/osdi-docs/</url>
<url desc="Support">http://forum.civicrm.org/index.php?topic=36374.0</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<releaseDate>2015-07-03</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
</compatibility>
<comments>This module is in aplha stage</comments>
<civix>
<namespace>CRM/Osdi</namespace>
</civix>
</extension>