clarin-dspace
clarin-dspace copied to clipboard
Missing description-olac
The https://github.com/ufal/clarin-dspace/blob/clarin/dspace/config/crosswalks/oai/description-olac.xml (configured to be used in https://github.com/ufal/clarin-dspace/blob/clarin/dspace/config/modules/oai.cfg#L27; olac requires this in the identify response; see view-source:http://lindat.mff.cuni.cz/repository/oai/request?verb=Identify)
@kosarko Yes, it is missing. Please where could I see that view from description-olac.xml
? I guess the view in the http://lindat.mff.cuni.cz/repository/oai/request?verb=Identify is from the description.xml
. How could I see the view from description-olac.xml
? Thank you.
verb=Identify shows both the files (right click and "view page source"); the description xml element is repeatable. see https://github.com/ufal/clarin-dspace/blob/8cf3758e9f12c18a2b8a20c13d63757d8ee2d52e/dspace/config/modules/oai.cfg#L25-L27 and https://github.com/ufal/clarin-dspace/blob/8cf3758e9f12c18a2b8a20c13d63757d8ee2d52e/dspace-oai/src/main/java/org/dspace/xoai/services/impl/xoai/DSpaceRepositoryConfiguration.java#L138