Releases: butuzov/deadlinks
Releases · butuzov/deadlinks
v0.3.5
v0.3.3
0.3.2
0.3.0
feature: #8robots.txtsupported (only checking what content allowed to be crawled)feature: github actions supported image (see #28)docs: github actions supported image (see #28)bugfix: #51 links with \n character are working now.bugfix: #46 trailing slash in redirection urls.bugfix: #33 external redirection error
0.2.1
Bugfixes and Improvements
- Improved work of documentation server e2bad812ba
- Removed options modifier, for internal pages
temporary(functionality will be removed if no use cases appear). - Minor bugs removed
- Minor bugs added
Documentation - http://deadlinks.readthedocs.io/
0.2.0
New Features
-
Documentation Server (#30): the ability to serve HTML files from the local directory. Feature also include basic support for
_redirections(#31)# Checking documentation at reserver root deadlinks internal --root=../docs/directory # Emulating Documentation location at /en/ directory deadlinks internal/en/ --root=../docs/directory # Passing threads and retries implicitly (as it flaky atm) deadlinks internal/en/ --root=../docs/directory
Documentation - http://deadlinks.readthedocs.io/
More examples (including CI)
Installation
Mac
brew install butuzov/deadlinks/deadlinks
0.1.1
0.1.0
- Added progress - so it's visually more nice to see and control the crawling process.
- Added graceful termination on
SIGINTsignal (Control+C) - Added (experimental) Docker builds. Was used
distrolessbase image and I will be glad for bug reports. - Added nice visual demo to readme, so project can be a bit more attractive to users.
- Bugfix #19: Domain ignoring (while
stays_within_pathisTrue/On) see f60e7f0cd - Bugfix #13: URL with HTML encoded symbols (found at magento devdocs)
Documentation upcoming
0.0.2
-
Documentation (Usage) v0.0.2 @ rtd
-
Documentation (Usage) develop branch @ rtd
-
Feature 1: stay_wtihin_path - allows you to check documentation with in server path.
Onby default.# limits checks only to /docs/ path deadlinks https://example.org/docs/ # use --full-site-check to to check all site for deadlinks, not only /docs deadlinks https://example.org/docs/ --full-site-check
-
Feature 2 (Experimental): Separate Tracking of Redirections. This allows us to track new information entity - redirections, and correctly design urls (baed on redirected base).