Re: [Dspace-tech] Snippets in DSpace 1.5.2 JSPUI *

2010-01-26 Thread P. S. Mukhopadhyay
Dear Shibabroto

Could you please be little elaborative? We are using Bengali language
interface right from DSpace version 1.4.1 and later on implemented in DSpace
1.5.x. We faced problems with searching and bodyURIencoding initaially with
manakin (but that problem was not with DSpace). However, these problems are
solved now and we have recently checked the sustem with 2500 documents
(abstract database of Bengali LIS periodical GRANTHAGAR). What you exactly
want to do?

partha


---
Dr. Parthasarathi Mukhopadhyay
Sr. Lecturer, Department of Library and Information Science, University of
Burdwan,
Burdwan - 713 104 (WB), India
---


On Sun, Jan 24, 2010 at 9:43 PM, Shibabroto Banerjee
wrote:

>  Junk Score: 2 out of 10 (below your Auto Allow 
> threshold)
> | Approve sender  | Block
> sender  | Block
> domain 
>
> Dear Sir,
>
> I am using dspace 1.5.2 jspui with bengali unicode documents and
> bengali interface. After getting all things running properly I planned
> to implement snippets in search results. I downloaded the patch from
> sourceforge and tried to implement according to the patch-readme. But
> all my efforts are not giving results. Pl. suggest what could be done
> to implement snippets.
>
> Thanks and regards
>
>
> <><><><><><><><><><><><><><><><><><><>
> Shibabroto Banerjee (শিবব্রত ব্যানার্জি)
> Computer Science & Engineering
> Indian Institute of Technology, Kharagpur
> Phone: ++91-3222-281436
> Email: sh...@cse.iitkgp.ernet.in
>  s_banerjee_...@yahoo.com
> <><><><><><><><><><><><><><><><><><><>
>
>
> --
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] LDAPAuthentication StartTLS?

2010-01-26 Thread Sean Hennessee
Mark,

Our LDAP servers accept StartTLS sessions on port 389 without problem. 
This command works fine on our LDAP servers, (substituting hostname and 
uid of course):

$ ldapsearch -x -p 389 -h ldap.example.com -D "uid=testUID,ou=University 
of California Irvine, o=University of California, c=US" -ZZ -W uid=*

According to the logs from tcpdump and wireshark, the TLS handshake did 
not fail, and the command succeeds with a proper userID and password.

Since I also cannot find anything creating a StartTLSRequest in DSpace, 
I am now working on a Shibboleth login instead.

Peace,
Sean


Mark H. Wood wrote:
> ldaps:  typically runs on port 636, not 389.  If you speak ldaps: to a
> port listening for ldap: then the TLS handshake will fail.

Mark H. Wood wrote:
> I don't see a StartTlsRequest being created anywhere in DSpace.  It
> appears that this is not currently supported.



-- 

Sean Hennessee
Central Computing Support
Office of Information Technology
UC Irvine


... . .- -. /   . -. -. . ... ... . .

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] LDAPAuthentication StartTLS?

2010-01-26 Thread Mark H. Wood
I don't see a StartTlsRequest being created anywhere in DSpace.  It
appears that this is not currently supported.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpiG9xcqpW65.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] LDAPAuthentication StartTLS?

2010-01-26 Thread Mark H. Wood
ldaps:  typically runs on port 636, not 389.  If you speak ldaps: to a
port listening for ldap: then the TLS handshake will fail.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgp2YCX2M6ije.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] LDAPAuthentication StartTLS?

2010-01-26 Thread Sean Hennessee
Thanks Stuart.
I have tried that in many different ways without success, even as 
ldaps://example.com:389/, but our ldap service requires StartTLS over 
port 389. Unfortunately the guys running it are hesitant to make any 
changes to it at all. I may be looking at using Shibboleth instead of LDAP.

Peace,
Sean

