[Dspace-tech] Dspace in swahili

2009-07-13 Thread Timothy Gitonga
hi all, just wanted to ask, is there a language pack for dspace in kiswahili? -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new ap

Re: [Dspace-tech] AJP Errors

2009-07-13 Thread Timo Aalto
Hi, I tried this patch to see if it would help dealing with a overzealous web crawler. Trouble is, when I apply this patch, XMLUI breaks when I start my Jetty (6.1.19) servlet container. I'm running XMLUI as root webapp by making a symlink "root" in [jetty]/webapps to [dspace]/webapps/xmlui/. I've

[Dspace-tech] Trying to access to SWORD's interface

2009-07-13 Thread Joan Caparros
Today I've tried to access to the Sword interface of my dspace 1.5.2 Like jmlui and xmlui interfaces I have added into my server.xml of my Tomcat. But that seems to be not enough, I'm missing something? right now I'm recieving the following message : *message* _/sword/_ *description* _The req

Re: [Dspace-tech] [Dspace-devel] [Dspace-general] show HTML data

2009-07-13 Thread Antonio Cuomo
Dear Mark, it's the common behavior with all the DSpace installation i have seen (MIT included). The problem is that all the data in the field dc.description are saved as plain text for security issues. so the data must to be reconverted in html before being pushed to the UI. so, do you know wha

[Dspace-tech] Dspace don’t show items when cli ck link author

2009-07-13 Thread Nguyen Hung Thanh
Hi all After I install DSpace 1.52, I create a collection and submit 1 document (by vietnamese). When browse by Author Dspace show all author, but when I click on the Authors, Dspace don't link to the document. But when I enter data by English, Dspace run well. Thanks, Nguyen Hung Thanh --

Re: [Dspace-tech] [Dspace-devel] [Dspace-general] show HTML data

2009-07-13 Thread Lewatle Phaladi
Hi Guys, I am very new to Dspace, I am using ubuntu 9.4, my aim is to install dspace 1.5.2 on ubuntu desktop box please help me i tried the online manual without success. -Original Message- From: Antonio Cuomo [mailto:anto...@parliaments.info] Sent: Mon 7/13/2009 4:07 PM To: Mark Diggor

[Dspace-tech] Question about adding new servlet

2009-07-13 Thread George Kozak
Hi... I am working on my migration from DSpace 1.4.2 to 1.5.2. In 1.4.2, I had a locally created servlet. Besides creating the jsps for it and the java code, I defined the servlet in /etc/dspace-web.xml. Where do I do that in DSpace 1.5.2? -- *** George Kozak Digita

Re: [Dspace-tech] AJP Errors

2009-07-13 Thread Mark H. Wood
On Mon, Jul 13, 2009 at 10:53:58AM +0300, Timo Aalto wrote: > Hi, > I tried this patch to see if it would help dealing with a overzealous web > crawler. Trouble is, when I apply this patch, XMLUI breaks when I start my > Jetty (6.1.19) servlet container. I'm running XMLUI as root webapp by making >

Re: [Dspace-tech] AJP Errors

2009-07-13 Thread Mark H. Wood
On Mon, Jul 13, 2009 at 11:42:01AM -0400, Mark H. Wood wrote: > Yup, we have that too now. This seems to be related to: > > http://www.mail-archive.com/us...@cocoon.apache.org/msg42803.html > > and the gist of it seems to be that the app. isn't a block and now > must be, but I don't see anythi

Re: [Dspace-tech] [Dspace-devel] [Dspace-general] show HTML data

2009-07-13 Thread Patrick K. Etienne
I'm going to chime in here as I've also recently been working with an issue related to (read: learning about) html content within dc tags and the rendering thereof within Manakin (cocoon). Antonio, you and I are in the same situation. We both have "html" data (actually stored with entity re

Re: [Dspace-tech] [Dspace-devel] [Dspace-general] show HTML data

2009-07-13 Thread Mark Diggory
On Mon, Jul 13, 2009 at 7:07 AM, Antonio Cuomo wrote: > Dear Mark, it's the common behavior with all the DSpace installation i have > seen (MIT included). > > The problem is that all the data in the field dc.description are saved as > plain text for security issues. I understand now, this is a dis

Re: [Dspace-tech] Trying to access to SWORD's interface

2009-07-13 Thread Stuart Lewis
Hi Joan, SWORD is designed to be a machine to machine interface, so there is not a lot see from your browser. The one URL that should work for you is: http://www.your-dspace.com/sword/servicedocument Your browser should prompt you for a username and password. Enter a valid DSpace account userna

Re: [Dspace-tech] [Dspace-devel] [Dspace-general] show HTML data

2009-07-13 Thread Patrick K. Etienne
Mark, Many thanks for your comments! And to the audience at large, for what it's worth, I'm certainly in agreement with Mark and Alan concerning the use of html within metadata fields. I believe the only reason we have this going on in our repository is due to a messy recovery we had to ma

[Dspace-tech] Change the way the collection list is displayed in submit link with JSPUI

2009-07-13 Thread Lozeau Patrick Michael
Hi, I'm trying to modify how the collection list is displayed in the first step of the submission process. I'm aware of the Manakin solution proposed on the DSpace wiki: (http://wiki.dspace.org/index.php/Change_the_way_the_collection_list_is_displayed_in_submit_link_%28Manakin%29).