Skip to content

Commit

Permalink
Updates sponsoring links & info
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jun 11, 2020
1 parent acfca80 commit 9112a67
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

github: [eamodio]
patreon: eamodio
custom: https://gitlens.amod.io/#support-gitlens
custom: https://gitlens.amod.io/#sponsor
14 changes: 2 additions & 12 deletions BACKERS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<h1 align="center">Sponsors &amp; Backers</h1>

To my incredible backers &mdash; thank you so much for your contributions. I am truly humbled by your generosity and support. Please know that your support plays an important role in helping me realize GitLens' potential in making developer's lives easier.

If you'd like to join in supporting GitLens, please consider:

- [Become a backer or sponsor on Patreon](https://www.patreon.com/eamodio)
- [PayPal donations](https://www.paypal.me/eamodio)
- [Cash App donations](https://www.paypal.me/eamodio)
&#x1f496; To my incredible sponsors &mdash; thank you so much for your contributions. I am truly humbled by your generosity and support. If you'd like to join in sponsoring GitLens, please [click here](https://gitlens.amod.io/#sponsor).

<h2 align="center">Gold Sponsors ($100+)</h2>

<p align="center" style="margin: 0 10%">
<a title="Try CodeStream" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="https://alt-images.codestream.com/codestream_logo_gitlens_vscmarket.png" alt="CodeStream Logo"/></a>
</p>

<p align="center" style="margin: 0 10%">
<a title="Visit Crésus" href="https://cresus.ch"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/sponsors/cresus.png" alt="Crésus Logo"/></a>
<a title="Try CodeStream &mdash; The World's Best Code Discussion Tool" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="https://alt-images.codestream.com/codestream_logo_gitlens_vscmarket.png" alt="CodeStream &mdash; The World's Best Code Discussion Tool"/></a>
</p>

<h2 align="center">Silver Sponsors ($50+)</h2>
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@

> GitLens **supercharges** the Git capabilities built into Visual Studio Code. It helps you to **visualize code authorship** at a glance via Git blame annotations and code lens, **seamlessly navigate and explore** Git repositories, **gain valuable insights** via powerful comparison commands, and so much more.
## Support GitLens
## Sponsor GitLens

| Sponsored by |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p align="center" style="font-size:10px;font-weight:400;margin:8px 0 8px 0;">[![](https://alt-images.codestream.com/codestream_logo_gitlens_vscmarket.png)](https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens 'Try CodeStream')<br/>Discuss, review, and share code with your team in VS Code. Links discussions about code to your code. Integrates w/ Slack, Jira, Trello, and Live Share. **[Try it free](https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens 'Try CodeStream')**</p> |

While GitLens is generously offered to everyone free of charge, if you find it useful, please consider [**supporting**](https://gitlens.amod.io/#support-gitlens) it.

- [**Become a Sponsor**](https://www.patreon.com/eamodio 'Become a sponsor on Patreon') &mdash; join the growing group of generous [backers](https://github.com/eamodio/vscode-gitlens/blob/master/BACKERS.md)
- [**Donate via PayPal**](https://www.paypal.me/eamodio 'Donate via PayPal') or [**Donate via Cash App**](https://cash.me/$eamodio 'Donate via Cash App')
<p align="center">Sponsored by</p>
<p align="center" style="font-size:10px;font-weight:400;margin:8px 0 8px 0;">
<a title="Try CodeStream &mdash; The World's Best Code Discussion Tool" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="https://alt-images.codestream.com/codestream_logo_gitlens_vscmarket.png" alt="CodeStream &mdash; The World's Best Code Discussion Tool" /></a>
</p>

Also please [write a review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details 'Write a review'), [star me on GitHub](https://github.com/eamodio/vscode-gitlens 'Star me on GitHub'), and [follow me on Twitter](https://twitter.com/eamodio 'Follow me on Twitter')
While GitLens is generously offered to everyone free of charge, if you find it useful, please consider [**sponsoring**](https://gitlens.amod.io/#sponsor) it. Also please [write a review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details 'Write a review'), [star me on GitHub](https://github.com/eamodio/vscode-gitlens 'Star me on GitHub'), and [follow me on Twitter](https://twitter.com/eamodio 'Follow me on Twitter')

# What's new in GitLens 10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@
"commands": [
{
"command": "gitlens.supportGitLens",
"title": "Support GitLens ❤",
"title": "Sponsor GitLens ❤",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-heart.svg",
Expand Down
16 changes: 4 additions & 12 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,11 @@ export class Messages {
}

static async showSupportGitLensMessage() {
const actions: MessageItem[] = [
{ title: 'Become a Sponsor' },
{ title: 'Donate via PayPal' },
{ title: 'Donate via Cash App' }
];
const actions: MessageItem[] = [{ title: 'Sponsor GitLens' }];

const result = await Messages.showMessage(
'info',
'While GitLens is offered to everyone for free, if you find it useful, please consider [supporting](https://gitlens.amod.io/#support-gitlens) it. Thank you! ❤',
'While GitLens is offered to everyone for free, if you find it useful, please consider [sponsoring](https://gitlens.amod.io/#sponsor) it. Thank you! ❤',
undefined,
null,
...actions
Expand All @@ -114,11 +110,7 @@ export class Messages {
if (result != null) {
let uri;
if (result === actions[0]) {
uri = Uri.parse('https://www.patreon.com/eamodio');
} else if (result === actions[1]) {
uri = Uri.parse('https://www.paypal.me/eamodio');
} else if (result === actions[2]) {
uri = Uri.parse('https://cash.me/$eamodio');
uri = Uri.parse('https://gitlens.amod.io/#sponsor');
}

if (uri !== undefined) {
Expand Down Expand Up @@ -146,7 +138,7 @@ export class Messages {
} else if (result === actions[1]) {
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md'));
} else if (result === actions[2]) {
await env.openExternal(Uri.parse('https://gitlens.amod.io/#support-gitlens'));
await env.openExternal(Uri.parse('https://gitlens.amod.io/#sponsor'));
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/webviews/apps/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3273,8 +3273,8 @@ <h2>Jump to</h2>
<div class="sidebar__group">
<a
class="button button--flat-primary mt-1"
title="Support GitLens"
href="https://gitlens.amod.io/#support-gitlens"
title="Sponsor GitLens"
href="https://gitlens.amod.io/#sponsor"
>&#x2764; GitLens
</a>
</div>
Expand Down
26 changes: 11 additions & 15 deletions src/webviews/apps/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ <h1>Git<span class="header__logo--highlight">Lens</span></h1>
<div class="cta--primary">
<a
class="button button--flat-primary button--big"
title="Support GitLens"
href="https://gitlens.amod.io/#support-gitlens"
>Support GitLens &#x2764;</a
title="Sponsor GitLens"
href="https://gitlens.amod.io/#sponsor"
>Sponsor GitLens &#x2764;</a
>
<p>
While GitLens is generously offered to everyone free of charge, if you find it useful,
please consider supporting it.
please consider sponsoring it.
</p>
</div>
</div>
Expand Down Expand Up @@ -509,36 +509,32 @@ <h2>
<div class="sidebar__group">
<a
class="button button--flat-primary"
title="Support GitLens"
href="https://gitlens.amod.io/#support-gitlens"
>Support GitLens &#x2764;</a
title="Sponsor GitLens"
href="https://gitlens.amod.io/#sponsor"
>Sponsor GitLens &#x2764;</a
>
<p>
While GitLens is generously offered to everyone free of charge, if you find it useful, please
consider supporting it.
consider sponsoring it.
</p>
</div>
<div class="sidebar__group">
<h2>Sponsors</h2>
<a
title="Try CodeStream"
title="Try CodeStream &mdash; The World's Best Code Discussion Tool"
href="https://codestream.com/?utm_source=gitlens_welcome&utm_medium=banner&utm_campaign=gitlens"
>
<img
class="sponsor__image light"
src="https://alt-images.codestream.com/codestream_logo_gitlens_welcome_dark.png"
alt="CodeStream Logo"
alt="CodeStream &mdash; The World's Best Code Discussion Tool"
/>
<img
class="sponsor__image dark"
src="https://alt-images.codestream.com/codestream_logo_gitlens_welcome_light.png"
alt="CodeStream Logo"
alt="CodeStream &mdash; The World's Best Code Discussion Tool"
/>
</a>
<p class="sponsor__tag">
Discuss, review, and share code with your team in VS Code. Links discussions about code to your
code. Integrates w/ Slack, Jira, Trello, and Live Share.
</p>
</div>
<div class="sidebar__group">
<h2>Help</h2>
Expand Down

0 comments on commit 9112a67

Please sign in to comment.