-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (88 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web Monetization flows</title>
<script defer class="remove" src="https://www.w3.org/Tools/respec/respec-w3c"></script>
<script class="remove">
var respecConfig = {
shortName: "wm-session-flow",
specStatus: "unofficial",
noRecTrack: true,
edDraftURI: "n/a",
xref: true,
editors: [
{
name: "Alexander Surkov",
mailto: "[email protected]",
company: "Igalia",
companyURL: "https://igalia.com/",
w3cid: "51089",
},
{
name: "Luke Warlow",
mailto: "[email protected]",
company: "Igalia",
companyURL: "https://igalia.com/",
w3cid: "51089",
},
{
name: "Radu Popa",
mailto: "[email protected]",
company: "Interledger",
companyURL: "https://interledger.org/",
},
],
authors: [
{
name: "Alexander Surkov",
mailto: "[email protected]",
company: "Igalia",
companyURL: "https://igalia.com/",
w3cid: "51089",
},
],
github: {
repoURL: "interledger/web-monetization-flows",
branch: "main",
},
localBiblio: {
openpayments: {
title: "Open Payments",
href: "https://openpayments.dev/",
},
opwa: {
title: "Open Payments Wallet Address Server",
href: "https://openpayments.dev/apis/wallet-address-server/",
},
GNAP: {
title: "GNAP",
href: "https://datatracker.ietf.org/doc/html/draft-ietf-gnap-core-protocol",
status: "",
publisher: "",
},
},
xref: [
"csp",
"dom",
"ecmascript",
"encoding",
"html",
"permissions-policy",
"webcryptoapi",
"webidl",
"request",
"infra",
],
};
</script>
</head>
<body>
<div data-include="section/abstract.html" data-include-replace="true"></div>
<div data-include="section/sotd.html" data-include-replace="true"></div>
<div data-include="section/introduction.html" data-include-replace="true"></div>
<div data-include="section/terms.html" data-include-replace="true"></div>
<div data-include="section/connecting-a-wallet.html" data-include-replace="true"></div>
<div data-include="section/algorithms.html" data-include-replace="true"></div>
</body>
</html>