Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Bruno Zanette
Hey Peter, I'm glad you liked it! I've just cloned your repository (https://github.com/BrunoNZ/dspace-rest-requests), because i'm not very familiar with high-end Git commands to fork from another server. Also doing it like this come with the bonus of your changes! About the scripts, i forgot to

[Dspace-tech] Default settings for items per page and ascending/descending sorting

2015-02-04 Thread IPEN/GDS-Informática
Hello, I'm here again, I would like to change the amount of items that is displayed by default, ie 10 items to 50 items, for example. Also, change the default order ascendant to descendant - the default is ascendent. Sorry if I was not very clear in the explanation doubt. Thanks for help! Best

Re: [Dspace-tech] list Items in a Collection

2015-02-04 Thread emilio lorenzo
Perhaps this URL would give you such results: repository-url/handle/x/y/browse?type=title being /yyy the collection handle... Emilio El 04/02/2015 a las 16:22, Fernando Casas Osorio escribió: Regards, How can I list all items in a collection when I access to it?, I want list

Re: [Dspace-tech] Possible bug in restricted PDFs/ extracted text/ indexing

2015-02-04 Thread Tim Donohue
A followup to this thread. I've logged a bug for this discussion, as I'm fairly certain it *is* a bug. https://jira.duraspace.org/browse/DS-2442 We still do need a volunteer to help us resolve this, hopefully even in time for 5.1. - Tim On 1/13/2015 10:42 AM, Tim Donohue wrote: Hi Ryan (and

Re: [Dspace-tech] list Items in a Collection

2015-02-04 Thread Fernando Casas Osorio
Regards, By default when entering a collection, I can not see the list of items that are in it.What configuration can I do to change this, maybe discovery.xml, item-list.xsl? Thanks for your help. Fernando Casas Osorio Date: Wed, 4 Feb 2015 18:11:54 +0100 From: elore...@arvo.es To:

[Dspace-tech] RSS online updates in dspace3/jspui

2015-02-04 Thread IdeaFix
Hi. How to make on-line update of the rss feeds when new document (via web interface or command line) are published? Is it possible? Is it even possible to update rss feeds each hour? Alex Y. -- Dive into the World

[Dspace-tech] Request a copy and Captcha?

2015-02-04 Thread Michael White
Hi, DSpace v4.1, JSPUI. We are having problems with our Request a copy form being used by bots to systematically spam our Researchers, therefore I have been asked to investigate adding some kind of Captcha to the Request a copy form to ensure that the form is only submitted by real users.

Re: [Dspace-tech] list Items in a Collection

2015-02-04 Thread helix84
Hi Fernando, please see https://jira.duraspace.org/browse/DS-1188 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the

Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Peter Dietz
I was working on handling the responses, putting it into a bash variable, but ran into an issue with the login script where I needed to store the auth token and the http response, and things got complicated. The run-all-tests didn't want additional output (http code) from login, and only the

[Dspace-tech] DSpace 5 on server 2012 R2

2015-02-04 Thread Goran Ivaz
Quick question folks : If I only want to use the /xmlui interface in Tomcat 8 which other webapp must I add/deploy to Tomcat. So far I added only the xmlui webapp and it seems OK. Do I need to deploy any other webapps from the DSPace directory ? I have these : C:\Dspace5\webappsdir Volume in

Re: [Dspace-tech] DSpace 5 on server 2012 R2

2015-02-04 Thread Andrea Schweer
Hi, On 05/02/15 12:21, Goran Ivaz wrote: If I only want to use the /xmlui interface in Tomcat 8 which other webapp must I add/deploy to Tomcat. So far I added only the xmlui webapp and it seems OK. Do I need to deploy

Re: [Dspace-tech] google analytics

2015-02-04 Thread Stefanie Behnke
Dear Bram, thanks for investigating. The problem seems to be solved, I don’t know how, maybe after a rebuilt. https://diglib.eg.org Best regards Stefanie Von: bluy...@gmail.com [mailto:bluy...@gmail.com] Im Auftrag von Bram Luyten Gesendet: Dienstag, 3. Februar 2015 23:56 An:

[Dspace-tech] Change context oai

2015-02-04 Thread . .
Hi, I have deployed the oai context and works properly, but I need to change the URL of http: //.com/aoi to something like this http: //.com/_oai I have placed in /tomcat/webapps one _aoi.war file, and I added in the file oai.cfg line: dspace.baseUrl dspace.oai.url =

Re: [Dspace-tech] Change context oai

2015-02-04 Thread João Melo
Hi . ., I am assuming you're using DSpace v3 or more. The configuration you pointed out is only used by oai to reference back the oai interface. In order to change the path oai webapp is watching on, you should change tomcat (if you are using tomcat). So it really depends on the application

[Dspace-tech] Linked Open Data

2015-02-04 Thread emilio lorenzo
Hello Is there any repository or testing machine where I can test the sparql endpoint of Dspace V5 ? Thanks Emilio -- -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and

Re: [Dspace-tech] Linked Open Data

2015-02-04 Thread Becker, Pascal-Nicolas
Hi Emilio, you can use http://demo.dspace.org. Currently the endpoint is here: http://trydspace5.longsight.com/demo-dspace-org-sparql It will probably move within the next two weeks (to be located directly on demo.dspace.org). As long as the LOD-Support is switched on on demo.dspace.org you'll

Re: [Dspace-tech] ERROR: creating index discovery‏

2015-02-04 Thread euler
Hello, If you want the dc.contributor.tutor to be authority controlled, add this lines to your dspace.cfg: choices.plugin.dc.contributor.tutor= LCNameAuthority choices.presentation.dc.contributor.tutor= lookup authority.controlled.dc.contributor.tutor= true I don't know if using wildcards will

Re: [Dspace-tech] Bulk withdraw tool?

2015-02-04 Thread Joseph Greene
Hi, I've written a java class to do this. I put it here http://hdl.handle.net/10197/6335 in case anyone would like to use it in future. Description and usage: DSpace utility to withdraw and reinstate a list of items. Withdraws items via the DSpace API. Removes items from browse indexes, OAI-PMH

Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Peter Dietz
Hi Bruno, This is a very handy tool to test the REST API. And by building the CURL requests, it is somehow documenting the required data. Great work. For collaboration purposes, it would be helpful if you published a clone of your repository to GitHub, then I could send you a pull request. I

[Dspace-tech] list Items in a Collection

2015-02-04 Thread Fernando Casas Osorio
Regards, How can I list all items in a collection when I access to it?, I want list all items without requiring any search. Thanks for your Help. Fernando Casas Osorio -- Dive into the

Re: [Dspace-tech] list Items in a Collection

2015-02-04 Thread Fernando Casas Osorio
Regards, Thanks for your help but I cant do that it works for me, I need this: 1 - No Recent Submissions in home, communities and collections, i dont want this.2 - In the collection home page the list of all items in it displayed per page. Is it possible?, Can you tell me the steps one by one