Re: [Dspace-tech] Collection level Access control

2007-05-22 Thread Claudia Jürgen
Hello Sanganmerkar,

the access to collections and communities is not restricted.
You may restrict the access to items by setting the following rights in 
the collection, where the item will be published, to a specific group 
other than the default anonymous:

- DEFAULT_BITSTREAM_READ (accessibility of the bitstreams of an item)
- DEFAULT_ITEM_READ (accessibility of the whole item)

As these rights are inherited by the items on submission, the changing 
of rights on a collection which owns already some items will not affect 
these items.
Note also that some basic information about items will be given away by 
the browse indices, the list of recent publications and the search. At 
this point the items are always partly visible.

sunny greetings

Claudia



Sangamnerkar Tushar schrieb:
 Hi ,
  We are running Dspace 1.3.2  on FC3.0.  Is there any way to restrict 
 access to a particular community or collection (so it will require login  
 password to access the attached files or bilbliographic details). 

   S.Tushar
   Pune


 
  
 -
 Don't get soaked.  Take a quick peak at the forecast 
  with theYahoo! Search weather shortcut.
 
 
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] i18n configurable multilingualism support

2007-05-22 Thread Claudia Jürgen
Hi Jimmy,

this is due to the length of chinese or japanese month names.

You may either check out the latest version of
org.dspace.app.webui.util.UIUtil.java from svn

or just replace this line in UIUtil.java

sb.append(DCDate.getMonthName(month).substring(0, 3) + -);

with

String monthName = DCDate.getMonthName(month,v getSessionLocale(request));
int monthLength = monthName.length();
monthLength = monthLength  2 ? 3 : monthLength;
sb.append(monthName.substring(0, monthLength) + -);


If you're working with DSpace in Chinese, it would be great if you could 
supply an updated Messages_zh_cn.properties as the one existing is just 
an initial stub.

sunny greetings

Claudia Jürgen



Jimmy schrieb:
 Hi all,
 
 I applied the above patch(i18n_Revision1880_v7.zip) for supporting
 multilingualism,and i added the zh_CN in the dspace.cfg.But After I select
 the Chinese language, there always throw an StingIndexOutofBoundsException
 when I browse all items in a collection.And see there is nothing show in 
 the
 itemlist...
 
 Any idea about this problem?
 
 Thanks in advance,
 Jimmy.
 
 
 
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Persistent identifiers in DSpace -- thoughts please

2007-05-22 Thread James Rutherford
Hi all,

I've recently started looking into the way DSpace deals (or doesn't)
with persistent identifiers (prompted in part by patch #1690912 and a
conversation I had with Mark Diggory). I've put some thoughts on the
wiki:

http://wiki.dspace.org/index.php/PersistentIdentifiers

and I'd like to gather some input. I've already implemented everything
discussed on the wiki in a prototype, and it seems to be working well.
Note that the implementation is being done in parallel with the DAO
prototype:

http://wiki.dspace.org/index.php/DaoPrototype

The most controversial aspects that I've come up against are:

 * deciding which persistent identifier method is used (if more than one
   is supported); and
 * what the URLs should look like (http://dspace.me.ac.uk/uri/hdl:12/34
   rather than http://dspace.me.ac.uk/handle/12/34, for instance)


I'm particularly interested in hearing from folks who already need to
support other identifiers (PURLs, DOIs, etc), but any input would be
appreciated.

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] @hi, about LDAP auth with 'binddn' and 'bindpw'

2007-05-22 Thread Myroslav Rys
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

  how-to configure dspace using LDAP auth with 'binddn' and  
'bindpw' options?
 
  anonymous LDAP auth is forbidden in my network.

  DSpace does not support this double binding (first by the super  
user, then a second connection inside the first, using the user's  
username and password) at present.
 
  The following web page might help you write the correct code. If  
you get it working, please consider submitting a patch.
 
  http://tinyurl.com/ynsbtw
 
  I hope this helps,

tnx!
- ---
Myroslav Rys
[EMAIL PROTECTED]
http://www.stone.org.ua
http://www.fabula.org.ua


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFGUyxkj+/LkYrmSjERArBNAKCKZ1dyhbEuajIm4HyFt/UsmMek6wCePHt7
RZS10GREDfFr0HABPcM4yF8=
=3YvA
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Timeline for v1.5

2007-05-22 Thread Eric Luhrs
Let me rephrase my question: is it likely that v1.5 will be release by
the end of Summer 2007?

Eric Luhrs

