-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a status field to each entry (see issue #2)
- Loading branch information
Matteo Romanello
committed
Jul 16, 2019
1 parent
86425f3
commit 11b9dda
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
{ | ||
"endpoint": "http://texts.alpheios.net/api/dts", | ||
"protocol": "dts", | ||
"status": "experimental", | ||
"label": "Alpheios Texts", | ||
"contact": { | ||
"email": "mailto:[email protected]", | ||
|
@@ -11,6 +12,7 @@ | |
{ | ||
"endpoint": "http://dev.chartes.psl.eu/api/nautilus/dts", | ||
"protocol": "dts", | ||
"status": "demo", | ||
"label": "École des Chartes Demo", | ||
"contact": { | ||
"email": "mailto:[email protected]", | ||
|
@@ -21,6 +23,7 @@ | |
"endpoint": "http://betamasaheft.eu/api/dts", | ||
"protocol": "dts", | ||
"name": "Beta maṣāḥǝft", | ||
"status": "experimental", | ||
"contact": { | ||
"email": "mailto:[email protected]", | ||
"name": "Pietro Liuzzo" | ||
|
@@ -29,6 +32,7 @@ | |
{ | ||
"endpoint": "https://edh-www.adw.uni-heidelberg.de/api/dts/", | ||
"protocol": "dts", | ||
"status": "experimental", | ||
"contact": { | ||
"email": "mailto:[email protected]", | ||
"name": "Franz Grieshaber", | ||
|