-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
30 lines (30 loc) · 1.04 KB
/
info.xml
File metadata and controls
30 lines (30 loc) · 1.04 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
30
<?xml version="1.0"?>
<extension key="com.leftjoinlabs.peer" type="module">
<file>peer</file>
<name>Peer-To-Peer Pages</name>
<description>Provides peer-to-peer pages for fundraising, event registration, and petitions</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.peer</url>
<url desc="Documentation">https://github.com/leftjoinlabs/com.leftjoinlabs.peer</url>
<url desc="Support">https://github.com/leftjoinlabs/com.leftjoinlabs.peer/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-04-01</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments></comments>
<civix>
<namespace>CRM/Peer</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>