forked from JMRI/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonations.shtml
102 lines (83 loc) · 4.2 KB
/
donations.shtml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- $Id: donations.shtml,v 1.4 2008-01-13 18:47:00 jacobsen Exp $ -->
<html lang="en">
<head>
<title>Donating to JMRI</title>
<meta name="keywords" content="JMRI Jacobsen open-source patent defense copyright trademark">
<!-- Style -->
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/css/default.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print">
<link rel="icon" href="/images/jmri.ico" type="image/png">
<link rel="home" title="Home" href="/">
<!-- /Style -->
</head>
<!--#include virtual="/Header.shtml" -->
<!--#include virtual="Sidebar.shtml" -->
<hr class="hide">
<div id="mainContent">
<h2>Donating to JMRI</h2>
<!-- the content goes here -->
JMRI runs entirely on volunteer labor. We have an
impressive list of
<a href="/help/en/Acknowledgements.shtml">people who have worked on JMRI</a>.
<P>
However, JMRI also needs contributions of money.
We generally use open source and collaborative (i.e. no-cost-to-us) tools and infrastructure,
but there are a
few expenses related to JMRI software development that have to be paid for,
including, but not limited to:
<ul>
<li>Domain name registration fees,
<li>copyright and trademark registration fees,
<li>costs for signing certificates and other development items,
</ul>
and other costs associated with keeping the JMRI code freely available and
the developer and users communities connected.
<p>
Donations are greatly appreciated.
<p>
If possible, we prefer that you donate via PayPal. Just click on one of the buttons below, which
will take you to a PayPal page for making a donation.
<table width=100%>
<tr>
<td align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jmri%40pacbell%2enet&item_name=Donation%20To%20JMRI%20Project&amount=10%2e00&no_shipping=0&no_note=1&¤cy_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8">
<img src="/images/x-click-but7.gif" alt="[Donate US$10]" /></a></td>
<td align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jmri%40pacbell%2enet&item_name=Donation%20To%20JMRI%20Project&amount=20%2e00&no_shipping=0&no_note=1&¤cy_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8">
<img src="/images/x-click-but7.gif" alt="[Donate US$20]" /></a></td>
<td align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jmri%40pacbell%2enet&item_name=Donation%20To%20JMRI%20Project&amount=50%2e00&no_shipping=0&no_note=1&¤cy_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8">
<img src="/images/x-click-but7.gif" alt="[Donate US$50]" /></a></td>
<td align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jmri%40pacbell%2enet&item_name=Donation%20To%20JMRI%20Project&amount=100%2e00&no_shipping=0&no_note=1&¤cy_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8">
<img src="/images/x-click-but7.gif" alt="[Donate US$100]" /></a></td>
<td align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jmri%40pacbell%2enet&item_name=Donation%20To%20JMRI%20Project&amount=250%2e00&no_shipping=0&no_note=1&¤cy_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8">
<img src="/images/x-click-but7.gif" alt="[Donate US$250]" /></a></td>
<td align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jmri%40pacbell%2enet&item_name=Donation%20To%20JMRI%20Project&no_shipping=0&no_note=1&¤cy_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8">
<img src="/images/x-click-but7.gif" alt="[Pick Amount]" /></a></td>
</tr>
<tr>
<td align=center>Donate $10</td>
<td align=center>Donate $20</td>
<td align=center>Donate $50</td>
<td align=center>Donate $100</td>
<td align=center>Donate $250</td>
<td align=center>Pick Amount</td>
</tr>
</table>
<p>
Thanks!
<p>
<p>
If you don't want to use PayPal, please
<a href="mailto:[email protected]">contact us directly via email</a>
and we can make other arrangements.
<!--#include virtual="/Footer.shtml" -->
</div> <!-- closes #mainContent-->
</div> <!-- closes #mBody-->
</body>
</html>