Re: [Dspace-tech] Problem with special characters in DSpace 1.5.1

2011-03-17 Thread Debashree Pati
Have you tried the numeric representation in place of plusmn;  ?
   #177;

- Debashree

From: Thornton, Susan M. (LARC-B702)[LITES] [susan.m.thorn...@nasa.gov]
Sent: Wednesday, March 16, 2011 4:57 PM
To: heli...@centrum.sk
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with special characters in DSpace 1.5.1

JSPUI.

Thanks,
Sue



Sue Walker-Thornton
Software Developer/Database Administrator
NASA Langley Research Center|LITES Contract
(757) 224-4074



-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, March 16, 2011 4:52 PM
To: Thornton, Susan M. (LARC-B702)[LITES]
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with special characters in DSpace 1.5.1

Are you using JSPUI or XMLUI?

These things are called HTML entities. I don't think encoding is the
problem, translating entities is.

I don't think I can help, just pointing out the direction.

Regards,
~~helix84
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] epubs in DSpace

2011-03-17 Thread Mark H. Wood
On Wed, Mar 16, 2011 at 03:49:54PM -0400, Jen Cwiok wrote:
 I've been doing some research on whether the epub format is supported in
 DSpace.  Surprisingly, I'm finding very little information in regards to
 DSpace.   Is anyone using DSpace as a repository for epubs?

supported is kind of a fuzzy word.  You can store *any* kind of file
in a DSpace bitstream and describe it using almost any sort of
metadata.  What specific forms of support are you looking for?

It does look as though text extraction from EPUB for indexing would be
a useful and doable extension for DSpace.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.


pgpBNbfjgH7Da.pgp
Description: PGP signature
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] epubs in DSpace

2011-03-17 Thread Jen Cwiok
Hi Mark,

Thanks for your response.  By supported, I was wondering if an out of the box 
DSpace install would be able to store EPUBs and make them accessible or would 
we have to develop that functionality.  From your email, It seems like it would 
be something that we would have to develop in-house if we wanted to store EPUB 
in our DSpace.

Date: Thu, 17 Mar 2011 11:39:55 -0400
From: Mark H. Wood mw...@iupui.edu
Subject: Re: [Dspace-tech] epubs in DSpace
To: dspace-tech@lists.sourceforge.net
Message-ID: 20110317153955.ge6...@iupui.edu
Content-Type: text/plain; charset=us-ascii

supported is kind of a fuzzy word.  You can store *any* kind of file
in a DSpace bitstream and describe it using almost any sort of
metadata.  What specific forms of support are you looking for?

It does look as though text extraction from EPUB for indexing would be
a useful and doable extension for DSpace.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.



On Wed, Mar 16, 2011 at 03:49:54PM -0400, Jen Cwiok wrote:
 I've been doing some research on whether the epub format is supported in
 DSpace.  Surprisingly, I'm finding very little information in regards to
 DSpace.   Is anyone using DSpace as a repository for epubs?

Jen Cwiok
Digital Projects Manager
Department of Library Services
American Museum of Natural History
79th Street and Central Park West
New York, NY 10024-5192
212.769.5644
library.amnh.org



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] epubs in DSpace

2011-03-17 Thread Mark H. Wood
On Thu, Mar 17, 2011 at 11:50:47AM -0400, Jen Cwiok wrote:
 Hi Mark,
 
 Thanks for your response.  By supported, I was wondering if an out of the 
 box DSpace install would be able to store EPUBs and make them accessible or 
 would we have to develop that functionality.  From your email, It seems like 
 it would be something that we would have to develop in-house if we wanted to 
 store EPUB in our DSpace.

No, you can store and access *any* kind of file, and describe it well
too, out of the box.  (Well, you may need to register a MIME type for
it, or provide a suitable metadata schema definition.)

What you cannot do is index the content of some file which is not flat
text and for which no text extractor has yet been written.  So if you
want full-text searching of EPUB files then someone would have to
write a plugin to extract flat text from them.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.


pgplcTHMAzjg8.pgp
Description: PGP signature
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to configure a DSpace asset store using a network mounted filesystem

2011-03-17 Thread Nguyen Hung Thanh
Hi all,
I install DSpace in Windows Server 2003 in disk D:\
I want using asset store using a network mounted with disk Z
I config in DSpace.cfg

*assetstore.dir = Z:/assetstore*

*Note: Z:/ a network disk*
But Dspace don't work well. Please help me.
Thanks
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech