Re: [Dspace-tech] importing to the db directly

2013-04-09 Thread helix84
As an example, put the following code on line 75 here: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L75 a xsl:attribute name=href xsl:value-of

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread helix84
On Mon, Apr 8, 2013 at 4:09 PM, Drover, Matt mattdro...@mun.ca wrote: Looks easy enough. Do I leave out the id column if I'm just adding? Also, how do I add the metadata info of the bitstream (size, name, etc) as the file resides out side of dspace? No, you put in a +. This is the best

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread Drover, Matt
: Monday, April 8, 2013 11:44 AM To: Drover, Matt Cc: dspace-tech Subject: Re: [Dspace-tech] importing to the db directly On Mon, Apr 8, 2013 at 4:09 PM, Drover, Matt mattdro...@mun.ca wrote: Looks easy enough. Do I leave out the id column if I'm just adding? Also, how do I add the metadata info

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread helix84
Simply include the bitstream URL in a metadata field and then render that metadata field as a clickable link. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread Drover, Matt
But how do I get it to show up in the bitstreasm list ? -Matt -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Monday, April 8, 2013 12:25 PM To: Drover, Matt Cc: dspace-tech Subject: Re: [Dspace-tech] importing to the db directly

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread Drover, Matt
xmlui and 3.0. -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Monday, April 8, 2013 1:14 PM To: Drover, Matt Cc: dspace-tech Subject: Re: [Dspace-tech] importing to the db directly Which DSpace version, UI and theme are you using