#5213 closed enhancement (fixed)
Make AtomPub discoverable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | XML-RPC | Keywords: | reporter-feedback |
| Focuses: | 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 (1)
Change History (10)
#2
follow-up:
↓ 3
@
18 years ago
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.
#3
in reply to:
↑ 2
;
follow-up:
↓ 5
@
18 years ago
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.
#5
in reply to:
↑ 3
@
18 years ago
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/
#6
@
18 years ago
Following discussion with rubys / josephscott it is thought that just adding to the RSD is enough
Looks good.
atomsvc link should be in a new function not in rsd_link and then added to wp_head action in default_filters.