Stuart Lewis wrote:
> Hi Sean,
> 
> Have you tried changing your ldap.provider_url to use ldaps:// (instead of 
> ldap://). My understanding is that this is slightly different to using 
> StartTLS, but I think some LDAP servers will fall back to that instead.
> 
> For the self-signed certificate, you'll probably have to install a copy of 
> the certificate in a local keystore: 
> http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg08179.html
> 
> Hope that helps,
> 
> 
> Stuart
> 
> 
> From: Sean Hennessee [s...@uci.edu]
> Sent: Wednesday, 27 January 2010 5:33 a.m.
> To: dspace-tech@lists.sourceforge.net
> Subject: [Dspace-tech] LDAPAuthentication StartTLS?
> 
> I'm trying to configure LDAP authentication on DSpace 1.5.2 installed on
> RHEL5 with StartTLS over port 389. Using tcpdump and wireshark I can see
> that when I do an ldapsearch at the linux command prompt:
> 
> ldapsearch -x -h ldap.example.com -D "uid=testID,ou=University of
> California Irvine, o=University of California, c=US" -ZZ -W uid=*
> 
> there is a LDAP_START_TLS, extended request and the command succeeds
> after entering a correct uid and password. When attempting to login to
> DSpace, on the DSpace XMLUI ldap login page, there is never a StartTLS
> request sent and the login never succeeds. The error in
> tcpdump/wireshark is:
> 
> LDAPMessage bindResponse(1) confidentialityRequired
> 
> How can I configure DSpace to use StartTLS? Also, this will need to work
> with a self signed certificate. Is that supported? If not, are there
> other LDAP libraries that do support it that might be integrated into
> DSpace?
> 
> These are my ldap settings in dspace.cfg:
> ===
> plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
>  org.dspace.authenticate.PasswordAuthentication, \
>  org.dspace.authenticate.LDAPAuthentication
> ldap.enable = true
> ldap.provider_url = ldap://ldap.example.com/
> ldap.id_field = uid
> ldap.object_context = ou=University of California Irvine,o=University of
> California,c=US
> ldap.search_context = ou=University of California Irvine,o=University of
> California,c=US
> ldap.email_field = mail
> ldap.surname_field = sn
> ldap.givenname_field = givenName
> ldap.phone_field = telephoneNumber
> webui.ldap.autoregister = true
> ldap.netid_email_domain = @uci.edu
> 
> 
> Peace,
> Sean
> --
> 
> Sean Hennessee
> Central Computing Support
> Office of Information Technology
> UC Irvine
> 
> 
> ... . .- -. /   . -. -. . ... ... . .
> 
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 

-- 

Sean Hennessee
mailto:s...@uci.edu
http://www.nacs.uci.edu/~sean
Central Computing Support
Office of Information Technology
UC Irvine
(949)824-8225 Office
(949)293-5224 Cell


... . .- -. /   . -. -. . ... ... . .

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace + Other OpenSource KOS tools Integration

2010-01-26 Thread Bhojaraju Gunjal
 *FOR RESEARCH and ACADEIC USE ONLY*

*Greetings,
*
Hello,

My research topis is - *Knowedge Organisation system in Digital Libraries*.
Here i need to cover KOS concepts such as - Concept map, Search strategy,
Visualisation, etc. I need to achieve a hybrid model in my research study by
integrating any KOS aspect (Concept Map, Visualisation, Semantic Search
dynamically) to the existing digital library which is on DSpace.

I am in last stage of my research study. I would like to know can any
Digital Libraries run on OpenSource (such as DSpace, Fedora or ePrint) can
be integrated with other OpenSource tools to achieve

I need your help/suggestions in below things:

   - Im planning to integrate OpneSource tools  (concept map, search
   strategy, visualisation, etc) with existing DSpace (OpenSource) used for
   Electronis theses
   - DSpace is Java based
   - Please suggest if you have any tips how to go on this?
   - For Concept Map i tried -- IHMC CMap tool  but i
   cant get the source code, only the .exe is available. Without source code
   can we integrate with existing aforesaid Digital Library tools?  If yes,
   please suggest the existing examples OR names and a brief note OR Contact
   person for the same.
   - Is it possible to do integration with existing dspace with other tools
   like CMap, etc Also please suggest if any other tools are availabe OR any
   one has already done.

Thanking you in anticipation.

Regards

Bhojaraju Gunjal
Endeavour Research Fellow (Australia),
Profile: http://bhojaraju.web.officelive.com

KM Cyberary: http://www.bhojarajug.freeservers.com/cyberary.html
KM-Forum: http://tech.groups.yahoo.com/group/KM-Forum
LinkedIn: http://www.linkedin.com/in/bhojarajug
Facebook: http://www.facebook.com/bhojarajug
My social sites: http://xeesm.com/BhojarajuGunjal
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] LDAPAuthentication StartTLS?

2010-01-26 Thread Stuart Lewis
Hi Sean,

