Changeset 2273 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 24/05/13 13:46:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r2271 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p6-cache-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 266 266 td.topnowrap { 267 267 vertical-align: top; 268 white-space: nowrap; 268 white-space: nowrap; 269 269 } 270 270 table.header td { … … 405 405 display: none; 406 406 } 407 407 408 408 a { 409 409 color: black; … … 426 426 content: leader('.') target-counter(attr(href), page); 427 427 } 428 428 429 429 ul.ind li li a { 430 430 content: target-counter(attr(href), page); 431 431 } 432 432 433 433 .print2col { 434 434 column-count: 2; … … 440 440 @page { 441 441 @top-left { 442 content: "Internet-Draft"; 443 } 442 content: "Internet-Draft"; 443 } 444 444 @top-right { 445 content: "May 2013"; 446 } 445 content: "May 2013"; 446 } 447 447 @top-center { 448 content: "HTTP/1.1 Caching"; 449 } 448 content: "HTTP/1.1 Caching"; 449 } 450 450 @bottom-left { 451 content: "Fielding, et al."; 452 } 451 content: "Fielding, et al."; 452 } 453 453 @bottom-center { 454 content: "Expires November 2 3, 2013";455 } 454 content: "Expires November 25, 2013"; 455 } 456 456 @bottom-right { 457 content: "[Page " counter(page) "]"; 458 } 459 } 460 461 @page:first { 457 content: "[Page " counter(page) "]"; 458 } 459 } 460 461 @page:first { 462 462 @top-left { 463 463 content: normal; … … 492 492 <link href="p5-range.html" rel="prev"> 493 493 <link href="p7-auth.html" rel="next"> 494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 495 495 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 496 496 <meta name="dct.creator" content="Fielding, R."> … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2013-05-2 2">500 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: November 2 3, 2013</td>526 <td class="left">Expires: November 25, 2013</td> 527 527 <td class="right">J. Reschke, Editor</td> 528 528 </tr> … … 533 533 <tr> 534 534 <td class="left"></td> 535 <td class="right">May 2 2, 2013</td>535 <td class="right">May 24, 2013</td> 536 536 </tr> 537 537 </tbody> 538 538 </table> 539 539 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Caching<br><span class="filename">draft-ietf-httpbis-p6-cache-latest</span></p> 540 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 540 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 541 541 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 542 542 systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or 543 543 indicate cacheable response messages. 544 </p> 545 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 544 </p> 545 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 546 546 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 547 </p> 547 </p> 548 548 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</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>>. 549 </p> 549 </p> 550 550 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p6-cache-22">Appendix D.4</a>. 551 </p> 551 </p> 552 552 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 553 553 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 559 559 in progress”. 560 560 </p> 561 <p>This Internet-Draft will expire on November 2 3, 2013.</p>561 <p>This Internet-Draft will expire on November 25, 2013.</p> 562 562 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 563 563 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
Note: See TracChangeset
for help on using the changeset viewer.