Skip to content

Commit eb44be7

Browse files
committed
Update template
1 parent 28c0ef8 commit eb44be7

File tree

4 files changed

+46
-95
lines changed

4 files changed

+46
-95
lines changed

‎gap-analysis/beng-gap.html

+14-26
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!DOCTYPE html>
22

3-
<html lang="en">
4-
<head>
3+
<html lang="en"><head>
54
<meta charset="utf-8">
65

7-
<title>Bengali Gap Analysis</title>
8-
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
6+
<title>Bengali Gap Analysis</title>
7+
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
98

10-
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" async="" class="remove"> </script>
9+
<script src="https://www.w3.org/Tools/respec/respec-w3c" async="" class="remove"> </script>
1110
<script class="remove" src="/i18n-activity/templates/gap-analysis/prompts.js"> </script>
1211
<script class="remove">
1312
var respecConfig = {
@@ -30,12 +29,9 @@
3029
editors: [
3130
{ name: "Richard Ishida", mailto: "ishida@w3.org", company: "W3C", w3cid: 3439 },
3231
],
33-
34-
35-
wg: "Internationalization Working Group",
36-
wgURI: "https://www.w3.org/International/core/",
3732

3833
github: "w3c/iip",
34+
group: "i18n",
3935

4036
postProcess: [
4137
function importStyleSheet() {
@@ -55,16 +51,11 @@
5551
// it is used to generate the javascript needed for the matrix
5652
langs: ['Bangla', 'Assamese', 'Manipuri'],
5753
gapDocPath: 'https://www.w3.org/TR/beng-gap/',
54+
};
55+
</script>
5856

59-
60-
// URI of the patent status for this WG, for Rec-track documents
61-
// This is important for Rec-track documents, do not copy a patent URI from a random
62-
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
63-
// Team Contact.
64-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status",
65-
};
66-
</script>
67-
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css" type="text/css">
57+
<script class="remove" src="/i18n-activity/templates/gap-analysis/prompts.js"> </script>
58+
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css" type="text/css">
6859
</head>
6960

7061
<body>
@@ -461,19 +452,16 @@ <h3>What else?</h3>
461452

462453

463454

464-
<details>
465-
<summary style="margin-top:4em; cursor: pointer;" onClick="printSummary(true)">Show summary</summary>
455+
<details id="summaryStats">
456+
<summary style="margin-top:4em; cursor: pointer;" onclick="setUpSummary(); printSummary(true)">Show summary</summary>
466457
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
467458
</details>
468-
469-
470-
471-
472459
<script class="remove">
473-
setUpSummary()
474460
addPrompts()
475461
getAllData('iip','doc:beng')
476-
printSummary(true)
462+
</script>
463+
<script>
464+
if (window.location.href.includes('/TR/')) document.getElementById('summaryStats').style.display = 'none'
477465
</script>
478466

479467

‎gap-analysis/deva-gap.html

+10-24
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
],
3333

3434

35-
wg: "Internationalization Working Group",
36-
wgURI: "https://www.w3.org/International/core/",
37-
3835
github: "w3c/iip",
36+
group: "i18n",
3937

4038
postProcess: [
4139
function importStyleSheet() {
@@ -49,23 +47,14 @@
4947
}
5048
],
5149

52-
53-
50+
5451
// langs array lists languages addressed by this document, in order of speaker (highest first)
5552
// it is used to generate the javascript needed for the matrix
5653
langs: ['Hindi','Marathi'],
5754
gapDocPath: 'https://www.w3.org/TR/deva-gap/',
58-
59-
60-
// URI of the patent status for this WG, for Rec-track documents
61-
// !!!! IMPORTANT !!!!
62-
// This is important for Rec-track documents, do not copy a patent URI from a random
63-
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
64-
// Team Contact.
65-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status",
66-
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
6755
};
68-
</script>
56+
</script>
57+
6958
<script class="remove" src="/i18n-activity/templates/gap-analysis/prompts.js"> </script>
7059
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css" type="text/css">
7160
</head>
@@ -466,19 +455,16 @@ <h3>What else?</h3>
466455

467456

468457

