-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinfo.xml
executable file
·27 lines (27 loc) · 1.15 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
<?xml version="1.0"?>
<extension key="be.aivl.streetimport" type="module">
<file>streetimport</file>
<name>Street Importer: Custom Importer Base</name>
<description>Processes Custom Import Files</description>
<license>AGPL-3.0</license>
<maintainer>
<author>SYSTOPIA</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://https://github.com/CiviCooP/be.aivl.streetimport</url>
<url desc="Documentation">http://https://github.com/CiviCooP/be.aivl.streetimport</url>
<url desc="Support">http://www.civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate></releaseDate>
<version>2.0.dev</version>
<develStage>dev</develStage>
<compatibility>
<ver>5</ver>
</compatibility>
<comments>This is a base module, you need to implement your own handlers for your files. Have a look at the documentation. The foundation of this project is the StreetImporter project of Amnesty International Vlaandern, developed by Erik Hommel and Björn Endres</comments>
<civix>
<namespace>CRM/Streetimport</namespace>
</civix>
</extension>