Source: ruby-html-proofer Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Daniel Leidert Build-Depends: debhelper-compat (= 13), gem2deb, ruby-addressable, ruby-awesome-print, ruby-mercenary, ruby-nokogiri (>= 1.12~), ruby-parallel, ruby-pry-byebug, ruby-rainbow, ruby-rspec, ruby-timecop, ruby-typhoeus, ruby-vcr, ruby-yell Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-html-proofer.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-html-proofer Homepage: https://github.com/gjtorikian/html-proofer Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-html-proofer Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Description: Test your rendered HTML files to make sure they're accurate HTMLProofer is 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 output. . In scope is any well-known and widely-used test for HTML document quality. A major use is continuous integration, so reliable results are a must have. Correctness is usually balanced over performance. And, if necessary, one should be able to trace this program's detection of HTML errors back to documented best practices or standards, such as W3 specifications.