forked from solid/specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
261 lines (239 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<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/2016/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]):not([id="exit-criteria"]):not([id^=table-of-]) > h2:before {
content:counter(section) ".\00a0\00a0\00a0\00a0";
}
table {
border-collapse: collapse;
}
caption, tbody, tfoot {
border-bottom: 2pt solid #000;
}
</style>
</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/ as: https://www.w3.org/ns/activitystreams#" typeof="schema:CreativeWork prov:Entity as:Article">
<header>
<address>
<a class="logo" href="https://solidproject.org/"><img height="66" width="72" alt="W3C" src="solid.svg"/></a>
</address>
</header>
<main>
<article about="" typeof="schema:Article">
<h1 property="schema:name">Solid Technical Reports</h1>
<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-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="2021-04-12T00:00:00Z" datatype="xsd:dateTime" datetime="2021-04-12T00:00:00Z" property="schema:dateModified">2021-04-12</time></dd>
</dl>
<dl id="document-repository">
<dt>Repository</dt>
<dd><a href="https://github.com/solid/specification" rel="doap:repository">GitHub</a></dd>
<dd><a href="https://github.com/solid/specification/issues" rel="doap:bug-database">Issues</a></dd>
</dl>
<p class="copyright">MIT License. Copyright © 2019–2021 <a href="https://www.w3.org/community/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 property="schema:description" datatype="rdf:HTML">
<p>Hi! We’re the <cite><a href="https://www.w3.org/community/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 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 property="schema:description" datatype="rdf:HTML">
<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 TRs incorporated have been reviewed following the <cite><a href="https://github.com/solid/process" rel="cito:citesAsAuthority">Solid Process</a></cite>. However, 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>
<table id="work-item-technical-reports">
<caption>Technical Reports</caption>
<thead>
<tr>
<th>Work Item</th>
<th>Repository</th>
<th>Current Stage</th>
<th>Next Stage</th>
<th>Target</th>
<th>Expected Completion</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://solidproject.org/TR/ecosystem" rel="cito:citesForInformation">Solid Ecosystem</a></td>
<td><a href="https://github.com/solid/specification">https://github.com/solid/specification</a></td>
<td>Editor’s Draft</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td><a href="https://solidproject.org/TR/protocol" rel="cito:citesForInformation">Solid Protocol</a></td>
<td><a href="https://github.com/solid/specification">https://github.com/solid/specification</a></td>
<td>Editor’s Draft</td>
<td>Published Draft</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></td>
</tr>
</tbody>
<tbody>
<tr>
<td><a href="https://solid.github.io/authentication-panel/solid-oidc/" rel="cito:citesForInformation">Solid OIDC</a></td>
<td><a href="https://github.com/solid/authentication-panel">https://github.com/solid/authentication-panel</a></td>
<td>Editor’s Draft</td>
<td>Ecosystem Proposal</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></td>
</tr>
<tr>
<td><a href="https://solid.github.io/web-access-control-spec/" rel="cito:citesForInformation">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>Unofficial Draft</td>
<td>Editor’s Draft</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></td>
</tr>
<tr>
<td><a href="https://solid.github.io/data-interoperability-panel/specification/" rel="cito:citesForInformation">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>
<td>Ecosystem Proposal</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></td>
</tr>
<tr>
<td><a href="https://shapetrees.github.io/specification/spec" rel="cito:citesForInformation">Shape Trees</a></td>
<td><a href="https://github.com/shapetrees/specification">https://github.com/shapetrees/specification</a></td>
<td>Editor’s Draft</td>
<td>Ecosystem Proposal</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></td>
</tr>
<tr>
<td><a href="https://solid.github.io/did-method-solid/" rel="cito:citesForInformation">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>
<td>Editor’s Draft</td>
<td>Community Report</td>
<td><time datetime="2021-09-30">2021-09-30</time></td>
</tr>
</tbody>
<tbody>
<tr>
<td><a href="https://solid.github.io/authentication-panel/solid-oidc-primer/" rel="cito:citesForInformation">Solid OIDC Primer</a></td>
<td><a href="https://github.com/solid/authentication-panel">https://github.com/solid/authentication-panel</a></td>
<td>Editor’s Draft</td>
<td>Ecosystem Proposal</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></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>Unofficial Draft</td>
<td>Editor’s Draft</td>
<td>Community Report</td>
<td>TBD</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>
<td>Editor’s Draft</td>
<td>Community Report</td>
<td>TBD</td>
</tr>
<tr>
<td><a href="https://solid.github.io/data-interoperability-panel/primer/" rel="cito:citesForInformation">Solid Application Interoperability Primer</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>
<td>Ecosystem Proposal</td>
<td>Community Report</td>
<td><time datetime="2021-06-30">2021-06-30</time></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="6">"Expected Completion" date refers to the publication status of "Target". Completion date for "Next Stage" is roughly midway point.</td>
</tr>
</tfoot>
</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>
<th>Next Stage</th>
<th>Target</th>
<th>Expected Completion</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/solid/test-suite" rel="cito:citesForInformation">Test Suite</a></td>
<td><a href="https://github.com/solid/test-suite">https://github.com/solid/test-suite</a></td>
<td>TBD</td>
<td>TBD</td>
<td>TBD</td>
<td><time datetime="2021-03-31">2021-03-31</time></td>
</tr>
</tbody>
</table>
</div>
</section>
<section id="participate" inlist="" rel="schema:hasPart" resource="#participate">
<h2 property="schema:name">Participate</h2>
<div property="schema:description" datatype="rdf:HTML">
<p>It’s easy to <a href="https://www.w3.org/community/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/community/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 property="schema:description" datatype="rdf:HTML">
<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/master/code-of-conduct.md" rel="cito:citesAsAuthority">Solid Code of Conduct</a></cite> as well as the <cite><a href="https://www.w3.org/Consortium/cepc/" rel="cito:citesForInformation">Positive Work Environment at W3C: Code of Ethics and Professional Conduct</a></cite>.</p>
</div>
</section>
</div>
</article>
</main>
</body>
</html>