-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
37 lines (37 loc) · 1.49 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
<?xml version="1.0"?>
<extension key="com.ginkgostreet.civicrm.contribute.fund" type="module">
<file>fund</file>
<name>Contribution Fund Picker</name>
<description>
This module tames University Synagogue's contribution page, which allows donors
to contribute to various funds. The funds are collected in a dropdown
list, and giving amounts are suggested to donors via a configurable price field.
(Donors may also enter in a different amount.) Selected funds and associated amounts
are displayed in a table, which the donor may edit. Admins can direct visitors to a
specific fund via a URL parameter (e.g., /civicrm/contribute/transact?reset=1&id=8&fund=50,
where 50 is the price field ID of the desired fund).
</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Ginkgo Street Labs</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2014-12-05</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.4</ver>
</compatibility>
<comments>
This module was built specifically for University Synagogue. It's possible the
customization could have applications for other organizations, but it's unclear
how much work would be required to make the extension sufficiently generic to
be reusable.
</comments>
<civix>
<namespace>CRM/Fund</namespace>
</civix>
</extension>