On 5/18/07, Eric Luhrs [EMAIL PROTECTED] wrote:
 Hello all,
 After testing v1.4.1 for a few months, and going through all of the
 planning steps, my institution will run a DSpace pilot program in Fall
 2007.  We also plan to use Manakin to customize our UI.  Since I have
 heard that v1.5 will include Manakin, I'd like to wait for that
 release if possible.  Can someone give me an idea of when v1.5 is
 expected?  Also, is there a URL that lists expected feature changes?

 With many thanks in advance,

 Eric Luhrs
 Digital Initiatives Librarian
 Lafayette College


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Timeline for v1.5

2007-05-22 Thread Mark Diggory
I will make an explicitly unofficial statement that it is very  
likely. However, we are about 1/4 the way though the cycle. There is  
some documentation on the wiki about current plans:

http://wiki.dspace.org/index.php/RoadMap

-Mark

On May 22, 2007, at 3:44 PM, Eric Luhrs wrote:

 Let me rephrase my question: is it likely that v1.5 will be release by
 the end of Summer 2007?

 Eric Luhrs

 On 5/18/07, Eric Luhrs [EMAIL PROTECTED] wrote:
 Hello all,
 After testing v1.4.1 for a few months, and going through all of the
 planning steps, my institution will run a DSpace pilot program in  
 Fall
 2007.  We also plan to use Manakin to customize our UI.  Since I have
 heard that v1.5 will include Manakin, I'd like to wait for that
 release if possible.  Can someone give me an idea of when v1.5 is
 expected?  Also, is there a URL that lists expected feature changes?

 With many thanks in advance,

 Eric Luhrs
 Digital Initiatives Librarian
 Lafayette College


 -- 
 ---
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] @hi, about problem with search

2007-05-22 Thread Jimmy

Hi,

You need to alter the [CATALINA_HOME]/conf/server.xml file as belows:

   !-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
   Connector port=8080 maxHttpHeaderSize=8192
  maxThreads=150 minSpareThreads=25 maxSpareThreads=75
  enableLookups=false redirectPort=8443 acceptCount=100
  connectionTimeout=2 disableUploadTimeout=true
  URIEncoding=UTF-8/

Hope it helps.

Regards,
Jimmy.

On 5/23/07, Myroslav Rys [EMAIL PROTECTED] wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

postgresql 8.1.9
apache 2.2.4 with mod_jk 1.2.22
tomcat 5.5
dspace 1.4.2

have problem with search in cyrillic (Ukraine)

no problem search with English,
but strong problem search with Ukraine.

put in search field з
and getting з

put in Advanced Search field з
and getting з...

what problem?
p.s. dspace url: http://www.dspace.humanities.org.ua/
- ---
Myroslav Rys
[EMAIL PROTECTED]
http://www.stone.org.ua
http://www.fabula.org.ua


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFGU5kEj+/LkYrmSjERAkQWAKCXh+Zb2+K5bhex8QkShStRY/yQxgCdFFSq
jhK1wThlBK4YS189FssHxGA=
=VzhA
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] @hi, about problem with search

2007-05-22 Thread Jayan Chirayath Kurian
Hi! Jimmy,

 

I need to access DSpace login page using HTTPS and all other pages using HTTP. 
I could do HTTPS access for all pages. Please suggest.

 

Thanks,

Jayan

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy
Sent: Wednesday, May 23, 2007 10:14 AM
To: Myroslav Rys
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] @hi, about problem with search

 

Hi,

You need to alter the [CATALINA_HOME]/conf/server.xml file as belows:

!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
Connector port=8080 maxHttpHeaderSize=8192 
   maxThreads=150 minSpareThreads=25 maxSpareThreads=75
   enableLookups=false redirectPort=8443 acceptCount=100
   connectionTimeout=2 disableUploadTimeout=true 
   URIEncoding=UTF-8/

Hope it helps.

Regards,
Jimmy.

On 5/23/07, Myroslav Rys [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

postgresql 8.1.9
apache 2.2.4 with mod_jk 1.2.22
tomcat 5.5
dspace 1.4.2

have problem with search in cyrillic (Ukraine)

no problem search with English, 
but strong problem search with Ukraine.

put in search field з
and getting з

put in Advanced Search field з
and getting з...

what problem?
p.s. dspace url: http://www.dspace.humanities.org.ua/
- ---
Myroslav Rys
[EMAIL PROTECTED]
http://www.stone.org.ua
http://www.fabula.org.ua


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFGU5kEj+/LkYrmSjERAkQWAKCXh+Zb2+K5bhex8QkShStRY/yQxgCdFFSq 
jhK1wThlBK4YS189FssHxGA=
=VzhA
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take 
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list 
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech 

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech