[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Approach to atompub implementation for a forum
- To: "'atom-protocol'" <atom-protocol@xxxxxxx>
- Subject: Re: Approach to atompub implementation for a forum
- From: James M Snell <jasnell@xxxxxxxxx>
- Date: Wed, 12 Dec 2007 12:54:05 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=fMZrFX2CRNB1b/95xn7q7YeS6Bo1sl5/e9C5YorJjFQ=; b=cJjmAlikniabyd1w1F1T5UnY405/dgCILrPSDmGl6jrAxDyatu9d3lr3xU2MVKgcGVCJ6L0XozT6GWQb1rsMTdRV7WWQMZLd3Tfd+lE1/xxXMOJ7OB413Glc19TrqOgKm5IOZfwnRirehKXJtTFo7zeMfDKDHRaK0X8/dw7mSwY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=d6F8Okx6tIyy9FJOAwFJhGnhxnOr9iw+LWl84/l8+bJPFPSkXzOHbNE07r/s86STja3cM7af4110zqBTnU8yVD2vJ2tGAwLdnKYpt1Si9JxetMO0IOqy0w20jMWnmpYgZA2IH/TOGGUVRvv/sDQBf6hFQuSqnWMUWkkxdUs+usk=
- In-reply-to: <>
- List-archive: <http://www.imc.org/atom-protocol/mail-archive/>
- List-id: <atom-protocol.imc.org>
- List-unsubscribe: <mailto:atom-protocol-request@imc.org?body=unsubscribe>
- References: <475F1C3E.2010607@xxxxxxxxxxxxxxxxxxx> <> <476014BB.5080807@xxxxxxxxxxxxxxxxxxx> <>
- Sender: owner-atom-protocol@xxxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.6 (X11/20071022)
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,