Skip to content

Commit

Permalink
Fix lingering Freenode referenece in https://www.python.org/community/ (
Browse files Browse the repository at this point in the history
#1785)

Fixes #1777.

Also update the micro:bit docs to link to their community page, which currently
has a Slack invitation form and no mention of IRC.

There are still two remaining mentions of Freenode:

- The icon and corresponding CSS class is still named "freenode". As far as I
  can tell, this icon is not actually a Freenode icon. I'm not sure what it
  should signify, but it seems fine to leave the icon itself alone, and I've
  left the name alone in this PR to simplify the change.
- The README, the contributing docs, and the CI still mention #pydotorg on
  Freenode. That channel doesn't yet appear to have migrated but probably
  should.
  • Loading branch information
geofft committed Jun 14, 2021
1 parent 4e6747a commit 249c2a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fixtures/boxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
{
"fields": {
"label": "community-irc-channels",
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-freenode\"></span>Internet Relay Chat</h2>\r\n<p><a href=\"http://freenode.net/\">Freenode IRC</a> hosts several channels. <a href=\"http://www.irchelp.org/\">Select an IRC client</a>, <a href=\"https://freenode.net/kb/answer/registration\">register your nickname with Freenode</a>, and you can be off and running!</p>\r\n <h4>Freenode IRC General Channels</h4>\r\n <ul class=\"menu\">\r\n <li><strong>#python</strong> for general questions</li>\r\n <li><strong>#python-dev</strong> for CPython developers</li>\r\n <li><strong>#distutils</strong> for Python packaging discussion</li>\r\n </ul>",
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-freenode\"></span>Internet Relay Chat</h2>\r\n<p><a href=\"https://libera.chat/\">Libera.chat</a> hosts several channels. <a href=\"http://www.irchelp.org/\">Select an IRC client</a>, <a href=\"https://libera.chat/guides/registration\">register your nickname with Libera.chat</a>, and you can be off and running!</p>\r\n <h4>Libera.chat IRC General Channels</h4>\r\n <ul class=\"menu\">\r\n <li><strong>#python</strong> for general questions</li>\r\n <li><strong>#python-dev</strong> for CPython developers</li>\r\n <li><strong>#distutils</strong> for Python packaging discussion</li>\r\n </ul>",
"content_markup_type": "html"
}
},
Expand Down
5 changes: 2 additions & 3 deletions templates/community/microbit.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ <h2>Community</h2>
<li>There was a mailing list for discussion of MicroPython on the BBC
micro:bit that is archived
<a href="https://github.com/ntoll/microbit_mailman_archive">here</a>.</li>
<li>If old-school Internet Relay Chat (IRC) is your thing, then
join the #microbit channel on
<a href="https://freenode.net/">Freenode IRC</a>.</li>
<li><a href="https://tech.microbit.org/community/">micro:bit's
community page</a> links to their newsletter and chat room.</li>
<li>Finally, our friends at
<a href="https://community.computingatschool.org.uk/">Computing at
School</a> have a wide range of teacher created resources and
Expand Down

0 comments on commit 249c2a8

Please sign in to comment.