[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Approach to atompub implementation for a forum



FWIW, We've adopted the convention of appending "Re:" to the main entry
title and using that for comments.

- James

A. Pagaltzis wrote:
> * Ivan Sagalaev <maniac@xxxxxxxxxxxxxxxxxxx> [2007-12-12 18:15]:
>> - replies can't have title
> 
> In RFC 4287 it is decreed that atom:entry MUST contain exactly
> one atom:title, so you can’t do that. But you are free to ignore
> client-provided titles. You could also require that they be
> empty, but that reduces the odds of interop with generic clients.
> 
> Regards,