Re: [Dspace-tech] how to publish the internal URL of DSpace Items

2010-10-05 Thread Kim Shepherd
Hi Vinit, Which UI are you using? XMLUI and JSPUI each generate slightly different bitstream URLs, but both do end in file extensions (if the bitstream name contains one), XMLUI just appends a ?sequence parameter on the end. They'll each have slightly different ways of modifying the way bitstream

Re: [Dspace-tech] how to publish the internal URL of DSpace Items

2010-10-05 Thread Vinit
Dear Kim, Thanks for your reply. I am using XMLUI. They'll each have slightly different ways of modifying the way bitstream URLs are displayed. Can u elaborate a bit. if I want to throw the variable which is generating the bitstream URL to some script, how to do it? Regards Vinit Kumar

[Dspace-tech] Fix ???some.key.name??? in DSpace 1.6.1

2010-10-05 Thread Admire Mutsikiwa
Hi, I have added new metadata fields that I want to be displayed on item display. Now I am getting the ???some.key.name??? error. I have tried to fix the problem by adding some information into the file /dspace-1.6.1-src-release/dspace-api/src/main/resources/Messages.properties and then do

Re: [Dspace-tech] Issue about Google crawler

2010-10-05 Thread Kim Shepherd
Hi Panyarak, It might be an idea to add /displaystats to your JSPUI's robots.txt and to any Google Webmaster Tools robots.txt files or Page Removal Requests. For Google to de-index pages, it generally likes to see a 404 (not found) or a 410 (gone). Unfortunately, the servlet that handles

Re: [Dspace-tech] Issue about Google crawler

2010-10-05 Thread Kim Shepherd
I should point out that my robots.txt suggestions assume you don't want any stats pages crawled at all... if that's not true, it's probably best to apply the patch for DS-689 and wait for Google to de-index (and make the robots.txt entries more specific if there are only a few invalid handles

Re: [Dspace-tech] Fix ???some.key.name??? in DSpace 1.6.1

2010-10-05 Thread Claudia Jürgen
Hello, do you got a customized version of Messages.properties in [dspace-source]/dspace/modules/..., i.e. using an overlay? If so this one is taken and not the dspace-api one. Hope that helps Claudia Jürgen Am 05.10.2010 12:43, schrieb Admire Mutsikiwa: Hi, I have added new metadata fields

[Dspace-tech] dspace 1.6.2 Oracle10 Solaris10 ant finally built!

2010-10-05 Thread Marvin Weaver
dspace 1.6.2 on Oracle10/Solari10 finally built! I had db.schema=dspace set in dspace.cfg. Commented it out and ant successfully built it! Also tried the same on ubuntu10.04/postgress8.4, where I was getting the same error, and it also built, although it threw an error loading #66 in the

[Dspace-tech] Send item to Facebook

2010-10-05 Thread Khan, Baseer
Hello List, Is it possible to add this feature in the current Manakin(1.6.2), A student/faculty/staff like an item can they be able to send it as a link to their Facebook and other social networking sites account or text it to their cellphones (this is a huge hit with students). Thank you,

Re: [Dspace-tech] tomcat reporting memory leak?

2010-10-05 Thread Simon Brown
On 4 Oct 2010, at 15:00, Graham Triggs wrote: On 29 September 2010 14:17, Tom De Mulder td...@cam.ac.uk wrote: I know you like to talk down the problem, but that really isn't helping. This isn't about talking down the problem - it's about finding where the real problems are and not

Re: [Dspace-tech] Send item to Facebook

