-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
36 lines (36 loc) · 1.17 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
34
35
36
<?xml version="1.0"?>
<extension key="com.leftjoinlabs.peertopeerpetitions" type="module">
<file>peertopeerpetitions</file>
<name>Peer-To-Peer Petitions</name>
<description>This extension enables constituents to create their own pages to promote a petition.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Sean Madsen</author>
<email>sean@leftjoinlabs.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">
https://github.com/leftjoinlabs/com.leftjoinlabs.peertopeerpetitions
</url>
<url desc="Documentation">
https://github.com/leftjoinlabs/com.leftjoinlabs.peertopeerpetitions
</url>
<url desc="Support">
https://github.com/leftjoinlabs/com.leftjoinlabs.peertopeerpetitions/issues
</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-02-27</releaseDate>
<version>0.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments></comments>
<civix>
<namespace>CRM/Peertopeerpetitions</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>