Re: [Dspace-tech] html enties (html symbols)

2009-10-07 Thread Allen Lam
Hi Terrance, Having seen your response, I do experiment on using the trick on the jspui and xmlui. I found that it works well in the jspui only. Are you using the xmlui? In the xmlui, not only the &#xxx; chars cannot be reinterpreted, other originally good non-ASCII chars will be distorted by

Re: [Dspace-tech] html enties (html symbols)

2009-10-07 Thread Terrance Davis
Hi Allen, I see this works nicely during the initial submission process, but on the "edit-item" pages after the submission is approved (and is live), I click "Update" twice with no change. The symbol does not replace the unicode value. (I am using DSpace 1.5.2, btw) I have tried various com

Re: [Dspace-tech] html enties (html symbols)

2009-10-07 Thread Allen Lam
Hi Terrance, The solution depends on how you are entering data to dspace. Take a common scenario as example. If the user is opening the web-based "Edit Item" tool, and wishes to add a copyright sign (a circle-c) to one of the fields, he can type in © and save twice. To type in Greek chars, e.g

[Dspace-tech] html enties (html symbols)

2009-10-07 Thread Terrance Davis
Hi, My users of DSpace want to insert special symbols by editing metadata of approved submissions. Inserting as an html entity doesn't work, because the & is re-interpreted as a & before inserting in the database. Is there a way to escape the ampersand so that the raw HTML entity is not mangle

[Dspace-tech] Building a new theme

2009-10-07 Thread Mark Wright
Hi, I'm creating a new xmlui theme. I have it building but waiting for "mvn package; ant update" is very tedious when I want to experiment. Is there a way to tell Maven to only rebuild xmlui? My theme is in [dspace-src]/modules/xmlui/src/main/webapp/themes/mytheme. I make a small change and do "mv

Re: [Dspace-tech] Problem with DSpace-1.5.2 on Ubuntu linux

2009-10-07 Thread Stuart Lewis
Hi David, I've recently installed DSpace. Build & install went without a single error. Excellent - that is often the trickiest bit. I then copied the jspui directory to where Tomcat 6 is looking: /var/lib/tomcat6/webapps Stopped & restarted Tomcat6, but the following error is in localhost.200

Re: [Dspace-tech] [Dspace-general] Change the item preview

2009-10-07 Thread Stuart Lewis
Hi Héctor, > I was working with the dspace-1.5.2-release, but if I want to modify > this behaviour I must work with dspace-1.5.2-src-release. Is it > possible > only recompile the jar file and use it in the dspace-1.5.2-release? You could but it will probably be easier to start working with th

[Dspace-tech] change title to author in workflow tasks?

2009-10-07 Thread Platt, Alice
During our testing of DSpace 1.5.1 XMLUI, we've noticed that in Submissions, under "Tasks you own" "Tasks in the pool" etc., the items are identified by Title. This is really a major problem for us; we can't expect our content specialist or professors to recognize a student's work in the pool by

Re: [Dspace-tech] How do I override a message key in a theme?

2009-10-07 Thread Jizba, Richard
David, Thank you. This worked. Richard -Original Message- From: Walker, David [mailto:dwal...@calstate.edu] Sent: Wednesday, October 07, 2009 11:54 AM To: Jizba, Richard; dspace-tech@lists.sourceforge.net Subject: RE: How do I override a message key in a theme? Hi Richard, Try this.

Re: [Dspace-tech] How do I override a message key in a theme?

2009-10-07 Thread Walker, David
Hi Richard, Try this. In your theme XSLT add: Recipient This is untested, but I think this (or something like it) should work. --Dave == David Walker Library Web Services Manager California State University http://xerxes.calstate.edu From: J

[Dspace-tech] How do I override a message key in a theme?

2009-10-07 Thread Jizba, Richard
Hello, Within a theme, is there a way to override a message key from "messages.xml" For example, what if I want to change this: Title To this: Recipient Richard Creighton University I originally asked this question as: Can someone tell me how to change the text/labels on the "Advanced Se

