[xiph-commits] r11855 - websites/xspf.org/specs/draft-gonze-media-type-xspf

lgonze at svn.xiph.org lgonze at svn.xiph.org
Sat Sep 23 14:43:29 PDT 2006


Author: lgonze
Date: 2006-09-23 14:43:28 -0700 (Sat, 23 Sep 2006)
New Revision: 11855

Modified:
   websites/xspf.org/specs/draft-gonze-media-type-xspf/index.html
Log:
update to be in sync with version -01 rather than -00


Modified: websites/xspf.org/specs/draft-gonze-media-type-xspf/index.html
===================================================================
--- websites/xspf.org/specs/draft-gonze-media-type-xspf/index.html	2006-09-23 21:43:02 UTC (rev 11854)
+++ websites/xspf.org/specs/draft-gonze-media-type-xspf/index.html	2006-09-23 21:43:28 UTC (rev 11855)
@@ -2,133 +2,151 @@
 <html lang="en"><head><title>The application/xspf+xml Media Type</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="description" content="The application/xspf+xml Media Type">
-<meta name="generator" content="xml2rfc v1.30 (http://xml.resource.org/)">
-<style type='text/css'>
-<!--
-    body {
-        font-family: verdana, charcoal, helvetica, arial, sans-serif;
-        margin: 2em;
-        font-size: small ; color: #000000 ; background-color: #ffffff ; }
-    .title { color: #990000; font-size: x-large ;
-        font-weight: bold; text-align: right;
-        font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
-        background-color: transparent; }
-    .filename { color: #666666; font-size: 18px; line-height: 28px;
-        font-weight: bold; text-align: right;
-        font-family: helvetica, arial, sans-serif;
-        background-color: transparent; }
-    td.rfcbug { background-color: #000000 ; width: 30px ; height: 30px ;
-        text-align: justify; vertical-align: middle ; padding-top: 2px ; }
-    td.rfcbug span.RFC { color: #666666; font-weight: bold; text-decoration: none;
-        background-color: #000000 ;
-        font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
-        font-size: x-small ; }
-    td.rfcbug span.hotText { color: #ffffff; font-weight: normal; text-decoration: none;
-        text-align: center ;
-        font-family: charcoal, monaco, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
-        font-size: x-small ; background-color: #000000; }
-    /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
-    div#counter{margin-top: 100px}
+<meta name="generator" content="xml2rfc v1.31 (http://xml.resource.org/)">
+<style type='text/css'><!--
+	body {
+		font-family: verdana, charcoal, helvetica, arial, sans-serif;
+		font-size: small; color: #000; background-color: #FFF;
+		margin: 2em;
+	}
+        h1, h2, h3, h4, h5, h6 {
+		font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
+		font-weight: bold; font-style: normal;
+	}
+	h1 { color: #900; background-color: transparent; text-align: right; }
+	h3 { color: #333; background-color: transparent; }
 
-    a.info{
-        position:relative; /*this is the key*/
-        z-index:24;
-        text-decoration:none}
+	td.RFCbug {
+		font-size: x-small; text-decoration: none;
+		width: 30px; height: 30px; padding-top: 2px;
+		text-align: justify; vertical-align: middle;
+		background-color: #000;
+	}
+	td.RFCbug span.RFC {
+		font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
+		font-weight: bold; color: #666;
+	}
+	td.RFCbug span.hotText {
+		font-family: charcoal, monaco, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
+		font-weight: normal; text-align: center; color: #FFF;
+	}
 
-    a.info:hover{z-index:25; background-color:#990000 ; color: #ffffff ;}
+	table.TOCbug { width: 30px; height: 15px; }
+	td.TOCbug {
+		text-align: center; width: 30px; height: 15px;
+		color: #FFF; background-color: #900;
+	}
+	td.TOCbug a {
+		font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, sans-serif;
+		font-weight: bold; font-size: x-small; text-decoration: none;
+		color: #FFF; background-color: transparent;
+	}
 
-    a.info span{display: none}
+	td.header {
+		font-family: arial, helvetica, sans-serif; font-size: x-small;
+		vertical-align: top; width: 33%;
+		color: #FFF; background-color: #666;
+	}
+	td.author { font-weight: bold; font-size: x-small; margin-left: 4em; }
+	td.author-text { font-size: x-small; }
 
-    a.info:hover span.info{ /*the span will display just on :hover state*/
-        display:block;
-        position:absolute;
-        font-size: smaller ;
-        top:2em; left:2em; width:15em;
-        padding: 2px ;
-        border:1px solid #333333;
-        background-color:#eeeeee; color:#990000;
-        text-align: left ;}
+	/* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
+	a.info {
+		/* This is the key. */
+		position: relative;
+		z-index: 24;
+		text-decoration: none;
+	}
+	a.info:hover {
+		z-index: 25;
+		color: #FFF; background-color: #900;
+	}
+	a.info span { display: none; }
+	a.info:hover span.info {
+		/* The span will display just on :hover state. */
+		display: block;
+		position: absolute;
+		font-size: smaller;
+		top: 2em; left: -5em; width: 15em;
+		padding: 2px; border: 1px solid #333;
+		color: #900; background-color: #EEE;
+		text-align: left;
+	}
 
-     A { font-weight: bold; }
-     A:link { color: #990000; background-color: transparent ; }
-     A:visited { color: #333333; background-color: transparent ; }
-     A:active { color: #333333; background-color: transparent ; }
+	a { font-weight: bold; }
+	a:link    { color: #900; background-color: transparent; }
+	a:visited { color: #633; background-color: transparent; }
+	a:active  { color: #633; background-color: transparent; }
 
-    p { margin-left: 2em; margin-right: 2em; }
-    p.copyright { font-size: x-small ; }
-    p.toc { font-size: small ; font-weight: bold ; margin-left: 3em ;}
-    table.toc { margin: 0 0 0 3em; padding: 0; border: 0; vertical-align: text-top; }
-    td.toc { font-size: small; font-weight: bold; vertical-align: text-top; }
+	p { margin-left: 2em; margin-right: 2em; }
+	p.copyright { font-size: x-small; }
+	p.toc { font-size: small; font-weight: bold; margin-left: 3em; }
+	table.toc { margin: 0 0 0 3em; padding: 0; border: 0; vertical-align: text-top; }
+	td.toc { font-size: small; font-weight: bold; vertical-align: text-top; }
 
-    span.emph { font-style: italic; }
-    span.strong { font-weight: bold; }
-    span.verb, span.vbare { font-family: "Courier New", Courier, monospace ; }
+	ol.text { margin-left: 2em; margin-right: 2em; }
+	ul.text { margin-left: 2em; margin-right: 2em; }
+	li      { margin-left: 3em; }
 
-    span.vemph { font-style: italic; font-family: "Courier New", Courier, monospace ; }
-    span.vstrong { font-weight: bold; font-family: "Courier New", Courier, monospace ; }
-    span.vdeluxe { font-weight: bold; font-style: italic; font-family: "Courier New", Courier, monospace ; }
+	/* RFC-2629 <spanx>s and <artwork>s. */
+	em     { font-style: italic; }
+	strong { font-weight: bold; }
+	dfn    { font-weight: bold; font-style: normal; }
+	cite   { font-weight: normal; font-style: normal; }
+	tt     { color: #036; }
+        tt, pre, pre dfn, pre em, pre cite, pre span {
+		font-family: "Courier New", Courier, monospace; font-size: small;
+	}
+	pre {
+		text-align: left; padding: 4px;
+		color: #000; background-color: #CCC;
+	}
+	pre dfn  { color: #900; }
+	pre em   { color: #66F; background-color: #FFC; font-weight: normal; }
+	pre .key { color: #33C; font-weight: bold; }
+	pre .id  { color: #900; }
+	pre .str { color: #000; background-color: #CFF; }
+	pre .val { color: #066; }
+	pre .rep { color: #909; }
+	pre .oth { color: #000; background-color: #FCF; }
+	pre .err { background-color: #FCC; }
 
-    ol.text { margin-left: 2em; margin-right: 2em; }
-    ul.text { margin-left: 2em; margin-right: 2em; }
-    li { margin-left: 3em;  }
+	/* RFC-2629 <texttable>s. */
+	table.full, table.headers, table.none {
+		font-size: small; text-align: center; border-width: 2px;
+		vertical-align: top; border-collapse: collapse;
+	}
+	table.full { border-style: solid; border-color: black; }
+	table.headers, table.none { border-style: none; }
+	th {
+		font-weight: bold; border-color: black;
+		border-width: 2px 2px 3px 2px;
+	}
+	table.full th { border-style: solid; }
+	table.headers th { border-style: none none solid none; }
+	table.none th { border-style: none; }
+	table.full td {
+		border-style: solid; border-color: #333;
+		border-width: 1px 2px;
+	}
+	table.headers td, table.none td { border-style: none; }
 
-    pre { margin-left: 3em; color: #333333;  background-color: transparent;
-        font-family: "Courier New", Courier, monospace ; font-size: small ;
-        text-align: left;
-        }
-
-    h3 { color: #333333; font-size: medium ;
-        font-family: helvetica, arial, sans-serif ;
-        background-color: transparent; }
-    h4 { font-size: small; font-family: helvetica, arial, sans-serif ; }
-
-    table.bug { width: 30px ; height: 15px ; }
-    td.bug { color: #ffffff ; background-color: #990000 ;
-        text-align: center ; width: 30px ; height: 15px ;
-         }
-    td.bug A.link2 { color: #ffffff ; font-weight: bold;
-        text-decoration: none;
-        font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, sans-serif;
-        font-size: x-small ; background-color: transparent }
-
-    td.header { color: #ffffff; font-size: x-small ;
-        font-family: arial, helvetica, sans-serif; vertical-align: top;
-        background-color: #666666 ; width: 33% ; }
-    td.author { font-weight: bold; margin-left: 4em; font-size: x-small ; }
-    td.author-text { font-size: x-small; }
-    table.full { vertical-align: top ; border-collapse: collapse ;
-        border-style: solid solid solid solid ;
-        border-color: black black black black ;
-        font-size: small ; text-align: center ; }
-    table.headers, table.none { vertical-align: top ; border-collapse: collapse ;
-        border-style: none;
-        font-size: small ; text-align: center ; }
-    table.full th { font-weight: bold ;
-        border-style: solid ;
-        border-color: black black black black ; }
-    table.headers th { font-weight: bold ;
-        border-style: none none solid none;
-        border-color: black black black black ; }
-    table.none th { font-weight: bold ;
-        border-style: none; }
-    table.full td {
-        border-style: solid solid solid solid ;
-        border-color: #333333 #333333 #333333 #333333 ; }
-    table.headers td, table.none td { border-style: none; }
-
-    hr { height: 1px }
--->
-</style>
+	hr { height: 1px; }
+	hr.insert {
+		width: 80%; border-style: none; border-width: 0;
+		color: #CCC; background-color: #CCC;
+	}
+--></style>
 </head>
 <body>
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
 <table summary="layout" width="66%" border="0" cellpadding="0" cellspacing="0"><tr><td><table summary="layout" width="100%" border="0" cellpadding="2" cellspacing="1">
 <tr><td class="header">Network Working Group</td><td class="header">L. Gonze</td></tr>
 <tr><td class="header">Internet-Draft</td><td class="header">Yahoo! Music</td></tr>
-<tr><td class="header">Expires: December 27, 2006</td><td class="header">June 25, 2006</td></tr>
+<tr><td class="header">Intended status: Informational</td><td class="header">September 23, 2006</td></tr>
+<tr><td class="header">Expires: March 27, 2007</td><td class="header">&nbsp;</td></tr>
 </table></td></tr></table>
-<div align="right"><span class="title"><br />The application/xspf+xml Media Type</span></div>
-<div align="right"><span class="title"><br />draft-gonze-media-type-xspf</span></div>
+<h1><br />The application/xspf+xml Media Type<br />draft-gonze-media-type-xspf-01</h1>
 
 <h3>Status of this Memo</h3>
 <p>
@@ -154,7 +172,7 @@
 The list of Internet-Draft Shadow Directories can be accessed at
 <a href='http://www.ietf.org/shadow.html'>http://www.ietf.org/shadow.html</a>.</p>
 <p>
-This Internet-Draft will expire on December 27, 2006.</p>
+This Internet-Draft will expire on March 27, 2007.</p>
 
 <h3>Copyright Notice</h3>
 <p>
@@ -162,7 +180,9 @@
 
 <h3>Abstract</h3>
 
-<p>This is the media type specification for the playlist format XSPF ("spiff").
+<p>This document defines a new media type for the XML Shareable Playlist Format (XSPF, pronounced like "spiff").  XSPF allows playlists to be exchanged between different software, across networks and across administrative boundaries.  A media type registration enhances shareability.
+</p>
+<p>An XSPF playlist describes a sequence of objects to be rendered in time.  Objects might be audio, video, text, playlists, or any other media type with an inherent duration.  The function of an XSPF document is to identify the objects and communicate their order.
 </p><a name="toc"></a><br /><hr />
 <h3>Table of Contents</h3>
 <p class="toc">
@@ -173,7 +193,7 @@
 <a href="#anchor3">3.</a>&nbsp;
 Security considerations<br />
 <a href="#rfc.references1">4.</a>&nbsp;
-References<br />
+Normative References<br />
 <a href="#rfc.authors">&#167;</a>&nbsp;
 Author's Address<br />
 <a href="#rfc.copyright">&#167;</a>&nbsp;
@@ -182,17 +202,19 @@
 <br clear="all" />
 
 <a name="anchor1"></a><br /><hr />
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
-<a name="rfc.section.1"></a><h3>1.&nbsp;Requirements notation</h3>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
+<a name="rfc.section.1"></a><h3>1.&nbsp;
+Requirements notation</h3>
 
 <p>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
       "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
       and "OPTIONAL" in this document are to be interpreted as
-      described in <a class="info" href="#RFC2119">[RFC2119]<span> (</span><span class="info">Bradner, S., &ldquo;Key words for use in RFCs to Indicate Requirement Levels,&rdquo; March&nbsp;1997.</span><span>)</span></a>.
+      described in <a class='info' href='#RFC2119'>[RFC2119]<span> (</span><span class='info'>Bradner, S., &ldquo;Key words for use in RFCs to Indicate Requirement Levels,&rdquo; March&nbsp;1997.</span><span>)</span></a>.
 </p>
 <a name="anchor2"></a><br /><hr />
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
-<a name="rfc.section.2"></a><h3>2.&nbsp;Registration</h3>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
+<a name="rfc.section.2"></a><h3>2.&nbsp;
+Registration</h3>
 
 <p>
 	</p>
@@ -202,11 +224,6 @@
 	    application
 	  
 </dd>
-<dt>Type name:</dt>
-<dd>
-	    application
-	  
-</dd>
 <dt>Subtype name:</dt>
 <dd>
 	    xspf+xml
@@ -220,20 +237,21 @@
 <dt>Optional parameters:</dt>
 <dd>
 	    charset.  Same as charset parameter of application/xml as
-	    specified in <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
+	    specified in <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
 	  
 </dd>
 <dt>Encoding considerations:</dt>
 <dd>
 	    Same as encoding considerations of application/xml as
-	    specified in <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
+	    specified in <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
 	  
 </dd>
 <dt>Interoperability considerations:</dt>
 <dd>
 	    Versions 0 and 1 are compatible except for some playlist
 	    publication dates which precede the first publication of
-	    either specification.
+	    either specification, hence are impossible in practice.
+	    This media type registration encompasses both versions.
 	  
 </dd>
 <dt>Published specification:</dt>
@@ -260,7 +278,7 @@
 <blockquote class="text"><dl>
 <dt>Magic number(s):</dt>
 <dd>
-		   none, but see section 3.1 of <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
+		   none, but see section 3.1 of <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
 		 
 </dd>
 <dt>File extension(s):</dt>
@@ -275,7 +293,7 @@
 </dd>
 <dt>Fragment/anchor identifiers:</dt>
 <dd>
-		   see <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
+		   see <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
 		 
 </dd>
 </dl></blockquote>
@@ -312,26 +330,27 @@
 </dd>
 <dt>Base URIs:</dt>
 <dd>
-	    see <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
+	    see <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
 	  
 </dd>
 <dt>BOM:</dt>
 <dd>
-	    see <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
+	    see <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a>.
 	  
 </dd>
 </dl></blockquote><p>
       
 </p>
 <a name="anchor3"></a><br /><hr />
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
-<a name="rfc.section.3"></a><h3>3.&nbsp;Security considerations</h3>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
+<a name="rfc.section.3"></a><h3>3.&nbsp;
+Security considerations</h3>
 
 <p>
 	</p>
 <blockquote class="text">
 <p>The XML-based media type being registered has all
-	  of the security considerations described in <a class="info" href="#RFC3023">[RFC3023]<span> (</span><span class="info">Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a> plus additional
+	  of the security considerations described in <a class='info' href='#RFC3023'>[RFC3023]<span> (</span><span class='info'>Murata, M., St. Laurent, S., and D. Kohn, &ldquo;XML Media Types,&rdquo; January&nbsp;2001.</span><span>)</span></a> plus additional
 	  considerations.
 </p>
 <p>Playlist authors who publish documents containing
@@ -345,8 +364,8 @@
       
 </p>
 <a name="rfc.references1"></a><br /><hr />
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
-<h3>4.&nbsp;References</h3>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
+<h3>4.&nbsp;Normative References</h3>
 <table width="99%" border="0">
 <tr><td class="author-text" valign="top"><a name="RFC2119">[RFC2119]</a></td>
 <td class="author-text"><a href="mailto:sob at harvard.edu">Bradner, S.</a>, &ldquo;<a href="ftp://ftp.isi.edu/in-notes/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a>,&rdquo; BCP&nbsp;14, RFC&nbsp;2119, March&nbsp;1997 (<a href="ftp://ftp.isi.edu/in-notes/rfc2119.txt">TXT</a>, <a href="http://xml.resource.org/public/rfc/html/rfc2119.html">HTML</a>, <a href="http://xml.resource.org/public/rfc/xml/rfc2119.xml">XML</a>).</td></tr>
@@ -355,7 +374,7 @@
 </table>
 
 <a name="rfc.authors"></a><br /><hr />
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
 <h3>Author's Address</h3>
 <table width="99%" border="0" cellpadding="0" cellspacing="0">
 <tr><td class="author-text">&nbsp;</td>
@@ -370,9 +389,27 @@
 <td class="author-text"><a href="mailto:lucas at gonze.com">lucas at gonze.com</a></td></tr>
 </table>
 <a name="rfc.copyright"></a><br /><hr />
-<table summary="layout" cellpadding="0" cellspacing="2" class="bug" align="right"><tr><td class="bug"><a href="#toc" class="link2">&nbsp;TOC&nbsp;</a></td></tr></table>
-<h3>Intellectual Property Statement</h3>
+<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
+<h3>Full Copyright Statement</h3>
 <p class='copyright'>
+Copyright &copy; The Internet Society (2006).</p>
+<p class='copyright'>
+This document is subject to the rights,
+licenses and restrictions contained in BCP&nbsp;78,
+and except as set forth therein,
+the authors retain all their rights.</p>
+<p class='copyright'>
+This document and the information contained herein are provided
+on an &ldquo;AS IS&rdquo; basis and THE CONTRIBUTOR,
+THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY),
+THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM
+ALL WARRANTIES,
+EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
+INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
+WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
+<h3>Intellectual Property</h3>
+<p class='copyright'>
 The IETF takes no position regarding the validity or scope of any
 Intellectual Property Rights or other rights that might be claimed
 to pertain to the implementation or use of the technology
@@ -397,26 +434,9 @@
 proprietary rights that may cover technology that may be required
 to implement this standard.
 Please address the information to the IETF at <a href='mailto:ietf-ipr at ietf.org'>ietf-ipr at ietf.org</a>.</p>
-<h3>Disclaimer of Validity</h3>
-<p class='copyright'>
-This document and the information contained herein are provided
-on an &ldquo;AS IS&rdquo; basis and THE CONTRIBUTOR,
-THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY),
-THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM
-ALL WARRANTIES,
-EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
-INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
-WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
-<h3>Copyright Statement</h3>
-<p class='copyright'>
-Copyright &copy; The Internet Society (2006).
-This document is subject to the rights,
-licenses and restrictions contained in BCP&nbsp;78,
-and except as set forth therein,
-the authors retain all their rights.</p>
 <h3>Acknowledgment</h3>
 <p class='copyright'>
-Funding for the RFC Editor function is currently provided by the
-Internet Society.</p>
+Funding for the RFC Editor function is provided by
+the IETF Administrative Support Activity (IASA).</p>
 </body></html>
+



More information about the commits mailing list