[Dspace-tech] Little detail in the language selector

2008-12-23 Thread Fran Mosteiro
Hi all! I´m a novice user of DSpace. I´m just tasting the tool but it seems great ! By now it´s all quite clear for me, buy i have a little uestion about the language selector tag in the DSpace home page. In our case, we will need to use DSpace in 3 diffrent languages: Spanish, English and Bask.

Re: [Dspace-tech] Little detail in the language selector

2008-12-23 Thread felipe Melero
Hi Fran, I was also trying to find out what could be the solution but I didn't find anything. As a fast solution but quite dirty I would suggest you to enter in /home.jsp/, and search the following line %= supportedLocales[i].getDisplayLanguage(supportedLocales[i])% you can check whether

Re: [Dspace-tech] Little detail in the language selector

2008-12-23 Thread Claudia Jürgen
Hi Fran, you might change this in webbapp/home.jsp for (int i = supportedLocales.length-1; i = 0; i--) { % a class =langChangeOn onclick=javascript:document.repost.locale.value='%=supportedLocales[i].toString()%'; document.repost.submit(); %=

Re: [Dspace-tech] Copyright, Dewey decimal and the gutenberg project

2008-12-23 Thread Andrew Marlow
On Wed, Dec 17, 2008 at 10:04 PM, John Mark Ockerbloom ocker...@pobox.upenn.edu wrote: Andrew Marlow wrote: Your web site is great. Yes, the subject hierachy you have is the sort of thing I am after. I did not see the traditional breadcums that show the hierarchy though. You have opted for

Re: [Dspace-tech] collection logo with a link

2008-12-23 Thread Martin Musacchio
Hi, I posted some time ago about a feature that I'm needing. I have to make the collection logo to be a thumbnail with a link to a bigger version of itself. For this I've been considering several aproaches. I'm not sure about hardcoding SQL into de jsp pages, because there could be issues

[Dspace-tech] java.lang.OutOfMemory with large number of communities

2008-12-23 Thread Andrew Marlow
Hello, I am finding that I get java.lang.OutOfMemory errors when I have a large number of communities created. I have around 1500. With the exception of one test community they are all empty at the moment but going to the home page where the list gets displayed and it frequently invokes the out

Re: [Dspace-tech] Copyright, Dewey decimal and the gutenberg project

2008-12-23 Thread John Mark Ockerbloom
Andrew Marlow wrote: This is fantastic. I want it! Thanks. I'll note the support when I propose working more on it next year... :-) Hmm. Whilst your link shows some great categorization, stuff local to Penn might be a problem when it comes to international systems (I am in the UK). Let

[Dspace-tech] customizing dspace - my experiences so far

2008-12-23 Thread Andrew Marlow
I have had a devil of a job working out how to customize dspace. I eventually met with some success and have blogged about it at http://marlowa.blogspot.com/2008/12/customizing-dspace-v151.html. Feel free to add your own comments/insights/tips etc. -- Regards, Andrew M.

[Dspace-tech] authentication and default access level

2008-12-23 Thread Andrew Marlow
I want to explore IP authentication but it seems like DSpace lets me in for browsing without me having to authenticate. I disabled the password authentication and just had it set up for IP authentication only but it still lets me see the collections. What I am doing wrong please? I am using dspace

Re: [Dspace-tech] authentication and default access level

2008-12-23 Thread Claudia Juergen
Hi Andrew, restrictions apply only for item view and bitstream view, the browse and search are not affected by it. Hope that helps Claudia Jürgen I want to explore IP authentication but it seems like DSpace lets me in for browsing without me having to authenticate. I disabled the password

[Dspace-tech] Installing stats-add-on to dspace 1.5.1 manakin interface

2008-12-23 Thread sakshi gupta
I am trying to install the Statistics AddOn from the University of Minho onto DSpace 1.5.1 and the Manakin XMLUI. I am facing a number of problems while trying to do so. Therefore, before I move further on, I wanted to make sure if other people before me, have tried and been successful in doing

Re: [Dspace-tech] authentication and default access level

2008-12-23 Thread Andrew Marlow
On Tue, Dec 23, 2008 at 8:02 PM, Claudia Juergen claudia.juer...@ub.uni-dortmund.de wrote: Hi Andrew, restrictions apply only for item view and bitstream view, the browse and search are not affected by it. Hope that helps Claudia Jürgen Well that does shed some light, thanks. However,

Re: [Dspace-tech] authentication and default access level

2008-12-23 Thread Claudia Juergen
Hi Andrew, Well that does shed some light, thanks. However, I find that a user coming in from an unknown IP address is still allowed to view PDFs. I have configured IP authentication so only one particular IP address is allowed yet when I come in from a different one I can still view docs.