From b3bf913f6fac1808f813551cb2a65ef88a47dac8 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Fri, 7 Jun 2019 13:49:18 -0700 Subject: [PATCH] Project advertising page/form update - Remove the forms to contribute to Read the Docs We don't really get any contributions this way - Build value for the commercial product a bit more - More prominent get in touch for alternatives - Remove mentions of gold Gold doesn't remove ads from projects anymore --- .../projects/project_advertising.html | 90 +++++++------------ 1 file changed, 32 insertions(+), 58 deletions(-) diff --git a/readthedocs/templates/projects/project_advertising.html b/readthedocs/templates/projects/project_advertising.html index 59d1a67f66b..8ef825cecb1 100644 --- a/readthedocs/templates/projects/project_advertising.html +++ b/readthedocs/templates/projects/project_advertising.html @@ -30,18 +30,18 @@ @@ -50,7 +50,8 @@ {% blocktrans trimmed %} For more details on advertising on Read the Docs including the privacy protections we have in place for users - and community advertising we run on behalf of the open source community, + and community advertising + we run on behalf of the open source community, see our documentation. {% endblocktrans %}

@@ -58,85 +59,58 @@

{% trans "Opting out" %}

+ {% url 'account_advertising' as ads_preferences_url %} {% blocktrans trimmed %} - If you do not wish to support Read the Docs with use of this ad space, - we ask that you help support Read the Docs in one of following ways: + In addition to the advertising preferences we have for individual users, + we have multiple ways for projects to opt out of advertising on Read the Docs. {% endblocktrans %}

-

{% trans "Still can't help?" %}

- -

- {% blocktrans trimmed %} - If you can't contribute your support for your open source project, but - are conflicted by allowing support through advertising, we still would - like to give you the option to disable showing promotions inside your - documentation. We might be in contact in the future to see if you would - reconsider offering your support. - {% endblocktrans %} -

- -

- {% blocktrans trimmed %} - If you are a company hosting commercial documentation on our community - site, but can't offer support for Read the Docs, we do not allow - removing sponsor advertisements on your documentation. This goes - against the spirit of supporting the open source community, please find - a way to offer your support. - {% endblocktrans %} -

- -

- {% blocktrans trimmed %} - To discuss alternatives to advertising, please contact us. - {% endblocktrans %} -

+
{% csrf_token %} {{ form.as_p }} + +

+ + {% blocktrans trimmed %} + If you are a company hosting commercial documentation on our community site, + we do not allow removing sponsor advertisements on your documentation. + {% endblocktrans %} + +

+

- +

{% endblock %}