This repository was archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns.html
65 lines (65 loc) · 2.94 KB
/
ns.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
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ActivityIntent Terms</title>
</head>
<body>
<h1>ActivityIntent Terms</h1>
<p>Author: Akihiko Odaki <<a href="mailto:[email protected]">[email protected]</a>></p>
<p>Copyright © 2017 Akihiko Odaki. Licensed under
<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC0
1.0</a>.</p>
<section>
<h2>Abstract</h2>
<p>This document lists the terms used for Intent extension of [Activity
Vocabulary].</p>
</section>
<section>
<h2>Status of This Document</h2>
<p><i>This section describes the status of this document at the time of
its publication. Other documents may supersede this document.</i></p>
<p>While other specifications linked to this page will eventually be
proposed for <abbr title="World Wide Web Consortium">W3C</abbr>
standard, this document itself is not included in those proposals.</p>
<p>Listed specifications are published by the author as a proposal for
Mastodon and other [ActivityStreams] applications. Please write
comments regarding this document to the following issue in
Mastodon:<br>
<a href="https://github.com/tootsuite/mastodon/issues/2291">URL scheme
for remote follow, share buttons · Issue #2291 ·
tootsuite/mastodon</a></p>
<p>This document is expected to be useful also for other [ActivityStreams]
applications. If you have any request to change for them, please
contact the author. E-mail is the most reliable means for that, but
OStatus2 is also acceptable. Send a note to
<a href="https://pawoo.net/@fn_aki">@[email protected]</a>.</p>
</section>
<section>
<h2>1. Introduction</h2>
<p>This document describes the vocabulary terms used for Intent extension
of [Activity Vocabulary].</p>
</section>
<section id="Intent">
<h2>Intent</h2>
<p>Intent class is defined in [Intent Class in Activity Streams 2.0
Vocabulary]. This class is in
<code>https://akihikodaki.github.io/activity-intent/ns#</code>
namespace</p>
</section>
<section>
<h2>A. References</h2>
<dl>
<dt>[ActivityStreams]</dt>
<dd>James M Snell; Evan Prodromou. W3C. URL:
<a href="http://w3.org/TR/activitystreams-core">http://w3.org/TR/activitystreams-core</a></dd>
<dt>[Activity Vocabulary]</dt>
<dd>James M Snell; Evan Prodromou. W3C. URL:
<a href="https://www.w3.org/TR/activitystreams-vocabulary/">https://www.w3.org/TR/activitystreams-vocabulary/</a></dd>
<dt>[Intent Class in Activity Streams 2.0 Vocabulary]</dt>
<dd>Akihiko Odaki. URL:
<a href="https://akihikodaki.github.io/vocabulary">https://akihikodaki.github.io/vocabulary</a></dd>
</dl>
</section>
</body>
</html>