Skip to content

Commit f3edaa5

Browse files
committed
Update previousPublication stuff from FPWD.
1 parent a7faf5b commit f3edaa5

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

common/jsonld.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,6 @@ const jsonld = {
22
// Add as the respecConfig localBiblio variable
33
// Extend or override global respec references
44
localBiblio: {
5-
"JSON-LD11": {
6-
title: "JSON-LD 1.1",
7-
href: "https://w3c.github.io/json-ld-syntax/",
8-
authors: ["Gregg Kellogg"],
9-
publisher: "W3C",
10-
status: 'FPWD',
11-
date: '11 September 2018'
12-
},
13-
"JSON-LD11-API": {
14-
title: "JSON-LD 1.1 Processing Algorithms and API",
15-
href: "https://w3c.github.io/json-ld-api/",
16-
authors: ["Gregg Kellogg"],
17-
publisher: "W3C",
18-
status: 'FPWD',
19-
date: '11 September 2018'
20-
},
21-
"JSON-LD11-FRAMING": {
22-
title: "JSON-LD 1.1 Framing",
23-
href: "https://w3c.github.io/json-ld-framing/",
24-
authors: ["Gregg Kellogg"],
25-
publisher: "W3C",
26-
status: 'FPWD',
27-
date: '11 September 2018'
28-
},
295
// aliases to known references
306
"IEEE-754-2008": {
317
title: "IEEE 754-2008 Standard for Floating-Point Arithmetic",

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
1616
specStatus: "ED",
1717
// if you wish the publication date to be other than today, set this
18-
//publishDate: "2013-11-05",
18+
//publishDate: "2018-09-11",
1919
copyrightStart: "2010",
2020

2121
// the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -24,9 +24,9 @@
2424

2525
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
2626
// and its maturity status
27-
prevVersion: "https://www.w3.org/TR/2014/REC-json-ld-20140116/",
28-
previousPublishDate: "2014-01-16",
29-
previousMaturity: "REC",
27+
prevVersion: "https://www.w3.org/TR/2018/WD-json-ld11-20180911/",
28+
previousPublishDate: "2018-09-11",
29+
previousMaturity: "FPWD",
3030
github: "https://github.com/w3c/json-ld-syntax/",
3131

3232
// if there a publicly available Editor's Draft, this is the link

0 commit comments

Comments
 (0)