Metadata


Name
html-proofer
Version
5.0.10
Platform
ruby
Authors
Garen Torikian
Bindir
exe
Date
2025-02-21 00:00:00 UTC
Dependencies
addressable (~> 2.3)
async (~> 2.1)
nokogiri (~> 1.13)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
rspec (~> 3.1, development)
timecop (~> 0.8, development)
vcr (~> 2.9, development)
Description
Test your rendered HTML files to make sure they're accurate.
Email
gjtorikian@gmail.com
Executables
htmlproofer
Files
exe/htmlproofer
lib/html-proofer.rb
lib/html_proofer.rb
lib/html_proofer/attribute.rb
lib/html_proofer/attribute/url.rb
lib/html_proofer/cache.rb
lib/html_proofer/check.rb
lib/html_proofer/check/favicon.rb
lib/html_proofer/check/images.rb
lib/html_proofer/check/links.rb
lib/html_proofer/check/open_graph.rb
lib/html_proofer/check/scripts.rb
lib/html_proofer/cli.rb
lib/html_proofer/configuration.rb
lib/html_proofer/element.rb
lib/html_proofer/failure.rb
lib/html_proofer/log.rb
lib/html_proofer/reporter.rb
lib/html_proofer/reporter/terminal.rb
lib/html_proofer/runner.rb
lib/html_proofer/url_validator.rb
lib/html_proofer/url_validator/external.rb
lib/html_proofer/url_validator/internal.rb
lib/html_proofer/utils.rb
lib/html_proofer/version.rb
lib/html_proofer/xpath_functions.rb
Homepage
https://github.com/gjtorikian/html-proofer
Licenses
MIT
Metadata
{"funding_uri"=>"https://github.com/sponsors/gjtorikian/", "rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 3.1, < 4.0
Required rubygems version
>= 0
Rubygems version
3.5.3
Specification version
4
Summary
A set of tests to validate your HTML output. These tests check if your image references are legitimate, if they have alt tags, if your internal links are working, and so on. It's intended to be an all-in-one checker for your documentation output.
Original platform
ruby
New platform
ruby