Ticket #5213 (closed enhancement: fixed)

Opened 9 months ago

Last modified 9 months ago

Make AtomPub discoverable

Reported by: rubys Assigned to: westi
Priority: normal Milestone: 2.5
Component: XML-RPC Version:
Severity: normal Keywords: reporter-feedback
Cc:

Description

It would help tools like Windows Live Writer if WP's AtomPub? support were discoverable. The simple patch attached does just that. It also corrects a minor typo in Atom Feed autodiscovery. Tested on latest HEAD.

Attachments

atom-autodiscovery.patch (2.0 kB) - added by rubys on 10/16/07 15:21:22.
update patch based on suggestion from Elias Torres

Change History

10/16/07 12:40:52 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.

Looks good.

atomsvc link should be in a new function not in rsd_link and then added to wp_head action in default_filters.

10/16/07 15:21:22 changed by rubys

  • attachment atom-autodiscovery.patch added.

update patch based on suggestion from Elias Torres

(follow-up: ↓ 3 ) 10/16/07 15:42:48 changed by jcheng

It’d be really helpful if, in the RSD, the blogId attribute pointed to the collection HREF--that way clients don’t have to prompt the user to pick their blog from a list.

(in reply to: ↑ 2 ; follow-up: ↓ 5 ) 10/16/07 20:20:15 changed by foolswisdom

In ticket #5175, which I've now marked as a dupl of this ticket, adding to xmlrpc.php?rsd seems sufficient, and any technical benefit of explicitly including it in wp_head is not immediately obvious to me.

10/16/07 20:20:53 changed by foolswisdom

  • keywords set to reporter-feedback.

(in reply to: ↑ 3 ) 10/17/07 17:52:17 changed by jcheng

Replying to foolswisdom: The <link rel="service"> is how everyone else in the Atom community is doing this right now (or were until this came up for WP), and it's where the next version of WLW will look. (I don't count Six Apart, their Atom implementations are based on an incredibly old draft and don't seem like they have been updated in years.)

http://jcheng.wordpress.com/2007/10/16/how-wlw-speaks-atompub-part-1-autodiscovery/

10/17/07 19:35:52 changed by westi

Following discussion with rubys / josephscott it is thought that just adding to the RSD is enough

10/17/07 19:37:51 changed by westi

See [6161]

10/17/07 19:50:56 changed by westi

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6262]) Add Atom to the RSD. Fixes #5213 props rubys.

(in reply to: ↑ description ) 10/17/07 23:31:47 changed by foolswisdom

Replying to rubys:

corrects a minor typo in Atom Feed autodiscovery.

Fixed in [6261].