[Dspace-tech] (no subject)

2013-06-21 Thread VINAY G
Hi, We have implemented the LA/LC project in Dspace and need to implement one more project i.e Govt Orders. How can we implement another project in same computer having same packages of software. i.e with same(DSPACE,MAVEN,ANT,POSTGRESQL) Please Guide me. Vinay G Thank you

[Dspace-tech] Modified Breadcrumb Trail (How to open in new tab/link?)

2013-06-21 Thread Nemiz, Elvi
Dear All, I have modified our breadcrumb trail to link to our main website. How can I modify this so that whenever I click on this link, it will open in a new window or tab? Below is the content of my modify-trail.xsl. ?xml version=1.0? xsl:stylesheet version=1.0

[Dspace-tech] DSpace stats and Excel

2013-06-21 Thread remi asare
Hi people, Is there any possibility to export the statistics in a csv file or excel? I'm on DSpace 1.8 . Thanks -- This SF.net email is sponsored by Windows: Build for Windows Store.

[Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-21 Thread Ying Jin
Hi, Does anyone ever tested the DSpace REST API under DSpace 3.1? I have the API installed and used the rest-client 3.2 tested it. https://code.google.com/p/rest-client/wiki/Running However, if I send GET with /communities, I get HTTP/1.1 200 OK and some header response, but body or test

Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-21 Thread Peter Dietz
Hi Ying, I've had good luck using the Hedtek REST API, you can see it in action at: http://demo.dspace.org/rest-hedtek Github: https://github.com/hedtek/dspace-rest Its /community index is: http://demo.dspace.org/rest-hedtek/communities.json And a specific community is:

Re: [Dspace-tech] DSpace stats and Excel

2013-06-21 Thread Peter Dietz
Hi Remi, Are you interested in exporting your ENTIRE solr statistics to a CSV, or are you looking to output specific queries to CSV? If you are familiar with the specifics of querying SOLR directly, an example query might be: http://localhost:8080/solr/statistics/select?q=*:*rows=10start=0wt=csv