EPrints Technical Mailing List Archive
Message: #06798
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Mime Types
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Mime Types
- From: dago <dago.salas@gmail.com>
- Date: Fri, 25 Aug 2017 17:28:59 -0500
Hi everybody!
On the OA ouput I need the format metadata follow this form:
<dc:format>application/pdf</dc:format>
But I got this:
<dc:format>spreadsheet</dc:format>
The DC file show this (what supposedly works):
foreach( @documents )
{
my $format = $mimetypes->{$_->get_value("format")};
$format = $_->get_value("format") unless defined $format;
#$format = "application/octet-stream" unless defined $format;
push @dcdata, [ "format", $format ];
.
.
.
How can I do to display the mime format?
- Prev by Date: Re: [EP-tech] Fixity Check and EPrints - Digital Preservation
- Next by Date: Re: [EP-tech] Importing ROARMAP in Wikidata
- Previous by thread: [EP-tech] Fixity Check and EPrints - Digital Preservation
- Next by thread: Re: [EP-tech] Mime Types
- Index(es):