-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
120 lines (120 loc) · 2.02 KB
/
index.js
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
/**
* List of valid values for `rel` on `<link>`
*/
export const linkRel = [
'DCTERMS.conformsTo',
'DCTERMS.contributor',
'DCTERMS.creator',
'DCTERMS.description',
'DCTERMS.hasFormat',
'DCTERMS.hasPart',
'DCTERMS.hasVersion',
'DCTERMS.isFormatOf',
'DCTERMS.isPartOf',
'DCTERMS.isReferencedBy',
'DCTERMS.isReplacedBy',
'DCTERMS.isRequiredBy',
'DCTERMS.isVersionOf',
'DCTERMS.license',
'DCTERMS.mediator',
'DCTERMS.publisher',
'DCTERMS.references',
'DCTERMS.relation',
'DCTERMS.replaces',
'DCTERMS.requires',
'DCTERMS.rightsHolder',
'DCTERMS.source',
'DCTERMS.subject',
'EditURI',
'about',
'alternate',
'amphtml',
'appendix',
'apple-touch-icon',
'apple-touch-icon-precomposed',
'apple-touch-startup-image',
'archived',
'attachment',
'authorization_endpoint',
'canonical',
'category',
'chapter',
'child',
'chrome-webstore-item',
'code-license',
'code-repository',
'component',
'content-license',
'content-repository',
'contents',
'copyright',
'discussion',
'dns-prefetch',
'donation',
'edit',
'enclosure',
'first',
'gbfs',
'glossary',
'gtfs-realtime',
'gtfs-static',
'help',
'home',
'http://docs.oasis-open.org/ns/cmis/link/200908/acl',
'hub',
'image_src',
'import',
'in-reply-to',
'index',
'issues',
'its-rules',
'jslicense',
'last',
'license',
'main',
'manifest',
'mask-icon',
'me',
'meta',
'micropub',
'next',
'openid.delegate',
'openid.server',
'openid2.local_id',
'openid2.provider',
'p3pv1',
'parent',
'pgpkey',
'pingback',
'preconnect',
'prerender',
'prev',
'previous',
'profile',
'publisher',
'radioepg',
'rendition',
'reply-to',
'root',
'schema.DCTERMS',
'section',
'service',
'shortlink',
'sidebar',
'sitemap',
'start',
'stylesheet',
'stylesheet/less',
'subresource',
'subsection',
'sword',
'syndication',
'timesheet',
'toc',
'token_endpoint',
'transformation',
'webmention',
'widget',
'wlwmanifest',
'yandex-tableau-widget'
]