One possible approach you could take would be to leverage the Feed
Thread Extension "replies" link and drop an app:collection element in
the comments feed.

example:

<entry>
  ...
  <link rel="replies" href="/comments?entry=foo" />
  ...
</entry>


In the comments feed:

<feed>
  ...
  <app:collection title="Comments"
    href="/edit/comments?entry=foo" />
  ...
</feed>

Someone would look for the replies link to determine where to find the
comments thread, then look for the app:collection element in that feed
to determine where to post.

Creating the comments feed is easy [1], adding an app:collection to that
feed would be even easier.

[1] http://www.snellspace.com/wp/?p=321

- James

David M Johnson wrote:
> 
> On May 19, 2006, at 3:39 AM, Miguel A Paraz wrote:
> 
>> Hi,
>> I'd like to expose comments to the APP. I'm working on a "headless
>> Roller" for an Atom data store with a PHP front end.
>>
>> My guess is, you didn't include comments in the APP since you didn't
>> need it.
> 
> Comments are not supported because they are not part of the APP spec --
> ant not likely to be part of the final spec.
> 
> 
>> I'd like to add it in, any advice on the URI structure? Something like:
>> /roller/app/handle/entry/ff8080810b45e25a010b46a61c0e0037/comments
> 
> I guess you could add a <link rel="comments" href="blahblah" /> to each
> <entry> to indicate the comments collection URI for that entry.
> 
> - Dave
> 
> 

Reply via email to