Skip to content

Disable problematic links #306

@arkhi

Description

@arkhi

We can list all urls and feed them to a URL checker, then already see what’s broken as a first step.

Something like wget --spider --server-response --input-file file-with-urls-generated-by-eleventy.txt 2>&1 | grep "unable to resolve" | tail -1 would already get us something.

We can update the spam property to something more flexible like noLink, which states the action without presuming the reason why we do not want to link.

A recent PR illustrates the need as well.

We can remove obvious spam on the way (like taobao, or alipay).

(Follows #304 (comment))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions