... | ... | @@ -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!
|
|
|
|
|
|
**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 has the standard implementet as _text/xml_ and only DC support and so our module accepts also _application/xml_ and has a LOM-handler implemented. |
|
|
\ No newline at end of file |
|
|
**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. |
|
|
\ No newline at end of file |