Script updating gh-pages from 3b75764. [ci skip]

This commit is contained in:
ID Bot 2026-01-12 21:42:15 +00:00
parent e7a5acd875
commit 1f6548469e
2 changed files with 19 additions and 20 deletions

View File

@ -14,30 +14,29 @@ language, and a data exchange or storage format, if you so choose.
This is the formal specification for KDL, including the intended data model and This is the formal specification for KDL, including the intended data model and
the grammar. the grammar.
This document describes an unreleased minor change to KDL. For the latest This document describes an unreleased minor change to KDL. For the latest
oficial version of the language, see https://kdl.dev/spec. official version of the language, see https://kdl.dev/spec.
" name="description"> " name="description">
<meta content="xml2rfc 3.28.1" name="generator"> <meta content="xml2rfc 3.31.0" name="generator">
<meta content="Document-Language" name="keyword"> <meta content="Document-Language" name="keyword">
<meta content="Configuration" name="keyword"> <meta content="Configuration" name="keyword">
<meta content="draft-marchan-kdl2-latest" name="ietf.draft"> <meta content="draft-marchan-kdl2-latest" name="ietf.draft">
<!-- Generator version information: <!-- Generator version information:
xml2rfc 3.28.1 xml2rfc 3.31.0
Python 3.12.10 Python 3.12.12
ConfigArgParse 1.7 ConfigArgParse 1.7
google-i18n-address 3.1.1 google-i18n-address 3.1.1
intervaltree 3.1.0 intervaltree 3.2.1
Jinja2 3.1.6 Jinja2 3.1.6
lxml 5.3.1 lxml 6.0.2
platformdirs 4.3.8 platformdirs 4.5.1
pycountry 24.6.1 pycountry 24.6.1
PyYAML 6.0.2 PyYAML 6.0.3
requests 2.32.3 requests 2.32.5
setuptools 80.9.0 wcwidth 0.2.14
wcwidth 0.2.13
--> -->
<link href="draft-marchan-kdl2.xml" rel="alternate" type="application/rfc+xml"> <link href="draft-marchan-kdl2.xml" rel="alternate" type="application/rfc+xml">
<link href="#copyright" rel="license"> <link href="#copyright" rel="license">
@ -1056,7 +1055,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
<thead><tr> <thead><tr>
<td class="left"></td> <td class="left"></td>
<td class="center">KDL</td> <td class="center">KDL</td>
<td class="right">June 2025</td> <td class="right">January 2026</td>
</tr></thead> </tr></thead>
<tfoot><tr> <tfoot><tr>
<td class="left">Marchán &amp; KDL Contributors</td> <td class="left">Marchán &amp; KDL Contributors</td>
@ -1071,7 +1070,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
<dd class="workgroup">KDL Community</dd> <dd class="workgroup">KDL Community</dd>
<dt class="label-published">Published:</dt> <dt class="label-published">Published:</dt>
<dd class="published"> <dd class="published">
<time datetime="2025-06-11" class="published">11 June 2025</time> <time datetime="2026-01-12" class="published">12 January 2026</time>
</dd> </dd>
<dt class="label-authors">Authors:</dt> <dt class="label-authors">Authors:</dt>
<dd class="authors"> <dd class="authors">
@ -1094,7 +1093,7 @@ language, and a data exchange or storage format, if you so choose.<a href="#sect
<p id="section-abstract-2">This is the formal specification for KDL, including the intended data model and <p id="section-abstract-2">This is the formal specification for KDL, including the intended data model and
the grammar.<a href="#section-abstract-2" class="pilcrow"></a></p> the grammar.<a href="#section-abstract-2" class="pilcrow"></a></p>
<p id="section-abstract-3">This document describes an unreleased minor change to KDL. For the latest <p id="section-abstract-3">This document describes an unreleased minor change to KDL. For the latest
oficial version of the language, see https://kdl.dev/spec.<a href="#section-abstract-3" class="pilcrow"></a></p> official version of the language, see https://kdl.dev/spec.<a href="#section-abstract-3" class="pilcrow"></a></p>
</section> </section>
<section class="note rfcEditorRemove" id="section-note.1"> <section class="note rfcEditorRemove" id="section-note.1">
<h2 id="name-about-this-document"> <h2 id="name-about-this-document">
@ -2058,7 +2057,7 @@ empty lines in the string value, regardless of what whitespace they
contain (if any). They do not have to start with the same whitespace prefix contain (if any). They do not have to start with the same whitespace prefix
that other lines do; all characters on the line are ignored.<a href="#section-3.12-5" class="pilcrow"></a></p> that other lines do; all characters on the line are ignored.<a href="#section-3.12-5" class="pilcrow"></a></p>
<p id="section-3.12-6">Multi-line Strings that do not immediately start with a Newline and whose final <p id="section-3.12-6">Multi-line Strings that do not immediately start with a Newline and whose final
<code>"""</code> is not preceeded by optional whitespace and a Newline are illegal. This <code>"""</code> is not preceded by optional whitespace and a Newline are illegal. This
also means that <code>"""</code> may not be used for a single-line String (e.g. also means that <code>"""</code> may not be used for a single-line String (e.g.
<code>"""foo"""</code>).<a href="#section-3.12-6" class="pilcrow"></a></p> <code>"""foo"""</code>).<a href="#section-3.12-6" class="pilcrow"></a></p>
<div id="newline-normalization"> <div id="newline-normalization">
@ -2395,7 +2394,7 @@ They must be written with at least one integer digit, like <code>0.1</code>.
<h4 id="name-keyword-numbers"> <h4 id="name-keyword-numbers">
<a href="#section-3.14.1" class="section-number selfRef">3.14.1. </a><a href="#name-keyword-numbers" class="section-name selfRef">Keyword Numbers</a> <a href="#section-3.14.1" class="section-number selfRef">3.14.1. </a><a href="#name-keyword-numbers" class="section-name selfRef">Keyword Numbers</a>
</h4> </h4>
<p id="section-3.14.1-1">There are three special "keyword" numbers included in KDL to accomodate the <p id="section-3.14.1-1">There are three special "keyword" numbers included in KDL to accommodate the
widespread use of <a href="https://en.wikipedia.org/wiki/IEEE_754">IEEE 754</a> floats:<a href="#section-3.14.1-1" class="pilcrow"></a></p> widespread use of <a href="https://en.wikipedia.org/wiki/IEEE_754">IEEE 754</a> floats:<a href="#section-3.14.1-1" class="pilcrow"></a></p>
<ul class="normal"> <ul class="normal">
<li class="normal" id="section-3.14.1-2.1"> <li class="normal" id="section-3.14.1-2.1">

