Changeset 1893 for draft-ietf-httpbis/latest
- Timestamp:
- 14/09/12 12:14:22 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/abnf2xml2rfc.xslt
r1788 r1893 73 73 <xsl:when test="$prod!='' and $src//iref[@item='Grammar' and @subitem=$prod and comment()='unused production']"> 74 74 <!-- known to be unused, but we want to include it anyway --> 75 </xsl:when> 76 <xsl:when test="$prod!='' and $src//x:ref=$prod"> 77 <!-- referenced otherwise --> 75 78 </xsl:when> 76 79 <xsl:otherwise> -
draft-ietf-httpbis/latest/p6-cache.html
r1891 r1893 452 452 } 453 453 @bottom-center { 454 content: "Expires March 1 7, 2013";454 content: "Expires March 18, 2013"; 455 455 } 456 456 @bottom-right { … … 499 499 <meta name="dct.creator" content="Reschke, J. F."> 500 500 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 501 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 3">501 <meta name="dct.issued" scheme="ISO8601" content="2012-09-14"> 502 502 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 503 503 <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."> … … 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: March 1 7, 2013</td>527 <td class="left">Expires: March 18, 2013</td> 528 528 <td class="right">M. Nottingham, Editor</td> 529 529 </tr> … … 538 538 <tr> 539 539 <td class="left"></td> 540 <td class="right">September 1 3, 2012</td>540 <td class="right">September 14, 2012</td> 541 541 </tr> 542 542 </tbody> … … 564 564 in progress”. 565 565 </p> 566 <p>This Internet-Draft will expire on March 1 7, 2013.</p>566 <p>This Internet-Draft will expire on March 18, 2013.</p> 567 567 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 568 568 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1992 1992 <a href="#header.warning" class="smpl">warning-value</a> = warn-code SP warn-agent SP warn-text [ SP warn-date 1993 1993 ] 1994 </pre> <div id="rfc.figure.u.17"></div> 1995 <p>ABNF diagnostics:</p><pre class="inline">; field-name defined but not used 1996 </pre><h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1994 </pre> <h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1997 1995 <p id="rfc.section.D.p.1">Changes up to the first Working Group Last Call draft are summarized in <<a href="http://trac.tools.ietf.org/html/draft-ietf-httpbis-p6-cache-19#appendix-C">http://trac.tools.ietf.org/html/draft-ietf-httpbis-p6-cache-19#appendix-C</a>>. 1998 1996 </p> -
draft-ietf-httpbis/latest/p6-cache.xml
r1891 r1893 2573 2573 </artwork> 2574 2574 </figure> 2575 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline"> 2576 ; field-name defined but not used 2577 </artwork></figure></section> 2575 </section> 2578 2576 <?ENDINC p6-cache.abnf-appendix ?> 2579 2577
Note: See TracChangeset
for help on using the changeset viewer.