@@ -20,4 +20,4 @@ To get the Details of a specific Resourse the [GetReqeust](https://oer-repo.uibk
...
@@ -20,4 +20,4 @@ To get the Details of a specific Resourse the [GetReqeust](https://oer-repo.uibk
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client should be able to handle both!
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client should be able to handle both!
**oerhub.at** harvests the data with a perl-based daemon. The implementation is based from [OAI-Harvester 1.20](https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul expects _text/xml_ and supports the standard DC. So our module accepts also _application/xml_ and has a LOM-handler implemented. The tests are rewritten because the Module has used Test-Servers which are switched off.
**oerhub.at** harvests the data with a perl-based daemon. The implementation is based from [OAI-Harvester 1.20](https://metacpan.org/pod/Net::OAI::Harvester). The Perl modul expects _text/xml_ and supports the standard DC. So our module accepts also _application/xml_ and has a LOM-handler implemented. The tests are rewritten because the official CPAN Module has used Test-Servers which are switched off.