Have you tried changing your ldap.provider_url to use ldaps:// (instead of 
ldap://). My understanding is that this is slightly different to using 
StartTLS, but I think some LDAP servers will fall back to that instead.

For the self-signed certificate, you'll probably have to install a copy of the 
certificate in a local keystore: 
http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg08179.html

Hope that helps,


Stuart


From: Sean Hennessee [s...@uci.edu]
Sent: Wednesday, 27 January 2010 5:33 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] LDAPAuthentication StartTLS?

I'm trying to configure LDAP authentication on DSpace 1.5.2 installed on
RHEL5 with StartTLS over port 389. Using tcpdump and wireshark I can see
that when I do an ldapsearch at the linux command prompt:

ldapsearch -x -h ldap.example.com -D "uid=testID,ou=University of
California Irvine, o=University of California, c=US" -ZZ -W uid=*

there is a LDAP_START_TLS, extended request and the command succeeds
after entering a correct uid and password. When attempting to login to
DSpace, on the DSpace XMLUI ldap login page, there is never a StartTLS
request sent and the login never succeeds. The error in
tcpdump/wireshark is:

LDAPMessage bindResponse(1) confidentialityRequired

How can I configure DSpace to use StartTLS? Also, this will need to work
with a self signed certificate. Is that supported? If not, are there
other LDAP libraries that do support it that might be integrated into
DSpace?

These are my ldap settings in dspace.cfg:
===
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.PasswordAuthentication, \
 org.dspace.authenticate.LDAPAuthentication
ldap.enable = true
ldap.provider_url = ldap://ldap.example.com/
ldap.id_field = uid
ldap.object_context = ou=University of California Irvine,o=University of
California,c=US
ldap.search_context = ou=University of California Irvine,o=University of
California,c=US
ldap.email_field = mail
ldap.surname_field = sn
ldap.givenname_field = givenName
ldap.phone_field = telephoneNumber
webui.ldap.autoregister = true
ldap.netid_email_domain = @uci.edu


Peace,
Sean
--

Sean Hennessee
Central Computing Support
Office of Information Technology
UC Irvine


... . .- -. /   . -. -. . ... ... . .

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] LDAPAuthentication StartTLS?

2010-01-26 Thread Sean Hennessee
I'm trying to configure LDAP authentication on DSpace 1.5.2 installed on 
RHEL5 with StartTLS over port 389. Using tcpdump and wireshark I can see 
that when I do an ldapsearch at the linux command prompt:

ldapsearch -x -h ldap.example.com -D "uid=testID,ou=University of 
California Irvine, o=University of California, c=US" -ZZ -W uid=*

there is a LDAP_START_TLS, extended request and the command succeeds 
after entering a correct uid and password. When attempting to login to 
DSpace, on the DSpace XMLUI ldap login page, there is never a StartTLS 
request sent and the login never succeeds. The error in 
tcpdump/wireshark is:

LDAPMessage bindResponse(1) confidentialityRequired

How can I configure DSpace to use StartTLS? Also, this will need to work 
with a self signed certificate. Is that supported? If not, are there 
other LDAP libraries that do support it that might be integrated into 
DSpace?

These are my ldap settings in dspace.cfg:
===
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.PasswordAuthentication, \
 org.dspace.authenticate.LDAPAuthentication
ldap.enable = true
ldap.provider_url = ldap://ldap.example.com/
ldap.id_field = uid
ldap.object_context = ou=University of California Irvine,o=University of 
California,c=US
ldap.search_context = ou=University of California Irvine,o=University of 
California,c=US
ldap.email_field = mail
ldap.surname_field = sn
ldap.givenname_field = givenName
ldap.phone_field = telephoneNumber
webui.ldap.autoregister = true
ldap.netid_email_domain = @uci.edu


Peace,
Sean
-- 

Sean Hennessee
Central Computing Support
Office of Information Technology
UC Irvine


... . .- -. /   . -. -. . ... ... . .

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] options about postgresql.

2010-01-26 Thread TAYLOR Robin
Very tentative answer but I suspect it may be nonsense but...

Did the --java option sneak in to allow for the Minho Stats package which 
required some sort of Java extension for Postgres ?

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

