[2.2.x] Changed IRC references to Libera.Chat.

Backport of 66491f08fe from main.
This commit is contained in:
Mariusz Felisiak 2021-05-20 12:23:36 +02:00
parent 63f0d7a0f6
commit bed1755bc5
13 changed files with 26 additions and 26 deletions

View File

@ -25,7 +25,7 @@ ticket here: https://code.djangoproject.com/newticket
To get more help: To get more help:
* Join the ``#django`` channel on irc.freenode.net. Lots of helpful people hang * Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people
out there. See https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial if you're out there. See https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial if you're
new to IRC. new to IRC.

View File

@ -9,10 +9,9 @@ If this FAQ doesn't contain an answer to your question, you might want to
try the |django-users| mailing list. Feel free to ask any question related try the |django-users| mailing list. Feel free to ask any question related
to installing, using, or debugging Django. to installing, using, or debugging Django.
If you prefer IRC, the `#django IRC channel`_ on the Freenode IRC network is an If you prefer IRC, the `#django IRC channel`_ on the Libera.Chat IRC network is
active community of helpful individuals who may be able to solve your problem. an active community of helpful individuals who may be able to solve your
problem.
.. _`#django IRC channel`: irc://irc.freenode.net/django
.. _message-does-not-appear-on-django-users: .. _message-does-not-appear-on-django-users:
@ -40,7 +39,7 @@ As with most open-source mailing lists, the folks on |django-users| are
volunteers. If nobody has answered your question, it may be because nobody volunteers. If nobody has answered your question, it may be because nobody
knows the answer, it may be because nobody can understand the question, or it knows the answer, it may be because nobody can understand the question, or it
may be that everybody that can help is busy. One thing you might try is to ask may be that everybody that can help is busy. One thing you might try is to ask
the question on IRC -- visit the `#django IRC channel`_ on the Freenode IRC the question on IRC -- visit the `#django IRC channel`_ on the Libera.Chat IRC
network. network.
You might notice we have a second mailing list, called |django-developers| -- You might notice we have a second mailing list, called |django-developers| --
@ -69,3 +68,4 @@ while a defect is outstanding, we would like to minimize any damage that
could be inflicted through public knowledge of that defect. could be inflicted through public knowledge of that defect.
.. _`policy for handling security issues`: ../contributing/#reporting-security-issues .. _`policy for handling security issues`: ../contributing/#reporting-security-issues
.. _`#django IRC channel`: irc://irc.libera.chat/django

View File

@ -23,7 +23,7 @@ Having trouble? We'd like to help!
.. _archives: https://groups.google.com/group/django-users/ .. _archives: https://groups.google.com/group/django-users/
.. _post a question: https://groups.google.com/d/forum/django-users .. _post a question: https://groups.google.com/d/forum/django-users
.. _#django IRC channel: irc://irc.freenode.net/django .. _#django IRC channel: irc://irc.libera.chat/django
.. _ticket tracker: https://code.djangoproject.com/ .. _ticket tracker: https://code.djangoproject.com/
How the documentation is organized How the documentation is organized

View File

@ -166,4 +166,4 @@ Votes on technical matters should be announced and held in public on the
.. _searching: https://code.djangoproject.com/search .. _searching: https://code.djangoproject.com/search
.. _custom queries: https://code.djangoproject.com/query .. _custom queries: https://code.djangoproject.com/query
.. _#django: irc://irc.freenode.net/django .. _#django: irc://irc.libera.chat/django

View File

@ -16,7 +16,7 @@ contribute in many ways:
friendly and helpful atmosphere. If you're new to the Django community, friendly and helpful atmosphere. If you're new to the Django community,
you should read the `posting guidelines`_. you should read the `posting guidelines`_.
* Join the `#django IRC channel`_ on Freenode and answer questions. By * Join the `#django IRC channel`_ on Libera.Chat and answer questions. By
explaining Django to other users, you're going to learn a lot about the explaining Django to other users, you're going to learn a lot about the
framework yourself. framework yourself.
@ -68,8 +68,8 @@ Browse the following sections to find out how:
committing-code committing-code
.. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList .. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList
.. _#django IRC channel: irc://irc.freenode.net/django .. _#django IRC channel: irc://irc.libera.chat/django
.. _#django-dev IRC channel: irc://irc.freenode.net/django-dev .. _#django-dev IRC channel: irc://irc.libera.chat/django-dev
.. _community page: https://www.djangoproject.com/community/ .. _community page: https://www.djangoproject.com/community/
.. _Django forum: https://forum.djangoproject.com/ .. _Django forum: https://forum.djangoproject.com/
.. _register it here: https://www.djangoproject.com/community/add/blogs/ .. _register it here: https://www.djangoproject.com/community/add/blogs/

View File

