mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user