[Dspace-tech] Cataloguing web resources

2007-03-20 Thread amandil001
Hallo,
I would like to know if it is possible with DSpace to catalogue web
resources (links to web pages or other digital resources). Essentially
I need to catalogue URLs without having to upload files.
I know that an instrument dedicated to this purpose is Scout Portal
Toolkit (http://scout.wisc.edu/Projects/SPT/), but I'm interested also
in classifying other documents too.
Anyone knows how or if it's possible with DSpace?

Thanks,
Mauro

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] styles.css.jsp

2007-03-20 Thread Susan Teague Rector
Excellent
Thank you so much -
Doh! - I should have known that - thanks again!



Stuart Lewis [sdl] wrote:
 Hi Susan,

 ...but to answer your first question, edit:

 [dspace-src]/jsp/layout/header-default.jsp (about line 72)

 Thanks,


 Stuart

 _

 Datblygydd Cymwysiadau'r WeWeb Applications Developer
 Gwasanaethau Gwybodaeth  Information Services
 Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

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



 On 19/3/07 21:18, Stuart Lewis [sdl] [EMAIL PROTECTED] wrote:

   
 Hi Susan,

 You should be able to edit styles.css.jsp 'live'. You can edit it in:

 [tomcat]/dspace/styles.css.jsp

 JSPs usually automatically compile whenever they are changed, you don't need
 to worry about editing them in [dspace-src] and then recompiling and
 redeploying DSpace.

 The only caveat is to remember to copy your final version back into
 [dspace-src] so you don't loose your changes.

 Hope this helps,


 Stuart

 _

 Datblygydd Cymwysiadau'r WeWeb Applications Developer
 Gwasanaethau Gwybodaeth  Information Services
 Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

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



 On 19/3/07 17:11, Susan Teague Rector [EMAIL PROTECTED] wrote:

 
 Has anyone else removed their css styles from a .jsp file yet? I'm
 getting ready to do this (I don't like having to recompile each time I
 change a style) and wanted to see if there were any gotchas.

 Is there a central location that I change the path from .jsp to .css?

 Thanks in advance!

   
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-- 
Susan Teague Rector
Web Applications Manager
Library Information Systems, VCU Libraries
804.827.3554 | [EMAIL PROTECTED]



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Fwd: Error in MultilingualismDSpace Patch

2007-03-20 Thread Claudia Jürgen
Hi Victoria,



 2007-03-19 14:21:33,311 DEBUG org.dspace.storage.rdbms.DatabaseManager @
 Running query SELECT * FROM WorkflowItem WHERE owner=2
 2007-03-19 14:21:33,324 WARN  org.dspace.app.webui.servlet.DSpaceServlet @
 [EMAIL PROTECTED]:session_id=9AD622FD61B0BF83A7DA168770DDD1AA:ip_addr=
 163.117.159.141:database_error:org.postgresql.util.PSQLException: El 
 índice
 de la columna está fuera de rango: 1, número de columnas: 0.

this query SELECT * FROM WorkflowItem WHERE owner=2
seems odd, if you really do run 1.4 it should be
SELECT * FROM WorkflowItem WHERE owner=?
The parameter is allready bound and the error occurs on trying to bind a 
parameter (2) which does not exist.

Which version of
org/dspace/workflow/WorkflowManager.java
do you use?

Claudia



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] using SRW client on Dspace

2007-03-20 Thread LeVan,Ralph
If you look in the SRW package, you'll see a class named
EmbeddedSRWDatabase.  It is actually a pretty full command-line client
that should demonstrate how to do pretty much everything you want to do.

 

Let me know if you have any problems!

 

Ralph

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of orlando
carvalho
Sent: Tuesday, March 20, 2007 8:42 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] using SRW client on Dspace

 

Hi there!
We put an SRW client working properly!
##
import java.net.*;
import org.apache.axis.*;
import gov.loc.www.zing.srw.SearchRetrieveRequestType;
import gov.loc.www.zing.srw.SearchRetrieveResponseType;
import gov.loc.www.zing.srw.interfaces.SRWPort;
import gov.loc.www.zing.srw.srw_sample_service.SRWSampleServiceLocator;

/*
 * Created on 8/Mar/2007
 *
 * To change the template for this generated file go to
 * Windowgt;Preferencesgt;Javagt;Code Generationgt;Code and Comments
 */
