mirror of https://github.com/kdl-org/kdl.git
Script updating gh-pages from 43d8a5d. [ci skip]
This commit is contained in:
parent
f0e83464c7
commit
023b77e020
|
|
@ -31,12 +31,12 @@ oficial version of the language, see https://kdl.dev/spec.
|
||||||
google-i18n-address 3.1.1
|
google-i18n-address 3.1.1
|
||||||
intervaltree 3.1.0
|
intervaltree 3.1.0
|
||||||
Jinja2 3.1.6
|
Jinja2 3.1.6
|
||||||
lxml 5.3.0
|
lxml 5.3.1
|
||||||
platformdirs 4.3.7
|
platformdirs 4.3.8
|
||||||
pycountry 24.6.1
|
pycountry 24.6.1
|
||||||
PyYAML 6.0.2
|
PyYAML 6.0.2
|
||||||
requests 2.32.3
|
requests 2.32.3
|
||||||
setuptools 70.3.0
|
setuptools 80.9.0
|
||||||
wcwidth 0.2.13
|
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">
|
||||||
|
|
@ -1056,7 +1056,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">May 2025</td>
|
<td class="right">June 2025</td>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
<tfoot><tr>
|
<tfoot><tr>
|
||||||
<td class="left">Marchán & KDL Contributors</td>
|
<td class="left">Marchán & KDL Contributors</td>
|
||||||
|
|
@ -1071,7 +1071,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-05-17" class="published">17 May 2025</time>
|
<time datetime="2025-06-04" class="published">4 June 2025</time>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="label-authors">Authors:</dt>
|
<dt class="label-authors">Authors:</dt>
|
||||||
<dd class="authors">
|
<dd class="authors">
|
||||||
|
|
@ -2792,10 +2792,11 @@ type := '(' node-space* string node-space* ')'
|
||||||
// Strings
|
// Strings
|
||||||
string := identifier-string | quoted-string | raw-string ¶
|
string := identifier-string | quoted-string | raw-string ¶
|
||||||
|
|
||||||
identifier-string := unambiguous-ident | signed-ident | dotted-ident
|
identifier-string :=
|
||||||
unambiguous-ident :=
|
(unambiguous-ident | signed-ident | dotted-ident)
|
||||||
((identifier-char - digit - sign - '.') identifier-char*)
|
|
||||||
- disallowed-keyword-identifiers
|
- disallowed-keyword-identifiers
|
||||||
|
unambiguous-ident :=
|
||||||
|
(identifier-char - digit - sign - '.') identifier-char*
|
||||||
signed-ident :=
|
signed-ident :=
|
||||||
sign ((identifier-char - digit - '.') identifier-char*)?
|
sign ((identifier-char - digit - '.') identifier-char*)?
|
||||||
dotted-ident :=
|
dotted-ident :=
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
KDL Community K. Marchán
|
KDL Community K. Marchán
|
||||||
Microsoft
|
Microsoft
|
||||||
KDL Contributors
|
KDL Contributors
|
||||||
17 May 2025
|
4 June 2025
|
||||||
|
|
||||||
|
|
||||||
The KDL Document Language
|
The KDL Document Language
|
||||||
|
|
@ -1100,10 +1100,11 @@ Table of Contents
|
||||||
// Strings
|
// Strings
|
||||||
string := identifier-string | quoted-string | raw-string ¶
|
string := identifier-string | quoted-string | raw-string ¶
|
||||||
|
|
||||||
identifier-string := unambiguous-ident | signed-ident | dotted-ident
|
identifier-string :=
|
||||||
unambiguous-ident :=
|
(unambiguous-ident | signed-ident | dotted-ident)
|
||||||
((identifier-char - digit - sign - '.') identifier-char*)
|
|
||||||
- disallowed-keyword-identifiers
|
- disallowed-keyword-identifiers
|
||||||
|
unambiguous-ident :=
|
||||||
|
(identifier-char - digit - sign - '.') identifier-char*
|
||||||
signed-ident :=
|
signed-ident :=
|
||||||
sign ((identifier-char - digit - '.') identifier-char*)?
|
sign ((identifier-char - digit - '.') identifier-char*)?
|
||||||
dotted-ident :=
|
dotted-ident :=
|
||||||
|
|
|
||||||
25
index.html
25
index.html
|
|
@ -24,31 +24,6 @@
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2>Preview for branch <a href="zkat">zkat</a></h2>
|
|
||||||
<h2>Preview for branch <a href="zkat/suffixes">zkat/suffixes</a></h2>
|
|
||||||
<table id="branch-zkat/suffixes">
|
|
||||||
<tr>
|
|
||||||
<td><a href="zkat/suffixes/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
|
||||||
<td><a href="zkat/suffixes/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
|
||||||
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://kdl-org.github.io/kdl/draft-marchan-kdl2.txt&url_2=https://kdl-org.github.io/kdl/zkat/suffixes/draft-marchan-kdl2.txt" class="diff draft-marchan-kdl2">diff with main</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<h2>Preview for branch <a href="whitespace-only">whitespace-only</a></h2>
|
|
||||||
<table id="branch-whitespace-only">
|
|
||||||
<tr>
|
|
||||||
<td><a href="whitespace-only/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
|
||||||
<td><a href="whitespace-only/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
|
||||||
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://kdl-org.github.io/kdl/draft-marchan-kdl2.txt&url_2=https://kdl-org.github.io/kdl/whitespace-only/draft-marchan-kdl2.txt" class="diff draft-marchan-kdl2">diff with main</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<h2>Preview for branch <a href="underscore-clarity">underscore-clarity</a></h2>
|
|
||||||
<table id="branch-underscore-clarity">
|
|
||||||
<tr>
|
|
||||||
<td><a href="underscore-clarity/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
|
||||||
<td><a href="underscore-clarity/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
|
||||||
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://kdl-org.github.io/kdl/draft-marchan-kdl2.txt&url_2=https://kdl-org.github.io/kdl/underscore-clarity/draft-marchan-kdl2.txt" class="diff draft-marchan-kdl2">diff with main</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<script>
|
<script>
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
var referrer_branch = 'main';
|
var referrer_branch = 'main';
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,45 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>kdl-org/kdl underscore-clarity preview</title>
|
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
|
||||||
<style type="text/css">/*<![CDATA[*/
|
|
||||||
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; }
|
|
||||||
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; }
|
|
||||||
h1 { font-size: 20px; } h2 { font-size: 16px; }
|
|
||||||
table { margin: 5px 10px; border-collapse: collapse; }
|
|
||||||
th, td { font-weight: normal; text-align: left; padding: 2px 5px; }
|
|
||||||
a:link { color: #000; } a:visited { color: #00a; }
|
|
||||||
/*]]>*/</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Editor's drafts for underscore-clarity branch of <a href="https://github.com/kdl-org/kdl/tree/underscore-clarity">kdl-org/kdl</a></h1>
|
|
||||||
<table id="branch-underscore-clarity">
|
|
||||||
<tr>
|
|
||||||
<td><a href="./draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
|
||||||
<td><a href="./draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
|
||||||
<td>same as main</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<script>
|
|
||||||
window.onload = function() {
|
|
||||||
var referrer_branch = 'main';
|
|
||||||
// e.g., "https://github.com/user/repo/tree/main"
|
|
||||||
var chunks = document.referrer.split("/");
|
|
||||||
if (chunks[2] === 'github.com' && chunks[5] === 'tree') {
|
|
||||||
referrer_branch = chunks[6];
|
|
||||||
}
|
|
||||||
let branch = document.querySelector('#branch-' + referrer_branch);
|
|
||||||
let h = document.location.hash.substring(1);
|
|
||||||
if (h === 'show') {
|
|
||||||
document.location.hash = '#' + branch.id;
|
|
||||||
} else if (branch && h.startsWith('go')) {
|
|
||||||
let e = branch.querySelector(h.substring(2));
|
|
||||||
if (e && e.href) {
|
|
||||||
document.location = e.href;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,45 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>kdl-org/kdl whitespace-only preview</title>
|
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
|
||||||
<style type="text/css">/*<![CDATA[*/
|
|
||||||
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; }
|
|
||||||
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; }
|
|
||||||
h1 { font-size: 20px; } h2 { font-size: 16px; }
|
|
||||||
table { margin: 5px 10px; border-collapse: collapse; }
|
|
||||||
th, td { font-weight: normal; text-align: left; padding: 2px 5px; }
|
|
||||||
a:link { color: #000; } a:visited { color: #00a; }
|
|
||||||
/*]]>*/</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Editor's drafts for whitespace-only branch of <a href="https://github.com/kdl-org/kdl/tree/whitespace-only">kdl-org/kdl</a></h1>
|
|
||||||
<table id="branch-whitespace-only">
|
|
||||||
<tr>
|
|
||||||
<td><a href="./draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
|
||||||
<td><a href="./draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
|
||||||
<td>same as main</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<script>
|
|
||||||
window.onload = function() {
|
|
||||||
var referrer_branch = 'main';
|
|
||||||
// e.g., "https://github.com/user/repo/tree/main"
|
|
||||||
var chunks = document.referrer.split("/");
|
|
||||||
if (chunks[2] === 'github.com' && chunks[5] === 'tree') {
|
|
||||||
referrer_branch = chunks[6];
|
|
||||||
}
|
|
||||||
let branch = document.querySelector('#branch-' + referrer_branch);
|
|
||||||
let h = document.location.hash.substring(1);
|
|
||||||
if (h === 'show') {
|
|
||||||
document.location.hash = '#' + branch.id;
|
|
||||||
} else if (branch && h.startsWith('go')) {
|
|
||||||
let e = branch.querySelector(h.substring(2));
|
|
||||||
if (e && e.href) {
|
|
||||||
document.location = e.href;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,45 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>kdl-org/kdl zkat/suffixes preview</title>
|
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
|
||||||
<style type="text/css">/*<![CDATA[*/
|
|
||||||
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; }
|
|
||||||
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; }
|
|
||||||
h1 { font-size: 20px; } h2 { font-size: 16px; }
|
|
||||||
table { margin: 5px 10px; border-collapse: collapse; }
|
|
||||||
th, td { font-weight: normal; text-align: left; padding: 2px 5px; }
|
|
||||||
a:link { color: #000; } a:visited { color: #00a; }
|
|
||||||
/*]]>*/</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Editor's drafts for zkat/suffixes branch of <a href="https://github.com/kdl-org/kdl/tree/zkat/suffixes">kdl-org/kdl</a></h1>
|
|
||||||
<table id="branch-zkat/suffixes">
|
|
||||||
<tr>
|
|
||||||
<td><a href="./draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
|
||||||
<td><a href="./draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
|
||||||
<td>same as main</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<script>
|
|
||||||
window.onload = function() {
|
|
||||||
var referrer_branch = 'main';
|
|
||||||
// e.g., "https://github.com/user/repo/tree/main"
|
|
||||||
var chunks = document.referrer.split("/");
|
|
||||||
if (chunks[2] === 'github.com' && chunks[5] === 'tree') {
|
|
||||||
referrer_branch = chunks[6];
|
|
||||||
}
|
|
||||||
let branch = document.querySelector('#branch-' + referrer_branch);
|
|
||||||
let h = document.location.hash.substring(1);
|
|
||||||
if (h === 'show') {
|
|
||||||
document.location.hash = '#' + branch.id;
|
|
||||||
} else if (branch && h.startsWith('go')) {
|
|
||||||
let e = branch.querySelector(h.substring(2));
|
|
||||||
if (e && e.href) {
|
|
||||||
document.location = e.href;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Reference in New Issue