-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (43 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<title>Activity Streams Registry</title>
<base href="/">
<link rel="stylesheet" type="text/css" href="/media/style.css">
</head>
<body>
<header>
<h1><a href="/">Activity Streams Registry</a></h1>
</header>
<section id="body">
<p>This is the registry for the four namespaces defined by the Activity Streams specifications.</p>
<p>For convenience this registry includes a short human-readable description of each item.
However, these descriptions are not normative; consult the corresponding specification for
the normative definition of each item</p>
<table>
<tbody>
<tr class="odd">
<td><a href="verbs/">Verbs</a></td>
<td>Registry of verb keywords</td>
</tr>
<tr class="even">
<td><a href="object_types/">Object Types</a></td>
<td>Registry of object type keywords</td>
</tr>
<tr class="odd">
<td><a href="activity_components/">Activity Components</a></td>
<td>Registry of activity components and their JSON property names</td>
</tr>
<tr class="even">
<td><a href="object_components/">Object Components</a></td>
<td>Registry of object components and their JSON property names</td>
</tr>
<tr class="odd">
<td><a href="specs/">Specifications</a></td>
<td>Index of specifications included in this registry</td>
</tr>
</tbody>
</table>
</section>
</body>
</html>