[Dspace-tech] New 'Dspace-Rest-Client' Ruby Gem

2015-01-28 Thread Bruno Zanette
Hello, folks! I and my teammates are building a Ruby gem to interact to DSpace REST-API to make easier to implement a Ruby (on Rails) app that uses DSpace as file and information server. The gem already has some functional features - such as get/post/put objects, login, logout and status request

[Dspace-tech] JSPUI and CC metadata

2015-01-28 Thread Xaquin Lores
Hello, We need that JSPUI (4.2) add CC license uri to metadata when submit a item. It seems that JSPUI can't do this: For the JSP UI, Creative Commons licensing is effected by opening an Iframe to the Creative Commons site and capturing the selection result in several bitstreams, but the XML UI

Re: [Dspace-tech] News Box

2015-01-28 Thread Bodnar Robert
Dear Claudia, thank you very much!Yes, I did resolved the problem with your help.Best regards,B. Róbert On Wednesday, January 28, 2015 1:34 PM, Claudia Jürgen claudia.juer...@ub.tu-dortmund.de wrote: Hello Bódnar, the link to the news file is in the language catalogue:

Re: [Dspace-tech] News Box

2015-01-28 Thread Claudia Jürgen
Hello Bódnar, the link to the news file is in the language catalogue: Messages.properties as news-side.html = news-side.html news-top.html = news-top.html In a translated version, e. g. de Messages_de.properties this looks like news-side.html = news-side_de.html news-top.html = news-top_de.html

[Dspace-tech] News Box

2015-01-28 Thread Bodnar Robert
Hello, we would like to customize the top news according to the selected language, but unfortunately this works only for the German language. All the others are using the same news-top.html, even after I tried creating specific language files for this html (adding _en, _ro to the end). Any

[Dspace-tech] Help with Video Streaming using files stored on Dspace

2015-01-28 Thread Bruno Zanette
Does someone have any experience on streaming videos that are stored on Dspace in a way that is possible to seek a timestamp? I've done some tests and i've managed to play the video, but i couldn't seek a specific timestamp. I've did some research and found out that it's because the methods which

Re: [Dspace-tech] Help with Video Streaming using files stored on Dspace

2015-01-28 Thread Peter Dietz
Hi Bruno, It's been discussed, but never solved. Currently, many sites have done psuedo streaming, which is actually progressive download (wait, and let the video buffer, and then start playback, but does not allow you to seek/jump beyond what has been buffered).

Re: [Dspace-tech] New 'Dspace-Rest-Client' Ruby Gem

2015-01-28 Thread Bruno Zanette
Hey guys, We're glad you enjoyed it! The code is probably not optimized (far from that) because it is our first Ruby project (our research group decided to adopt it as our new default language), and we're struggling to get it right, but we know that are many things that could be done in a much

[Dspace-tech] Stats problem on 1.7.0

2015-01-28 Thread eithrial
We are using DSpace 1.7.0 After several years with no issues our Statistics / General Reports seem to be generating with zero values. I'm running the DSspace script with the stat-general, stat-monthly, stat-report-general and stat-report-monthly commands each night and they seem to be running

[Dspace-tech] google analytics

2015-01-28 Thread Stefanie Behnke
Dear all, I am using Dspace 3.1 with xmlui. In dspace.cfg I have added my google analytics key. But the javascript code only appears on some pages, not on the dspace start page. What is the problem? Thanks and best regards Stefanie

Re: [Dspace-tech] New 'Dspace-Rest-Client' Ruby Gem

2015-01-28 Thread Peter Dietz
Hi Bruno, Very cool to see. This could have a lot of potential. Especially if it can make it much easier for sites to adopt and customize DSpace, or to build things that would be too difficult in the current technology environment. I potentially have a few upcoming project that would need to make