-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (82 loc) · 2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>Open Badges Extension Registry</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script
src="https://purl.imsglobal.org/respec/respec-1edtech.js"
class="remove"
></script>
<script src="./common.js" class="remove"></script>
<script class="remove">
var respecConfig = {
mainSpecTitle: "Open Badges Extension Registry",
mainSpecBiblioKey: "OB-EXT-REGISTRY",
specTitle: "Open Badges Extension Registry",
shortName: "ob",
specNature: "informative",
specType: "doc",
specVersion: "2.0",
docVersion: "1.0",
specStatus: "Final Release",
specDate: "Jan 22, 2025",
// Build extension tables
postProcess: [window.buildExtensionTables],
};
</script>
</head>
<body>
<section id="abstract">
<p>
This document serves as an unofficial registry for all known Open Badges
extensions.
</p>
</section>
<section id="sotd">
<p>
Comments regarding this document are welcome. Please file issues
directly on
<a
href="https://github.com/1edtech/openbadges-extension-registry/issues/"
>GitHub</a
>.
</p>
</section>
<section class="informative">
<h1>Introduction</h1>
<p>
This document serves as an unofficial registry for all known Open Badges
extensions.
</p>
<section>
<h1>Adding a Specification Entry</h1>
<p>
Please follow instructions at
<a href="https://github.com/1EdTech/openbadges-extension-registry"
>GitHub</a
>
</p>
</section>
</section>
<section>
<h1>Open Badges 3.0 Extensions</h1>
<table class="simple">
<thead>
<th>Extension</th>
<th>Description</th>
</thead>
<tbody id="extensions-obv3p0-table"></tbody>
</table>
</section>
<section>
<h1>Open Badges 2.0 Extensions</h1>
<table class="simple">
<thead>
<th>Extension</th>
<th>Description</th>
</thead>
<tbody id="extensions-obv2p0-table"></tbody>
</table>
</section>
</body>
</html>