-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
264 lines (241 loc) · 6.59 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
<!DOCTYPE html>
<html>
<head>
<title>Social Web Glossary</title>
<meta charset='utf-8'>
<script src='http://www.w3.org/Tools/respec/respec-w3c-common'
async class='remove'></script>
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED.
specStatus: "unofficial",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "social-glossary",
// if your specification has a subtitle that goes below the main
// formal title, define it here
// subtitle : "an excellent document",
// if you wish the publication date to be other than the last modification, set this
// publishDate: "2009-08-06",
// if the specification's copyright date is a range of years, specify
// the start date here:
// copyrightStart: "2005"
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
// previousPublishDate: "1977-03-15",
// previousMaturity: "WD",
// if there a publicly available Editor's Draft, this is the link
// edDraftURI: "http://berjon.com/",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// editors, add as many as you like
// only "name" is required
editors: [
{
name: "elf Pavlik"
, url: "http://wwelves.org/perpetual-tripper"
, company: "hackers4peace"
, companyURL: "http://hackers4peace.net"
}
],
authors: [
{
name: "elf Pavlik"
, url: "http://wwelves.org/perpetual-tripper"
, company: "hackers4peace"
, companyURL: "http://hackers4peace.net"
},
{
name: "Harry Halpin"
, url: "http://www.ibiblio.org/hhalpin/"
, company: "W3C"
, companyURL: "http://w3.org"
},
],
// name of the WG
wg: "In Charge Of This Document Working Group",
// URI of the public WG page
wgURI: "http://example.org/really-cool-wg",
// name (without the @w3c.org) of the public mailing to which comments are due
wgPublicList: "spec-writers-anonymous",
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "",
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This is the abstract for your specification.
</p>
</section>
<section id='sotd'>
<p>
You need to have a custom SotD paragraph. Maybe give a succinct description of your spec's
status.
</p>
</section>
<section>
<h2>Parties</h2>
<section>
<h3>Identity Provider</h3>
</section>
<section>
<h3>Relying Party</h3>
</section>
</section>
<section>
<h2>Linked Data</h2>
<section>
<h3>IRI, URI and URL</h3>
</section>
<section>
<h3>Scheme</h3>
<section>
<h4>http:</h4>
</section>
<section>
<h4>acct:</h4>
</section>
<section>
<h4>mailto:</h4>
</section>
<section>
<h4>xmpp:</h4>
</section>
<section>
<h4>tel:</h4>
</section>
</section>
<section>
<h3>Vocabulary</h3>
</section>
</section>
<section>
<h2>Semantic Web</h2>
<section>
<h3>RDF</h3>
</section>
<section>
<h3>RDFS</h3>
</section>
<section>
<h3>OWL</h3>
</section>
<section>
<h3>SKOS</h3>
</section>
<section>
<h3>Ontology</h3>
</section>
</section>
<section>
<h2>Serializations</h2>
<section>
<h3>JSON-LD</h3>
</section>
<section>
<h3>RDFa</h3>
</section>
<section>
<h3>Turtle</h3>
</section>
<section>
<h3>Microformats</h3>
</section>
<section>
<h3>Microdata</h3>
</section>
</section>
<section>
<h2>API</h2>
<section>
<h3>Endpoint</h3>
</section>
<section>
<h3>Discovery</h3>
</section>
<section>
<h3>Webfinger</h3>
</section>
<section>
<h3>REST</h3>
</section>
<section>
<h3>Hypermedia</h3>
<p>HATEOST</p>
</section>
<section>
<h3>Affordance</h3>
</section>
<section>
<h3>RPC</h3>
</section>
<section>
<h3>CORS</h3>
</section>
<section>
<h3>Follow your nose</h3>
</section>
<section>
<h3>Activity Streams</h3>
</section>
<section>
<h3>Streaming</h3>
</section>
<section>
<h3>Real Time Communication</h3>
</section>
</section>
<section>
<h2>Identity</h2>
<section>
<h3>Persona</h3>
</section>
<section>
<h3>Account</h3>
</section>
</section>
<section>
<h2>Federation</h2>
<section>
<h3>Syndication</h3>
</section>
<section>
<h3>Publish/Subscribe</h3>
</section>
</section>
<section>
<h2>Organizations</h2>
<section>
<h3>LOV - Linked Open Vocabularies</h3>
</section>
<section>
<h3>Open Social</h3>
</section>
<section>
<h3>Schema.org</h3>
</section>
</section>
<section>
<h2>Legal</h2>
<section>
<h3>License</h3>
<p>data, software</p>
</section>
<section>
<h3>Terms of Service</h3>
</section>
</section>
<section class='appendix'>
<h2>Acknowledgements</h2>
<p>
Many thanks to Robin Berjon for making our lives so much easier with his cool tool.
</p>
</section>
</body>
</html>