-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (18 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Reconciliation</title>
</head>
<body>
<h1>Reconciliation API</h1>
<p>This website gathers various resources about the reconciliation API. It is maintained by the <a href="https://w3.org/community/reconciliation/">W3C Entity Reconciliation Community Group</a>.</p>
<ul>
<li><a href="https://reconciliation-api.github.io/specs/">Specifications</a>: defines the API;</li>
<li><a href="https://reconciliation-api.github.io/testbench/">Test bench</a>: helps reconciliation service developers test their implementation interactively;</li>
<li><a href="https://reconciliation-api.github.io/census/">Census</a>: lists software projects and protocols related to reconciliation;</li>
<li><a href="https://reconciliation-api.github.io/charter/">Charter</a>: the charter of our W3C Community Group.</li>
</ul>
<p>This page can be edited at <a href="https://github.com/reconciliation-api/reconciliation-api.github.io">https://github.com/reconciliation-api/reconciliation-api.github.io</a>.</p>
</body>
</html>