OAI-PMH Support
(UXPROD-993)
|
|
| Status: | Closed |
| Project: | mod-oai-pmh |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 1.0.0 | Parent: | OAI-PMH Support |
| Type: | Story | Priority: | P2 |
| Reporter: | Hkaplanian | Assignee: | Hkaplanian |
| Resolution: | Done | Votes: | 0 |
| Labels: | epam-thunderjet | ||
| Σ Remaining Estimate: | Not Specified | Remaining Estimate: | Not Specified |
| Σ Time Spent: | Not Specified | Time Spent: | Not Specified |
| Σ Original Estimate: | Not Specified | Original estimate: | Not Specified |
| Issue links: |
|
|||||||||||||||
| Sub-tasks: |
|
|||||||||||||||
| Sprint: | oai-pmh - sprint 49 | |||||||||||||||
| Story Points: | 5 | |||||||||||||||
| Development Team: | Thunderjet | |||||||||||||||
| Epic Link: | OAI-PMH Support | |||||||||||||||
| Description |
|
Official specification: https://www.openarchives.org/OAI/openarchivesprotocol.html#Identify 1. Implementation |
| Comments |
| Comment by Craig McNally [ 15/Oct/18 ] |
|
Piotr Kalashuk From the "implementation" sub-task description... Does this answer your questions?
compression and description elements can be skipped for now. |
| Comment by Piotr Kalashuk [ 16/Oct/18 ] |
|
Thank you very much Craig for clarification! |
| Comment by Piotr Kalashuk [ 22/Oct/18 ] |
|
Summary of the implementation:
Regards, |
| Comment by Piotr Kalashuk [ 22/Oct/18 ] |
|
The News and Readme updates are available in PR #8. Regards, |
| Comment by Piotr Kalashuk [ 23/Oct/18 ] |
|
All the changes are now in master. The output for the <host:port>/oai/repository_info with default configs is coming like (the output below is formatted to improve readability): <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <responseDate>2018-10-23T07:00:34Z</responseDate> <request verb="Identify">http://tbd.later.folio.org/oai</request> <Identify> <repositoryName>FOLIO_OAI_Repository_diku</repositoryName> <baseURL>http://tbd.later.folio.org/oai</baseURL> <protocolVersion>2.0</protocolVersion> <adminEmail>oai-pmh@folio.org</adminEmail> <earliestDatestamp>1970-01-01T00:00:00Z</earliestDatestamp> <deletedRecord>no</deletedRecord> <granularity>YYYY-MM-DDThh:mm:ssZ</granularity> </Identify> </OAI-PMH> If the service is deployed with -Drepository.baseURL=http://some-cloud.folio.org/oai -Drepository.name=OverriddenRepoName -Drepository.adminEmails=oai-pmh-admin@folio.org,another-oai-pmh-admin@folio.org, the output is <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <responseDate>2018-10-23T07:08:19Z</responseDate> <request verb="Identify">http://some-cloud.folio.org/oai</request> <Identify> <repositoryName>OverriddenRepoName_diku</repositoryName> <baseURL>http://some-cloud.folio.org/oai</baseURL> <protocolVersion>2.0</protocolVersion> <adminEmail>oai-pmh-admin@folio.org</adminEmail> <adminEmail>another-oai-pmh-admin@folio.org</adminEmail> <earliestDatestamp>1970-01-01T00:00:00Z</earliestDatestamp> <deletedRecord>no</deletedRecord> <granularity>YYYY-MM-DDThh:mm:ssZ</granularity> </Identify> </OAI-PMH> Regards, |
| Comment by Ann-Marie Breaux (Inactive) [ 25/Oct/18 ] |
|
Hkaplanian Former user Craig McNally This is marked In Review and showing up on the manual testing list, but I don't think there's anything we should be manually testing, right? Two possibilities: 1 Cate can change the In Review filter to exclude Thunderjet stuff (https://folio-org.atlassian.net/issues/?filter=10466). 2. we can flag them when we see them and alert you to close them. Let us know which you prefer. |
| Comment by Craig McNally [ 25/Oct/18 ] |
|
Ann-Marie Breaux I think #1 makes sense. Here I think the intent was to get review from the PO (Hkaplanian). |
| Comment by Ann-Marie Breaux (Inactive) [ 25/Oct/18 ] |
|
OK - I'll get Cate Boerema to update the filter |