| Age | Commit message (Collapse) | Author |
|
This is so the README can be rendered in pkg.go.dev and in git.sr.ht.
While at it, group documentation files under _doc/ directory.
|
|
The version command print the version of the program.
|
|
|
|
This is for git.sr.ht to be able to render the README.
|
|
|
|
The brokenlinks command now have option "-past-result" that accept
path to JSON file from the past result.
If its set, the program will only scan the pages with broken links
inside that report.
|
|
|
|
Previously, if we pass the URL with path to brokenlinks, for example
"web.tld/path" it will scan all of the pages in the website "web.tld".
Now, it only scan the "/path" and its sub paths.
|
|
|
|
The README contains the content from the usage function in the
"cmd/jarink".
|