Skip to content

Commit

Permalink
Remove Bountysource since they're defunct as of 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Jan 2, 2024
1 parent c42f8b4 commit 9efbf88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions _includes/client_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ <h3 id="{{ client.name }}">{{ client.name }}</h3>
<a href="{{ client.tracking_issue }}">{{client.tracking_issue}}</a>
</dd>
{% endif %}
<dt>Bounty</dt>
<dd>
{% if client.bountysource %}
<a href="https://www.bountysource.com/issues/{{ client.bountysource }}">
<img class="nobordernonation" src="https://api.bountysource.com/badge/issue?issue_id={{ client.bountysource }}" />
</a>
{% else %}<img class="nobordernonation" src="https://img.shields.io/badge/bountysource-none%20yet-orange.svg" />{% endif %}
</dd>

{% if client.os_support %}
<dt>OS Support</dt>
Expand Down
8 changes: 0 additions & 8 deletions _includes/client_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
{% else %}❓{% endif %}
{% if client.tracking_issue %}</a>{% endif %}
</td>
<td>
{% if client.bountysource %}
<a href="https://www.bountysource.com/issues/{{ client.bountysource }}">
<img class="nobordernonation" src="https://api.bountysource.com/badge/issue?issue_id={{ client.bountysource }}" />
</a>
{% else %}<img class="nobordernonation" src="https://img.shields.io/badge/bountysource-none%20yet-orange.svg" />{% endif %}
</td>

<td data-sort="{{ client.status | plus: 0 }}" class="progress">
<progress max="100" value="{{ client.status | plus: 0 }}"></progress>
</td>
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The last update was **{{ 'now' | date: "%Y-%m-%d" }}**.
<tr>
<th data-sort-default><strong>Client</strong></th>
<th>Tracking Issue</th>
<th>Bounty</th>
<th id="progressHeader">Progress</th>
</tr>
</thead>
Expand Down

0 comments on commit 9efbf88

Please sign in to comment.