-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Gold makes projects ad-free again #6073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
7fda1c0
Gold makes projects ad-free again
davidfischer 19b4bd2
Update readthedocs/gold/templates/gold/projects.html
davidfischer 64c0c57
Update readthedocs/gold/templates/gold/projects.html
davidfischer 86b5476
Update readthedocs/gold/templates/gold/projects.html
davidfischer 478cfac
Update readthedocs/gold/templates/gold/subscription_form.html
davidfischer a84c4f3
Standardize on "Gold membership"
davidfischer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,6 +158,7 @@ We have added multiple ways to opt out of the advertising on Read the Docs. | |
1. You can go completely ad-free | ||
by becoming a `Gold Member <https://readthedocs.org/accounts/gold/>`_ | ||
or a `Supporter <https://readthedocs.org/sustainability/#donations>`_. | ||
Additionally, Gold Members may remove advertising from their projects for all visitors. | ||
|
||
2. You can opt out of seeing paid advertisements on documentation pages: | ||
|
||
|
@@ -182,5 +183,4 @@ We have added multiple ways to opt out of the advertising on Read the Docs. | |
but our commercial plans don't seem like the right fit, | ||
please `get in touch`_ to discuss alternatives to advertising. | ||
|
||
.. _paid plans: https://readthedocs.com/pricing/ | ||
.. _get in touch: mailto:[email protected]?subject=Alternatives%20to%20advertising |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,52 +43,35 @@ <h2>Read the Docs Gold</h2> | |
product. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p> | ||
{% blocktrans trimmed %} | ||
If you are an individual, | ||
feel free to give whatever feels right for the value you get out of Read the Docs. | ||
Becoming a Gold Member makes Read the Docs ad-free for as long as you are logged-in. | ||
davidfischer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Gold Members may also completely remove advertising for all visitors to their projects. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<ul class="donate-about"> | ||
<li>{% trans 'For small businesses or personal projects, we ask for $5 per month to remove ads from a project.' %}</li> | ||
<li>{% trans 'For corporate supported open source projects, we ask for a $50 membership in order to cover our support and operations costs.' %}</li> | ||
</ul> | ||
|
||
<p> | ||
{% blocktrans trimmed %} | ||
If you are a company using Read the Docs, | ||
please consider <a href="https://readthedocs.com/">Read the Docs for Business</a>. | ||
This will help us cover our costs, | ||
and provide you with a better experience on the site. | ||
If you aren't able to do that, | ||
we suggest giving at least $20/month to help cover our support and operations costs. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p>{% trans 'Becoming a Gold Member also makes Read the Docs ad-free for as long as you are logged-in.' %}</p> | ||
|
||
<p> | ||
{% blocktrans trimmed %} | ||
You can also make one-time donations on our <a href="https://readthedocs.org/sustainability/">sustainability</a> page. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
{% if domains.count %} | ||
<h3>Domains</h3> | ||
<p> | ||
{% blocktrans trimmed %} | ||
We ask that folks who use custom Domains give Read the Docs $5 per domain they are using. | ||
This is optional, but it really does help us maintain the site going forward. | ||
For any questions about our Gold Membership program, | ||
please <a href="mailto:[email protected]?subject=Gold%20membership%20questions">email us</a>. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p> | ||
You are currently using {{ domains.count }} domains: | ||
|
||
<ul class="donate-about"> | ||
{% for domain in domains %} | ||
<li>{{ domain.domain }} ({{ domain.project.name }})</li> | ||
{% endfor %} | ||
</ul> | ||
</p> | ||
|
||
{% endif %} | ||
|
||
{% trans "Become a Gold Member" as subscription_title %} | ||
{% if golduser %} | ||
{% trans "Update Your Subscription" as subscription_title %} | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,14 @@ <h4>{% trans "Opting out" %}</h4> | |
{% endblocktrans %} | ||
</li> | ||
|
||
<li class="module-item"> | ||
{% url "gold_detail" as gold_detail %} | ||
{% blocktrans trimmed %} | ||
By becoming a <a href="{{ gold_detail }}">Gold Member</a> to Read the Docs, | ||
you may remove advertising from your projects for all visitors. | ||
{% endblocktrans %} | ||
</li> | ||
|
||
<li class="module-item"> | ||
{% blocktrans trimmed %} | ||
Project owners can <a href="#removing-paid-advertising">opt out of paid advertisements</a> | ||
|
@@ -87,7 +95,7 @@ <h4>{% trans "Opting out" %}</h4> | |
<li class="module-item"> | ||
{% blocktrans trimmed %} | ||
If you would like to completely remove advertising from your open source project, | ||
but Read the Docs for Business doesn't seem like the right fit, | ||
but both Read the Docs for Business and our Gold Memberships don't seem like the right fit, | ||
please <a href="mailto:[email protected]?subject=Alternatives%20to%20advertising">get in touch</a> | ||
to discuss alternatives to advertising. | ||
{% endblocktrans %} | ||
|
@@ -104,7 +112,8 @@ <h4>{% trans "Opting out" %}</h4> | |
<small> | ||
{% blocktrans trimmed %} | ||
If you are a company hosting commercial documentation on our community site, | ||
we do not allow removing sponsor advertisements on your documentation. | ||
we do not allow removing paid advertisements on your documentation. | ||
Please consider Read the Docs for Business or a Gold Membership. | ||
{% endblocktrans %} | ||
</small> | ||
</p> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR should also make a publicly accessible landing page for Gold. We really need a way to link to it for people that are logged out, and it seems like the most obvious missing piece currently to making it more "understandable".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My plan was to repurpose https://readthedocs.org/sustainability/ and go into Gold in more details there.