//response.getEchoedSearchRetrieveRequest().getQuery()
/**
 * @author dspace
 *
 * To change the template for this generated type comment go to
 * Windowgt;Preferencesgt;Javagt;Code Generationgt;Code and Comments
 */
public class cliente_java { 

public static void main(String[] args) {
try{
SRWSampleServiceLocator service = new
SRWSampleServiceLocator();
URL url = new URL( http://localhost:8080/SRW/search/DSpace
http://localhost:8080/SRW/search/DSpace );
SRWPort port = service.getSRW(url);
SearchRetrieveRequestType request = new
SearchRetrieveRequestType();
request.setQuery (computer);
SearchRetrieveResponseType response =
port.searchRetrieveOperation(request);
//Object i = response.getResultSetId();
System.out.println(Resultados:+
response.getEchoedSearchRetrieveRequest().getQuery());

}
catch (Exception e){
e.printStackTrace();
}


}
}
## 
It returns:
   Results:1(this is the number of records finded)
   Results:name (this is the author or the title of the item)

Our question is, how can we change this code to the answer to our
request returns the full description of the items stored on Dspace? 
Thanks for the help.
-- 
Orlando Carvalho 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Keeping spiders out of the statistics

2007-03-20 Thread Mark H. Wood
Has anyone found a fairly good automatic method of maintaining a list
of spider addresses, for ignoring hits from web indexing activities
when counting document fetches?

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgp2Pqo5r6GjV.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Keeping spiders out of the statistics

2007-03-20 Thread James Rutherford
This may be of use: http://www.iplists.com/

Many people already maintain such lists (likewise for spammers).
Maintaining a blacklist of your own from these shouldn't be too
difficult.

Jim

On Tue, Mar 20, 2007 at 03:13:08PM -0400, Mark H. Wood wrote:
 Has anyone found a fairly good automatic method of maintaining a list
 of spider addresses, for ignoring hits from web indexing activities
 when counting document fetches?
 
 -- 
 Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
 Typically when a software vendor says that a product is intuitive he
 means the exact opposite.
 



 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Feedback spam

2007-03-20 Thread Monika Mevenkamp

I changed the feedback link in the footer to a
mailto:[EMAIL PROTECTED] an
appropiate subject setting and removed the feedback form entirely.
That way mail is send from an outside mail server and has to pass through
the mail
filters that our systems people hav put up. It doesn't filter verything out
but works pretty
well.

Monika

On 3/20/07, Mark H. Wood [EMAIL PROTECTED] wrote:


Has anyone figured out a good way to filter those pests who submit
advertising goop through the feedback page?  Not referrer-spam; this
is a few lines with no message except repeated links to some
irrelevant site.

--
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech






--
Monika Mevenkamp
Georgia Institute of Technology
Library and Information Center
Phone: 404.385.0108
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace repositories: exposing MPEG-21 DIDL metadata using OAI-PMH?

2007-03-20 Thread Scott Yeadon
Hi Alan,

Configure your oaicat.properties with:
Crosswalks.didl=org.dspace.app.oai.DIDLCrosswalk

Uncomment the |oai.didl.maxresponse| item in |dspace.cfg
|
That's all you need to do (plus restart Tomcat) to expose DIDL packages, 
using metadataPrefix=didl

Verify the Crosswalk is activated by accessing a URL such as 
|http://mydspace/dspace-oai/request?verb=ListRecordsmetadataPrefix=didl
|
There is a section in the Configuration section of the 1.4.1 document 
that covers this (under the Activating Additional OAI-PMH Crosswalks 
section cid:part1.03080902.06090706@anu.edu.au) that you should also 
take a look at.

Scott.

