Skip to content

Commit e0fe3d1

Browse files
Clean up template, don't use -common (#1)
* Clean up template, don't use -common * Remove tabs
1 parent 6ddf29c commit e0fe3d1

File tree

1 file changed

+45
-42
lines changed

1 file changed

+45
-42
lines changed

index.html

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta content="text/html; charset=utf-8" http-equiv="content-type">
5-
<title>MyNote</title>
6-
<script async class="remove" src=
7-
"https://www.w3.org/Tools/respec/respec-w3c-common">
8-
</script>
9-
<script class="remove">
10-
var respecConfig = {
11-
shortName: "timing-entrytypes-registry",
12-
specStatus: "ED",
13-
// specStatus: "WG-NOTE",
14-
noRecTrack: true,
15-
edDraftURI: "https://w3c.github.io/mynote/",
16-
editors: [
17-
{
18-
name: "Victor Hugo"
19-
, w3cid: "0000"
20-
}
21-
],
22-
wg: "MyNote Working Group",
23-
wgURI: "https://www.w3.org/wg/mynote/",
24-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/53154/status",
25-
github: {
26-
repoURL: "https://github.com/w3c/mynote/",
27-
branch: "master"
28-
},
29-
};
30-
</script>
31-
</head>
32-
<body>
33-
<section id="abstract">
34-
<p>This is a Note.</p>
35-
</section>
36-
<section id="sotd">
37-
<p>This is a placeholder document.</p>
38-
</section>
39-
<section id='purpose'>
40-
<h2>Purpose</h2>
41-
<p>This is a placeholder. Check the <a href='https://github.com/w3c/respec/wiki'>ReSpec documentation</a>.</p>
42-
</section>
43-
</body>
44-
</html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>MyNote</title>
6+
<script
7+
defer
8+
class="remove"
9+
src="https://www.w3.org/Tools/respec/respec-w3c"
10+
></script>
11+
<script class="remove">
12+
// See: https://respec.org/docs/ for all configuration options
13+
var respecConfig = {
14+
shortName: "my-note",
15+
specStatus: "ED", // "WG-NOTE"
16+
noRecTrack: true,
17+
edDraftURI: "https://w3c.github.io/mynote/",
18+
editors: [
19+
{
20+
name: "Victor Hugo",
21+
w3cid: "0000",
22+
},
23+
],
24+
group: "webperfs", // find your group at https://respec.org/w3c/groups/
25+
github: {
26+
repoURL: "w3c/mynote",
27+
branch: "master",
28+
},
29+
};
30+
</script>
31+
</head>
32+
<body>
33+
<section id="abstract">
34+
<p>This is a Note.</p>
35+
</section>
36+
<section id="sotd">
37+
<p>This is a placeholder document.</p>
38+
</section>
39+
<section id="purpose">
40+
<h2>Purpose</h2>
41+
<p>
42+
This is a placeholder. Check the
43+
<a href="https://respec.org/docs/">ReSpec documentation</a>.
44+
</p>
45+
</section>
46+
</body>
47+
</html>

0 commit comments

Comments
 (0)