[wp-xmlrpc] AtomPUB Comment Moderation?
Alan Castonguay
alan at verselogic.net
Sat Feb 14 22:01:24 GMT 2009
Linking back to parents is done with <thr:in-reply-to/> in the public
feed-atom-comments, following the comment_parent column;
<thr:in-reply-to ref="guid-of-post" href="web-permalink-to-post"
type="text/html" />
I don't see any method of discovering the inverse relationship,
however. The public feed-atom-comments has some elements of a
Searchable Collection, in that the search query is honored, so one
could ask for all comments on a given post easily enough.
Alan J Castonguay
On Feb 14, 2009, at 4:30 PM, Alan Castonguay wrote:
> I'm curious what additional Wordpress-specific namespace'd additions
> would be required. The relationships between posts/pages/attachments
> and their comments seem to be addressed by the Related extension. I
> can see an app:control block being needed to specify the spam/ham/
> heldformoderation flag (like for Draft/Published), but apart from
> that a comment is a (sparse) Entity, right?
>
> The only part I'm unsure of, which may be what you're aludeding to,
> is how to fetch a Collection of children for a particular Entity.
>
> An OpenSearch implementation would go a long way to helping, but I'm
> not sure if that's the Proper way.
>
> Alan J Castonguay
>
>
> <Alan J Castonguay.vcf>
>
> On Feb 14, 2009, at 1:45 PM, Joseph Scott wrote:
>> I think we're going to have to bite the bullet and add a WordPress
>> specific namespace for our AtomPub support. I've been hesitant to
>> go down that road because it seems to lead to some of the same
>> problems that I hear people complain about in XML-RPC, namely that
>> instead of being able to use the same APIs across multiple blogging
>> platforms each one has it's own specific details.
>>
>> Our next action item then is to come up with a good name space
>> scheme for AtomPub in WordPress.
>
> _______________________________________________
> wp-xmlrpc mailing list
> wp-xmlrpc at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-xmlrpc
More information about the wp-xmlrpc
mailing list