Skip to content
Permalink
3.3
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
######################################################################
#
# Latest_tool Configuration
#
# the latest_tool script is used to output the last "n" items
# accepted into the repository
#
######################################################################
$c->{latest_tool_modes} = {
default => { citation => "result" }
};
# Example of a latest_tool mode. This makes a mode=articles option
# which only lists eprints who's type equals "article".
#
# articles => {
# citation => undef,
# filters => [
# { meta_fields => [ "type" ], value => "article" }
# ],
# max => 20
# }