Changeset 1541
- Timestamp:
- 20/02/12 15:52:11 (10 years ago)
- Location:
- draft-ietf-httpbis-authscheme-registrations
- Files:
-
- 4 added
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-authscheme-registrations/03/draft-ietf-httpbis-authscheme-registrations.html
r1522 r1541 11 11 function init() { 12 12 var fb = document.createElement("div"); 13 fb. setAttribute("class", "feedback");13 fb.className = "feedback noprint"; 14 14 fb.setAttribute("onclick", "feedback();"); 15 15 fb.appendChild(document.createTextNode("feedback")); … … 62 62 63 63 // docname 64 var docname = "draft-ietf-httpbis-authscheme-registrations- latest";64 var docname = "draft-ietf-httpbis-authscheme-registrations-03"; 65 65 66 66 // section 67 67 var section = node.textContent; 68 section = section.replace("\u00a0", " "); 68 69 69 70 // build URI from template … … 73 74 74 75 var button = document.createElement("a"); 75 button. setAttribute("class", "fbbutton");76 button.className = "fbbutton noprint"; 76 77 button.setAttribute("href", uri); 77 78 button.appendChild(document.createTextNode("send feedback")); … … 82 83 for (var i = 0; i < buttons.length; i++) { 83 84 var b = buttons.item(i); 84 if (b. getAttribute("class") == "fbbutton") {85 if (b.className == "fbbutton noprint") { 85 86 node.removeChild(b); 86 87 } … … 410 411 .print2col { 411 412 column-count: 2; 413 -moz-column-count: 2; 412 414 column-fill: auto; 413 415 } … … 428 430 } 429 431 @bottom-center { 430 content: "Expires August 4, 2012";432 content: "Expires August 23, 2012"; 431 433 } 432 434 @bottom-right { … … 455 457 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 456 458 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 457 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.56 4, 2012-01-28 14:56:56, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">459 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.567, 2012-02-06 22:22:25, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 458 460 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 459 461 <meta name="dct.creator" content="Reschke, J. F."> 460 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations- latest">461 <meta name="dct.issued" scheme="ISO8601" content="2012-02- 01">462 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-03"> 463 <meta name="dct.issued" scheme="ISO8601" content="2012-02-20"> 462 464 <meta name="dct.abstract" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established."> 463 465 <meta name="description" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established."> … … 476 478 <tr> 477 479 <td class="left">Intended status: Informational</td> 478 <td class="right">February 1, 2012</td>480 <td class="right">February 20, 2012</td> 479 481 </tr> 480 482 <tr> 481 <td class="left">Expires: August 4, 2012</td>483 <td class="left">Expires: August 23, 2012</td> 482 484 <td class="right"></td> 483 485 </tr> 484 486 </tbody> 485 487 </table> 486 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Authentication Scheme Registrations<br><span class="filename">draft-ietf-httpbis-authscheme-registrations- latest</span></p>488 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Authentication Scheme Registrations<br><span class="filename">draft-ietf-httpbis-authscheme-registrations-03</span></p> 487 489 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 488 490 <p>This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track … … 506 508 in progress”. 507 509 </p> 508 <p>This Internet-Draft will expire on August 4, 2012.</p>510 <p>This Internet-Draft will expire on August 23, 2012.</p> 509 511 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 510 512 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis-authscheme-registrations/03/draft-ietf-httpbis-authscheme-registrations.xml
- Property svn:eol-style set to native
r1522 r1541 23 23 <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>"> 24 24 ]> 25 <rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-authscheme-registrations- latest" category="info">25 <rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-authscheme-registrations-03" category="info"> 26 26 <x:feedback template="mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"/> 27 27 <front> … … 42 42 </author> 43 43 44 <date month="February" year="2012" />44 <date month="February" year="2012" day="20"/> 45 45 <workgroup>HTTPbis Working Group</workgroup> 46 46 -
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.html
r1522 r1541 11 11 function init() { 12 12 var fb = document.createElement("div"); 13 fb. setAttribute("class", "feedback");13 fb.className = "feedback noprint"; 14 14 fb.setAttribute("onclick", "feedback();"); 15 15 fb.appendChild(document.createTextNode("feedback")); … … 66 66 // section 67 67 var section = node.textContent; 68 section = section.replace("\u00a0", " "); 68 69 69 70 // build URI from template … … 73 74 74 75 var button = document.createElement("a"); 75 button. setAttribute("class", "fbbutton");76 button.className = "fbbutton noprint"; 76 77 button.setAttribute("href", uri); 77 78 button.appendChild(document.createTextNode("send feedback")); … … 82 83 for (var i = 0; i < buttons.length; i++) { 83 84 var b = buttons.item(i); 84 if (b. getAttribute("class") == "fbbutton") {85 if (b.className == "fbbutton noprint") { 85 86 node.removeChild(b); 86 87 } … … 410 411 .print2col { 411 412 column-count: 2; 413 -moz-column-count: 2; 412 414 column-fill: auto; 413 415 } … … 428 430 } 429 431 @bottom-center { 430 content: "Expires August 4, 2012";432 content: "Expires August 23, 2012"; 431 433 } 432 434 @bottom-right { … … 455 457 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 456 458 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 457 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.56 4, 2012-01-28 14:56:56, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">459 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.567, 2012-02-06 22:22:25, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 458 460 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 459 461 <meta name="dct.creator" content="Reschke, J. F."> 460 462 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-latest"> 461 <meta name="dct.issued" scheme="ISO8601" content="2012-02- 01">463 <meta name="dct.issued" scheme="ISO8601" content="2012-02-20"> 462 464 <meta name="dct.abstract" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established."> 463 465 <meta name="description" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established."> … … 476 478 <tr> 477 479 <td class="left">Intended status: Informational</td> 478 <td class="right">February 1, 2012</td>480 <td class="right">February 20, 2012</td> 479 481 </tr> 480 482 <tr> 481 <td class="left">Expires: August 4, 2012</td>483 <td class="left">Expires: August 23, 2012</td> 482 484 <td class="right"></td> 483 485 </tr> … … 495 497 <p>The current issues list is at <<a href="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations">http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 496 498 </p> 497 <p>The changes in this draft are summarized in <a href="#changes.since.0 2" title="Since draft-ietf-httpbis-authscheme-registrations-02">Appendix B.3</a>.499 <p>The changes in this draft are summarized in <a href="#changes.since.03" title="Since draft-ietf-httpbis-authscheme-registrations-03">Appendix B.4</a>. 498 500 </p> 499 501 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 506 508 in progress”. 507 509 </p> 508 <p>This Internet-Draft will expire on August 4, 2012.</p>510 <p>This Internet-Draft will expire on August 23, 2012.</p> 509 511 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 510 512 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 527 529 <li>B.2 <a href="#changes.since.01">Since draft-ietf-httpbis-authscheme-registrations-01</a></li> 528 530 <li>B.3 <a href="#changes.since.02">Since draft-ietf-httpbis-authscheme-registrations-02</a></li> 531 <li>B.4 <a href="#changes.since.03">Since draft-ietf-httpbis-authscheme-registrations-03</a></li> 529 532 </ul> 530 533 </li> … … 605 608 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> <a id="changes.since.02" href="#changes.since.02">Since draft-ietf-httpbis-authscheme-registrations-02</a></h2> 606 609 <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p7-auth reference.</p> 610 <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a> <a id="changes.since.03" href="#changes.since.03">Since draft-ietf-httpbis-authscheme-registrations-03</a></h2> 611 <p id="rfc.section.B.4.p.1">None yet.</p> 607 612 </body> 608 613 </html> -
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.xml
r1522 r1541 66 66 </t> 67 67 <t> 68 The changes in this draft are summarized in <xref target="changes.since.0 2"/>.68 The changes in this draft are summarized in <xref target="changes.since.03"/>. 69 69 </t> 70 70 </note> … … 243 243 </t> 244 244 </section> 245 246 <section title="Since draft-ietf-httpbis-authscheme-registrations-03" anchor="changes.since.03"> 247 <t> 248 None yet. 249 </t> 250 </section> 245 251 </section> 246 252
Note: See TracChangeset
for help on using the changeset viewer.