forked from neovim/neovim.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
86 lines (79 loc) · 3.33 KB
/
sponsors.html
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
---
layout: default
title: Sponsors
---
{% include nav.html active='Sponsors' %}
<div class="container">
<div class="col-wide">
<h2>Current sponsors</h2>
<table class="sponsors-table" id="sponsors"></table>
<script>var sponsorsDivId = 'sponsors', sponsorsFront = false;</script>
</div>
<div class="col-narrow">
<h2>FAQ</h2>
<dl class="faqs">
<dt>What is this list?</dt>
<dd>
<p>
These are the companies or individuals contributing a monthly amount to
help sustain Neovim's development. See the <a
href="https://salt.bountysource.com/teams/neovim">Bountysource campaign</a>
for more details.
</p>
</dd>
<dt>I am a sponsor contributing $5/month, but my URL is not listed.</dt>
<dd>
<p>
Bountysource does not yet have an UI for sponsors to provide their
URL. Most URLs displayed in the list were obtained using the GitHub API
and a heuristic to match the Bountysource slug (a sort of sponsor
identifier) with the GitHub username, but this method was error prone
and failed for many sponsors, including those that don't have a GitHub
account.
</p>
<p>
If you are pledging $5/month or more and want to have your URL
listed, please send a pull request to <a
href="https://github.com/neovim/neovim.github.io/pulls">
neovim.github.io</a> with a new entry for your Bountysource slug in the <a
href="https://github.com/neovim/neovim.github.io/blob/master/js/sponsors-override.js">
js/sponsors-override.js</a> file.
If you don't have a GitHub account, you can write to the <a
href="https://groups.google.com/forum/#!forum/neovim">Neovim mailing list</a>
instead.
</p>
<p>
You can obtain your Bountysource slug with the following command:
</p>
<pre><code>curl --header 'Accept: application/vnd.bountysource+json; version=2' 'https://api.bountysource.com/supporters?team_slug=neovim&per_page=10000&page=1' 2> /dev/null | python -m json.tool | grep -C5 $NAME | grep slug</code></pre>
<p>
Replace <code>$NAME</code> by your Bountysource display name as shown in the sponsor list.
</p>
</dd>
<dt>Where are the original sponsors that used to be shown on the front page?</dt>
<dd>
<p>
<div class="first-level-sponsor">
<a href="http://digitalocean.com"><img src="/images/sponsors/[email protected]" alt="Logo of Digital Ocean" width="311"></a>
</div>
<table class="second-level-sponsors">
<tr>
<td>
<a href="http://bountysource.com"><img src="/images/sponsors/[email protected]" alt="Logo of Bountysource" width="144"></a>
</td>
<td>
<a href="http://superjer.com"><img src="/images/sponsors/[email protected]" alt="Logo of SuperJer" width="119"></a>
</td>
</tr>
<tr>
<td>
<a href="http://ryandurk.com"><img src="/images/sponsors/[email protected]" alt="Logo of Ryan Durk" width="125"></a>
</td>
<td> </td>
</tr>
</table>
</p>
</dd>
</dl>
</div>
</div>