-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
62 lines (61 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Trace Context: AMQP protocol</title>
<script
src='https://www.w3.org/Tools/respec/respec-w3c'
class='remove' defer></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
editors: [{
name: "Sergey Kanzhelev",
company: "Google",
companyURL: "https://google.com",
w3cid: "103966"
},
{
name: "Clemens Vasters",
company: "Microsoft",
companyURL: "https://microsoft.com",
w3cid: "103966"
}],
github: {
repoURL: "https://github.com/w3c/trace-context-amqp/",
branch: "master",
},
edDraftURI: "https://w3c.github.io/trace-context-amqp/",
shortName: "trace-context-amqp",
format: "markdown",
subjectPrefix: "trace-context-amqp",
wg: "Distributed Tracing Working Group",
wgPublicList: "public-trace-context",
wgURI: "https://www.w3.org/2018/distributed-tracing/",
//isPreview: true, //this will add ugly box saying it's preview
otherLinks: [{
key: 'Discussions',
data: [{
value: 'We are on Slack.',
href: 'https://w3cdistributedtracing.slack.com/'
}]
}],
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/108594/status",
localBiblio: {
"AMQP": {
title: "OASIS Advanced Message Queuing Protocol (AMQP) Version 1.0",
href: "http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html",
publisher: "OASIS",
date: "29 October 2012"
}
}
};
</script>
</head>
<body>
<section id='abstract' data-include="spec/01-abstract.md" data-include-format='markdown'></section>
<section id='sotd' data-include="spec/02-sotd.md" data-include-format='markdown'></section>
<section id='conformance'></section>
<section data-include="spec/20-AMQP_FORMAT.md" data-include-format='markdown'></section>
</body>
</html>