[dspace-tech] Re: How to Modify DSpace 8 Home page?

2025-01-03 Thread Rachel Wang
Hi Mahesh, Similar to John's comment you can find all the frontend code from the Angular template files here: https://github.com/DSpace/dspace-angular. It sounds like you might want to look at the home-news template files to update the description text found on the landing home page here: http

[dspace-tech] Inconsistency in "self link" Returned by DSpace 8.0 REST API

2025-01-03 Thread Lucas Silveira
Dear DSpace Community, While using the DSpace 8.0 REST API, we have encountered an issue related to the "self link" in responses. Specifically, when making requests to the discover/search endpoint with query parameters (e.g., scope and configuration), the self link in the response does not r

[dspace-tech] Sorting of OAI-PMH records

2025-01-03 Thread Fatih Güneş
I got http 500 error for a specific record on oai-pmh listrecords. myuniv.edu.tr/server/oai/request?verb=ListRecords&resumptionToken=oai_dc2718 I set the maxListRecordsSize parameter to 1. Previous record works fine, the latters are ok. but the specific record above is giving HTTP 500 What