[DS-528] Added configurable option to choose which mimetype can get podcasted. Changed configuration key for external sourceuri.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6830 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Peter Dietz
2011-10-28 23:30:14 +00:00
parent 741393d59d
commit f55454c8f7
2 changed files with 13 additions and 10 deletions

View File

@@ -1149,12 +1149,16 @@ webui.feed.item.author = dc.contributor.author
# webui.feed.podcast.collections =123456789/2,123456789/3
# webui.feed.podcast.communities =123456789/1
# For the iTunes Podcast Feed, if you would like to specify an external media file,
# Which MIMETypes of Bitstreams would you like to have podcastable in your item?
# Separate multiple entries with commas.
#webui.feed.podcast.mimetypes=audio/x-mpeg
# For the iTunes Podcast Feed, if you would like to specify an external media file,
# not on your DSpace server to be enclosed within the entry for each item,
# specify which metadata field will hold the URI to the external media file.
# This is useful if you store the metadata in DSpace, and a seperate streaming server to host the media.
# Default: dc.source.uri
#webui.feed.item.sourceuri = dc.source.uri
#webui.feed.podcast.sourceuri = dc.source.uri
#### OpenSearch Settings ####
# NB: for result data formatting, OpenSearch uses Syndication Feed Settings