diff --git a/dspace/docs/configure.html b/dspace/docs/configure.html index 9831a2fe43..bfbe5131a8 100644 --- a/dspace/docs/configure.html +++ b/dspace/docs/configure.html @@ -625,8 +625,26 @@ dstat-report-monthly
[dspace]/bin/dsrun ac.ed.dspace.stats.LogAnalyser -help [dspace]/bin/dsrun ac.ed.dspace.stats.ReportGenerator -help+
For particular types of objects (currently various image formats), a preview feature can be activated. This provides a branded version of the DSpace bitstream for display on the Item Display page. +
To activate this feature and display a preview image on the item page (all properties mentioned below
+ are found in dspace.cfg
):
+
plugin.sequence.org.dspace.app.mediafilter.MediaFilter
to include org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
.webui.preview.maxwidth
and webui.preview.maxheight
(default is 600) config items.webui.preview.brand
to the text you want to brand the image with. The brand will appear as white text on a black background strip across the base of the image. For example you might set the text to the owning organisation. The handle is also displayed as part of the branding.webui.preview.brand.abbrev
. This is an abbreviated form of the webui.preview.brand
text and will be shown where the brand text is longer than the image width (e.g. for narrow images).webui.preview.brand.height
to the height in pixels of the appended branding (default 20).webui.preview.brand.font
to the font for the brand text (default is SansSerif).webui.preview.brand.fontpoint
to the font size for the brand text (default is 12).[dspace]/bin/filter-media
to generate the preview images. These will be stored in a BRANDED_PREVIEW bundle so won't interfere with existing bundles.webui.preview.enabled = true
.webui.preview.dc
. if a metadata value is to appear just below the preview. For example, to highlight item rights you might set webui.preview.dc = rights
or to show the description as part of the preview set webui.preview.dc = description.abstract
. This is disabled by default.