DSpace translator misses repositories without "dspace" in their FQDN?
Hi all!
Entries in our DSpace repository are not being recognized by Zotero. See, for instance, https://repositorio.iscte.pt/handle/10071/625 .
As far as I understand, this is due to 'dspace' being used for URL matching:
REPLACE INTO translators VALUES ('0abd577b-ec45-4e9f-9081-448737e2fd34',
'1.0.0b4.r5', '', '2008-02-22 20:30:00', '0', '100', '4', 'DSpace',
'Michael Berkowitz', 'dspace',
(from https://www.zotero.org/svn/extension/branches/1.0/scrapers.sql)
Couldn't the match be based on the fact that the path part of the URL of repository items always begins with "/handle/"? I guess there are a lot of repositories out there whose FQDNs do not include the word "dspace".
Regards,
Manuel
Entries in our DSpace repository are not being recognized by Zotero. See, for instance, https://repositorio.iscte.pt/handle/10071/625 .
As far as I understand, this is due to 'dspace' being used for URL matching:
REPLACE INTO translators VALUES ('0abd577b-ec45-4e9f-9081-448737e2fd34',
'1.0.0b4.r5', '', '2008-02-22 20:30:00', '0', '100', '4', 'DSpace',
'Michael Berkowitz', 'dspace',
(from https://www.zotero.org/svn/extension/branches/1.0/scrapers.sql)
Couldn't the match be based on the fact that the path part of the URL of repository items always begins with "/handle/"? I guess there are a lot of repositories out there whose FQDNs do not include the word "dspace".
Regards,
Manuel