2010-10-05 Thread Kevin S. Clarke
Hi, We have a Facebook like button on our items (still in dev, but getting ready to be rolled out -- if you try the link below and it's down, it might be because we are rebuilding... try again in a few minutes); users can click and the like will show up on their facebook wall. You can see it at:

Re: [Dspace-tech] Send item to Facebook

2010-10-05 Thread Khan, Baseer
Thank you for the reply; I saw your website this is what we exactly need, I will try to implement this. So I just have to add the lines in xslt file, Did you come across any issue while implementing this? From: Kevin S. Clarke [mailto:kscla...@gmail.com] Sent: Tuesday, October 05, 2010 10:50 AM

Re: [Dspace-tech] Send item to Facebook

2010-10-05 Thread Kevin S. Clarke
On Tue, Oct 5, 2010 at 12:02 PM, Khan, Baseer baseer.k...@wichita.eduwrote: Thank you for the reply; I saw your website this is what we exactly need, I will try to implement this. So I just have to add the lines in xslt file, Did you come across any issue while implementing this? The

Re: [Dspace-tech] tomcat reporting memory leak?

2010-10-05 Thread Tim Donohue
Hi Simon All, On 10/5/2010 10:33 AM, Simon Brown wrote: On 4 Oct 2010, at 15:00, Graham Triggs wrote: On 29 September 2010 14:17, Tom De Muldertd...@cam.ac.uk wrote: I know you like to talk down the problem, but that really isn't helping. This isn't about talking down the problem - it's

Re: [Dspace-tech] {Disarmed} Re: Issue about Google crawler

2010-10-05 Thread Panyarak Ngamsritragul
Thanks a lot, Kim. I understand that I should add a line in robot.txt to stop crawler to access /displaystats... There is no need for crawlers to access such page, I think. Panyarak Ngamsritragul Prince of Songkla University. On Wed, 6 Oct 2010, Kim Shepherd wrote: I should point out that

Re: [Dspace-tech] A simplified version of dspace-services and Tomcat unloading

2010-10-05 Thread Sands Alden Fish
Graham, this is impressive and very important work. I haven't begun to digest it all, but maybe I'll start with one question to get a better understanding... 2) A ThreadLocal in the CachingServiceImpl was also leaking - the service did attempt to clean up in the shutdown, but it would only

[Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-05 Thread Keith Gilbertson
Hi, I've been experimenting with a Media Filter for text extraction from PowerPoint files. It's based on the Apache POI libraries, as was suggested by others in a previous thread. It uses the poi, poi-scratchpad, and poi-ooxml artifacts, in version 3.6, the latest release version from

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-05 Thread Tim Donohue
Hi Keith, Simply put, it's because you were accidentally looking in the wrong pom.xml :) There's many of them sprinkled through the DSpace codebase, and they all inherit many of their settings from one main pom.xml. So, you noticed that the 'dspace-api/pom.xml' file included a dependency for

Re: [Dspace-tech] Java file customisation for JSPUI

2010-10-05 Thread Kim Shepherd
Hi Philippe, Yes, you can use overlays (eg. the files you place in [dspace-src]/dspace/modules/jspui) for java sources, but they need to be placed in a [dspace-src]/dspace/modules/jspui/src/main/java, as opposed to the directory rather than in the [dspace-src]/dspace/modules/jspui/src/main/webapp

Re: [Dspace-tech] Java file customisation for JSPUI

2010-10-05 Thread Thuaud, Philippe
Hi Kim, Thanks a lot for those information. As I just want to do few changes to the presentation of the full item view, and from what you said I will do an overlay for the class I want to change. I do understand though that if there is a need for a very different changes in the code base then

Re: [Dspace-tech] A simplified version of dspace-services and Tomcat unloading

2010-10-05 Thread Kim Shepherd
Thanks for the detailed writeup and explanations, it's helping me understand a lot of these issues better... looks like I still have some bedtime reading (and DSpace profiling) ahead of me! ;-) Cheers, Kim On 5 October 2010 12:55, Graham Triggs grahamtri...@gmail.com wrote: Hello all, So,

Re: [Dspace-tech] Sample Manakin Theme

2010-10-05 Thread Peter Dietz
Hi Hilton, Actually, I really like your idea of having a place to share themes and designs. Its definitely a feature I want to improve in the next release. At OR'10 I was chatting with Stuart Lewis about possibly setting up a theme design competition, perhaps something of a Wordpress themes

Re: [Dspace-tech] Sample Manakin Theme

2010-10-05 Thread Hilton Gibson
Hi Peter Thanks for the comments. Will the github be discussed amongst the community and will there be documentation on the wiki and website ? Cheers hg On 06/10/2010 02:47, Peter Dietz wrote: Hi Hilton, Actually, I really like your idea of having a place to share themes and designs.