mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
43 lines
2.2 KiB
INI
43 lines
2.2 KiB
INI
#---------------------------------------------------------------#
|
|
#------------CITATION COVER PAGE CONFIGURATIONS-----------------#
|
|
#---------------------------------------------------------------#
|
|
# Configuration properties used solely by the PDF Citation #
|
|
# Cover Page feature. #
|
|
#---------------------------------------------------------------#
|
|
#Boolean to determine is citation-functionality is enabled globally for entire site.
|
|
#default => false
|
|
#citation-page.enable_globally=true
|
|
|
|
#List of collection handles to enable, to apply to nested bitstreams within
|
|
#default => empty. This is to be collection handles, separated by commas. ex: 1811/123, 1811/234
|
|
#citation-page.enabled_collections=
|
|
|
|
#List of community handles to enable, to apply to nested bitstreams within
|
|
#default => empty. This is to be community handles, separated by commas. ex: 1811/222, 1811/333
|
|
#citation-page.enabled_communities=
|
|
|
|
#Should the citation page be the first page of the document, or the last page?
|
|
#default => true. true => first page, false => last page
|
|
#citation-page.citation_as_first_page=true
|
|
|
|
# Customize the text/appearance of the citation PDF
|
|
|
|
# Citation page format, either LETTER or A4
|
|
#default => LETTER
|
|
#citation-page.page_format = LETTER
|
|
|
|
# First row of header, perhaps put your institution/university name
|
|
# A comma separator will create a header with multiple sections on one line.
|
|
#citation-page.header1=DSpace Institution
|
|
|
|
# Second row of header, perhaps put your DSpace branded name, and url to your DSpace
|
|
# A comma separator will create a header with multiple sections on one line.
|
|
#citation-page.header2=DSpace Repository,http://dspace.org
|
|
|
|
# Metadata fields to display on the citation PDF.
|
|
# Specify in schema.element.qualifier form, and separate fields by commas. If you want a horizontal line, use _line_
|
|
#citation-page.fields=dc.date.issued,dc.title,dc.creator,dc.contributor.author,dc.publisher,_line_,dc.identifier.citation,dc.identifier.uri
|
|
|
|
# Footer text, either some type of license/copyright info, or just letting them know where they got the document from.
|
|
# Any commas in this footer should be escaped (\,)
|
|
#citation-page.footer=Downloaded from DSpace Repository\, DSpace Institution's institutional repository |