forked from Bluewave2/qBittorrent-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.liquid
51 lines (51 loc) · 2.86 KB
/
donate.liquid
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
---
layout: base.liquid
permalink: "{{ page.filePathStem }}.html"
---
<h3>Donation options</h3>
<p>qBittorrent is developed by <a href="team">volunteers</a> on their spare time. If you like this piece of software, consider making a donation.<br>
Donations are welcome as a "Thank you" for the software. You can choose to donate for the costs of the server (website, forum, domain name) and/or to the lead programmers. You are encouraged to give a slight preference to server costs. eg 70% to server and 30% to lead programmers.<br>
If you want to give money for specific features being implemented, take a look at our <a href="https://www.bountysource.com/teams/qbittorrent/issues">BountySource page</a>. There you can post a monetary bounty for an issue and if any developer (even 3rd party) is interested, they can implement it and claim the bounty.
</p>
<p>Donation info (lead programmers are mentioned by their github username):</p>
<table>
<colgroup>
<col>
<col style="width: 10em;">
<col style="width: 20em;">
<col>
</colgroup>
<tbody>
<tr>
<th>Member</th>
<th></th>
<th>Role</th>
<th>Donation link</th>
</tr>
<tr>
<td><img src="favicon.ico" alt="server icon" height="60"></td>
<td>Server</td>
<td>Website, forum, domain name</td>
<td><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W7S74UXAZKNXU&source=url">PayPal</a></td>
</tr>
<tr>
<td><a href="https://github.com/glassez"><img src="img/team/glassez.jpeg" alt="glassez avatar" height="60"></a></td>
<td><a href="https://github.com/glassez">glassez</a></td>
<td>Lead programmer</td>
<td>Take a look at his donation <a href="https://glassez.github.io">page</a>.</td>
</tr>
<tr>
<td><a href="https://github.com/Chocobo1"><img src="img/team/Chocobo1.webp" alt="Chocobo1 avatar" height="60"></a></td>
<td><a href="https://github.com/Chocobo1">Chocobo1</a></td>
<td>Lead programmer</td>
<td>Take a look at his donation <a href="https://myprojects.tzou.me/donation/">page</a>.</td>
</tr>
</tbody>
</table>
<br>
<p><b>BountySource DISCLAIMER:</b> A feature implementation or a bug fix might not get accepted and instead be rejected.
Some of the reasons might be code quality that isn't up to par with the rest of the project, poor code architecture/engineering, implementing a feature that doesn't actually fit with qBittorrent or we don't want to have it.
Generally objective reasons. The only subjective reason is rejecting a feature simply because we don't want it in qBittorrent (however we take the community's desires into consideration too).
We won't reject a feature/bugfix simply to deny a person a bounty or to claim the bounty for ourselves or another affiliated person.
Lastly, due to workload and our limited time `Pull Requests` may not be reviewed/merged in a timely manner.
</p>