Ticket #5434 (closed enhancement: fixed)

Opened 4 years ago

Last modified 2 years ago

Supporting the Atom Threading Extensions

Reported by: peaceablewhale Owned by: westi
Priority: normal Milestone: 2.5
Component: General Version:
Severity: normal Keywords: Atom, Atom Thread, Feed, Comment Feed has-patch
Cc: rubys, joesphscott

Description

Currently, Atom feeds generated by WordPress do not have any "replies" link or any attribute and element of the Atom Threading Extensions, although the extensions' XML namespace is declared. I think WordPress should support/use the Atom Threading Extensions, by having the following features.

Each Atom feed entry should contain two "replies" links, one to the HTML comment page and one to the Atom comment feed of that entry. Each link should have a thr:count attribute to indicate the number of comments and a thr:updated attribute to indicate the last-modified time of the latest comment, if possible.

A thr:total element should be added as a child of atom:entry to indicate the total number of comments.

Attachments

demo_entry.atom Download (783 bytes) - added by peaceablewhale 4 years ago.
Demo of my description
5434.patch Download (685 bytes) - added by rubys 4 years ago.
patch

Change History

Demo of my description

  • Milestone changed from 2.4 to 2.5
  • Cc rubys, joesphscott added
  • Owner changed from anonymous to westi
  • Status changed from new to assigned

rubys4 years ago

patch

This patch appears to be low risk, and was readily assembled using existing parts.

  • Keywords has-patch added
  • Milestone changed from 2.5 to 2.4

comment:5   ryan4 years ago

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [6369]) Support atom threading. Props rubys. fixes #5434

Note: See TracTickets for help on using tickets.