[Dspace-tech] database table in postgresql for item/submitter details

2008-02-25 Thread Jayan Chirayath Kurian
Hi! 

 

Can you please suggest which database table in postgresql keeps item
metadata with respect to an individual submission that can be retrieved
using a submitter name or submitter id/email address? 

 

Thanks,

Jayan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Include a file in structural.xsl

2008-02-25 Thread Mika Stenberg
Hi,

Im hoping to include a newsfeed file as a part of our repository 
frontpage. I was thinking of using xsl:include but it seems that its not 
really working. So how should I do a simple html-file include in Manakin 
XSL files?

Thanks,
Mika


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Untr

2008-02-25 Thread Mika Stenberg
I found some phrases on CollectionViewer.java which arent fetced using 
i18 tags. Maybe these could be fixed on stable?

Mika

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] default bitsream read

2008-02-25 Thread Damian Marinaccio
As of lately I am experiencing some odd behavior with
default_bitstream_read collection policies.

It is setting all the license files and bundle files to need read
permission, which throws an error when trying to view the item.

Any suggestions?

Thanks,

Damian Marinaccio
RIT Libraries
[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Trying to get ref info into dspace.log file

2008-02-25 Thread Blanco, Jose
Recently I sent out the email below about trying to get reference
information using the HttpServletRequest class, and I did not hear back.
I tried the following methods, but they did not contain the information:

getPathInfo();
getRemoteHost();
getPathTranslated();
getServerName();
getRequestURI();
getRequestURL();
getHeader();
getRemoteHost(); 

Is there not a way to get this information from HttpServletRequest?  Is
the only way to get this is from looking at the tomcat access logs?

Thank you!
Jose


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Blanco,
Jose
Sent: Wednesday, February 20, 2008 4:25 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Trying to get ref info into dspace.log file

I'm looking into getting ref information into the dsapce.log file.  By
this I mean information about from where an item is access. For example,
an item being access from a google search.  I see that the way to get
the ip_addr information is to call the method getRemoteAddr() from
HttpServletRequest, does any one know what method one would need to call
to get the ref information. 

I'm going to experiment a bit, but thought I ask, just in case some one
knew.

Thanks!
Jose


-
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Include a file in structural.xsl

2008-02-25 Thread Conal Tuohy
Hi Mika

xsl:include is for including other xslt stylesheets (i.e. as modules).

Instead, I believe you should use the xpath document() function:

xsl:apply-templates select=document('http://localhost/feed.rss')/

(... or whatever the URL is).

This will apply templates in your stylesheet to the included file; by
writing templates to match the RSS elements you can style them as HTML.

Slightly more elegant in my opinion would be to include the RSS into
your DRI (and transforming it to the DRI schema elements such as div
head, list, ref etc.) by writing a Manakin Aspect. This would make
it easier to style the RSS as HTML consistently with the rest of your
Manakin Theme.

A few weeks ago I posted an example Aspect that adds extra data to the
DRI document:

http://sourceforge.net/mailarchive/forum.php?thread_name=1202163796.7811.30.camel%40localhostforum_name=dspace-tech

Regards

Conal

On Mon, 2008-02-25 at 15:35 +0200, Mika Stenberg wrote:
 Hi,
 
 Im hoping to include a newsfeed file as a part of our repository 
 frontpage. I was thinking of using xsl:include but it seems that its not 
 really working. So how should I do a simple html-file include in Manakin 
 XSL files?
 
 Thanks,
 Mika
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
-- 
Conal Tuohy
New Zealand Electronic Text Centre
www.nzetc.org


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Install DSpace on Ubuntu

2008-02-25 Thread Bin Zhang
Thanks for all for responded to my original posting.  I reinstalled
sun-java6-jdk, Tomcat5.5 and dspace.  This time I leave the owner of
tomcat process as tomcat55, and leave owner of
/var/[log|cache|lib]/tomcat5.5 as tomcat55.  So far everything is
working.

Thanks again for all the help!

---
Bin Zhang, Digital Information Services Librarian
Library Systems  Information Technology Services
California State University, Sacramento
2000 State University Drive, East, Sacramento, CA 95819-6039
+1 916 278-5664 (office); +1 916 278-3891 (fax)
[EMAIL PROTECTED]




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:dspace-tech-
 [EMAIL PROTECTED] On Behalf Of Mark H. Wood
 Sent: Wednesday, February 20, 2008 12:09 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Install DSpace on Ubuntu
 
 On Wed, Feb 20, 2008 at 12:03:49PM -0800, Bin Zhang wrote:
  Can someone help me?
 
 Not until you tell us specifically what you mean when you say DSpace
 doesn't work.  It never responds? the returned page is gibberish? the
 returned page is an error message? something else?
 
 You may find useful clues in the log files written by Tomcat.
 
 --
 Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
 Typically when a software vendor says that a product is intuitive he
 means the exact opposite.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Trying to get ref info into dspace.log file

2008-02-25 Thread Stuart Lewis
Hi Jose,

On 25/2/08 19:17, Blanco, Jose [EMAIL PROTECTED] wrote:

 Recently I sent out the email below about trying to get reference
 information using the HttpServletRequest class, and I did not hear back.
 
 Is there not a way to get this information from HttpServletRequest?  Is
 the only way to get this is from looking at the tomcat access logs?

Have you tried:

String referer = request.getHeader(Referer);

See: 
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServ
letRequest.html#getHeader(java.lang.String)

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech