Skip to content

Commit

Permalink
Removed links and references to the mailing lists
Browse files Browse the repository at this point in the history
Refs #1727
  • Loading branch information
ontowhee authored Dec 8, 2024
1 parent 5cad7d2 commit aef8578
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 65 deletions.
4 changes: 0 additions & 4 deletions djangoproject/templates/aggregator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,4 @@ <h2 class="bullet-icon"><i class="icon icon-rss blue"></i> {{ feedtype.name }}</
</li>
{% endfor %}
</ul>

<h2>{% translate "Mailing Lists" %}</h2>
{% include "includes/mailing_lists.html" %}

{% endblock %}
2 changes: 1 addition & 1 deletion djangoproject/templates/contact/foundation.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>{% translate "Contact the Django Software Foundation" %}</h1>
<p>
{% blocktranslate trimmed %}
If you've got questions about how to use Django, use the
<a href="https://groups.google.com/forum/#!forum/django-users">django-users mailing list</a>.
<a href="https://forum.djangoproject.com">Django Forum</a>.
{% endblocktranslate %}
</p>
<form action="." method="post" accept-charset="utf-8" class="form-input">
Expand Down
6 changes: 0 additions & 6 deletions djangoproject/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ <h3 class="logo" title="Knight Foundation">Knight Foundation</h3>

{% endcomment %}

<div class="section">
<h1>{% translate "Stay in the loop" %}</h1>
<p>{% translate "Subscribe to one of our mailing lists to stay up to date with everything in the Django community:" %}</p>
{% include "includes/mailing_lists.html" %}
</div>

<!-- END #content-secondary -->
{% endblock %}

Expand Down
1 change: 0 additions & 1 deletion djangoproject/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ <h2>Follow Us</h2>
<li><a href="https://twitter.com/djangoproject">Twitter</a></li>
<li><a href="https://fosstodon.org/@django" rel="me">Fediverse (Mastodon)</a></li>
<li><a href="{% url 'weblog-feed' %}">News RSS</a></li>
<li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li>
</ul>
</div>

Expand Down
49 changes: 0 additions & 49 deletions djangoproject/templates/includes/mailing_lists.html

This file was deleted.

2 changes: 1 addition & 1 deletion djangoproject/templates/releases/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Option {% cycle options %}: Get the latest development version</h2>

<h2>After you get it</h2>
<p>See the <a href="{% url 'document-detail' lang='en' version='stable' url='intro/install' host 'docs' %}">installation guide</a> for further instructions. Make sure you read the documentation that corresponds to the version of Django you’ve just installed.</p>
<p>And be sure to sign up for the <a href="https://groups.google.com/group/django-users">django-users mailing list</a>, where other Django users and the Django developers themselves all hang out to help each other.</p>
<p>And be sure to sign up to the <a href="https://forum.djangoproject.com">Django Forum</a>, where other Django users and the Django developers themselves all hang out to help each other.</p>

<h2 id="supported-versions">Supported Versions</h2>
<p><strong>Feature releases</strong> (A.B, A.B+1, etc.) will happen roughly every eight months.
Expand Down
3 changes: 0 additions & 3 deletions docs/templates/docs/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ <h2 id="getting-help-sidebar">{% trans "Getting help" %}</h2>
<dt><a href="/en/stable/genindex/">{% trans "Index" %}</a>, <a href="/en/stable/py-modindex/">{% trans "Module Index" %}</a>, or <a href="/en/stable/contents/">{% trans "Table of Contents" %}</a></dt>
<dd>{% blocktrans %}Handy when looking for specific information.{% endblocktrans %}</dd>

<dt><a href="https://groups.google.com/group/django-users/">{% trans "django-users mailing list" %}</a></dt>
<dd>{% blocktrans %}Search for information in the archives of the django-users mailing list, or post a question.{% endblocktrans %}</dd>

<dt><a href="irc://irc.libera.chat/django">{% trans "#django IRC channel" %}</a></dt>
<dd>{% blocktrans %}Ask a question in the #django IRC channel, or search the IRC logs to see if it’s been asked before.{% endblocktrans %}</dd>

Expand Down

0 comments on commit aef8578

Please sign in to comment.