cornelius / inqlude

Command line client for independent Qt library archive
inqlude.org
GNU General Public License v2.0
31 stars 11 forks source link

Check links #65

Closed nanduni-nin closed 7 years ago

nanduni-nin commented 7 years ago

Add an option --check-links to the verify command, which tests all URL given in the manifest.

As a result, it would be convenient to have a way to check the links in the manifests in order to identify typos and outdated links.

Resolves: #11

cornelius commented 7 years ago

This is nice for checking the links in one manifest.

It also would be nice to have a way to check all links in all manifests, at least in the latest version of the manifest, which is shown as link on the web site.

cornelius commented 7 years ago

Please don't force push to an active pull request. This makes it hard to follow what has changed. Just adding another commit addressing the comments is much easier to understand. When merging commits can still be squashed if needed.

cornelius commented 7 years ago

Did you address the comments somehow? I don't see related changes.

nanduni-nin commented 7 years ago

I am still working on finding some means to address redirecting cases.