[Dspace-tech] JSPUI Customization in DSPACE 4.1

2014-06-12 Thread Massimiliano Cilurzo
Dear all, We have DSPACE 4.1 on our server. And we would like to customize the JSPUI webpage. I have tried to download some css stylesheet from http://bootswatch.com/ and uploaded the bootstrab.css and bootstrap.min.css but the top bar color stay black with every .css. Could you help me?

Re: [Dspace-tech] JSPUI customization

2013-06-16 Thread rémi Asare
Thanks a lot. I find them. 2013/6/16 Andrea Bollini a.boll...@cineca.it You can edit this message using the edit-news feature in the administrative menu. The content is stored in a .html file in the config subdir of the dspace installation. Andrea Inviato da Samsung Mobile rémi Asare

[Dspace-tech] JSPUI customization

2013-06-15 Thread rémi Asare
Hi everybody, Please which file to edit in order to modifiy the content of my JSPUI interface for instance if i want to add a customized message where it's written Dspace is live. Thanks in advance. -- Rémi Asare. --

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Sergio Belkin
2010/11/22 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de: Hello Shaun, the directory structure after webapp is identical to the one in [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/ So if you want to overlay the feedback acknowledge you got to copy

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Claudia Jürgen
Hello Sergio, the overlay mechanism helps seperating your customizations from the default DSpace code. It eases the management of customizations, debugging, upgrades etc. The overlay mechanism works for all webapps. Apart from that, it might be usefull to keep one's own version management

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Wally Grotophorst
Sergio, I'll give you the reason I prefer to make mods using the process that Claudia outlined: when you get a new release, it's nice to know that all your local mods are in one place. Makes it much easier to update those modified files. Otherwise, you face wading thru the spaghetti of the

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Research Center|LITES Contract (757) 224-4074 -Original Message- From: Wally Grotophorst [mailto:wal...@gmu.edu] Sent: Friday, January 14, 2011 8:57 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] JSPUI Customization Sergio, I'll give you the reason I prefer

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Peter Dietz
-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] JSPUI Customization Sergio, I'll give you the reason I prefer to make mods using the process that Claudia outlined: when you get a new release, it's nice to know that all your local mods are in one place. Makes it much easier

Re: [Dspace-tech] JSPUI Customization

2010-11-22 Thread Claudia Jürgen
Hello Shaun, the directory structure after webapp is identical to the one in [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/ So if you want to overlay the feedback acknowledge you got to copy

Re: [Dspace-tech] JSPUI Customization

2010-11-21 Thread Shaun Donovan
Thank you for the responses. Claudia, you will see that I have put my source in [dspace-src]/dspace/modules/jspui/src/main/webapps. My problem is, what is the directory structure after webapps. I have tried all of the combinations that make sense, but none of them seem to work. Pieter. Sounds

Re: [Dspace-tech] JSPUI Customization

2010-11-19 Thread Peter Dietz
Hi, I used to follow the put everything in dspace/modules/webapp-name/... but I found that to be duplicate work, as I would develop the feature in dspace-jspui, then once it was working well, I would copy it to dspace/module/jspui, and clean up dspace-jspui. However, if you have a good VCS/SCM

[Dspace-tech] JSPUI Customization

2010-11-18 Thread Shaun Donovan
Hi all. I would like to find out where I should keep my customized jsp files (layout/header-default.jsp) so that they are implemented if I rebuild the application. The Documentation states: If you wish to modify a particular JSP, place your edited version in the