-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinfo.xml
43 lines (43 loc) · 1.52 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
37
38
39
40
41
42
43
<?xml version="1.0"?>
<extension key="osmf-verify-contributor" type="module">
<file>osmf_verify_contributor</file>
<name>OSM Contributor Verification</name>
<description>
Custom tools for join.osmfoundation.org related to membership sign-up.
</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Noah Miller, Lemniscus</name>
<email>nm@lemnisc.us</email>
<homepage>https://lemnisc.us</homepage>
<role>Author</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/lemniscus/osmf-verify-contributor</url>
<url desc="Documentation">https://github.com/lemniscus/osmf-verify-contributor</url>
<url desc="Support">https://github.com/lemniscus/osmf-verify-contributor/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-04-27</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.36</ver>
</compatibility>
<requires>
<ext>oauth-client</ext>
</requires>
<comments>Allows people to verify their OpenStreetMap username through OAuth; verifies that map contributions meet
the requirements for fee-waiver memberships and makes those memberships "pending" until then. Custom extension for
join.osmfoundation.org.
</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr4 prefix="Osmf\" path="Osmf"/>
</classloader>
<civix>
<namespace>CRM/OsmfVerifyContributor</namespace>
</civix>
</extension>