> -Original Message-
> From: Mark H. Wood [mailto:mw...@iupui.edu] 
> Sent: 26 January 2010 15:37
> To: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] options about postgresql.
> 
> I use the PostgreSQL delivered by Gentoo's package manager, 
> so I no longer deal directly with the source package or its 
> 'configure'
> script, but:
> 
> It appears that multibyte and Unicode support can no longer 
> be turned off.  I would ignore those.  Pg appears to support 
> Unicode just fine without them.
> 
> I don't recall what the --java option did.  If it's no longer 
> optional, it can be ignored too.
> 
> I would just build it without any of these no-longer-provided 
> configure options.  I have various DSpaces using Pg 8.0, 8.2, 
> and 8.3 without apparent problems.
> 
> I'm fetching 8.0, 8.1, and 8.2 now to find out when these 
> options disappeared, so that the documentation can be updated.
> 
> -- 
> Mark H. Wood, Lead System Programmer   mw...@iupui.edu
> Friends don't let friends publish revisable-form documents.
> 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] options about postgresql.

2010-01-26 Thread Mark H. Wood
[ALready documented] Ah, never mind then.

Yes, these options are no longer present in Pg 8.0 (at least, by
8.0.23).

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpTSIRVcdKuY.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] options about postgresql.

2010-01-26 Thread Mark H. Wood
I use the PostgreSQL delivered by Gentoo's package manager, so I no
longer deal directly with the source package or its 'configure'
script, but:

It appears that multibyte and Unicode support can no longer be turned
off.  I would ignore those.  Pg appears to support Unicode just fine
without them.

I don't recall what the --java option did.  If it's no longer
optional, it can be ignored too.

I would just build it without any of these no-longer-provided
configure options.  I have various DSpaces using Pg 8.0, 8.2, and 8.3
without apparent problems.

I'm fetching 8.0, 8.1, and 8.2 now to find out when these options
disappeared, so that the documentation can be updated.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpkeccdvZVId.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] options about postgresql.

2010-01-26 Thread Tim Donohue
Fabien,

Those three options are no longer necessary when installing PostgreSQL 
8.x.  They were only necessary for PostgreSQL 7.x installs.

If you look closely at the latest documentation, you'll want to avoid 
any of the lines that say "for 7.x" and just run the 8.x ones.

http://scm.dspace.org/svn/repo/dspace/trunk/dspace/docs/html/ch03.html#N105D5

I hope this helps!

- Tim

On 1/25/2010 10:15 AM, Fabien COMBERNOUS wrote:
> Hi there,
>
> I'm trying to install dspace 1.6.0-rc1. In the dspace-manual.pdf
> provided, the chapter 3 about install said that postgresql 8.x have to
> be compiled with options --enable-multibyte, --enable-unicode and
> --with-java. But with sources of postgresql 8.3 the command "./configure
> --help" does not provide the options asked by dspace manual.
>
> How to compile options that does not exist ? Am i with wrong version of
> postgresql (provided by Debian Lenny) ?
>
> Regards,
>

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Default metadata language in submission (XMLUI)

2010-01-26 Thread Antoanne Christopher
Hello Janice,
You can set it using default.language in your dspace.cfg. Don't forget to
restart your tomcat to load your new configuration.

# Default language for metadata values
default.language = pt_BR

There are some differences between versions 1.5.1 and 1.5.2 of dspace.cgf, new
items were included.

Regards,
Antoanne Pontes

On Tue, Jan 26, 2010 at 12:13 PM, Janice de Oliveira E Silva Silveira <
janice.silve...@camara.gov.br> wrote:

>  Hi Rafael and Antoanne,
> I have the same problem at the Braziliam Chamber of Deputies Digital
> Library (Câmara dos Deputados).
> We are running 1.5 xmlui and I can not find in the dspace.cfg where to
> change the metadata language to pt_BR.
> Any thoughts??
>
> Cheers,
>
> Janice Silveira
>
>  --
> *De:* Antoanne Christopher [mailto:antoa...@gmail.com]
> *Enviada em:* terça-feira, 26 de janeiro de 2010 11:52
> *Para:* Rafael Henkin
> *Cc:* dspace-tech@lists.sourceforge.net
> *Assunto:* Re: [Dspace-tech] Default metadata language in submission
> (XMLUI)
>
> Hello Rafael,
> I've same problem!
> Addition, I'm using customized submission forms, but I coudn't use i18n to
> translate the form labels.
> Another problem is to set a language.iso metadata for an especific iten on
> submission form, for example:
> I've to register the abstract of an thesis in english and in portuguese
> too, using two separated boxes (abstract en, and abstract pt), but I can't
> inform on submission form what language.iso is for an iten.
>
> I saw that you are from UFRGS, I'm from FGV-RJ! Good to see a brazilian
> here!
>
> Regards,
> Antoanne Pontes
>
> On Tue, Jan 26, 2010 at 9:19 AM, Rafael Henkin wrote:
>
>>  Hi,
>>
>>
>>
>> I’m testing the submission forms in a new DSpace instance
>> (1.5.1). I believe the submitted metadata language should be the one defined
>> in the dspace.cfg, but they are all submitted as “en” instead of “pt_BR”.
>> The config file doesn’t mention anything specific about the XMLUI, so I
>> don’t really know what’s happening here.
>>
>>
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Rafael Henkin
>>
>>
>> --
>> The Planet: dedicated and managed hosting, cloud storage, colocation
>> Stay online with enterprise data centers and the best network in the
>> business
>> Choose flexible plans and management services without long-term contracts
>> Personal 24x7 support from experience hosting pros just a phone call away.
>> http://p.sf.net/sfu/theplanet-com
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>>
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] RES: Default metadata language in submission (XMLUI)

