Re: [apps-discuss] Fwd: I-D Action: draft-ohye-canonical-link-relation-00.txt

Bjartur Thorlacius <svartman95@gmail.com> Fri, 01 July 2011 18:15 UTC

Return-Path: <svartman95@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 137521F0CA1; Fri, 1 Jul 2011 11:15:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2QRwiz9lzapr; Fri, 1 Jul 2011 11:15:33 -0700 (PDT)
Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by ietfa.amsl.com (Postfix) with ESMTP id 2053D1F0CB7; Fri, 1 Jul 2011 11:14:20 -0700 (PDT)
Received: by wwe5 with SMTP id 5so2347373wwe.13 for <multiple recipients>; Fri, 01 Jul 2011 11:14:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2wlEuiJbZ1eYxdFktYTwek7QjJuh3vcME7TbUCV0NP8=; b=iAFUcJj74ozBdAhtS1wvsjNT4FFQz/bgS5TDkCksQd88Pswmmg/TdiC00vSe8uVXka CQjXLv6EVY1UYwfoiM1d9TvRXQxQkylFaumbHezss8OspX3sPA1LtfRmOf880n/S9qVd 9M+yf/ZOQtZJeu+z3ili3KL1dYW+ebmOBBwIg=
Received: by 10.227.13.146 with SMTP id c18mr3213171wba.5.1309544059954; Fri, 01 Jul 2011 11:14:19 -0700 (PDT)
Received: from [192.168.1.64] (85-220-65-176.dsl.dynamic.simnet.is [85.220.65.176]) by mx.google.com with ESMTPS id gb1sm2518087wbb.54.2011.07.01.11.14.16 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 11:14:17 -0700 (PDT)
Message-ID: <4E0E0E76.2080007@gmail.com>
Date: Fri, 01 Jul 2011 18:14:14 +0000
From: Bjartur Thorlacius <svartman95@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10
MIME-Version: 1.0
To: Mykyta Yevstifeyev <evnikita2@gmail.com>
References: <4E083D3F.6030200@gmx.de> <4E0D3EA5.7010803@gmail.com> <4E0DCFEF.20206@gmx.de> <4E0DEA77.3050007@gmail.com>
In-Reply-To: <4E0DEA77.3050007@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 8bit
X-Mailman-Approved-At: Sat, 02 Jul 2011 13:29:59 -0700
Cc: IETF Apps Discuss <apps-discuss@ietf.org>, "link-relations@ietf.org" <link-relations@ietf.org>
Subject: Re: [apps-discuss] Fwd: I-D Action: draft-ohye-canonical-link-relation-00.txt
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Jul 2011 18:15:34 -0000

Þann fös  1.júl 2011 15:40, skrifaði Mykyta Yevstifeyev:
> Old:
>> o The source URI of a "300 Multiple Choices" URI (Section 10.3.1 of
>> [RFC2616]) or a permanent redirect (Section 10.3.2 of [RFC2616]).
> New:
>> o The source URI, which defines a resource which provides choice
>> in different represntations of a given resource, ientified by
>> the context URI, or is a link which has been permanently replaced
>> by an other one.
> etc.
Your wording seems overly confusing. Which is the resource that 
"provides choice in different represntations of a given resource?" A 
standard could be assigned the URI <http://example.org/spec>. An HTTP 
GET /spec might be responded with an HTTP/1.1 300 choice, and an entity 
linking to /spec.node.html, /spec.html, /spec.pdf, and /spec.txt. The 
resource (the standard, that is) would in no way provide this choice. 
The HTTP server simply offered multiple representations.