@ -40,11 +40,11 @@ so that it can be of use to the widest audience.
.. admonition:: Where to get help: .. admonition:: Where to get help:
If you're having trouble going through this tutorial, please post a message If you're having trouble going through this tutorial, please post a message
to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to to |django-developers| or drop by `#django-dev on irc.libera.chat`__ to
chat with other Django users who might be able to help. chat with other Django users who might be able to help.
__ https://diveinto.org/python3/table-of-contents.html __ https://diveinto.org/python3/table-of-contents.html
__ irc://irc.freenode.net/django-dev __ irc://irc.libera.chat/django-dev
What does this tutorial cover? What does this tutorial cover?
------------------------------ ------------------------------

View File

@ -36,8 +36,8 @@ older versions of Django and install a newer one.
.. admonition:: Where to get help: .. admonition:: Where to get help:
If you're having trouble going through this tutorial, please post a message If you're having trouble going through this tutorial, please post a message
to |django-users| or drop by `#django on irc.freenode.net to |django-users| or drop by `#django on irc.libera.chat
<irc://irc.freenode.net/django>`_ to chat with other Django users who might <irc://irc.libera.chat/django>`_ to chat with other Django users who might
be able to help. be able to help.
Creating a project Creating a project

View File

@ -127,7 +127,7 @@ particular Django setup, try the |django-users| mailing list or the `#django
IRC channel`_ instead. IRC channel`_ instead.
.. _ticket system: https://code.djangoproject.com/ .. _ticket system: https://code.djangoproject.com/
.. _#django IRC channel: irc://irc.freenode.net/django .. _#django IRC channel: irc://irc.libera.chat/django
In plain text In plain text
------------- -------------

View File

@ -109,9 +109,9 @@ Troubleshooting
If you can't find the solution to your problem here then participate in the If you can't find the solution to your problem here then participate in the
community! You can: community! You can:
* Join the ``#geodjango`` IRC channel on Freenode. Please be patient and polite * Join the ``#django-geo`` IRC channel on Libera.Chat. Please be patient and
-- while you may not get an immediate response, someone will attempt to answer polite -- while you may not get an immediate response, someone will attempt
your question as soon as they see it. to answer your question as soon as they see it.
* Ask your question on the `GeoDjango`__ mailing list. * Ask your question on the `GeoDjango`__ mailing list.
* File a ticket on the `Django trac`__ if you think there's a bug. Make * File a ticket on the `Django trac`__ if you think there's a bug. Make
sure to provide a complete description of the problem, versions used, sure to provide a complete description of the problem, versions used,

View File

@ -109,9 +109,9 @@ many common questions appear with some regularity, and any particular problem
may already have been answered. may already have been answered.
Finally, for those who prefer the more immediate feedback offered by IRC, Finally, for those who prefer the more immediate feedback offered by IRC,
there's a `#django` channel on irc.freenode.net that is regularly populated there's a ``#django`` channel on ``irc.libera.chat`` that is regularly
by Django users and developers from around the world. Friendly people are populated by Django users and developers from around the world. Friendly people
usually available at any hour of the day -- to help, or just to chat. are usually available at any hour of the day -- to help, or just to chat.
.. _Django website: https://www.djangoproject.com/ .. _Django website: https://www.djangoproject.com/
.. _django-users: https://groups.google.com/group/django-users .. _django-users: https://groups.google.com/group/django-users

View File

@ -441,7 +441,7 @@ What's next?
We'll take a short break, and then work on Django 1.2 will begin -- no rest for We'll take a short break, and then work on Django 1.2 will begin -- no rest for
the weary! If you'd like to help, discussion of Django development, including the weary! If you'd like to help, discussion of Django development, including
progress toward the 1.2 release, takes place daily on the |django-developers| progress toward the 1.2 release, takes place daily on the |django-developers|
mailing list and in the ``#django-dev`` IRC channel on ``irc.freenode.net``. mailing list and in the ``#django-dev`` IRC channel on ``irc.libera.chat``.
Feel free to join the discussions! Feel free to join the discussions!
Django's online documentation also includes pointers on how to contribute to Django's online documentation also includes pointers on how to contribute to

View File

@ -222,7 +222,6 @@ formfield
formset formset
formsets formsets
formtools formtools
freenode
Frysian Frysian
functionalities functionalities
gdal gdal
@ -320,6 +319,7 @@ Kyngesburye
latin latin
lawrence lawrence
lexer lexer
Libera
lifecycle lifecycle
lifecycles lifecycles
linearize linearize

View File

@ -23,8 +23,8 @@ __ `executing custom SQL directly`_
:doc:`custom query expressions </ref/models/expressions/>`. :doc:`custom query expressions </ref/models/expressions/>`.
Before using raw SQL, explore :doc:`the ORM </topics/db/index>`. Ask on Before using raw SQL, explore :doc:`the ORM </topics/db/index>`. Ask on
|django-users| or the `#django IRC channel one of :doc:`the support channels </faq/help>` to see if the ORM supports
<irc://irc.freenode.net/django>`_ to see if the ORM supports your use case. your use case.
.. warning:: .. warning::