-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
382 lines (352 loc) · 24.3 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Solid Technical Reports</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://www.w3.org/StyleSheets/TR/2021/base.css" media="all" rel="stylesheet" title="W3C-Base" />
<style>
body {
counter-reset:section;
counter-reset:sub-section;
}
header address a[href] {
float: right;
margin: 1rem 0 0.2rem 0.4rem;
background: transparent none repeat scroll 0 0;
border: medium none;
text-decoration: none;
}
main article > h1 {
font-size: 220%;
font-weight:bold;
}
article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id=exit-criteria]) {
counter-increment:section;
counter-reset:sub-section;
}
article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) {
counter-increment:sub-section;
counter-reset:sub-sub-section;
}
article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) section {
counter-increment:sub-sub-section;
counter-reset:sub-sub-sub-section;
}
article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]) section:not([id$=references]):not([id=exit-criteria]) section section {
counter-increment:sub-sub-sub-section;
counter-reset:sub-sub-sub-sub-section;
}
article section:not([id=abstract]):not([id=sotd]):not([id=references]):not([id=appendix]):not([id=acknowledgements]):not([id=change-log]):not([id=exit-criteria]):not([id^=table-of-]):not([id^=list-of-]) > h2:before {
content:counter(section) ".\00a0";
}
section:not([id$=references]):not([id^=change-log]):not([id=exit-criteria]) > h3:before {
content:counter(section) "." counter(sub-section) "\00a0";
}
section > h4:before {
content:counter(section)"." counter(sub-section) "." counter(sub-sub-section) "\00a0";
}
table {
border-collapse: collapse;
}
caption, tbody, tfoot {
border-bottom: 2pt solid #000;
}
</style>
<link href="https://dokie.li/media/css/dokieli.css" media="all" rel="stylesheet" />
<script async="" src="https://dokie.li/scripts/dokieli.js"></script>
</head>
<body about="" prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs: http://www.w3.org/2000/01/rdf-schema# owl: http://www.w3.org/2002/07/owl# xsd: http://www.w3.org/2001/XMLSchema# dcterms: http://purl.org/dc/terms/ schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# cito: http://purl.org/spar/cito/" typeof="schema:CreativeWork">
<header>
<address>
<a class="logo" href="https://solidproject.org/"><img alt="Solid Project" height="66" src="https://solidproject.org/TR/solid.svg" width="72" /></a>
</address>
</header>
<main>
<article about="" typeof="schema:Article">
<h1 property="schema:name">Solid Technical Reports</h1>
<p id="w3c-state"><span property="doap:revision">Living Document</span>, <time>2024-06-05</time></p>
<details open="">
<summary>More details about this document</summary>
<dl id="document-identifier">
<dt>This version</dt>
<dd><a href="https://solidproject.org/TR/" rel="owl:sameAs doap:homepage">https://solidproject.org/TR/</a></dd>
</dl>
<dl id="document-editors">
<dt>Editors</dt>
<dd id="Sarven-Capadisli"><span about="" rel="schema:creator schema:editor"><span about="https://csarven.ca/#i" typeof="schema:Person"><a href="https://csarven.ca/" rel="schema:url"><span about="https://csarven.ca/#i" property="schema:name"><span property="schema:givenName">Sarven</span> <span property="schema:familyName">Capadisli</span></span></a></span></span></dd>
</dl>
<dl id="document-created">
<dt>Created</dt>
<dd><time content="2020-12-16T00:00:00Z" datatype="xsd:dateTime" datetime="2020-12-16T00:00:00Z" property="schema:dateCreated">2020-12-16</time></dd>
</dl>
<dl id="document-published">
<dt>Published</dt>
<dd><time content="2020-12-16T00:00:00Z" datatype="xsd:dateTime" datetime="2020-12-16T00:00:00Z" property="schema:datePublished">2020-12-16</time></dd>
</dl>
<dl id="document-modified">
<dt>Modified</dt>
<dd><time content="2024-06-05T00:00:00Z" datatype="xsd:dateTime" datetime="2024-06-05T00:00:00Z" property="schema:dateModified">2024-06-05</time></dd>
</dl>
<dl id="document-feedback">
<dt>Feedback</dt>
<dd><a href="https://github.com/solid/specification" rel="doap:repository">GitHub solid/specification</a> (<a href="https://github.com/solid/specification/pulls">pull requests</a>, <a href="https://github.com/solid/specification/issues/new">new issue</a>, <a href="https://github.com/solid/specification/issues" rel="doap:bug-database">open issues</a>)</dd>
</dl>
</details>
<p class="copyright">MIT License. Copyright © 2019–2024 <a href="https://www.w3.org/groups/cg/solid/">W3C Solid Community Group</a>.</p>
<div datatype="rdf:HTML" id="content" property="schema:description">
<section id="abstract" inlist="" rel="schema:hasPart" resource="#abstract">
<h2 property="schema:name">Abstract</h2>
<div datatype="rdf:HTML" property="schema:description">
<p>Hi! We’re the <cite><a href="https://www.w3.org/groups/cg/solid/" rel="cito:discusses">Solid Community Group</a></cite> (<abbr title="Community Group">CG</abbr>) of the <cite><a href="https://www.w3.org/" rel="cito:discusses">W3C</a></cite>. The purpose of this document is to help readers orient themselves with the activities of the Solid CG.</p>
<p>The CG has a <a href="https://www.w3.org/community/solid/charter/">charter</a>.</p>
<p>The Solid CG’s technical reports (<abbr title="Technical Report">TR</abbr>) include specifications, use cases and requirements, best practices and guidelines, primers and notes about the Solid ecosystem.</p>
</div>
</section>
<section id="work-items" inlist="" rel="schema:hasPart" resource="#work-items">
<h2 property="schema:name">Work Items</h2>
<div datatype="rdf:HTML" property="schema:description">
<p>The aims of the Solid project are in line with those of the Web itself: empowerment towards <q cite="https://www.w3.org/2001/tag/doc/ethical-web-principles/">an equitable, informed and interconnected society</q>. Solid adds to existing Web standards to realise a space where individuals can maintain their autonomy, control their data and privacy, and choose applications and services to fulfil their needs.</p>
<p>The information in these documents may be subject to change, therefore please see each document’s publication status and versions for further details. You are invited to <a href="https://github.com/solid/specification/issues" rel="cito:discusses">contribute</a> any feedback, comments, or questions you might have.</p>
<figure id="knowledge-graph" rel="schema:hasPart" resource="#knowledge-graph">
<p datatype="rdf:HTML" property="schema:description">Linked Data aware applications can <span about="" rel="schema:potentialAction"><a href="#knowledge-graph-action" typeof="schema:ViewAction">view</a></span> the <a about="#knowledge-graph-action" href="" id="knowledge-graph-action" property="schema:name" rel="schema:object">Solid Technical Reports Knowledge Graph</a>.</p>
</figure>
<table id="work-item-technical-reports">
<caption>Technical Reports</caption>
<thead>
<tr>
<th>Work Item</th>
<th>Repository</th>
<th>Current Stage</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://solidproject.org/TR/protocol" rel="cito:citesForInformation" typeof="doap:Specification">Solid Protocol</a></td>
<td><a href="https://github.com/solid/specification">https://github.com/solid/specification</a></td>
<td>CG-DRAFT, v0.11.0</td>
</tr>
<tr>
<td><a href="https://solid.github.io/webid-profile/" rel="cito:citesForInformation" typeof="doap:Specification">Solid WebID Profile</a></td>
<td><a href="https://github.com/solid/webid-profile">https://github.com/solid/webid-profile</a></td>
<td>CG-DRAFT, v1.0.0</td>
</tr>
<tr>
<td><a href="https://solidproject.org/TR/oidc" rel="cito:citesForInformation" typeof="doap:Specification">Solid-OIDC</a></td>
<td><a href="https://github.com/solid/solid-oidc">https://github.com/solid/solid-oidc</a></td>
<td>v0.1.0</td>
</tr>
<tr>
<td><a href="https://solid.github.io/httpsig/" rel="cito:citesForInformation" typeof="doap:Specification">HTTPSig Authentication for Solid</a></td>
<td><a href="https://github.com/solid/httpsig">https://github.com/solid/httpsig</a></td>
<td>CG-DRAFT</td>
</tr>
<tr>
<td><a href="https://solidproject.org/TR/wac" rel="cito:citesForInformation" typeof="doap:Specification">Web Access Control</a></td>
<td><a href="https://github.com/solid/web-access-control-spec/">https://github.com/solid/web-access-control-spec/</a></td>
<td>CG-DRAFT, v1.0.0</td>
</tr>
<tr>
<td><a href="https://solidproject.org/TR/acp" rel="cito:citesForInformation" typeof="doap:Specification">Access Control Policy</a></td>
<td><a href="https://github.com/solid/authorization-panel">https://github.com/solid/authorization-panel</a></td>
<td>v0.9.0</td>
</tr>
<tr>
<td><a href="https://solid.github.io/data-interoperability-panel/specification/" rel="cito:citesForInformation" typeof="doap:Specification">Solid Application Interoperability</a></td>
<td><a href="https://github.com/solid/data-interoperability-panel">https://github.com/solid/data-interoperability-panel</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://shapetrees.org/TR/specification/" rel="cito:citesForInformation" typeof="doap:Specification">Shape Trees</a></td>
<td><a href="https://github.com/shapetrees/specification">https://github.com/shapetrees/specification</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/did-method-solid/" rel="cito:citesForInformation" typeof="doap:Specification">Solid DID Method</a></td>
<td><a href="https://github.com/solid/did-method-solid">https://github.com/solid/did-method-solid</a></td>
<td>Unofficial Draft</td>
</tr>
<tr>
<td><a href="https://solidproject.org/TR/notifications-protocol" rel="cito:citesForInformation" typeof="doap:Specification">Solid Notifications Protocol</a></td>
<td><a href="https://github.com/solid/notifications">https://github.com/solid/notifications</a></td>
<td>CG-DRAFT, v0.3.0</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/eventsource-channel-2023" rel="cito:citesForInformation" typeof="doap:Specification">EventSourceChannel2023</a></td>
<td><a href="https://github.com/solid/notifications">https://github.com/solid/notifications</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/ldn-channel-2023" rel="cito:citesForInformation" typeof="doap:Specification">LDNChannel2023</a></td>
<td><a href="https://github.com/solid/notifications">https://github.com/solid/notifications</a></td>
<td>v1.0.0, Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/streaming-http-channel-2023" rel="cito:citesForInformation" typeof="doap:Specification">StreamingHTTPChannel2023</a></td>
<td><a href="https://github.com/solid/notifications">https://github.com/solid/notifications</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/websocket-channel-2023" rel="cito:citesForInformation" typeof="doap:Specification">WebSocketChannel2023</a></td>
<td><a href="https://github.com/solid/notifications">https://github.com/solid/notifications</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/webhook-channel-2023" rel="cito:citesForInformation" typeof="doap:Specification">WebhookChannel2023</a></td>
<td><a href="https://github.com/solid/notifications">https://github.com/solid/notifications</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/solid-prep/protocol/" rel="cito:citesForInformation" typeof="doap:Specification">Solid-PREP</a></td>
<td><a href="https://github.com/solid/solid-prep">https://github.com/solid/solid-prep</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/chat/" rel="cito:citesForInformation" typeof="doap:Specification">Solid Chat</a></td>
<td><a href="https://github.com/solid/chat">https://github.com/solid/chat</a></td>
<td>v1.0.0, Editor's Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/erp/" rel="cito:citesForInformation" typeof="doap:Specification">Solid ERP</a></td>
<td><a href="https://github.com/solid/erp">https://github.com/solid/erp</a></td>
<td>Working towards a first draft</td>
</tr>
</tbody>
<tbody>
<tr>
<td><a href="https://solidproject.org/ED/qa" rel="cito:citesForInformation" typeof="doap:Specification">Solid QA</a></td>
<td><a href="https://github.com/solid/specification">https://github.com/solid/specification</a></td>
<td>CG-DRAFT, v0.3.0</td>
</tr>
</tbody>
<tbody>
<tr>
<td><a href="https://solid.github.io/security-considerations/" rel="cito:citesForInformation">Solid Security Considerations</a></td>
<td><a href="https://github.com/solid/security-considerations">https://github.com/solid/security-considerations</a></td>
<td>CG-DRAFT, v0.1.0</td>
</tr>
<tr>
<td><a href="https://solidproject.org/TR/oidc-primer" rel="cito:citesForInformation">Solid OIDC Primer</a></td>
<td><a href="https://github.com/solid/solid-oidc">https://github.com/solid/solid-oidc</a></td>
<td>v0.1.0</td>
</tr>
<tr>
<td><a href="https://solid.github.io/authorization-panel/authorization-ucr/" rel="cito:citesForInformation">Authorization Use Cases and Requirements</a></td>
<td><a href="https://github.com/solid/authorization-panel">https://github.com/solid/authorization-panel</a></td>
<td>Editor’s Draft</td>
</tr>
<tr>
<td><a href="https://github.com/solid/authorization-panel/blob/master/proposals/authorization-ucr/uc-survey.md" rel="cito:citesForInformation">Authorization Use Cases Survey</a></td>
<td><a href="https://github.com/solid/authorization-panel">https://github.com/solid/authorization-panel</a></td>
<td>Unofficial Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/data-interoperability-panel/primer/application.html" rel="cito:citesForInformation">Solid Application Interoperability: Application Primer</a></td>
<td><a href="https://github.com/solid/data-interoperability-panel">https://github.com/solid/data-interoperability-panel</a></td>
<td>Unofficial Proposal Draft</td>
</tr>
<tr>
<td><a href="https://solid.github.io/data-interoperability-panel/primer/authorization-agent.html" rel="cito:citesForInformation">Solid Application Interoperability: Authorization Agent Primer</a></td>
<td><a href="https://github.com/solid/data-interoperability-panel">https://github.com/solid/data-interoperability-panel</a></td>
<td>Unofficial Proposal Draft</td>
</tr>
</tbody>
</table>
<p>The Test Suites support the Technical Reports:</p>
<table id="work-item-test-suites">
<caption>Test Suites</caption>
<thead>
<tr>
<th>Work Item</th>
<th>Repository</th>
<th>Current Stage</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/solid-contrib/test-suite" rel="cito:citesForInformation">Test Suite</a></td>
<td><a href="https://github.com/solid-contrib/test-suite">https://github.com/solid-contrib/test-suite</a></td>
<td><abbr title="To Be Determined">TBD</abbr></td>
</tr>
<tr>
<td><a href="https://solid-contrib.github.io/specification-tests/" rel="cito:citesForInformation">Specification Tests</a></td>
<td><a href="https://github.com/solid-contrib/specification-tests">https://github.com/solid-contrib/specification-tests</a></td>
<td><abbr title="To Be Determined">TBD</abbr></td>
</tr>
</tbody>
</table>
<section id="notification-channel-type-registry" inlist="" rel="schema:hasPart" resource="#notification-channel-type-registry">
<h3 property="schema:name">Notification Channel Type Registry</h3>
<div datatype="rdf:HTML" property="schema:description">
<p>In order to help with the discovery of notification channel types that can be used with the <a href="https://solidproject.org/TR/notifications-protocol">Solid Notifications Protocol</a>, it is encouraged to register them for maximum global interoperability.</p>
<p>To update the registry table an implementer MUST submit a modification request for this index as a pull request at the <a href="https://github.com/solid/specification">https://github.com/solid/specification</a> repository, which includes the following information:</p>
<dl>
<dt>Specification</dt>
<dd>The URL of the document that specifies the notification channel type.</dd>
<dt>Name</dt>
<dd>The name of the notification channel type.</dd>
<dt>IRI</dt>
<dd>The IRI of the notification channel type.</dd>
<dt>Description</dt>
<dd>A short English description of the notification channel type.</dd>
</dl>
<table id="notification-channel-types">
<caption>Notification Channel Types</caption>
<thead>
<tr>
<th>Specification</th>
<th>IRI</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://solid.github.io/notifications/eventsource-channel-2023">EventSourceChannel2023</a></td>
<td>http://www.w3.org/ns/solid/notifications#EventSourceChannel2023</td>
<td>A notification channel type that uses the EventSource Web API.</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/ldn-channel-2023">LDNChannel2023</a></td>
<td>http://www.w3.org/ns/solid/notifications#LDNChannel2023</td>
<td>A notification channel type that uses the Linked Data Notifications protocol.</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/streaming-http-channel-2023">StreamingHTTPChannel2023</a></td>
<td>http://www.w3.org/ns/solid/notifications#StreamingHTTPChannel2023</td>
<td>A notification channel type that uses the Fetch API.</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/webhook-channel-2023">WebhookChannel2023</a></td>
<td>http://www.w3.org/ns/solid/notifications#WebhookChannel2023</td>
<td>A notification channel type that uses Webhooks.</td>
</tr>
<tr>
<td><a href="https://solid.github.io/notifications/websocket-channel-2023">WebSocketChannel2023</a></td>
<td>http://www.w3.org/ns/solid/notifications#WebSocketChannel2023</td>
<td>A notification channel type that uses the WebSocket API.</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</section>
<section id="participate" inlist="" rel="schema:hasPart" resource="#participate">
<h2 property="schema:name">Participate</h2>
<div datatype="rdf:HTML" property="schema:description">
<p>It’s easy to <a href="https://www.w3.org/groups/cg/solid/join">join the CG</a> if you’d like to contribute to the Solid project. Please note that in order to join, you’ll need to <a href="https://www.w3.org/accounts/request">request a W3C account</a> if you don’t already have one.</p>
<p>We publish a list of <a href="https://www.w3.org/groups/cg/solid/participants">current participants</a> on our <a href="https://www.w3.org/groups/cg/solid">W3C page</a>.</p>
<p>The Solid CG conducts all technical work in public, mainly in various <a href="https://github.com/solid/">repositories of the Solid organisation</a> but also in text chat, periodic teleconferences and face-to-face meetings.</p>
</div>
</section>
<section id="code-of-conduct" inlist="" rel="schema:hasPart" resource="#code-of-conduct">
<h2 property="schema:name">Code of Conduct</h2>
<div datatype="rdf:HTML" property="schema:description">
<p>Please note that all work and communication within the Solid CG is covered by the <cite><a href="https://github.com/solid/process/blob/main/code-of-conduct.md" rel="cito:citesAsAuthority">Solid Code of Conduct</a></cite> as well as the <cite><a href="https://www.w3.org/policies/code-of-conduct/" rel="cito:citesForInformation">Positive Work Environment at W3C: Code of Conduct</a></cite>.</p>
</div>
</section>
</div>
</article>
</main>
</body>
</html>