Skip to content

Commit

Permalink
Update donate for SRS.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 2, 2023
1 parent 2f914a5 commit aa33c4e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
3 changes: 0 additions & 3 deletions i18n/en-us/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@
"homepage.getStarted": {
"message": "Get Started"
},
"homepage.getSupport": {
"message": "Get Support"
},
"homepage.easyToUseName": {
"message": "Easy to Use"
},
Expand Down
3 changes: 0 additions & 3 deletions i18n/zh-cn/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@
"homepage.getStarted": {
"message": "快速开始"
},
"homepage.getSupport": {
"message": "付费支持"
},
"homepage.easyToUseName": {
"message": "简单"
},
Expand Down
17 changes: 10 additions & 7 deletions src/pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@

SRS has a community of thousands of developers.

On this page we've listed some SRS-related communities that you can be a part of; see the other pages in this section for additional online and in-person learning materials.
On this page we've listed some SRS-related communities that you can be a part of; see the other pages in this section
for additional online and in-person learning materials.

## Donation

Hello, I'm very glad that you had SRS working well for your business, I'm sure that SRS will help you to do business well.
Would you like additional assistance from us? By becoming a sponsor or backer of SRS, we can provide you with the
support you need:

As you know, live streaming or WebRTC is not easy to maintain, you might get a variety of problem, so would you like more support from community? Welcome to become our backer/sponsor to get more support from us.
* Backer: $5 per month, online text chat support through Discord.
* Sponsor: $100 per month, online meeting support, 1 meeting per month in 1 hour.

For example, we work part time about 60 minutes per day, for the whole community. But about 30% or 20 minutes is dedicated support for our backer/sponsor.
https://opencollective.com/srs-server

Please follow [this link](https://opencollective.com/srs-server/contribute/backer-34941/checkout?interval=month&amount=5) to become backer/sponsor of SRS, via OpenCollective.

Thank you for your contribution to SRS - it really makes a difference!
SRS is a non-profit community made up of dedicated volunteers who strive to offer enhanced support to sponsors
and backers. Although you can also turn to the community for assistance, please be aware that response times might
not be as quick as desired.

## Discussion

Expand Down
3 changes: 0 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs/v5/doc/getting-started">
{translate({id: 'homepage.getStarted'})}
</Link> &nbsp;
<Link className="button button--secondary button--lg" to="/contact#donation">
{translate({id: 'homepage.getSupport'})}
</Link>
</div>
</div>
Expand Down

0 comments on commit aa33c4e

Please sign in to comment.