diff --git a/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm b/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm index f02b632..7364fa2 100755 --- a/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm +++ b/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm @@ -156,10 +156,10 @@ $c->{required_formats} = [ - "html", - "pdf", - "ps", - "ascii" +# "html", +# "pdf", +# "ps", +# "ascii" ]; # if you want to make this depend on the values in the eprint then @@ -412,6 +412,7 @@ $c->{browse_views} = [ { id=>"year", allow_null=>1, fields=>"-date_effective;res=year", subheadings=>"type", order=>"-date_effective/title", heading_level=>2 }, { id=>"subjects", fields=>"subjects", order=>"-date_effective/title", hideempty=>1 }, + { id=>"type", fields=>"type", order=>"-date_effective" }, { id=>"affiliations", fields=>"affiliations", order=>"-date_effective/title", hideempty=>1 } ]; # examples of some other useful views you might want to add