forked from sfsheath/awld-js-sfsheath
-
Notifications
You must be signed in to change notification settings - Fork 7
/
registry.js
25 lines (25 loc) · 1.58 KB
/
registry.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
define('registry', {
'http://arachne.uni-koeln.de/item/': 'arachne.uni-koeln.de/arachne.uni-koeln.de',
// redirects done in such a way that awld.js won't work 'http://arachne.uni-koeln.de/entity/': 'arachne.uni-koeln.de/arachne.uni-koeln.de',
'http://data.perseus.org/citations/urn:cts': 'perseus/urn-cts',
'http://data.perseus.org/people/smith': 'perseus/smith',
'http://ecatalogue.art.yale.edu/detail.htm?objectId=': 'ecatalogue.art.yale.edu/ecatalogue.art.yale.edu',
'http://en.wikipedia.org/wiki': 'wikipedia/page',
'http://eol.org/pages': 'eol/eol',
'http://finds.org.uk/database/artefacts': 'finds.org.uk/finds.org.uk',
'http://fr.wikipedia.org/wiki': 'wikipedia/page',
'http://www.geonames.org': 'geonames/place',
'http://lccn.loc.gov': 'loc/lccn',
// xhtml too invalid to work 'http://metmuseum.org/Collections/': 'metmuseum.org/metmuseum.org.js',
'http://nomisma.org/id': 'nomisma/nomisma',
'http://numismatics.org/collection': 'numismatics.org/numismatics.org',
'http://opencontext.org': 'opencontext/opencontext',
'http://pelagios.dme.ait.ac.at/api/places/http%3A%2F%2Fpleiades.stoa.org%2Fplaces%2F': 'pelagios.dme.ait.ac.at/place',
'http://pleiades.stoa.org/places': 'pleiades/place',
'http://wikipedia.org/wiki': 'wikipedia/page',
'http://www.trismegistos.org/text': 'trismegistos/text',
'http://www.papyri.info': 'papyri.info/text',
'http://www.smb.museum/ikmk/object.php': 'www.smb.museum/www.smb.museum',
'http://www.sudoc.fr/': 'www.sudoc.fr/www.sudoc.fr',
'http://www.worldcat.org/oclc': 'worldcat/oclc',
});