2010-01-26 Thread Janice de Oliveira E Silva Silveira
Hi Rafael and Antoanne, 
I have the same problem at the Braziliam Chamber of Deputies Digital Library 
(Câmara dos Deputados).
We are running 1.5 xmlui and I can not find in the dspace.cfg where to change 
the metadata language to pt_BR. 
Any thoughts??
 
Cheers,
 
Janice Silveira 



De: Antoanne Christopher [mailto:antoa...@gmail.com] 
Enviada em: terça-feira, 26 de janeiro de 2010 11:52
Para: Rafael Henkin
Cc: dspace-tech@lists.sourceforge.net
Assunto: Re: [Dspace-tech] Default metadata language in submission (XMLUI)


Hello Rafael,
I've same problem!
Addition, I'm using customized submission forms, but I coudn't use i18n to 
translate the form labels.
Another problem is to set a language.iso metadata for an especific iten on 
submission form, for example: 
I've to register the abstract of an thesis in english and in portuguese too, 
using two separated boxes (abstract en, and abstract pt), but I can't inform on 
submission form what language.iso is for an iten.

I saw that you are from UFRGS, I'm from FGV-RJ! Good to see a brazilian here!

Regards,
Antoanne Pontes


On Tue, Jan 26, 2010 at 9:19 AM, Rafael Henkin  wrote:


Hi,

 

I'm testing the submission forms in a new DSpace instance 
(1.5.1). I believe the submitted metadata language should be the one defined in 
the dspace.cfg, but they are all submitted as "en" instead of "pt_BR". The 
config file doesn't mention anything specific about the XMLUI, so I don't 
really know what's happening here.

 

 

Thanks,

 

Rafael Henkin



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the 
business
Choose flexible plans and management services without long-term 
contracts
Personal 24x7 support from experience hosting pros just a phone call 
away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Default metadata language in submission (XMLUI)

2010-01-26 Thread Antoanne Christopher
Hello Rafael,
I've same problem!
Addition, I'm using customized submission forms, but I coudn't use i18n to
translate the form labels.
Another problem is to set a language.iso metadata for an especific iten on
submission form, for example:
I've to register the abstract of an thesis in english and in portuguese too,
using two separated boxes (abstract en, and abstract pt), but I can't inform
on submission form what language.iso is for an iten.

I saw that you are from UFRGS, I'm from FGV-RJ! Good to see a brazilian
here!

Regards,
Antoanne Pontes

On Tue, Jan 26, 2010 at 9:19 AM, Rafael Henkin  wrote:

>  Hi,
>
>
>
> I’m testing the submission forms in a new DSpace instance
> (1.5.1). I believe the submitted metadata language should be the one defined
> in the dspace.cfg, but they are all submitted as “en” instead of “pt_BR”.
> The config file doesn’t mention anything specific about the XMLUI, so I
> don’t really know what’s happening here.
>
>
>
>
>
> Thanks,
>
>
>
> Rafael Henkin
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Default metadata language in submission (XMLUI)

2010-01-26 Thread Rafael Henkin
Hi,

 

I'm testing the submission forms in a new DSpace instance
(1.5.1). I believe the submitted metadata language should be the one
defined in the dspace.cfg, but they are all submitted as "en" instead of
"pt_BR". The config file doesn't mention anything specific about the
XMLUI, so I don't really know what's happening here.

 

 

Thanks,

 

Rafael Henkin

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech