Re: [Dspace-tech] dspace 1.4.2, postgres 8.2.6, solaris 10

2008-01-31 Thread Robin Taylor
Hi Jeffrey, We run Dspace with Postgres on Solaris without any problems. Only one thing that springs to mind, when untarring any open source products (eg Tomcat) use GNU tar (gtar) rather than the Solaris tar. Other than that the normal Dspace instructions apply

[Dspace-tech] Custom metadata submission forms

2008-01-31 Thread Chad Hansen
I have created a custom submission form for a collection that I have in dspace. This collection is highly specific and uses custom metadata schema that I have created as well. My situation is as follows: I don't have the dc.title field being populated during the submission process. Instead I

Re: [Dspace-tech] Custom metadata submission forms

2008-01-31 Thread Chad Hansen
Shane, Thanks for the information, but I have other collections that do use the dc.title properly. I don't want to change this for the entire site, but just for the custom collection. I have thought of a way to do what I am wanting, but I would prefer it if I don't have to do it this way.. and

Re: [Dspace-tech] Custom metadata submission forms

2008-01-31 Thread Shane Beers
You can set this on a per-collection basis, however. It's just kind of kludgy... Directly under the webui.itemdisplay.default = section, you will see a section that is commented out: # Specify which collections use which views by Handle. # # webui.itemdisplay.style.collections = collection

Re: [Dspace-tech] Custom metadata submission forms

2008-01-31 Thread Jayan Chirayath Kurian
Works fine and looks good to customize collection simple items records. For testing, for a collection named test and holding an id 123456789/256 I added webui.itemdisplay.test =dc.title webui.itemdisplay.test.collections = 123456789/256 to the config file and works fine. thanks shane