-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathregistry.json
73 lines (73 loc) · 2.03 KB
/
registry.json
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
{
"endpoints": [
{
"endpoint": "http://texts.alpheios.net/api/dts",
"protocol": "dts",
"status": "experimental",
"label": "Alpheios Texts",
"contact": {
"email": "mailto:[email protected]",
"name": "Bridget Almas"
}
},
{
"endpoint": "http://dev.chartes.psl.eu/api/nautilus/dts",
"protocol": "dts",
"status": "demo",
"label": "École des Chartes Demo",
"contact": {
"email": "mailto:[email protected]",
"name": "Thibault Clérice"
}
},
{
"endpoint": "https://betamasaheft.eu/api/dts",
"protocol": "dts",
"label": "Beta maṣāḥǝft",
"status": "experimental",
"contact": {
"email": "mailto:[email protected]",
"name": "Pietro Liuzzo"
}
},
{
"endpoint": "https://edh-www.adw.uni-heidelberg.de/api/dts/",
"label":"Epigraphische Datenbank Heidelberg",
"protocol": "dts",
"status": "experimental",
"contact": {
"email": "mailto:[email protected]",
"name": "Frank Grieshaber"
}
},
{
"endpoint": "https://dts.perseids.org/",
"label":"Perseids",
"protocol": "dts",
"status": "experimental",
"contact": {
"email": "mailto:[email protected]",
"name": "Zachary Fletcher"
}
},
{
"endpoint": "https://teipublisher.com/exist/apps/vangogh/api/dts",
"label":"Van Gogh Letters (TEIPublisher demo)",
"protocol": "dts",
"status": "demo",
"contact": {
"email": "mailto:[email protected]",
"name": "eXistSolutions"
}
},
{
"endpoint": "http://tnah.chartes.psl.eu/2019/dts/",
"protocol": "dts",
"status": "demo",
"label": "DTS-Demo-Server with Songs",
"contact": {
"email": "mailto:[email protected]",
"name": "Thibault Clérice"
}
}
]}