Skip to content

Commit b924d76

Browse files
authored
Merge pull request #21 from w3c/ege-regtable
Registry Table
2 parents 0ca09a2 + 061856f commit b924d76

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,41 @@ <h3>Dependency</h3>
638638

639639
</section>
640640

641+
<section id="registry">
642+
<h2>Registry</h2>
643+
644+
<p>The following table defines the WoT Bindings Registry where each entry is a binding. Entries are ordered alphabetically according to their name.</p>
645+
646+
<p class="note">
647+
The first entry is a placeholder example. It will be deleted once the first real entry is added. You can find the list of bindings that predate the registry mechanism at <a href="https://github.com/w3c/wot-binding-templates/?tab=readme-ov-file#publications">this Readme file</a>.
648+
</p>
649+
650+
<table class="def numbered">
651+
<thead>
652+
<th>Name</th>
653+
<th>Version</th>
654+
<th>Status</th>
655+
<th>Binding Document Link</th>
656+
<th>Ontology Prefix</th>
657+
<th>Identification in TD</th>
658+
<th>Supported TD version</th>
659+
<th>Summary Document</th>
660+
</thead>
661+
<tbody>
662+
<tr>
663+
<td>MyProtocol</td>
664+
<td>1.0</td>
665+
<td>Initial</td>
666+
<td>https://example.com</td>
667+
<td>myprot</td>
668+
<td>URI Scheme <code>my.prot://</code></td>
669+
<td>1.0, 1.1</td>
670+
<td>https://example.com/summary</td>
671+
</tr>
672+
</tbody>
673+
</table>
674+
675+
</section>
641676

642677
</body>
643678
</html>

0 commit comments

Comments
 (0)