This repository has been 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
/
index.html
48 lines (48 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ActivityIntent</title>
</head>
<body>
<h1>ActivityIntent</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 specifications to implement intent feature for
ActivityPub.</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 specifications listed in this document 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 ActivityPub 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 ActivityPub
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>Specifications</h2>
<p>The following specifications are proposed to implement intent feature
for ActivityPub.</p>
<ul>
<li><a href="./activitypub.html">ActivityPub Extension for Intent</a></li>
<li><a href="./scheme.html">URL Scheme for Activity Streams 2.0</a></li>
<li><a href="./vocabulary.html">Intent Class in Activity Streams 2.0 Vocabulary</a></li>
</ul>
</section>
</body>
</html>