View File

@ -5,7 +5,7 @@
KDL Community K. Marchán KDL Community K. Marchán
Microsoft Microsoft
KDL Contributors KDL Contributors
11 June 2025 12 January 2026
The KDL Document Language The KDL Document Language
@ -22,7 +22,7 @@ Abstract
model and the grammar. model and the grammar.
This document describes an unreleased minor change to KDL. For the This document describes an unreleased minor change to KDL. For the
latest oficial version of the language, see https://kdl.dev/spec. latest official version of the language, see https://kdl.dev/spec.
About This Document About This Document
@ -633,7 +633,7 @@ Table of Contents
line are ignored. line are ignored.
Multi-line Strings that do not immediately start with a Newline and Multi-line Strings that do not immediately start with a Newline and
whose final """ is not preceeded by optional whitespace and a Newline whose final """ is not preceded by optional whitespace and a Newline
are illegal. This also means that """ may not be used for a single- are illegal. This also means that """ may not be used for a single-
line String (e.g. """foo"""). line String (e.g. """foo""").
@ -886,7 +886,7 @@ Table of Contents
3.14.1. Keyword Numbers 3.14.1. Keyword Numbers
There are three special "keyword" numbers included in KDL to There are three special "keyword" numbers included in KDL to
accomodate the widespread use of IEEE 754 accommodate the widespread use of IEEE 754
(https://en.wikipedia.org/wiki/IEEE_754) floats: (https://en.wikipedia.org/wiki/IEEE_754) floats:
* #inf - floating point positive infinity. * #inf - floating point positive infinity.