Skip to content

Releases: butuzov/deadlinks

v0.3.5

31 Dec 15:22
Compare
Choose a tag to compare

minor changes

v0.3.3

30 May 03:54
Compare
Choose a tag to compare

Changes

0.3.2

18 Mar 07:25
Compare
Choose a tag to compare

Features

  • feature : new option --skip-robots-checks so robots.txt can be skipped docs.

0.3.0

01 Mar 19:42
Compare
Choose a tag to compare
  • feature: #8 robots.txt supported (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

19 Dec 12:18
Compare
Choose a tag to compare

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/

  • #47 Added circleci examples
  • #26 Added azure pipelines examples

0.2.0

01 Dec 18:52
Compare
Choose a tag to compare

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

13 Nov 21:35
Compare
Choose a tag to compare
  • bugfix #20 termination bug finally caught.
  • project TravisCI improved by fixing tests and implementing checks for the docs.
  • project Links in project at pypi.org.
  • fix 4880db5 typo in Exception Class name fixed.

0.1.0

09 Nov 21:43
Compare
Choose a tag to compare
  • Added progress - so it's visually more nice to see and control the crawling process.
  • Added graceful termination on SIGINT signal (Control+C)
  • Added (experimental) Docker builds. Was used distroless base 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_path is True/On ) see f60e7f0cd
  • Bugfix #13: URL with HTML encoded symbols (found at magento devdocs)

Documentation upcoming

0.0.2

19 Oct 18:53
Compare
Choose a tag to compare
  1. Documentation (Usage) v0.0.2 @ rtd

  2. Documentation (Usage) develop branch @ rtd

  3. Feature 1: stay_wtihin_path - allows you to check documentation with in server path. On by 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
  4. Feature 2 (Experimental): Separate Tracking of Redirections. This allows us to track new information entity - redirections, and correctly design urls (baed on redirected base).