469-
<details>
470-
<summary style="margin-top:4em; cursor: pointer;" onClick="printSummary(true)">Show summary</summary>
458+
<details id="summaryStats">
459+
<summary style="margin-top:4em; cursor: pointer;" onclick="setUpSummary(); printSummary(true)">Show summary</summary>
471460
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
472461
</details>
473-
474-
475-
476-
477-
<script class="remove">
478-
setUpSummary()
462+
<script class="remove">
479463
addPrompts()
480464
getAllData('iip','doc:deva')
481-
printSummary(true)
465+
</script>
466+
<script>
467+
if (window.location.href.includes('/TR/')) document.getElementById('summaryStats').style.display = 'none'
482468
</script>
483469

484470

‎gap-analysis/gujr-gap.html

+13-26
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<html lang="en">
44
<head>
5-
<meta charset="utf-8">
5+
<meta charset="utf-8">
66

7-
<title>Gujarati Gap Analysis</title>
8-
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
7+
<title>Gujarati Gap Analysis</title>
8+
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
99

10-
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" async="" class="remove"></script>
11-
<script class="remove">
10+
<script src="https://www.w3.org/Tools/respec/respec-w3c" async="" class="remove"></script>
11+
<script class="remove">
1212
var respecConfig = {
1313
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED.
1414
specStatus: "ED",
@@ -32,10 +32,8 @@
3232
],
3333

3434

35-
wg: "Internationalization Working Group",
36-
wgURI: "https://www.w3.org/International/core/",
37-
3835
github: "w3c/iip",
36+
group: "i18n",
3937

4038
postProcess: [
4139
function importStyleSheet() {
@@ -54,17 +52,9 @@
5452
// it is used to generate the javascript needed for the matrix
5553
langs: ['Gujarati'],
5654
gapDocPath: 'https://www.w3.org/TR/gujr-gap/',
55+
};
56+
</script>
5757

58-
59-
// URI of the patent status for this WG, for Rec-track documents
60-
// !!!! IMPORTANT !!!!
61-
// This is important for Rec-track documents, do not copy a patent URI from a random
62-
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
63-
// Team Contact.
64-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status",
65-
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
66-
};
67-
</script>
6858
<script class="remove" src="/i18n-activity/templates/gap-analysis/prompts.js"> </script>
6959
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css">
7060
</head>
@@ -467,19 +457,16 @@ <h3>What else?</h3>
467457

468458

469459

470-
<details>
471-
<summary style="margin-top:4em; cursor: pointer;" onClick="printSummary(true)">Show summary</summary>
460+
<details id="summaryStats">
461+
<summary style="margin-top:4em; cursor: pointer;" onclick="setUpSummary(); printSummary(true)">Show summary</summary>
472462
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
473463
</details>
474-
475-
476-
477-
478464
<script class="remove">
479-
setUpSummary()
480465
addPrompts()
481466
getAllData('iip','doc:gujr')
482-
printSummary(true)
467+
</script>
468+
<script>
469+
if (window.location.href.includes('/TR/')) document.getElementById('summaryStats').style.display = 'none'
483470
</script>
484471

485472

‎gap-analysis/guru-gap.html

+9-19
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<html lang="en">
44
<head>
5-
<meta charset="utf-8">
5+
<meta charset="utf-8">
66

7-
<title>Gurmukhi Gap Analysis</title>
8-
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
7+
<title>Gurmukhi Gap Analysis</title>
8+
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
99

10-
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" async="" class="remove"></script>
11-
<script class="remove">
10+
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" async="" class="remove"></script>
11+
<script class="remove">
1212
var respecConfig = {
1313
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED.
1414
specStatus: "ED",
@@ -32,10 +32,8 @@
3232
],
3333

3434

35-
wg: "Internationalization Working Group",
36-
wgURI: "https://www.w3.org/International/core/",
37-
38-
github: "w3c/iip",
35+
github: "w3c/iip",
36+
group: "i18n",
3937

4038
postProcess: [
4139
function importStyleSheet() {
@@ -53,17 +51,9 @@
5351
// it is used to generate the javascript needed for the matrix
5452
langs: ['Panjabi'],
5553
gapDocPath: 'https://www.w3.org/TR/guru-gap/',
54+
};
55+
</script>
5656

57-
58-
// URI of the patent status for this WG, for Rec-track documents
59-
// !!!! IMPORTANT !!!!
60-
// This is important for Rec-track documents, do not copy a patent URI from a random
61-
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
62-
// Team Contact.
63-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status",
64-
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
65-
};
66-
</script>
6757
<script class="remove" src="/i18n-activity/templates/gap-analysis/prompts.js"> </script>
6858
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css" type="text/css">
6959
</head>

0 commit comments

Comments
 (0)