File tree 17 files changed +42
-40
lines changed
17 files changed +42
-40
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Going ad-free
53
53
-------------
54
54
55
55
Users can go completely ad-free
56
- by becoming a `Gold Member <https://readthedocs.org/accounts/gold/ >`_
56
+ by becoming a `Gold member <https://readthedocs.org/accounts/gold/ >`_
57
57
or a `Supporter <https://readthedocs.org/sustainability/#donations >`_.
58
58
Thank you for supporting Read the Docs.
59
59
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ Opting Out
156
156
We have added multiple ways to opt out of the advertising on Read the Docs.
157
157
158
158
1. You can go completely ad-free
159
- by becoming a `Gold Member <https://readthedocs.org/accounts/gold/ >`_
159
+ by becoming a `Gold member <https://readthedocs.org/accounts/gold/ >`_
160
160
or a `Supporter <https://readthedocs.org/sustainability/#donations >`_.
161
- Additionally, Gold Members may remove advertising from their projects for all visitors.
161
+ Additionally, Gold members may remove advertising from their projects for all visitors.
162
162
163
163
2. You can opt out of seeing paid advertisements on documentation pages:
164
164
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ that respects user privacy.
23
23
We recognize that advertising is not for everyone.
24
24
You may :ref: `opt out of paid advertising <advertising/ethical-advertising:Opting Out >`
25
25
although you will still see :ref: `community ads <advertising/ethical-advertising:Community Ads >`.
26
- You can go ad-free by `becoming a Gold Member `_ or a `Supporter `_ of Read the Docs.
27
- Gold Members can also remove advertising from their projects for all visitors.
26
+ You can go ad-free by `becoming a Gold member `_ or a `Supporter `_ of Read the Docs.
27
+ Gold members can also remove advertising from their projects for all visitors.
28
28
29
29
For businesses looking to remove advertising,
30
30
please consider :doc: `Read the Docs for Business </commercial/index >`.
31
31
32
- .. _becoming a Gold Member : https://readthedocs.org/accounts/gold/
32
+ .. _becoming a Gold member : https://readthedocs.org/accounts/gold/
33
33
.. _Supporter : https://readthedocs.org/sustainability/#donations
34
34
35
35
.. toctree ::
Original file line number Diff line number Diff line change @@ -166,12 +166,12 @@ and we encourage you to check back periodically.
166
166
Payment processing
167
167
++++++++++++++++++
168
168
169
- Should you choose to become a `Supporter `_, purchase a `Gold Membership `_,
169
+ Should you choose to become a `Supporter `_, purchase a `Gold membership `_,
170
170
or become a subscriber to Read the Docs' commercial hosting product,
171
171
your payment information and details will be processed by Stripe.
172
172
Read the Docs does not store your payment information.
173
173
174
- .. _Gold Membership : https://readthedocs.org/accounts/gold/
174
+ .. _Gold membership : https://readthedocs.org/accounts/gold/
175
175
.. _Supporter : https://readthedocs.org/sustainability/
176
176
177
177
Site monitoring
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
3
"""
4
- A Django app for Gold Membership .
4
+ A Django app for Gold membership .
5
5
6
- Gold Membership is Read the Docs' program for recurring, monthly donations.
6
+ Gold membership is Read the Docs' program for recurring, monthly donations.
7
7
"""
8
8
default_app_config = 'readthedocs.gold.apps.GoldAppConfig'
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- """Django admin configuration for the Gold Membership app."""
3
+ """Django admin configuration for the Gold membership app."""
4
4
5
5
from django .contrib import admin
6
6
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- """Django app configuration for the Gold Membership app."""
3
+ """Django app configuration for the Gold membership app."""
4
4
5
5
from django .apps import AppConfig
6
6
Original file line number Diff line number Diff line change 1
- """Django models for recurring donations aka Gold Membership ."""
1
+ """Django models for recurring donations aka Gold membership ."""
2
2
import math
3
3
from datetime import datetime
4
4
25
25
26
26
class GoldUser (models .Model ):
27
27
28
- """A user subscription for gold membership."""
28
+ """A user subscription for Gold membership."""
29
29
30
30
pub_date = models .DateTimeField (_ ('Publication date' ), auto_now_add = True )
31
31
modified_date = models .DateTimeField (_ ('Modified date' ), auto_now = True )
Original file line number Diff line number Diff line change 12
12
< h3 > {% trans "Gold Projects" %}</ h3 >
13
13
< p >
14
14
{% blocktrans trimmed %}
15
- Gold Members may completely remove advertising for all visitors to their projects.
15
+ Gold members may completely remove advertising for all visitors to their projects.
16
16
{% endblocktrans %}
17
17
</ p >
18
18
@@ -46,8 +46,9 @@ <h3>{% trans "Make a project ad-free" %}</h3>
46
46
</ form >
47
47
{% else %}
48
48
< p >
49
- {% blocktrans trimmed with gold_level=gold_user.get_level_display %}
50
- You have already adopted all the projects you can with your current Gold Membership of {{ gold_level }}.
49
+ {% blocktrans trimmed with gold_level=gold_user.get_level_display gold_projects_count=gold_user.num_supported_projects %}
50
+ You can't make any more projects ad-free with your current Gold membership of {{ gold_level }}.
51
+ You can either increase the level of your membership or change which projects you make ad-free.
51
52
{% endblocktrans %}
52
53
</ p >
53
54
{% endif %}
Original file line number Diff line number Diff line change 3
3
4
4
{% block profile-admin-gold-edit %}active{% endblock %}
5
5
6
- {% block title %}Cancel Gold{% endblock %}
6
+ {% block title %}Cancel Gold membership {% endblock %}
7
7
8
8
{% block edit_content %}
9
- < h2 > Cancel Gold Subscription </ h2 >
9
+ < h2 > Cancel Gold membership </ h2 >
10
10
11
11
< p >
12
12
{% blocktrans trimmed %}
13
- Are you sure you want to cancel your subscription ?
13
+ Are you sure you want to cancel your Gold membership ?
14
14
{% endblocktrans %}
15
15
</ p >
16
16
17
17
< form method ="post " action ="{% url "gold_cancel " %}">
18
18
{% csrf_token %}
19
- < input type ="submit " value ="{% trans "Cancel Subscription " %}">
19
+ < input type ="submit " value ="{% trans "Cancel Gold membership " %}">
20
20
</ form >
21
21
{% endblock %}
Original file line number Diff line number Diff line change 4
4
5
5
{% block profile-admin-gold-edit %}active{% endblock %}
6
6
7
- {% block title %}{% trans "Gold Subscription " %}{% endblock %}
7
+ {% block title %}{% trans "Gold Membership " %}{% endblock %}
8
8
9
9
{% block extra_scripts %}
10
10
< script src ="https://js.stripe.com/v2/ " type ="text/javascript "> </ script >
28
28
29
29
{% block edit_content %}
30
30
< div class ="gold-subscription ">
31
- < h2 > {% trans "Gold Subscription " %}</ h2 >
31
+ < h2 > {% trans "Gold Membership " %}</ h2 >
32
32
33
33
< p >
34
34
{% blocktrans trimmed %}
@@ -47,11 +47,11 @@ <h2>{% trans "Gold Subscription" %}</h2>
47
47
</ p >
48
48
49
49
< form method ="get " action ="{% url "gold_subscription " %}" class="subscription-update ">
50
- < button > {% trans "Update Subscription " %}</ button >
50
+ < button > {% trans "Update membership " %}</ button >
51
51
</ form >
52
52
53
53
< form method ="get " action ="{% url "gold_cancel " %}" class="subscription-cancel ">
54
- < button > {% trans "Cancel Subscription " %}</ button >
54
+ < button > {% trans "Cancel membership " %}</ button >
55
55
</ form >
56
56
57
57
< h3 > {% trans "Gold projects" %}</ h3 >
Original file line number Diff line number Diff line change 34
34
35
35
{% block edit_content %}
36
36
< div >
37
- < h2 > Read the Docs Gold</ h2 >
37
+ < h2 > {% trans ' Read the Docs Gold Membership' %} </ h2 >
38
38
39
39
< p >
40
40
{% blocktrans trimmed %}
@@ -46,8 +46,8 @@ <h2>Read the Docs Gold</h2>
46
46
47
47
< p >
48
48
{% blocktrans trimmed %}
49
- Becoming a Gold Member makes Read the Docs ad-free when you are logged-in.
50
- Gold Members may also completely remove advertising for all visitors to their projects.
49
+ Becoming a Gold member makes Read the Docs ad-free when you are logged-in.
50
+ Gold members may also completely remove advertising for all visitors to their projects.
51
51
{% endblocktrans %}
52
52
</ p >
53
53
@@ -67,12 +67,12 @@ <h2>Read the Docs Gold</h2>
67
67
68
68
< p >
69
69
{% blocktrans trimmed %}
70
- For any questions about our Gold Membership program,
70
+ For any questions about our Gold membership program,
71
71
please
< a href ="
mailto:[email protected] ?subject=Gold%20membership%20questions "
> email us
</ a > .
72
72
{% endblocktrans %}
73
73
</ p >
74
74
75
- {% trans "Become a Gold Member " as subscription_title %}
75
+ {% trans "Become a Gold member " as subscription_title %}
76
76
{% if golduser %}
77
77
{% trans "Update Your Subscription" as subscription_title %}
78
78
{% endif %}
Original file line number Diff line number Diff line change 51
51
< li class ="{% block profile-admin-change-email %}{% endblock %} "> < a href ="{% url 'account_email' %} "> {% trans "Change Email" %}</ a > </ li >
52
52
< li class ="{% block profile-admin-tokens %}{% endblock %} "> < a href ="{% url 'profiles_tokens' %} "> {% trans "API Tokens" %}</ a > </ li >
53
53
< li class ="{% block profile-admin-delete-account %}{% endblock %} "> < a href ="{% url 'delete_account' %} "> {% trans "Delete Account" %}</ a > </ li >
54
- < li class ="{% block profile-admin-gold-edit %}{% endblock %} "> < a href ="{% url 'gold_detail' %} "> {% trans "Gold" %}</ a > </ li >
54
+ < li class ="{% block profile-admin-gold-edit %}{% endblock %} "> < a href ="{% url 'gold_detail' %} "> {% trans "Gold Membership " %}</ a > </ li >
55
55
{% if USE_PROMOS %}
56
56
< li class ="{% block profile-admin-advertising %}{% endblock %} "> < a href ="{% url 'account_advertising' %} "> {% trans "Advertising" %}</ a > </ li >
57
57
{% endif %}
Original file line number Diff line number Diff line change 13
13
{% if request.user.gold.exists or request.user.goldonce.exists %}
14
14
< p >
15
15
{% blocktrans trimmed %}
16
- Since you are a Gold Member or Supporter, you are < strong > ad-free</ strong > for as long as you are logged-in.
16
+ Since you are a Gold member or Supporter, you are < strong > ad-free</ strong > for as long as you are logged-in.
17
17
Thank you for supporting Read the Docs.
18
18
{% endblocktrans%}
19
19
</ p >
39
39
{% url "gold_detail" as gold_detail %}
40
40
{% url "donate" as donate_url %}
41
41
{% blocktrans trimmed %}
42
- You can < strong > go ad-free</ strong > by becoming a < a href ="{{ gold_detail }} "> Gold Member </ a > or < a href ="{{ donate_url }} "> Supporter</ a > of Read the Docs</ a > .
42
+ You can < strong > go ad-free</ strong > by becoming a < a href ="{{ gold_detail }} "> Gold member </ a > or < a href ="{{ donate_url }} "> Supporter</ a > of Read the Docs</ a > .
43
43
{% endblocktrans %}
44
44
</ p >
45
45
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h4>{% trans "Opting out" %}</h4>
79
79
< li class ="module-item ">
80
80
{% url "gold_detail" as gold_detail %}
81
81
{% blocktrans trimmed %}
82
- By becoming a < a href ="{{ gold_detail }} "> Gold Member </ a > to Read the Docs,
82
+ By becoming a < a href ="{{ gold_detail }} "> Gold member </ a > to Read the Docs,
83
83
you may remove advertising from your projects for all visitors.
84
84
{% endblocktrans %}
85
85
</ li >
@@ -95,7 +95,7 @@ <h4>{% trans "Opting out" %}</h4>
95
95
< li class ="module-item ">
96
96
{% blocktrans trimmed %}
97
97
If you would like to completely remove advertising from your open source project,
98
- but both Read the Docs for Business and our Gold Memberships don't seem like the right fit,
98
+ but both Read the Docs for Business and our Gold memberships don't seem like the right fit,
99
99
please
< a href ="
mailto:[email protected] ?subject=Alternatives%20to%20advertising "
> get in touch
</ a >
100
100
to discuss alternatives to advertising.
101
101
{% endblocktrans %}
@@ -113,7 +113,7 @@ <h4>{% trans "Opting out" %}</h4>
113
113
{% blocktrans trimmed %}
114
114
If you are a company hosting commercial documentation on our community site,
115
115
we do not allow removing paid advertisements on your documentation.
116
- Please consider Read the Docs for Business or a Gold Membership .
116
+ Please consider Read the Docs for Business or a Gold membership .
117
117
{% endblocktrans %}
118
118
</ small >
119
119
</ p >
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ <h3>Support Read the Docs</h3>
10
10
Read the Docs depends on users like you to help us keep the site sustainable.
11
11
</ p >
12
12
< p >
13
- We now offer < a href ="{% url "gold_detail " %}"> Read the Docs Gold</ a > to allow folks to support us. Gold subscriptions allow us to keep the site running, and improving all the time.
14
- If you find value in Read the Docs, please consider getting a subscription.
13
+ We now offer < a href ="{% url "gold_detail " %}"> Read the Docs Gold membership</ a > to allow folks to support us.
14
+ Gold members allow us to keep the site running, and improving all the time.
15
+ If you find value in Read the Docs, please consider becoming a member.
15
16
</ p >
16
17
17
18
< form method ="get " action ="{% url "gold_detail " %}">
Original file line number Diff line number Diff line change 28
28
29
29
Read the Docs is supported by community contributions and advertising.
30
30
We hope to bring in enough money
31
- with our `Gold`_ and `Ethical Ads`_ programs to keep Read the Docs sustainable.
31
+ with our `Gold membership `_ and `Ethical Ads`_ programs to keep Read the Docs sustainable.
32
32
33
33
**All people answering your questions are doing it with their own time,
34
34
so please be kind and provide as much information as possible.**
67
67
68
68
.. _Stack Overflow: http://stackoverflow.com/questions/tagged/read-the-docs
69
69
.. _Github Issue Tracker: https://github.com/readthedocs/readthedocs.org/issues
70
- .. _Gold: https://readthedocs.org/accounts/gold/
70
+ .. _Gold membership : https://readthedocs.org/accounts/gold/
71
71
.. _Ethical Ads: https://docs.readthedocs.io/page/advertising/ethical-advertising.html
72
72
.. _Read the Docs for Business: https://readthedocs.com
73
73
You can’t perform that action at this time.
0 commit comments