Skip to content

Commit 947960e

Browse files
committed
fixing things for publication, mostly links
1 parent ac8a9d4 commit 947960e

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed

core/index.html

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<script src="http://www.w3.org/Tools/respec/respec-w3c-common" async class="remove"></script>
77
<script class="remove">
88
var respecConfig = {
9-
specStatus: "CR",
9+
specStatus: "ED",
10+
prEnd: "2017-05-11",
1011
crEnd: "2017-01-12",
1112
license: "w3c-software-doc",
1213
edDraftURI: "http://w3c.github.io/activitystreams/core/",
@@ -24,19 +25,20 @@
2425
},
2526
{
2627
name: "Evan Prodromou",
27-
url: "https://fuzzy.ai/about#evan",
28+
url: "https://fuzzy.ai/about",
2829
company: "Fuzzy.ai",
2930
companyUrl: "https://fuzzy.ai",
3031
w3cid: "43626"
3132
}
32-
],
33+
],
34+
3335
maxTocLevel: 2,
34-
previousMaturity: "WD",
35-
previousPublishDate: "2016-07-12",
36+
previousMaturity: "CR",
37+
previousPublishDate: "2016-12-15",
3638
wg: "Social Web Working Group",
37-
wgURI: "http://www.w3.org/Social/WG",
39+
wgURI: "https://www.w3.org/Social/WG",
3840
wgPublicList: "public-socialweb",
39-
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/72531/status",
41+
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/72531/status",
4042
localBiblio: {
4143
"AS1": {
4244
title: "JSON Activity Streams 1.0",
@@ -275,7 +277,7 @@ <h3>JSON-LD</h3>
275277
be consistent with what would be produced by the standard
276278
JSON-LD 1.0 Processing Algorithms and API [[!JSON-LD-API]] Compaction
277279
Algorithm using, at least, the normative JSON-LD @context definition
278-
provided <a href="activitystreams2-context.jsonld">here</a>.
280+
provided <a href="https://www.w3.org/ns/activitystreams">here</a>.
279281
Implementations MAY augment the provided @context with additional
280282
@context definitions but MUST NOT override or change the normative
281283
context. Implementations MAY also use additional properties and values
@@ -293,7 +295,7 @@ <h3>JSON-LD</h3>
293295
by the [[JSON-LD]] specification. Implementations producing Activity
294296
Streams 2.0 documents SHOULD include a <code>@context</code> property
295297
with a value that includes a reference to the normative
296-
<a href="activitystreams2-context.jsonld">Activity Streams 2.0 JSON-LD
298+
<a href="https://www.w3.org/ns/activitystreams">Activity Streams 2.0 JSON-LD
297299
@context definition</a> using the URL
298300
"<code>https://www.w3.org/ns/activitystreams</code>". Implementations
299301
MAY use the alternative URL
@@ -379,7 +381,7 @@ <h2>Context with an array</h2>
379381
"<code>application/activity+json</code>" MIME media type, and
380382
that document does not contain a <code>@context</code> property
381383
whose value includes a reference to the normative
382-
<a href="activitystreams2-context.jsonld">Activity Streams 2.0 JSON-LD
384+
<a href="https://www.w3.org/ns/activitystreams">Activity Streams 2.0 JSON-LD
383385
@context definition</a>, the implementation MUST assume that the
384386
normative @context definition still applies.
385387
</p>
@@ -661,7 +663,7 @@ <h2><dfn id="asobject">Object</dfn></h2>
661663
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment">attachment</a></code> |
662664
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto">attributedTo</a></code> |
663665
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience">audience</a></code> |
664-
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content-term">content</a></code> |
666+
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content">content</a></code> |
665667
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context">context</a></code> |
666668
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content">contentMap</a></code> |
667669
<code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name">name</a></code> |
@@ -2311,7 +2313,7 @@ <h2>Deprecated Activity Streams 1.0 Syntax</h2>
23112313
While the syntax defined by this specification diverges from
23122314
that defined by JSON Activity Streams 1.0, the fundamental model
23132315
defined by that original specification remains intact. Specific
2314-
<a href="#deprecated-syntax">processing rules</a> are defined by
2316+
processing rules are defined by
23152317
this specification that allow existing Activity Streams 1.0
23162318
documents to be mapped to and processed as an Activity Streams 2.0
23172319
document.
@@ -2353,7 +2355,7 @@ <h2>Deprecated Activity Streams 1.0 Syntax</h2>
23532355
When processing Activity Streams 1.0 documents using a JSON-LD
23542356
processing model, implementations can use the special AS 1.0 to AS 2.0
23552357
expansion @context definition provided
2356-
<a href="activitystreams1-context.jsonld">here</a> to produce
2358+
<a href="https://www.w3.org/ns/activitystreams1-context.jsonld">here</a> to produce
23572359
the JSON-LD expanded representation. Refer to the
23582360
<a href="http://www.w3.org/TR/json-ld-api/#expansion-algorithms">JSON-LD
23592361
Processing Algorithms and API</a> for details.

vocabulary/index.html

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<script src="http://www.w3.org/Tools/respec/respec-w3c-common" async class="remove"></script>
77
<script class="remove">
88
var respecConfig = {
9-
specStatus: "CR",
9+
specStatus: "ED",
10+
prEnd: "2017-05-11",
1011
crEnd: "2017-01-12",
1112
license: "w3c-software-doc",
1213
edDraftURI: "http://w3c.github.io/activitystreams/vocabulary/",
@@ -24,20 +25,20 @@
2425
},
2526
{
2627
name: "Evan Prodromou",
27-
url: "https://fuzzy.ai/about#evan",
28+
url: "https://fuzzy.ai/about",
2829
company: "Fuzzy.ai",
2930
companyUrl: "https://fuzzy.ai",
3031
w3cid: "43626"
3132
}
3233
],
3334
additionalCopyrightHolders: ["Activity Streams Working Group", "IBM"],
3435
maxTocLevel: 2,
35-
previousMaturity: "WD",
36-
previousPublishDate: "2016-07-12",
36+
previousMaturity: "CR",
37+
previousPublishDate: "2016-12-15",
3738
wg: "Social Web Working Group",
38-
wgURI: "http://www.w3.org/Social/WG",
39+
wgURI: "https://www.w3.org/Social/WG",
3940
wgPublicList: "public-socialweb",
40-
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/72531/status",
41+
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/72531/status",
4142
localBiblio: {
4243
"AS1": {
4344
title: "JSON Activity Streams 1.0",
@@ -131,7 +132,7 @@ <h2>Author's Note</h2>
131132
<section id="introduction">
132133
<h2>Introduction</h2>
133134
<p>
134-
<a href="activitystreams2.html">The Activity Streams 2.0 Core Syntax</a>
135+
<a href="https://www.w3.org/TR/activitystreams-core/">The Activity Streams 2.0 Core Syntax</a>
135136
defines the JSON syntax for Activity Streams. This document defines the
136137
vocabulary properties.
137138
</p>
@@ -157,7 +158,7 @@ <h2>Introduction</h2>
157158
implement support for the Extended properties, all implementations MUST
158159
at least be capable of serializing and deserializing the Extended
159160
properties in accordance with the
160-
<a href="activitystreams2.html">Activity Streams 2.0 Core Syntax</a>.
161+
<a href="https://www.w3.org/TR/activitystreams-core/">Activity Streams 2.0 Core Syntax</a>.
161162
</p>
162163

163164
<p>
@@ -484,7 +485,7 @@ <h2>Core Types</h2>
484485
</p>
485486
<p>
486487
Refer to the
487-
<a href="https://www.w3.org/TR/activitystreams-core/#def-collection">Activity Streams 2.0 Core</a> specification for a complete description of the
488+
<a href="https://www.w3.org/TR/activitystreams-core/#collection">Activity Streams 2.0 Core</a> specification for a complete description of the
488489
<code>Collection</code> type.
489490
</p>
490491
</td>
@@ -6778,7 +6779,7 @@ <h4>Notification</h4>
67786779
<h4>Questions</h4>
67796780
<p>
67806781
the Questions use case primarily deals with representing inquiries
6781-
of any type. See <a href="questions"></a> for more information.
6782+
of any type. See <a href="#questions"></a> for more information.
67826783
</p>
67836784
<p>Relevant Activities:
67846785
<ul>
@@ -6847,11 +6848,14 @@ <h4>Offers</h4>
68476848
<h2>Non-normative Ontology Definition</h2>
68486849

68496850
<p>
6850-
A <i>non-normative</i> turtle definition of the Activity Streams 2.0
6851-
vocabulary is provided <a href="activitystreams2.owl">here</a> as a
6852-
convenience for implementers wishing to use RDF mechanisms for processing
6853-
Activity Streams 2.0. Note, however, that this document provides the
6854-
normative definition of the Activity Streams 2.0 vocabulary.
6851+
A <i>non-normative</i> turtle definition of the Activity Streams
6852+
2.0 vocabulary is provided <a
6853+
href="/ns/activitystreams-owl">here</a> and/or
6854+
at <a href="/ns/activitystreams">the namespace</a> as
6855+
a convenience for implementers wishing to use RDF mechanisms for
6856+
processing Activity Streams 2.0. Note, however, that this
6857+
document provides the normative definition of the Activity
6858+
Streams 2.0 vocabulary.
68556859
</p>
68566860

68576861
</section>

0 commit comments

Comments
 (0)