Opened 12 years ago

Closed 7 years ago

Last modified 7 years ago

#17453 closed Bug (fixed)

IRC logs link is not reachable

Reported by: shantanoo Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Attachments (3)

patch_irc_log_link_django.diff (522 bytes ) - added by noria 12 years ago.
patch_irc_log_link_djangoproject.com.diff (586 bytes ) - added by noria 12 years ago.
17453.dp.com.patch (1.4 KB ) - added by Aymeric Augustin 12 years ago.

Download all attachments as: .zip

Change History (17)

comment:1 by Gabriel Hurley, 12 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

We can now point to http://django-irc-logs.com/

There may be other instances of this floating around. We should do a full grep on the docs when patching.

comment:2 by Gabriel Hurley, 12 years ago

Easy pickings: set

by noria, 12 years ago

comment:3 by noria, 12 years ago

Has patch: set

A part was already done in #16277.
I have search others occurrences with grep.
Here are two patches, one for the django app, and one for the djangoproject.com website.

comment:4 by Claude Paroz, 12 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Aymeric Augustin, 12 years ago

In [17385]:

(The changeset message doesn't reference this ticket)

comment:6 by Aymeric Augustin, 12 years ago

In [17386]:

[1.3.X] Fixed the link to the IRC logs in the README and docs. Refs #17453, #16277. Backport of [17149] and [17385].

comment:7 by Aymeric Augustin, 12 years ago

There's still the website to fix.

comment:8 by Aymeric Augustin, 12 years ago

Here's a patch for the website.

by Aymeric Augustin, 12 years ago

Attachment: 17453.dp.com.patch added

comment:9 by Aymeric Augustin, 12 years ago

Fixed on the website.

comment:10 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

comment:11 by Sergey Fedoseev, 7 years ago

Resolution: fixed
Status: closednew

http://django-irc-logs.com/ mentioned in README.rst and docs/index.txt is not available for a while (the last snapshot on web.archive.org is from September 16, 2016).

comment:12 by Tim Graham, 7 years ago

Resolution: fixed
Status: newclosed

Looks like django-irc-logs.com was a side project that's abandoned. The domain is now expired. https://botbot.me/freenode/django/ looks like a nice alternative.

comment:13 by Tim Graham <timograham@…>, 7 years ago

In c6986a4e:

Refs #17453 -- Fixed broken link to #django IRC logs.

comment:14 by Tim Graham <timograham@…>, 7 years ago

In b0304428:

[1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.

Backport of c6986a4ebff8db923f906ce84cf118efc82ec79a from master

Note: See TracTickets for help on using tickets.
Back to Top