dweb-mirror
dweb-mirror copied to clipboard
Full support of special identifiers on dweb-mirror
The special identifiers home local settings are configured in dweb-archivecontroller/Util.js in specialidentifiers but Currently there is code in a variety of places to handle them including in both dweb-archive (UI) and dweb-mirror (server).
As far as possible dweb-mirror should provide reasonable responses to the common protocols so that the configuration happens on the server not in the UI.
Each of the following needs testing for each of home local settings
- [ ] /service/img/IDENTIFIER
- [x] local fixed
- [x] home
- [x] settings - goes to http://localhost:4244/archive/images/settings.svg which doesnt look right, may need file replacing if its used anywhere.
- [ ] /metadata/IDENTIFIER
- [ ] /advancedsearch.php ... query to get members ...
- [x] local - gets members in metadata so should be good
- [x] home will work as search collection, and collection:home wont add anything
- [x] settings - N/A
- [ ] related - is this needed ?