Detect dead internal links #5

Open
opened 2022-11-26 11:42:47 +00:00 by Nulo · 5 comments
Owner

This requires understanding what the link leads to, including handling index.html and <base>

This requires understanding what the link leads to, including handling index.html and [`<base>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base)
Author
Owner
@fauno

Doesn't hyperlink do this already?

Doesn't hyperlink do this already?
Author
Owner

Sure does. However, it would be fairly easy to implement it in site-analyzer. I'm also not sure wherever hyperlink supports <base>

Sure does. However, it would be fairly easy to implement it in site-analyzer. I'm also not sure wherever [hyperlink](https://www.npmjs.com/package/hyperlink) supports `<base>`

But is it under the scope of site-analyzer to detect broken links? (why isn't it called dweb-ready?)

But is it under the scope of site-analyzer to detect broken links? (why isn't it called dweb-ready?)
Author
Owner

It's a low priority as it's not strictly necessary for DWeb, site-analyzer already does things unrelated to DWeb (no href <a> for example)

It's a low priority as it's not strictly necessary for DWeb, site-analyzer already does things unrelated to DWeb (no href `<a>` for example)
Nulo added the
priority:low
label 2022-11-26 23:55:07 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Nulo/site-analyzer#5
No description provided.