- add repository@geosphere.at as admin email for oai response
- comprss xslt3 file
This commit is contained in:
parent
10b1fb0c86
commit
3e52eb0099
File diff suppressed because one or more lines are too long
|
@ -216,7 +216,7 @@ export class OaiController {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected handleIdentify() {
|
protected handleIdentify() {
|
||||||
const email = "repository@geologie.ac.at";
|
const email = process.env.OAI_EMAIL ||"repository@geosphere.at";
|
||||||
const repositoryName = "Tethys RDR";
|
const repositoryName = "Tethys RDR";
|
||||||
const repIdentifier = "tethys.at";
|
const repIdentifier = "tethys.at";
|
||||||
const sampleIdentifier = "oai:" + repIdentifier + ":1"; //$this->_configuration->getSampleIdentifier();
|
const sampleIdentifier = "oai:" + repIdentifier + ":1"; //$this->_configuration->getSampleIdentifier();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user