8000 Add template for WinterTC · speced/bikeshed-boilerplate@347bb6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 347bb6a

Browse files
committed
Add template for WinterTC
1 parent c790183 commit 347bb6a

File tree

6 files changed

+107
-2
lines changed

6 files changed

+107
-2
lines changed

boilerplate/doctypes.kdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@ org "tc39" {
287287
status "STAGE4" "Stage 4: Finished"
288288
}
289289

290+
org "wintertc" {
291+
group "wintertc"
292+
293+
status "DRAFT" "Draft"
294+
}
295+
290296
org "iso" {
291297
group "wg14"
292298
group "wg21" {
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<h2 class="no-num">Copyright & Software License</h2>
2+
3+
<p class="ECMAaddress">Ecma International</p>
4+
<p class="ECMAaddress">Rue du Rhone 114</p>
5+
<p class="ECMAaddress">CH-1204 Geneva</p>
6+
<p class="ECMAaddress">Tel: +41 22 849 6000</p>
7+
<p class="ECMAaddress">Fax: +41 22 849 6001</p>
8+
<p class="ECMAaddress">Web: <a href="https://ecma-international.org/">https://ecma-international.org/</a></p>
9+
10+
<h3 class="no-num">Copyright Notice</h3>
11+
12+
<p>© [YEAR] Ecma International</p>
13+
14+
<p>This draft document may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published, and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this section are included on all such copies and derivative works. However, this document itself may not be modified in any way, including by removing the copyright notice or references to Ecma International, except as needed for the purpose of developing any document or deliverable produced by Ecma International.</p>
15+
16+
<p>This disclaimer is valid only prior to final version of this document. After approval all rights on the standard are reserved by Ecma International.</p>
17+
18+
<p>The limited permissions are granted through the standardization phase and will not be revoked by Ecma International or its successors or assigns during this time.</p>
19+
20+
<p>This document and the information contained herein is provided on an "AS IS" basis and ECMA INTERNATIONAL DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
21+
22+
<h3 class="no-num">Software License</h3>
23+
24+
<p>All Software contained in this document ("Software") is protected by copyright and is being made available under the "BSD License", included below. This Software may be subject to third party rights (rights from parties other than Ecma International), including patent rights, and no licenses under such third party rights are granted under this license even if the third party concerned is a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT <a href="https://ecma-international.org/memento/codeofconduct.htm">https://ecma-international.org/memento/codeofconduct.htm</a> FOR INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA INTERNATIONAL STANDARDS.</p>
25+
26+
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
27+
28+
<ol>
29+
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
30+
<li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li>
31+
<li>Neither the name of the authors nor Ecma International may be used to endorse or promote products derived from this software without specific prior written permission.</li>
32+
</ol>
33+
34+
<p>THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div data-fill-with="index"></div>
2+
3+
<div data-fill-with="property-index"></div>
4+
5+
<div data-fill-with="idl-index"></div>
6+
7+
<div data-fill-with="cddl-index"></div>
8+
9+
<div data-fill-with="issues-index"></div>
10+
11+
<div data-fill-with="references"></div>
12+
13+
<div data-fill-with="copyright"></div>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<title>[TITLE]</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<link href="https://wintertc.org/static/logo.svg" rel="icon">
8+
<style data-fill-with="stylesheet">
9+
</style>
10+
<style>
11+
img.darkmode-aware {
12+
background: transparent;
13+
}
14+
.logo {
15+
display: flex;
16+
gap: 1em;
17+
}
18+
.logo img {
19+
max-height: 70px;
20+
}
21+
</style>
22+
</head>
23+
<body class="h-entry">
24+
<div class="head">
25+
<p class="logo" data-fill-with="logo"></p>
26+
<h1 id="title" class="p-name no-ref">[TITLE]</h1>
27+
<h2 id="profile-and-date" class="no-num no-toc no-ref">[LONGSTATUS],
28+
<time class="dt-updated" datetime="[ISODATE]">[DATE]</time></h2>
29+
<div data-fill-with="spec-metadata"></div>
30+
<div data-fill-with="warning"></div>
31+
<hr title="Separator for header">
32+
</div>
33+
34+
<div class="p-summary" data-fill-with="abstract"></div>
35+
<div data-fill-with="at-risk"></div>
36+
37+
<nav data-fill-with="table-of-contents" id="toc"></nav>
38+
39+
<main>
40+
41+
<h2 class="no-num" id="intro">Introduction</h2>
42+
<div data-fill-with="introduction"></div>

boilerplate/wintertc/logo.include

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<a href="https://ecma-international.org/">
2+
<img alt="ECMA International" src="https://wintertc.org/static/logos/ecma.svg">
3+
</a>
4+
<a href="https://wintertc.org/">
5+
<img alt="WinterTC" src="https://wintertc.org/static/logo.svg" class="darkmode-aware">
6+
</a>

manifest.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2025-04-29 17:08:51.541582
2-
bbb00f7010160686bbd129afa73df8e9 boilerplate/doctypes.kdl
1+
2025-06-01 10:47:41.996923
2+
200ca11fdf75174d90deb6d8dd8a643e boilerplate/doctypes.kdl
33
d41d8cd98f00b204e9800998ecf8427e boilerplate/logo.include
44
f54e1fc4b6ce32fc559c82d46cf57a2e boilerplate/footer.include
55
d8d0ca96965e06069f5745214f9b3f46 boilerplate/header.include
@@ -275,3 +275,7 @@ d15b6e87763b113bcc41809bb278a838 boilerplate/wicg/defaults.include
275275
f193a2dc8c4d09eec8ce7355a25d626e boilerplate/wicg/status.include
276276
a9641ddf593bdf8156b0fa3e62a1262a boilerplate/wintercg/copyright.include
277277
cc6009c9ce34dbc44afce7bba54575cc boilerplate/wintercg/status.include
278+
e76f347eda209ca4e22a8fd0339e67a5 boilerplate/wintertc/copyright.include
279+
41c4c8d2ee1bb1f52481a6ff26fcba5e boilerplate/wintertc/footer.include
280+
0191e95df8055f5502de93d6b110eb6a boilerplate/wintertc/header.include
281+
e04a6358b916e0542a95014871166da7 boilerplate/wintertc/logo.include

0 commit comments

Comments
 (0)
0