Discussion:
[Dspace-tech] DSpace Broken Link Question
Matthew Sherman
2013-08-28 16:04:48 UTC
Permalink
Hello DSpace folks,

I had a DSpace related question I was hoping to get an answer for. I just
started my new job as the Digital Content Librarian for the University of
Bridgeport and one of my main tasks in dealing with the institutional
repository. This repository apparently was migrated into DSpace from
another repository software. As such we want to get a number of the links
in the records cleaned up so that the users can access all the
information. We are using version 1.8 at the moment and I noticed in the
curation tasks section there is an option to check links in metadata. I am
thinking that can help me find any broken links, plus the wiki seems to
indicate that as well. I wanted to know if anyone else has used this
function before and can give me an idea of how it works so that I can know
if it will do the job, and if I need to wait until a scheduled maintenance
period in which to use it. Any other suggestions in how I can check for
broken links or empty records are also welcome. Thanks for any help that
can be provided.

Matt Sherman
helix84
2013-08-28 19:03:12 UTC
Permalink
Hi Matt,

don't worry about linkchecker causing any serious load - it checks
about 1 link per 10 seconds. You can see the results in dspace.log.
You surely saw the pretty thorough documentation [1], so let me just
highlight that you can run curation tasks both from the admin UI and
from console. Should you want to see what the task actually does, look
at its code [2] - it's pretty basic.

[1] https://wiki.duraspace.org/display/DSDOC3x/Curation+System
[2] https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/ctask/general/BasicLinkChecker.java

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Loading...