Initial commit
This commit is contained in:
commit
0ea5953d8c
24 changed files with 4762 additions and 0 deletions
30
info.xml
Normal file
30
info.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0"?>
|
||||
<extension key="de.forumzfd.twinglecampaign" type="module">
|
||||
<file>twinglecampaign</file>
|
||||
<name>Twingle Campaign</name>
|
||||
<description>Manage Twingle projects and events as campaigns in CiviCRM</description>
|
||||
<license>AGPL-3.0</license>
|
||||
<maintainer>
|
||||
<author>Marc Michalsky</author>
|
||||
<email>michalsky@forumzfd.de</email>
|
||||
</maintainer>
|
||||
<urls>
|
||||
<url desc="Main Extension Page">http://FIXME</url>
|
||||
<url desc="Documentation">http://FIXME</url>
|
||||
<url desc="Support">http://FIXME</url>
|
||||
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
|
||||
</urls>
|
||||
<releaseDate>2020-09-25</releaseDate>
|
||||
<version>1.0</version>
|
||||
<develStage>alpha</develStage>
|
||||
<compatibility>
|
||||
<ver>5.0</ver>
|
||||
</compatibility>
|
||||
<comments>This is a new, undeveloped module</comments>
|
||||
<classloader>
|
||||
<psr4 prefix="Civi\" path="Civi"/>
|
||||
</classloader>
|
||||
<civix>
|
||||
<namespace>CRM/TwingleCampaign</namespace>
|
||||
</civix>
|
||||
</extension>
|
Loading…
Add table
Add a link
Reference in a new issue