- add repository@geosphere.at as admin email for oai response

- comprss xslt3 file
This commit is contained in:
Arno Kaimbacher 2023-03-02 11:50:31 +01:00
parent 10b1fb0c86
commit 3e52eb0099
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -216,7 +216,7 @@ export class OaiController {
}
protected handleIdentify() {
const email = "repository@geologie.ac.at";
const email = process.env.OAI_EMAIL ||"repository@geosphere.at";
const repositoryName = "Tethys RDR";
const repIdentifier = "tethys.at";
const sampleIdentifier = "oai:" + repIdentifier + ":1"; //$this->_configuration->getSampleIdentifier();