Hi Sean, I'm not an expert on the embargo system, but I think you could do the following:
Embargos are 'set' and 'lifted'. The business logic for these are implemented in java classes such as: - org.dspace.embargo.DefaultEmbargoSetter - org.dspace.embargo.DefaultEmbargoLifter In the setter, you could edit the object to add another metadata field with details of the embargo in a human-consumable way. This metadata element could then be displayed on the item view pages. The lifter could be edited to either remove that metadata field, or edit it instead to say it was under an embargo but is no more. Like with lots of things in DSpace, there are probably many ways of achieving this. Thanks, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: +64 (0)9 373 7599 x81928 On 29/10/2010, at 11:01 PM, Sean Carte wrote: > Currently attempting to access an embargoed bitstream results in 'The > file is restricted' (xmlui.BitstreamReader.auth_message) message. I > can change the content of that message in messages.xml, of course, but > I wonder if it would be possible to include details of the embargo > either at that point, or before that at the item record page. > > Any ideas on whether this would be possible? > > Sean > -- > Sean Carte > esAL Library Systems Manager > +27 72 898 8775 > +27 31 373 2490 > fax: 0866741254 > http://esal.dut.ac.za/ > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

