forked from w3c/json-ld-bp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (51 loc) · 1.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSON-LD 1.1 Best Practices</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script type="text/javascript" src="common/common.js" class="remove" defer></script>
<script type="text/javascript" src="common/jsonld.js" class="remove"></script>
<script class='remove'>
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
var respecConfig = {
localBiblio: jsonld.localBiblio,
specStatus: "ED",
copyrightStart: "2019",
shortName: "json-ld-bp",
github: "https://github.com/w3c/json-ld-bp/",
edDraftURI: "https://w3c.github.io/json-ld-bp/",
includePermalinks: true,
doJsonLd: true,
pluralize: true,
editors: [{
name: "Somebody..."
}],
// name of the WG
wg: "JSON-LD Working Group",
// URI of the public WG page
wgURI: "https://www.w3.org/2018/json-ld-wg/",
// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-json-ld-wg",
processVersion: 2018,
maxTocLevel: 4,
noRecTrack: "true"
};
</script>
</head>
<body>
<section id="abstract">
<p>
This specification does neat stuff.
</p>
</section>
<section id="sotd">
<p>
This is an unofficial proposal.
</p>
</section>
<section id="introduction">
<h2>Introduction</h2>
</section>
</body>
</html>