Re: [Dspace-tech] OfficeSWORD

2009-10-07 Thread Debashree Pati
Hi Stuart, I made the suggested changes to my dspace.cfg, restarted Tomcat and retried a deposit. But still get the same error: "Unacceptable content type in deposit request: application/vnd.openxmlformats-officedocument.wordprocessingml.document" I have attached the SWORD specific configur

[Dspace-tech] Problem with DSpace-1.5.2 on Ubuntu linux

2009-10-07 Thread Wynne, David
Read all the FAQ's & documentation I can find. Googled the error, but I can't find a solution so I'd appreciate any help. I've recently installed DSpace. Build & install went without a single error. I then copied the jspui directory to where Tomcat 6 is looking: /var/lib/tomcat6/webapps Sto

Re: [Dspace-tech] two theme modification questions: linking author

2009-10-07 Thread Platt, Alice
Hi Keith, Thank you, yes, that does exactly match what I am looking for. Unfortunately, now my link doesn't go anywhere! I used the code in the wiki for the link, shown below (I've changed the html brackets to different brackets for email transmission), but apparently the value-of select has a

Re: [Dspace-tech] collection-specific license text

2009-10-07 Thread Claudia Jürgen
Hello Alice, this is done in the DIM-Handler.xsl, see the section: test="string-length(dim:fie...@element='rights'][not(@qualifier)])>0 or string-length(dim:fie...@element='rights']...@qualifier='license'])>0"> xmlui.dri2xhtml.METS-1.0.copyright test="string-length(dim:fie...

Re: [Dspace-tech] which web.xml -file to edit

2009-10-07 Thread Claudia Jürgen
Hello Mikan, the file can be found at: [dspace-source]/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/WEB-INF Hope that helps Claudia Jürgen mikan.d.dspace listmail schrieb: I need to modify web.xml found under /dspace/webapps/xmlui/WEB-INF/web.xml. Where can I find the source for this fil

Re: [Dspace-tech] [Dspace-general] Change the item preview

2009-10-07 Thread Héctor Garcia Peris
Hi Stuart, I was working with the dspace-1.5.2-release, but if I want to modify this behaviour I must work with dspace-1.5.2-src-release. Is it possible only recompile the jar file and use it in the dspace-1.5.2-release? Thanks. Stuart Lewis escribió: > Hi Héctor, > > >> I want to change th

Re: [Dspace-tech] two theme modification questions

2009-10-07 Thread Keith Gilbertson
> > My other question: I’d also like to add some text below the “go” button on > the Advanced Search page. I’ve added what I want to say to messages.xml, but > now I’m having trouble finding the code for where the Advanced Search page > comes from. I figured if I searched in the structural.xsl file

Re: [Dspace-tech] two theme modification questions

2009-10-07 Thread Keith Gilbertson
On Tue, Oct 6, 2009 at 10:57 AM, Platt, Alice wrote: > > > I’d like to make the Author and Subject clickable links in the simple item > view. The instructions on the Manakin HOWTO page of the DSpace wiki says > that “The XSLT that creates author listings is in > themes/dri2xhtml/DS-METS-1.0-DIM.x

[Dspace-tech] Item level statistics for XMLUI

2009-10-07 Thread Federico Lazcano
Hi everyone! I'm looking to implement some kind of item level stats for Dspace 1.5.2, using XMLUI, Ubuntu 8.04.3 LTS. My first shot was to try Minho RepositoriUM Statistics, but as far as i know it only works for JSPUI, using the "info" facility. Then I thought about University of Rochester's

Re: [Dspace-tech] displayed-values in search and browse results

2009-10-07 Thread Claudia Jürgen
Hello Virginia, there is no straightforward way to "recycle" the value-pair lists in order to change the item display, browse etc. As for the display of the iso language in the item display, that's just a small change in the ItemTag.java (supposing you are referring to the jspui). Here is