Initial commit

This commit is contained in:
Marc Michalsky forumZFD 2020-09-25 15:10:38 +02:00
commit 0ea5953d8c
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
24 changed files with 4762 additions and 0 deletions

30
info.xml Normal file
View 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>