[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Unofficial Last Call on draft-snell-atompub-feed-nofollow-02.txt
- To: Atom Syntax <atom-syntax@xxxxxxx>
- Subject: Unofficial Last Call on draft-snell-atompub-feed-nofollow-02.txt
- From: James M Snell <jasnell@xxxxxxxxx>
- Date: Mon, 26 Sep 2005 08:21:21 -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=jh1lmU8MD12rV/odbdX8qrjTvF3lgqrfAwt1j8jL9/wgXTq3xa694ZNVYNN8NQSB5cyEBGd5GdRu8WwBU6ZRXfTUY0acZvFb2owXi5ZoCdMUYPaKV0Yz/08Rc+aEfEzvCNCKb33ioBslARluDSaqCfLdaTV1LUgKzNndoKWAnzU=
- 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 first of these extensions --
draft-snell-atompub-feed-nofollow-02.txt -- is complete and ready for an
unofficial last call. Before I submit this to Scott Hollenbeck asking
for it to 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.
http://www.ietf.org/internet-drafts/draft-snell-atompub-feed-nofollow-02.txt
Summary: introduces x:follow="yes|no", x:index="yes|no" and
x:archive="yes|no" attributes for links and content-by-reference.
Example: <link rel="enclosure" type="application/pdf" href="mypdf.pdf"
x:follow="no" x:index="no" x:archive="no" />
(don't automatically download, don't index for searching, don't archive)
- James