[ietf-types] Registration of media type application/opensearchdescription+xml
Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com> Thu, 20 October 2011 11:04 UTC
Return-Path: <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
X-Original-To: ietf-types@ietfa.amsl.com
Delivered-To: ietf-types@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A2C4421F8B12 for <ietf-types@ietfa.amsl.com>; Thu, 20 Oct 2011 04:04:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.587
X-Spam-Level:
X-Spam-Status: No, score=-101.587 tagged_above=-999 required=5 tests=[AWL=-1.088, BAYES_50=0.001, FROM_LOCAL_NOVOWEL=0.5, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JC4MFKzOD5w0 for <ietf-types@ietfa.amsl.com>; Thu, 20 Oct 2011 04:04:40 -0700 (PDT)
Received: from pechora3.lax.icann.org (unknown [IPv6:2620:0:2d0:201::1:73]) by ietfa.amsl.com (Postfix) with ESMTP id 03F0921F8B16 for <ietf-types@ietf.org>; Thu, 20 Oct 2011 04:04:40 -0700 (PDT)
Received: from mail-ww0-f47.google.com (mail-ww0-f47.google.com [74.125.82.47]) by pechora3.lax.icann.org (8.13.8/8.13.8) with ESMTP id p9KB4Igf012090 for <ietf-types@iana.org>; Thu, 20 Oct 2011 11:04:39 GMT
Received: by wwg7 with SMTP id 7so2777731wwg.16 for <ietf-types@iana.org>; Thu, 20 Oct 2011 04:04:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=R2e+N9guVzXFPJyx+zK1DwI4ycBLF7WKAnhRP/Tdkv4=; b=swoGd86eE9Hvk552D8ywlQp2WicqIki+jDe7eVQWr0IghIYCmusz1BDvVWoMMoGEgu 6pS+ty1whYudHwv4Tg/+0zyyOxXBzIeJpIm8XvMcwtceoRtafuSzle5j6YqEmmDe51jz ywoaOOWBDjf/jdrqlyZhhc3+Rob4b4wJZIUHQ=
Received: by 10.227.170.68 with SMTP id c4mr3913570wbz.62.1319108658181; Thu, 20 Oct 2011 04:04:18 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.180.80.134 with HTTP; Thu, 20 Oct 2011 04:03:38 -0700 (PDT)
From: Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
Date: Thu, 20 Oct 2011 13:03:38 +0200
Message-ID: <CAHhFybqGyBfmoHdJnWN=Ba3_ZtE+S-0DQonYyksENp2Ph4dscw@mail.gmail.com>
To: IANA MIME types <ietf-types@iana.org>
Content-Type: text/plain; charset="ISO-8859-1"
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.0 (pechora3.lax.icann.org [192.0.33.73]); Thu, 20 Oct 2011 11:04:39 +0000 (UTC)
Subject: [ietf-types] Registration of media type application/opensearchdescription+xml
X-BeenThere: ietf-types@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Media \(MIME\) type review" <ietf-types.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-types>, <mailto:ietf-types-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-types>
List-Post: <mailto:ietf-types@ietf.org>
List-Help: <mailto:ietf-types-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-types>, <mailto:ietf-types-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Oct 2011 11:04:44 -0000
Type name: application Subtype name: opensearchdescription+xml Required parameters: There are no required parameters. Optional parameters: charset (defaults to "UTF-8") Encoding considerations: Identical to those of "application/xml" as described in RFC 3023; especially "UTF-8" (RFC 3629) and its proper subset "US-ASCII" are supposed to work. For non-ASCII documents served as "text/xml" the "charset" parameter is required; this might be relevant when authors are unable to configure the server hosting their OSDD (OpenSearch Description Document). Security considerations: All general security and privacy considerations for sending queries to servers specified in an URL are applicable. Where clients support the optional update feature in OSDDs it affects the privacy of users. The Ecmascript API AddSearchProvider() typically enforces a "same origin" policy for the OSDD; the URL element within the OSDD can designate a third party as search provider. An OSDD can claim to be a search description for X, but actually do something else. Interoperability considerations: OSDDs use the <http://a9.com/-/spec/opensearch/1.1/> XML name space, optionally in conjunction with other XML name spaces for extensions or application specific purposes. Published specification: <http://www.opensearch.org/Specifications/OpenSearch/1.1> Applications that use this media type: Various Web browsers, search engines, and software libraries support OSDDs. The "search" link relation is used on many Web pages with this media type. The Ecmascript API AddSearchProvider() documented for WhatWG HTML uses this media type. Additional information: OSDDs have no "magic numbers" as defined in RFC 4288. There are no special "common file name extensions" for OSDDs, OSDDs are XML documents. If specific extensions are desired ".a9.xml" (or similar) might do the trick. Person & email address to contact for further information: <http://groups.google.com/group/opensearch> <http://www.opensearch.org/Community/Guidelines> Intended usage: COMMON Restrictions on usage: None Author: DeWitt Clinton Change controller: <http://www.opensearch.org/>
- [ietf-types] Registration of media type applicati… Frank Ellermann
- Re: [ietf-types] Registration of media type appli… Paul Libbrecht
- Re: [ietf-types] Registration of media type appli… Frank Ellermann
- Re: [ietf-types] Registration of media type appli… Frank Ellermann
- Re: [ietf-types] Registration of media type appli… Paul Libbrecht
- Re: [ietf-types] Registration of media type appli… Frank Ellermann
- Re: [ietf-types] Registration of media type appli… Paul Libbrecht
- [ietf-types] Registration of media type applicati… Frank Ellermann