Changeset 1541 for draft-ietf-httpbis-authscheme-registrations/03
- Timestamp:
- 20/02/12 15:52:11 (9 years ago)
- Location:
- draft-ietf-httpbis-authscheme-registrations/03
- Files:
-
- 4 added
- 2 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
Note: See TracChangeset
for help on using the changeset viewer.