Skip to content

Commit

Permalink
Adjust OAI configuration
Browse files Browse the repository at this point in the history
Add email and force https

cf . MaRDI4NFDI/python-zbMathRest2Oai#101
  • Loading branch information
physikerwelt authored Oct 14, 2024
1 parent 12b8783 commit c48e490
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions oaipmh/oaicat.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ FizOAICatalog.maxListSize=50
FizRecordFactory.defaultMetadataPrefix=oai_dc

# Custom Identify response values
Identify.repositoryName=Fiz Repository
Identify.adminEmail=
Identify.repositoryName=zbMATH Open OAI provider
Identify.adminEmail=[email protected]
Identify.earliestDatestamp=2000-01-01T00:00:00Z
Identify.deletedRecord=yes

Expand All @@ -35,3 +35,5 @@ branding.imprint.url=
branding.privacy.url=
branding.font.family=Verdana, Arial, Helvetica, sans-serif;;
branding.font.color=#013476;

OAIHandler.baseURL=https://oai.portal.mardi4nfdi.de/oai/OAIHandler

0 comments on commit c48e490

Please sign in to comment.