 Date: Mon, 19 Mar 2007 17:26:16 -0700
 From: Cornish, Alan K [EMAIL PROTECTED]
 Subject: [Dspace-tech] dspace repositories: exposing MPEG-21 DIDL
   metadatausing OAI-PMH?
 To: dspace-tech@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 My site recently upgraded its DSpace instances to 1.4.1.  The DSpace 1.4
 release info (URL
 http://mailman.mit.edu/pipermail/dspace-general/2006-July/001064.html)
 indicates that it's possible to expose METS and MPEG-21 DIDL DIPs via
 OAI-PMH.  At my site, we have been testing both mets and didl.
 Retrieving mets records using OAI-PMH verbs has been working well.
 However, I've been unable to retrieve records using didl.  I'm
 interested in communicating with staff or techs at a DSpace site that
 has successfully exposed DSpace didl metadata using OAI-PMH.  What steps
 were needed to expose records in this extended format?

  

  

 Any info would be appreciated, thanks!

 Al Cornish

 Head, Library Systems

 Washington State University Libraries

 Pullman, WA  99164-5610

  

 509.335.1895 (voice)

 [EMAIL PROTECTED] (e-mail)

  

  

  

  

 

 -- next part --
 An HTML attachment was scrubbed...

 --

 Message: 4
 Date: Tue, 20 Mar 2007 13:08:12 +0100
 From: [EMAIL PROTECTED]
 Subject: [Dspace-tech] Cataloguing web resources
 To: dspace-tech@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed

 Hallo,
 I would like to know if it is possible with DSpace to catalogue web
 resources (links to web pages or other digital resources). Essentially
 I need to catalogue URLs without having to upload files.
 I know that an instrument dedicated to this purpose is Scout Portal
 Toolkit (http://scout.wisc.edu/Projects/SPT/), but I'm interested also
 in classifying other documents too.
 Anyone knows how or if it's possible with DSpace?

 Thanks,
 Mauro



 --

 Message: 5
 Date: Tue, 20 Mar 2007 12:41:54 +
 From: orlando carvalho [EMAIL PROTECTED]
 Subject: [Dspace-tech] using SRW client on Dspace
 To: dspace-tech@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 Hi there!
 We put an SRW client working properly!
 ##
 import java.net.*;
 import org.apache.axis.*;
 import gov.loc.www.zing.srw.SearchRetrieveRequestType;
 import gov.loc.www.zing.srw.SearchRetrieveResponseType;
 import gov.loc.www.zing.srw.interfaces.SRWPort;
 import gov.loc.www.zing.srw.srw_sample_service.SRWSampleServiceLocator;

 /*
  * Created on 8/Mar/2007
  *
  * To change the template for this generated file go to
  * Windowgt;Preferencesgt;Javagt;Code Generationgt;Code and Comments
  */
 //response.getEchoedSearchRetrieveRequest().getQuery()
 /**
  * @author dspace
  *
  * To change the template for this generated type comment go to
  * Windowgt;Preferencesgt;Javagt;Code Generationgt;Code and Comments
  */
 public class cliente_java {

 public static void main(String[] args) {
 try{
 SRWSampleServiceLocator service = new SRWSampleServiceLocator();
 URL url = new URL(http://localhost:8080/SRW/search/DSpace;);
 SRWPort port = service.getSRW(url);
 SearchRetrieveRequestType request = new
 SearchRetrieveRequestType();
 request.setQuery(computer);
 SearchRetrieveResponseType response =
 port.searchRetrieveOperation(request);
 //Object i = response.getResultSetId();
 System.out.println(Resultados:+
 response.getEchoedSearchRetrieveRequest().getQuery());

 }
 catch (Exception e){
 e.printStackTrace();
 }


 }
 }
 ##
 It returns:
Results:1(this is the number of records finded)
Results:name (this is the author or the title of the item)

 Our question is, how can we change this code to the answer to our request
 returns the full description of the items stored on Dspace?
 Thanks for the help.
   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join 

[Dspace-tech] Handle Server Setup Problem

2007-03-20 Thread Grimland, Courtney
I've done this beore and it worked OK.  Now I'm having a problem and
need help.


[EMAIL PROTECTED]:~$ /data/dspace/bin/make-handle-config
Writing simple Handle server configuration
Error setting up the server:
java.lang.NullPointerException
java.lang.NullPointerException
at
net.handle.server.SimpleSetup.responseToPrompt(SimpleSetup.java:930)
at
net.handle.server.SimpleSetup.getContactPhone(SimpleSetup.java:608)
at net.handle.server.SimpleSetup.main(SimpleSetup.java:303)
/data/dspace/bin/make-handle-config: 2007-03-20 19:18:59,644 INFO
org.dspace.core.ConfigurationManager @ DSpace logging installed using
log4j.properties^J/data/dspace/handle-server/config.dct: cannot open
rm: 2007-03-20 is a directory
/data/dspace/bin/make-handle-config: /tmp/handleconfig20023: cannot open
[EMAIL PROTECTED]:~$

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech