Skip to content

Commit dda1e10

Browse files
committed
Reduced references to #django IRC.
1 parent 75f3fde commit dda1e10

File tree

7 files changed

+12
-22
lines changed

7 files changed

+12
-22
lines changed

djangoproject/templates/conduct/enforcement.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3>{% translate "How the committee will respond to reports" %}</h3>
6464
<p>
6565
{% blocktranslate trimmed %}
6666
This information will be collected in writing, and whenever possible the
67-
committee's deliberations will be recorded and retained (i.e. IRC transcripts, email
67+
committee's deliberations will be recorded and retained (i.e. chat transcripts, email
6868
discussions, recorded voice conversations, etc).
6969
{% endblocktranslate %}</p>
7070

@@ -79,7 +79,7 @@ <h3>{% translate "Acting Unilaterally" %}</h3>
7979

8080
<p>
8181
{% blocktranslate trimmed %}
82-
If the act is ongoing (such as someone engaging in harassment in #django), or involves
82+
If the act is ongoing (such as someone engaging in harassment on the forum), or involves
8383
a threat to anyone's safety (e.g. threats of violence), any committee member
8484
may act immediately (before reaching consensus) to end the situation. In ongoing
8585
situations, any member may at their discretion employ any of the tools available
@@ -117,18 +117,18 @@ <h3>{% translate "Resolutions" %}</h3>
117117
<li>
118118
{% blocktranslate trimmed %}
119119
A public reprimand. In this case, a committee member will deliver that reprimand
120-
in the same venue that the violation occurred (i.e. in IRC for an IRC violation;
120+
in the same venue that the violation occurred (i.e. in the forum for a forum violation;
121121
email for an email violation, etc.). The committee may choose to publish this message
122122
elsewhere for posterity.{% endblocktranslate %}</li>
123123
<li>
124124
{% blocktranslate trimmed %}
125125
An imposed vacation (i.e. asking someone to "take a week off" from a mailing list
126-
or IRC). A committee member will communicate this "vacation" to the individual(s).
126+
or the forum). A committee member will communicate this "vacation" to the individual(s).
127127
They'll be asked to take this vacation voluntarily, but if they don't agree then
128128
a temporary ban may be imposed to enforce this vacation.{% endblocktranslate %}</li>
129129
<li>
130130
{% blocktranslate trimmed %}
131-
A permanent or temporary ban from some or all Django spaces (mailing lists, IRC,
131+
A permanent or temporary ban from some or all Django spaces (mailing lists, the forum,
132132
etc.). The committee will maintain records of all such bans so that they may be
133133
reviewed in the future, extended to new Django fora, or otherwise maintained.
134134
{% endblocktranslate %}</li>

djangoproject/templates/conduct/faq.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ <h3 id="what-does-it-mean">{% blocktranslate %}What does it mean to "adopt" a Co
5858
<p>
5959
{% blocktranslate trimmed %}
6060
In practice, this means mailing lists (django-users, django-developers, etc.),
61-
the various Django IRC channels (<tt>#django</tt>, <tt>#django-dev</tt>, etc.), bug
62-
tracking and code review tools, and "official" Django events such as sprints.
63-
In addition, violations of this code outside these spaces may affect a person's
64-
ability to participate within them.{% endblocktranslate %}</p>
61+
the Django forum, bug tracking and code review tools, and "official" Django events
62+
such as DjangoCons. In addition, violations of this code outside these spaces may
63+
affect a person's ability to participate within them.{% endblocktranslate %}</p>
6564

6665
<h3 id="dsf-events">{% translate "What about events funded by the Django Software Foundation?" %} <a class="plink" href="#dsf-events"></a></h3>
6766
<p>

djangoproject/templates/conduct/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>{% translate "Django Code of Conduct" %}</h1>
3636
<p>
3737
{% blocktranslate trimmed %}
3838
This code of conduct applies to all spaces managed by the Django project or
39-
Django Software Foundation. This includes IRC, the mailing lists, the issue
39+
Django Software Foundation. This includes the mailing lists, the issue
4040
tracker, DSF events, and any other forums created by the project team
4141
which the community uses for communication. In addition, violations of this code
4242
outside these spaces may affect a person's ability to participate within them.

djangoproject/templates/conduct/reporting.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>{% translate "Django Code of Conduct - Reporting Guide" %}</h1>
4141
<li>{% translate "Your contact info (so we can get in touch with you if we need to follow up)" %}</li>
4242
<li>{% translate "Names (real, nicknames, or pseudonyms) of any individuals involved. If there were other witnesses besides you, please try to include them as well." %}</li>
4343
<li>{% translate "When and where the incident occurred. Please be as specific as possible." %}</li>
44-
<li>{% translate "Your account of what occurred. If there is a publicly available record (e.g. a mailing list archive or a public IRC logger) please include a link." %}</li>
44+
<li>{% translate "Your account of what occurred. If there is a publicly available record (e.g. a mailing list archive or a forum post) please include a link." %}</li>
4545
<li>{% translate "Any extra context you believe existed for the incident." %}</li>
4646
<li>{% translate "If you believe this incident is ongoing." %}</li>
4747
<li>{% translate "Any other information you believe we should have." %}</li>
@@ -80,8 +80,8 @@ <h3>{% translate "What happens after you file a report?" %}</h3>
8080
<li>{% translate "Nothing (if we determine no violation occurred)." %}</li>
8181
<li>{% translate "A private reprimand from the working group to the individual(s) involved." %}</li>
8282
<li>{% translate "A public reprimand." %}</li>
83-
<li>{% blocktranslate %}An imposed vacation (i.e. asking someone to "take a week off" from a mailing list or IRC).{% endblocktranslate %}</li>
84-
<li>{% translate "A permanent or temporary ban from some or all Django spaces (mailing lists, IRC, etc.)" %}</li>
83+
<li>{% blocktranslate %}An imposed vacation (i.e. asking someone to "take a week off" from a mailing list or the forum).{% endblocktranslate %}</li>
84+
<li>{% translate "A permanent or temporary ban from some or all Django spaces (mailing lists, the forum, etc.)" %}</li>
8585
<li>{% translate "A request for a public or private apology." %}</li>
8686
</ul>
8787
</p>

djangoproject/templates/homepage.html

-5
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ <h3>{% translate "Get involved" %}</h3>
149149

150150
<h3>{% translate "Get Help" %}</h3>
151151
<dl class="list-links-small">
152-
<dt><a href="irc://irc.libera.chat/django">{% translate "#django IRC channel" %}</a></dt>
153-
<dd>
154-
{% translate "Chat with other Django users" %}
155-
</dd>
156-
157152
<dt><a href="https://discord.gg/xcRH6mN4fa" target="_blank">{% translate "Django Discord Server" %}</a></dt>
158153
<dd>
159154
{% translate "Join the Django Discord Community" %}

djangoproject/templates/includes/footer.html

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ <h2>Get Help</h2>
3838
<ul>
3939
<li><a href="{% url 'document-detail' lang='en' version='stable' url='faq' host 'docs' %}">Getting Help FAQ</a>
4040
</li>
41-
<li><a href="irc://irc.libera.chat/django">#django IRC channel</a></li>
4241
<li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li>
4342
<li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li>
4443
</ul>

docs/templates/docs/doc.html

-3
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ <h2 id="getting-help-sidebar">{% trans "Getting help" %}</h2>
188188
<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>
189189
<dd>{% blocktrans %}Handy when looking for specific information.{% endblocktrans %}</dd>
190190

191-
<dt><a href="irc://irc.libera.chat/django">{% trans "#django IRC channel" %}</a></dt>
192-
<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>
193-
194191
<dt><a href="https://discord.gg/xcRH6mN4fa">{% trans "Django Discord Server" %}</a></dt>
195192
<dd>{% blocktrans %}Join the Django Discord Community.{% endblocktrans %}</dd>
196193

0 commit comments

Comments
 (0)