[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Unofficial last call on draft-snell-atompub-feed-expires-04.txt
- To: Atom Syntax <atom-syntax@xxxxxxx>
- Subject: Unofficial last call on draft-snell-atompub-feed-expires-04.txt
- From: James M Snell <jasnell@xxxxxxxxx>
- Date: Mon, 26 Sep 2005 08:32:01 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=XHJIdnObYG3o0ALqxXIvQ4F1Hv2Uprk0QehTazPVrE+LVCbfliOXRzP+skkN99FPSo2G56TNQaTu8zjDLv+41r/05jMswRDRBa1Mye0TGbdfsKKNP78X+gGpNK0hEYGkKqvH3uNPwIz85co8YrZob3urO9Xp9qwzmUYnxroqi2A=
- List-archive: <http://www.imc.org/atom-syntax/mail-archive/>
- List-id: <atom-syntax.imc.org>
- List-unsubscribe: <mailto:atom-syntax-request@imc.org?body=unsubscribe>
- Sender: owner-atom-syntax@xxxxxxxxxxxx
- User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Over the past couple of weeks I've been working on a number of proposed
Atom extensions that I am moving forward with as standards-track RFC's
through individual submission.
I believe that the Expiration extension --
http://www.ietf.org/internet-drafts/draft-snell-atompub-feed-expires-04.txt
-- is complete and ready for an unofficial last call. Before I submit
this to Scott Hollenbeck asking for it t become a standards-track RFC, I
would like to invite the members of the WG to comment | praise |
complain | improve | all-of-the-above. In >= 2 weeks I'll make any
appropriate changes and submit the draft to Scott.
Summary: introduces a mechanism for specifying a date-time or maximum
age for the informational content of a feed or entry
Example:
<feed>
...
<age:expires>2005-12-12T12:00:00Z</age:expires>
<entry>
...
<updated>2005-11-11T12:00:00Z</updated>
<age:max-age>20000</age:max-age>
</entry>
</feed>
The metadata in the feed element expires at noon on Dec , 12 2005,
The metadata in the entry element expires 20000 miliseconds after
noon on Nov, 11, 2005.
- James