[Dspace-tech] output of bitstream in xmlui

2011-12-21 Thread Blanco, Jose
I want to put a log statement in the xmlui code that ouputs the bitstream. In the jspui world this is done in the BistreamServlet.java, but where does this happen in the xmlui interface? Thank you! Jose -- Write once.

Re: [Dspace-tech] output of bitstream in xmlui

2011-12-21 Thread Peter Dietz
Hi Jose, I think the closest class in xmlui to dealing with bitstreams is: BitstreamReader https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/BitstreamReader.java At about line 312 in that file, is when you've got a successful matc

Re: [Dspace-tech] output of bitstream in xmlui

2011-12-21 Thread Blanco, Jose
Never mind, I found it BitstreamReader.java. Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, December 21, 2011 10:35 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] output of bitstream in xmlui I want to put a log statement in the

[Dspace-tech] end-user license for downloading items

2011-12-21 Thread Martin Musacchio
Hi all. I'm on 1.6.2 JSPUI Is there a way to impose an end-user/download license for the user who is about to download a file? So that he has to read it and hit "accept" to be able to download the file? I see that there are some global configs about CC license, but I believe that is a file

[Dspace-tech] Feature for DSpace: dictionary

2011-12-21 Thread Han, Yan
Hello, All, We have some Pashuto/Dari materials, which have metadata in English, but not in original languages. My thinking is to create a dictionary plug-in, which will function like spelling suggestions. So two questions here: 1. Does DSpace have a spelling suggestion plug-in or module su