Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors using verbosity option #284

Closed
ndarville opened this issue Dec 20, 2015 · 10 comments
Closed

Errors using verbosity option #284

ndarville opened this issue Dec 20, 2015 · 10 comments
Assignees

Comments

@ndarville
Copy link

I’ve been trying to use the --verbosity option with the most recent version (2.6.1), but I keep getting an (OptionParser::NeedlessArgument) error:

$ bundle exec htmlproof --check-html _site/
Running ["LinkCheck", "ScriptCheck", "HtmlCheck", "ImageCheck"] on _site/ on *.html... 


Checking 103 external links…
# etc
$ bundle exec htmlproof --verbosity=debug --check-html _site/
/Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:31:in `go': needless argument: --verbosity=debug (OptionParser::NeedlessArgument)
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/html-proofer-2.6.1/bin/htmlproof:9:in `<top (required)>'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `load'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `<main>
$ bundle exec htmlproof --verbosity=debug  _site/
/Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:31:in `go': needless argument: --verbosity=debug (OptionParser::NeedlessArgument)
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/html-proofer-2.6.1/bin/htmlproof:9:in `<top (required)>'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `load'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `<main>
$ bundle exec htmlproof _site/ --verbosity=debug
/Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:31:in `go': needless argument: --verbosity=debug (OptionParser::NeedlessArgument)
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/html-proofer-2.6.1/bin/htmlproof:9:in `<top (required)>'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `load'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `<main>
$ bundle exec htmlproof —verbosity=debug
/Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:31:in `go': needless argument: --verbosity=debug (OptionParser::NeedlessArgument)
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
    from /Users/darville/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gems/html-proofer-2.6.1/bin/htmlproof:9:in `<top (required)>'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `load'
    from /Users/darville/.rbenv/versions/2.2.0-dev/bin/htmlproof:23:in `<main>

I’m probably missing something here, but I can’t figure it out based on the documentation.


GEM
  remote: https://rubygems.org/
  specs:
    RedCloth (4.2.9)
    activesupport (4.2.5)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.3.8)
    blankslate (2.1.2.4)
    bundler-audit (0.4.0)
      bundler (~> 1.2)
      thor (~> 0.18)
    classifier-reborn (2.0.4)
      fast-stemmer (~> 1.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.10.0)
    colorator (0.1)
    colored (1.2)
    ethon (0.8.0)
      ffi (>= 1.3.0)
    execjs (2.6.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    fast-stemmer (1.0.2)
    ffi (1.9.10)
    gemoji (2.1.0)
    github-pages (40)
      RedCloth (= 4.2.9)
      github-pages-health-check (= 0.5.3)
      jekyll (= 2.4.0)
      jekyll-coffeescript (= 1.0.1)
      jekyll-feed (= 0.3.1)
      jekyll-gist (= 1.4.0)
      jekyll-mentions (= 0.2.1)
      jekyll-paginate (= 1.1.0)
      jekyll-redirect-from (= 0.8.0)
      jekyll-sass-converter (= 1.3.0)
      jekyll-sitemap (= 0.9.0)
      jemoji (= 0.5.0)
      kramdown (= 1.9.0)
      liquid (= 2.6.2)
      maruku (= 0.7.0)
      mercenary (~> 0.3)
      pygments.rb (= 0.6.3)
      rdiscount (= 2.1.8)
      redcarpet (= 3.3.3)
      terminal-table (~> 1.4)
    github-pages-health-check (0.5.3)
      addressable (~> 2.3)
      net-dns (~> 0.8)
      public_suffix (~> 1.4)
      typhoeus (~> 0.7)
    html-pipeline (1.9.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
    html-proofer (2.6.1)
      activesupport (~> 4.2)
      addressable (~> 2.3)
      colored (~> 1.2)
      mercenary (~> 0.3.2)
      nokogiri (~> 1.5)
      parallel (~> 1.3)
      typhoeus (~> 0.7)
      yell (~> 2.0)
    i18n (0.7.0)
    jekyll (2.4.0)
      classifier-reborn (~> 2.0)
      colorator (~> 0.1)
      jekyll-coffeescript (~> 1.0)
      jekyll-gist (~> 1.0)
      jekyll-paginate (~> 1.0)
      jekyll-sass-converter (~> 1.0)
      jekyll-watch (~> 1.1)
      kramdown (~> 1.3)
      liquid (~> 2.6.1)
      mercenary (~> 0.3.3)
      pygments.rb (~> 0.6.0)
      redcarpet (~> 3.1)
      safe_yaml (~> 1.0)
      toml (~> 0.1.0)
    jekyll-coffeescript (1.0.1)
      coffee-script (~> 2.2)
    jekyll-feed (0.3.1)
    jekyll-gist (1.4.0)
      octokit (~> 4.2)
    jekyll-mentions (0.2.1)
      html-pipeline (~> 1.9.0)
      jekyll (~> 2.0)
    jekyll-paginate (1.1.0)
    jekyll-redirect-from (0.8.0)
      jekyll (>= 2.0)
    jekyll-sass-converter (1.3.0)
      sass (~> 3.2)
    jekyll-sitemap (0.9.0)
    jekyll-watch (1.3.0)
      listen (~> 3.0)
    jemoji (0.5.0)
      gemoji (~> 2.0)
      html-pipeline (~> 1.9)
      jekyll (>= 2.0)
    json (1.8.3)
    kramdown (1.9.0)
    kwalify (0.7.2)
    liquid (2.6.2)
    listen (3.0.5)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    maruku (0.7.0)
    mercenary (0.3.5)
    mini_portile2 (2.0.0)
    minitest (5.8.3)
    multipart-post (2.0.0)
    net-dns (0.8.0)
    nokogiri (1.6.7.1)
      mini_portile2 (~> 2.0.0.rc2)
    octokit (4.2.0)
      sawyer (~> 0.6.0, >= 0.5.3)
    parallel (1.6.1)
    parslet (1.5.0)
      blankslate (~> 2.0)
    posix-spawn (0.3.11)
    public_suffix (1.5.3)
    pygments.rb (0.6.3)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.2.0)
    rainbow (2.0.0)
    rb-fsevent (0.9.6)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    rdiscount (2.1.8)
    redcarpet (3.3.3)
    safe_yaml (1.0.4)
    sass (3.4.20)
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
    scss_lint (0.40.1)
      rainbow (~> 2.0)
      sass (~> 3.4.1)
    terminal-table (1.5.2)
    thor (0.19.1)
    thread_safe (0.3.5)
    toml (0.1.2)
      parslet (~> 1.5.0)
    typhoeus (0.8.0)
      ethon (>= 0.8.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    yajl-ruby (1.2.1)
    yell (2.0.5)

PLATFORMS
  ruby

DEPENDENCIES
  bundler-audit (~> 0.4.0)
  github-pages (= 40)
  html-proofer (~> 2.6.1)
  kwalify (~> 0.7.2)
  scss_lint (~> 0.40.1)
@urda
Copy link

urda commented Jan 1, 2016

I've fallen back to just using verbose as I cannot get the new verbosity flag to work either.

urda added a commit to urda/website that referenced this issue Jan 1, 2016
* Adding the new flags caused errors to show
* The various `_posts` changes are to correct said errors
* Currently using `verbose` as `verbosity` is not working
  * Reference: gjtorikian/html-proofer#284
@gjtorikian
Copy link
Owner

I'll look into this as a fix for HTML-Proofer 3.0, which has redone these verbose options.

@gjtorikian gjtorikian self-assigned this Jan 4, 2016
@gjtorikian
Copy link
Owner

Try just --verbosity debug (no equals sign).

@ndarville
Copy link
Author

If I run it as $ bundle exec htmlproof _site —check-html —verbosity debug or warn, info, error, fatal, I get the same output. Is this the intended option?

—verbosity debug just yields the same result as the default.

$ bundle exec htmlproof _site —check-html —verbosity debug
Running ["HtmlCheck", "ImageCheck", "LinkCheck", "ScriptCheck"] on _site on *.html... 


Checking 146 external links...
Ran on 35 files!


- _site/asides/danish-handbook/index.html
  *  External link https:/twitter.com/HumanRightsDK failed: response code 0 means something's wrong
- _site/projects/samplesize/index.html
  *  External link http://www.aapor.org/AAPORKentico/Education-Resources/For-Researchers/Poll-Survey-FAQ/Margin-of-Sampling-Error.aspx failed: 404 No error
htmlproof 2.6.1 | Error:  HTML-Proofer found 2 failures!

vs

$ bundle exec htmlproof _site --check-html
Running ["HtmlCheck", "ImageCheck", "LinkCheck", "ScriptCheck"] on _site on *.html... 


Checking 146 external links...
Ran on 35 files!


- _site/asides/danish-handbook/index.html
  *  External link https:/twitter.com/HumanRightsDK failed: response code 0 means something's wrong
- _site/projects/samplesize/index.html
  *  External link http://www.aapor.org/AAPORKentico/Education-Resources/For-Researchers/Poll-Survey-FAQ/Margin-of-Sampling-Error.aspx failed: 404 No error
htmlproof 2.6.1 | Error:  HTML-Proofer found 2 failures!

(And yes, I am using the proper dashes in the terminal, it’s just the dumb autodashification going on when posting in Issues.) :)

@urda
Copy link

urda commented Jan 8, 2016

Yeah I'm not seeing

Here is the original:

htmlproof ./_site --verbose --check-html --url-ignore http://linkedin.com/in/urdap
`@options[:verbose]` will be removed in a future 3.x.x release: http://git.io/vGHHh
Running ["ScriptCheck", "LinkCheck", "ImageCheck", "HtmlCheck"] on ./_site on *.html... 


Checking scriptcheck on ./_site/2010/08/extracting-information-from-xml-with-csharp/index.html ...
Checking scriptcheck on ./_site/2010/08/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking scriptcheck on ./_site/2010/08/delegate-chain-of-command/index.html ...
Checking scriptcheck on ./_site/2010/08/testing-and-you/index.html ...
Checking linkcheck on ./_site/2010/08/testing-and-you/index.html ...
Checking linkcheck on ./_site/2010/08/extracting-information-from-xml-with-csharp/index.html ...
Checking linkcheck on ./_site/2010/08/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking linkcheck on ./_site/2010/08/delegate-chain-of-command/index.html ...
Checking imagecheck on ./_site/2010/08/extracting-information-from-xml-with-csharp/index.html ...
Checking imagecheck on ./_site/2010/08/testing-and-you/index.html ...
Checking imagecheck on ./_site/2010/08/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking imagecheck on ./_site/2010/08/delegate-chain-of-command/index.html ...
Checking htmlcheck on ./_site/2010/08/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking htmlcheck on ./_site/2010/08/extracting-information-from-xml-with-csharp/index.html ...
Checking htmlcheck on ./_site/2010/08/testing-and-you/index.html ...
Checking htmlcheck on ./_site/2010/08/delegate-chain-of-command/index.html ...
Checking scriptcheck on ./_site/2010/08/the-orientation-dance/index.html ...
Checking scriptcheck on ./_site/2010/09/dynamic-types-in-csharp/index.html ...
Checking linkcheck on ./_site/2010/08/the-orientation-dance/index.html ...
Checking scriptcheck on ./_site/2010/08/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking scriptcheck on ./_site/2010/09/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking linkcheck on ./_site/2010/09/dynamic-types-in-csharp/index.html ...
Checking linkcheck on ./_site/2010/08/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking linkcheck on ./_site/2010/09/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking imagecheck on ./_site/2010/08/the-orientation-dance/index.html ...
Checking htmlcheck on ./_site/2010/08/the-orientation-dance/index.html ...
Checking imagecheck on ./_site/2010/09/dynamic-types-in-csharp/index.html ...
Checking imagecheck on ./_site/2010/08/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking imagecheck on ./_site/2010/09/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking htmlcheck on ./_site/2010/09/dynamic-types-in-csharp/index.html ...
Checking htmlcheck on ./_site/2010/08/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking scriptcheck on ./_site/2010/09/iis-services-504s-and-fiddler/index.html ...
Checking htmlcheck on ./_site/2010/09/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking linkcheck on ./_site/2010/09/iis-services-504s-and-fiddler/index.html ...
Checking scriptcheck on ./_site/2010/09/inking-in-silverlight/index.html ...
Checking scriptcheck on ./_site/2010/09/ironpython-and-csharp/index.html ...
Checking linkcheck on ./_site/2010/09/inking-in-silverlight/index.html ...
Checking imagecheck on ./_site/2010/09/iis-services-504s-and-fiddler/index.html ...
Checking htmlcheck on ./_site/2010/09/iis-services-504s-and-fiddler/index.html ...
Checking linkcheck on ./_site/2010/09/ironpython-and-csharp/index.html ...
Checking imagecheck on ./_site/2010/09/inking-in-silverlight/index.html ...
Checking scriptcheck on ./_site/2010/09/random-csharp-tricks/index.html ...
Checking htmlcheck on ./_site/2010/09/inking-in-silverlight/index.html ...
Checking imagecheck on ./_site/2010/09/ironpython-and-csharp/index.html ...
Checking htmlcheck on ./_site/2010/09/ironpython-and-csharp/index.html ...
Checking linkcheck on ./_site/2010/09/random-csharp-tricks/index.html ...
Checking scriptcheck on ./_site/2010/09/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking linkcheck on ./_site/2010/09/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking scriptcheck on ./_site/2010/09/specialized-csharp-operators/index.html ...
Checking linkcheck on ./_site/2010/09/specialized-csharp-operators/index.html ...
Checking imagecheck on ./_site/2010/09/random-csharp-tricks/index.html ...
Checking htmlcheck on ./_site/2010/09/random-csharp-tricks/index.html ...
Checking imagecheck on ./_site/2010/09/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking htmlcheck on ./_site/2010/09/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking imagecheck on ./_site/2010/09/specialized-csharp-operators/index.html ...
Checking scriptcheck on ./_site/2010/09/understanding-path-limits-in-tfs/index.html ...
Checking htmlcheck on ./_site/2010/09/specialized-csharp-operators/index.html ...
Checking scriptcheck on ./_site/2010/09/wcf-client-server/index.html ...
Checking linkcheck on ./_site/2010/09/understanding-path-limits-in-tfs/index.html ...
Checking linkcheck on ./_site/2010/09/wcf-client-server/index.html ...
Checking scriptcheck on ./_site/2010/09/write-to-xml-with-c-sharp/index.html ...
Checking linkcheck on ./_site/2010/09/write-to-xml-with-c-sharp/index.html ...
Checking imagecheck on ./_site/2010/09/understanding-path-limits-in-tfs/index.html ...
Checking imagecheck on ./_site/2010/09/wcf-client-server/index.html ...
Checking htmlcheck on ./_site/2010/09/understanding-path-limits-in-tfs/index.html ...
Checking htmlcheck on ./_site/2010/09/wcf-client-server/index.html ...
Checking imagecheck on ./_site/2010/09/write-to-xml-with-c-sharp/index.html ...
Checking scriptcheck on ./_site/2010/10/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking htmlcheck on ./_site/2010/09/write-to-xml-with-c-sharp/index.html ...
Checking linkcheck on ./_site/2010/10/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking scriptcheck on ./_site/2010/10/a-xaml-datagrid-quirk/index.html ...
Checking scriptcheck on ./_site/2010/10/access-common-methods-using-extensions/index.html ...
Checking linkcheck on ./_site/2010/10/a-xaml-datagrid-quirk/index.html ...
Checking linkcheck on ./_site/2010/10/access-common-methods-using-extensions/index.html ...
Checking imagecheck on ./_site/2010/10/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking htmlcheck on ./_site/2010/10/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking imagecheck on ./_site/2010/10/a-xaml-datagrid-quirk/index.html ...
Checking scriptcheck on ./_site/2010/10/add-some-descriptions-to-enumerations/index.html ...
Checking htmlcheck on ./_site/2010/10/a-xaml-datagrid-quirk/index.html ...
Checking imagecheck on ./_site/2010/10/access-common-methods-using-extensions/index.html ...
Checking linkcheck on ./_site/2010/10/add-some-descriptions-to-enumerations/index.html ...
Checking htmlcheck on ./_site/2010/10/access-common-methods-using-extensions/index.html ...
Checking scriptcheck on ./_site/2010/10/asynchronous-versus-parallel-programming/index.html ...
Checking linkcheck on ./_site/2010/10/asynchronous-versus-parallel-programming/index.html ...
Checking scriptcheck on ./_site/2010/10/csharp-preprocessor-directives/index.html ...
Checking imagecheck on ./_site/2010/10/add-some-descriptions-to-enumerations/index.html ...
Checking linkcheck on ./_site/2010/10/csharp-preprocessor-directives/index.html ...
Checking htmlcheck on ./_site/2010/10/add-some-descriptions-to-enumerations/index.html ...
Checking imagecheck on ./_site/2010/10/asynchronous-versus-parallel-programming/index.html ...
Checking scriptcheck on ./_site/2010/10/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking htmlcheck on ./_site/2010/10/asynchronous-versus-parallel-programming/index.html ...
Checking linkcheck on ./_site/2010/10/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking imagecheck on ./_site/2010/10/csharp-preprocessor-directives/index.html ...
Checking scriptcheck on ./_site/2010/10/simple-c-threading-thread-safety/index.html ...
Checking htmlcheck on ./_site/2010/10/csharp-preprocessor-directives/index.html ...
Checking linkcheck on ./_site/2010/10/simple-c-threading-thread-safety/index.html ...
Checking imagecheck on ./_site/2010/10/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking scriptcheck on ./_site/2010/10/using-region-effectively/index.html ...
Checking htmlcheck on ./_site/2010/10/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking linkcheck on ./_site/2010/10/using-region-effectively/index.html ...
Checking imagecheck on ./_site/2010/10/simple-c-threading-thread-safety/index.html ...
Checking scriptcheck on ./_site/2010/10/visual-studio-2010-document-previews/index.html ...
Checking htmlcheck on ./_site/2010/10/simple-c-threading-thread-safety/index.html ...
Checking linkcheck on ./_site/2010/10/visual-studio-2010-document-previews/index.html ...
Checking scriptcheck on ./_site/2010/11/build-objects-with-interfaces/index.html ...
Checking imagecheck on ./_site/2010/10/using-region-effectively/index.html ...
Checking linkcheck on ./_site/2010/11/build-objects-with-interfaces/index.html ...
Checking htmlcheck on ./_site/2010/10/using-region-effectively/index.html ...
Checking imagecheck on ./_site/2010/10/visual-studio-2010-document-previews/index.html ...
Checking htmlcheck on ./_site/2010/10/visual-studio-2010-document-previews/index.html ...
Checking scriptcheck on ./_site/2010/11/csharp-classes-versus-structures/index.html ...
Checking scriptcheck on ./_site/2010/11/debugging-with-conditionals/index.html ...
Checking linkcheck on ./_site/2010/11/debugging-with-conditionals/index.html ...
Checking linkcheck on ./_site/2010/11/csharp-classes-versus-structures/index.html ...
Checking imagecheck on ./_site/2010/11/build-objects-with-interfaces/index.html ...
Checking htmlcheck on ./_site/2010/11/build-objects-with-interfaces/index.html ...
Checking imagecheck on ./_site/2010/11/debugging-with-conditionals/index.html ...
Checking scriptcheck on ./_site/2010/11/disable-you-have-created-a-service/index.html ...
Checking htmlcheck on ./_site/2010/11/debugging-with-conditionals/index.html ...
Checking imagecheck on ./_site/2010/11/csharp-classes-versus-structures/index.html ...
Checking linkcheck on ./_site/2010/11/disable-you-have-created-a-service/index.html ...
Checking htmlcheck on ./_site/2010/11/csharp-classes-versus-structures/index.html ...
Checking scriptcheck on ./_site/2011/09/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking linkcheck on ./_site/2011/09/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking scriptcheck on ./_site/2012/07/ps-clean-up-an-xml-file/index.html ...
Checking imagecheck on ./_site/2010/11/disable-you-have-created-a-service/index.html ...
Checking linkcheck on ./_site/2012/07/ps-clean-up-an-xml-file/index.html ...
Checking htmlcheck on ./_site/2010/11/disable-you-have-created-a-service/index.html ...
Checking imagecheck on ./_site/2011/09/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking htmlcheck on ./_site/2011/09/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking scriptcheck on ./_site/2012/07/urdas-pgp-public-key/index.html ...
Checking linkcheck on ./_site/2012/07/urdas-pgp-public-key/index.html ...
Checking scriptcheck on ./_site/2012/08/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking imagecheck on ./_site/2012/07/ps-clean-up-an-xml-file/index.html ...
Checking linkcheck on ./_site/2012/08/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking htmlcheck on ./_site/2012/07/ps-clean-up-an-xml-file/index.html ...
Checking imagecheck on ./_site/2012/07/urdas-pgp-public-key/index.html ...
Checking htmlcheck on ./_site/2012/07/urdas-pgp-public-key/index.html ...
Checking imagecheck on ./_site/2012/08/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking htmlcheck on ./_site/2012/08/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking scriptcheck on ./_site/404.html ...
Checking linkcheck on ./_site/404.html ...
Checking scriptcheck on ./_site/blog/2010/08/25/testing-and-you/index.html ...
Checking linkcheck on ./_site/blog/2010/08/25/testing-and-you/index.html ...
Checking scriptcheck on ./_site/blog/2010/08/24/the-orientation-dance/index.html ...
Checking linkcheck on ./_site/blog/2010/08/24/the-orientation-dance/index.html ...
Checking imagecheck on ./_site/blog/2010/08/25/testing-and-you/index.html ...
Checking imagecheck on ./_site/404.html ...
Checking htmlcheck on ./_site/blog/2010/08/25/testing-and-you/index.html ...
Checking htmlcheck on ./_site/404.html ...
Checking imagecheck on ./_site/blog/2010/08/24/the-orientation-dance/index.html ...
Checking htmlcheck on ./_site/blog/2010/08/24/the-orientation-dance/index.html ...
Checking scriptcheck on ./_site/blog/2010/08/26/delegate-chain-of-command/index.html ...
Checking linkcheck on ./_site/blog/2010/08/26/delegate-chain-of-command/index.html ...
Checking scriptcheck on ./_site/blog/2010/08/27/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking linkcheck on ./_site/blog/2010/08/27/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking scriptcheck on ./_site/blog/2010/08/30/extracting-information-from-xml-with-csharp/index.html ...
Checking linkcheck on ./_site/blog/2010/08/30/extracting-information-from-xml-with-csharp/index.html ...
Checking scriptcheck on ./_site/blog/2010/08/31/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking linkcheck on ./_site/blog/2010/08/31/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking imagecheck on ./_site/blog/2010/08/26/delegate-chain-of-command/index.html ...
Checking imagecheck on ./_site/blog/2010/08/30/extracting-information-from-xml-with-csharp/index.html ...
Checking imagecheck on ./_site/blog/2010/08/27/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/08/27/lambda-expressions-and-delegates-in-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/08/30/extracting-information-from-xml-with-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/08/26/delegate-chain-of-command/index.html ...
Checking imagecheck on ./_site/blog/2010/08/31/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/08/31/using-linq-to-extract-information-from-xml-in-csharp/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/02/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking linkcheck on ./_site/blog/2010/09/02/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/03/write-to-xml-with-c-sharp/index.html ...
Checking linkcheck on ./_site/blog/2010/09/03/write-to-xml-with-c-sharp/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/16/wcf-client-server/index.html ...
Checking linkcheck on ./_site/blog/2010/09/16/wcf-client-server/index.html ...
Checking imagecheck on ./_site/blog/2010/09/02/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/09/inking-in-silverlight/index.html ...
Checking linkcheck on ./_site/blog/2010/09/09/inking-in-silverlight/index.html ...
Checking imagecheck on ./_site/blog/2010/09/03/write-to-xml-with-c-sharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/03/write-to-xml-with-c-sharp/index.html ...
Checking imagecheck on ./_site/blog/2010/09/16/wcf-client-server/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/17/random-csharp-tricks/index.html ...
Checking linkcheck on ./_site/blog/2010/09/17/random-csharp-tricks/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/02/solution-folders-in-visual-studio-2010-explained/index.html ...
Checking imagecheck on ./_site/blog/2010/09/09/inking-in-silverlight/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/09/inking-in-silverlight/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/21/understanding-path-limits-in-tfs/index.html ...
Checking linkcheck on ./_site/blog/2010/09/21/understanding-path-limits-in-tfs/index.html ...
Checking imagecheck on ./_site/blog/2010/09/17/random-csharp-tricks/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/23/dynamic-types-in-csharp/index.html ...
Checking linkcheck on ./_site/blog/2010/09/23/dynamic-types-in-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/16/wcf-client-server/index.html ...
Checking imagecheck on ./_site/blog/2010/09/21/understanding-path-limits-in-tfs/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/21/understanding-path-limits-in-tfs/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/24/ironpython-and-csharp/index.html ...
Checking linkcheck on ./_site/blog/2010/09/24/ironpython-and-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/17/random-csharp-tricks/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/28/iis-services-504s-and-fiddler/index.html ...
Checking linkcheck on ./_site/blog/2010/09/28/iis-services-504s-and-fiddler/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/27/specialized-csharp-operators/index.html ...
Checking linkcheck on ./_site/blog/2010/09/27/specialized-csharp-operators/index.html ...
Checking imagecheck on ./_site/blog/2010/09/23/dynamic-types-in-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/23/dynamic-types-in-csharp/index.html ...
Checking imagecheck on ./_site/blog/2010/09/28/iis-services-504s-and-fiddler/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/28/iis-services-504s-and-fiddler/index.html ...
Checking imagecheck on ./_site/blog/2010/09/24/ironpython-and-csharp/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/24/ironpython-and-csharp/index.html ...
Checking scriptcheck on ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/04/asynchronous-versus-parallel-programming/index.html ...
Checking linkcheck on ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking linkcheck on ./_site/blog/2010/10/04/asynchronous-versus-parallel-programming/index.html ...
Checking imagecheck on ./_site/blog/2010/09/27/specialized-csharp-operators/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/27/specialized-csharp-operators/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/06/simple-c-threading-thread-safety/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/05/csharp-preprocessor-directives/index.html ...
Checking linkcheck on ./_site/blog/2010/10/06/simple-c-threading-thread-safety/index.html ...
Checking linkcheck on ./_site/blog/2010/10/05/csharp-preprocessor-directives/index.html ...
Checking imagecheck on ./_site/blog/2010/10/04/asynchronous-versus-parallel-programming/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/04/asynchronous-versus-parallel-programming/index.html ...
Checking imagecheck on ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking htmlcheck on ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/07/visual-studio-2010-document-previews/index.html ...
Checking linkcheck on ./_site/blog/2010/10/07/visual-studio-2010-document-previews/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/10/using-region-effectively/index.html ...
Checking linkcheck on ./_site/blog/2010/10/10/using-region-effectively/index.html ...
Checking imagecheck on ./_site/blog/2010/10/06/simple-c-threading-thread-safety/index.html ...
Checking imagecheck on ./_site/blog/2010/10/05/csharp-preprocessor-directives/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/05/csharp-preprocessor-directives/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/06/simple-c-threading-thread-safety/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/11/a-xaml-datagrid-quirk/index.html ...
Checking imagecheck on ./_site/blog/2010/10/07/visual-studio-2010-document-previews/index.html ...
Checking linkcheck on ./_site/blog/2010/10/11/a-xaml-datagrid-quirk/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/07/visual-studio-2010-document-previews/index.html ...
Checking imagecheck on ./_site/blog/2010/10/10/using-region-effectively/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/13/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking linkcheck on ./_site/blog/2010/10/13/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/10/using-region-effectively/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/14/access-common-methods-using-extensions/index.html ...
Checking linkcheck on ./_site/blog/2010/10/14/access-common-methods-using-extensions/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/15/add-descriptions-to-enumerations/index.html ...
Checking linkcheck on ./_site/blog/2010/10/15/add-descriptions-to-enumerations/index.html ...
Checking imagecheck on ./_site/blog/2010/10/11/a-xaml-datagrid-quirk/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/11/a-xaml-datagrid-quirk/index.html ...
Checking scriptcheck on ./_site/blog/2010/10/28/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking linkcheck on ./_site/blog/2010/10/28/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking imagecheck on ./_site/blog/2010/10/13/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking imagecheck on ./_site/blog/2010/10/14/access-common-methods-using-extensions/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/13/how-to-create-a-visual-studio-2010-code-snippet/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/14/access-common-methods-using-extensions/index.html ...
Checking imagecheck on ./_site/blog/2010/10/15/add-descriptions-to-enumerations/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/15/add-descriptions-to-enumerations/index.html ...
Checking scriptcheck on ./_site/blog/2010/11/08/csharp-classes-versus-structures/index.html ...
Checking linkcheck on ./_site/blog/2010/11/08/csharp-classes-versus-structures/index.html ...
Checking scriptcheck on ./_site/blog/2010/11/11/debugging-with-conditionals/index.html ...
Checking linkcheck on ./_site/blog/2010/11/11/debugging-with-conditionals/index.html ...
Checking scriptcheck on ./_site/blog/2010/11/18/disable-you-have-created-a-service/index.html ...
Checking linkcheck on ./_site/blog/2010/11/18/disable-you-have-created-a-service/index.html ...
Checking imagecheck on ./_site/blog/2010/10/28/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking htmlcheck on ./_site/blog/2010/10/28/a-simple-way-to-check-for-a-table-in-access/index.html ...
Checking imagecheck on ./_site/blog/2010/11/08/csharp-classes-versus-structures/index.html ...
Checking imagecheck on ./_site/blog/2010/11/11/debugging-with-conditionals/index.html ...
Checking htmlcheck on ./_site/blog/2010/11/08/csharp-classes-versus-structures/index.html ...
Checking htmlcheck on ./_site/blog/2010/11/11/debugging-with-conditionals/index.html ...
Checking imagecheck on ./_site/blog/2010/11/18/disable-you-have-created-a-service/index.html ...
Checking scriptcheck on ./_site/blog/2010/11/23/build-objects-with-interfaces/index.html ...
Checking htmlcheck on ./_site/blog/2010/11/18/disable-you-have-created-a-service/index.html ...
Checking scriptcheck on ./_site/blog/2012/07/08/urdas-pgp-public-key/index.html ...
Checking scriptcheck on ./_site/blog/2011/09/02/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking linkcheck on ./_site/blog/2012/07/08/urdas-pgp-public-key/index.html ...
Checking linkcheck on ./_site/blog/2010/11/23/build-objects-with-interfaces/index.html ...
Checking linkcheck on ./_site/blog/2011/09/02/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking scriptcheck on ./_site/blog/2012/07/12/ps-clean-up-an-xml-file/index.html ...
Checking linkcheck on ./_site/blog/2012/07/12/ps-clean-up-an-xml-file/index.html ...
Checking imagecheck on ./_site/blog/2011/09/02/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking imagecheck on ./_site/blog/2012/07/08/urdas-pgp-public-key/index.html ...
Checking htmlcheck on ./_site/blog/2011/09/02/using-powershell-to-delete-files-not-written-to-in-x-days/index.html ...
Checking htmlcheck on ./_site/blog/2012/07/08/urdas-pgp-public-key/index.html ...
Checking imagecheck on ./_site/blog/2010/11/23/build-objects-with-interfaces/index.html ...
Checking htmlcheck on ./_site/blog/2010/11/23/build-objects-with-interfaces/index.html ...
Checking scriptcheck on ./_site/blog/2012/08/26/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking linkcheck on ./_site/blog/2012/08/26/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking imagecheck on ./_site/blog/2012/07/12/ps-clean-up-an-xml-file/index.html ...
Checking scriptcheck on ./_site/blog/2015/10/18/writings-reborn/index.html ...
Checking htmlcheck on ./_site/blog/2012/07/12/ps-clean-up-an-xml-file/index.html ...
Checking linkcheck on ./_site/blog/2015/10/18/writings-reborn/index.html ...
Checking scriptcheck on ./_site/blog/index.html ...
Checking linkcheck on ./_site/blog/index.html ...
Checking scriptcheck on ./_site/blog/page/2/index.html ...
Checking linkcheck on ./_site/blog/page/2/index.html ...
Checking imagecheck on ./_site/blog/2015/10/18/writings-reborn/index.html ...
Checking htmlcheck on ./_site/blog/2015/10/18/writings-reborn/index.html ...
Checking imagecheck on ./_site/blog/2012/08/26/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking htmlcheck on ./_site/blog/2012/08/26/why-i-am-migrating-away-from-jungle-disk/index.html ...
Checking scriptcheck on ./_site/blog/page/3/index.html ...
Checking linkcheck on ./_site/blog/page/3/index.html ...
Checking scriptcheck on ./_site/blog/page/4/index.html ...
Checking linkcheck on ./_site/blog/page/4/index.html ...
Checking imagecheck on ./_site/blog/index.html ...
Checking htmlcheck on ./_site/blog/index.html ...
Checking scriptcheck on ./_site/index.html ...
Checking linkcheck on ./_site/index.html ...
Checking imagecheck on ./_site/blog/page/2/index.html ...
Checking htmlcheck on ./_site/blog/page/2/index.html ...
Checking imagecheck on ./_site/blog/page/4/index.html ...
Checking scriptcheck on ./_site/publickey/index.html ...
Checking htmlcheck on ./_site/blog/page/4/index.html ...
Checking linkcheck on ./_site/publickey/index.html ...
Checking imagecheck on ./_site/publickey/index.html ...
Checking htmlcheck on ./_site/publickey/index.html ...
Checking imagecheck on ./_site/blog/page/3/index.html ...
Checking htmlcheck on ./_site/blog/page/3/index.html ...
Checking imagecheck on ./_site/index.html ...
Checking htmlcheck on ./_site/index.html ...
Checking 29 external links...
Running requests for:
###
http://en.wikipedia.org/w/index.php?title=Delegate_%28.NET%29&oldid=380252993
http://facebook.com/peter.urda
http://flickr.com/urda
http://github.com/urda
http://ironpython.net/
http://msdn.microsoft.com/en-us/library/aa365247.aspx
http://msdn.microsoft.com/en-us/library/bb383977.aspx
http://msdn.microsoft.com/en-us/library/bb397687.aspx
http://msdn.microsoft.com/en-us/library/ms165392%28VS.80%29.aspx
http://msdn.microsoft.com/en-us/library/ms733025.aspx
http://msdn.microsoft.com/en-us/library/ms788993.aspx
http://msdn.microsoft.com/en-us/library/system.diagnostics%28VS.71%29.aspx
http://msdn.microsoft.com/en-us/library/system.diagnostics.trace.autoflush.aspx
http://msdn.microsoft.com/en-us/library/system.xml.xmldocument.aspx
http://piwik.org/
http://twitter.com/urda
http://www.daemonology.net/blog/2011-06-03-insecurity-in-the-jungle.html
http://www.fiddler2.com/fiddler2/
http://www.google.com/analytics/
https://github.com/jekyll/jekyll-redirect-from
https://jekyllrb.com/
https://msdn.microsoft.com/en-us/library/6a71f45d%28VS.71%29.aspx
https://msdn.microsoft.com/en-us/library/cc903958%28VS.95%29.aspx
https://msdn.microsoft.com/en-us/library/d2bd4x66%28v=VS.71%29.aspx
https://msdn.microsoft.com/en-us/library/ms171442%28v=vs.110%29.aspx
https://msdn.microsoft.com/en-us/library/ms229017.aspx
https://pages.github.com/
https://wordpress.org/
https://www.dreamhost.com/
###
ETHON: started MULTI
Received a 200 for http://www.google.com/analytics/ in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for http://ironpython.net/ in ./_site/blog/2010/09/24/ironpython-and-csharp/index.html
Received a 200 for http://www.daemonology.net/blog/2011-06-03-insecurity-in-the-jungle.html in ./_site/blog/2012/08/26/why-i-am-migrating-away-from-jungle-disk/index.html
Received a 200 for https://pages.github.com/ in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for https://wordpress.org/ in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for https://www.dreamhost.com/ in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for http://piwik.org/ in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for https://jekyllrb.com/ in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for http://twitter.com/urda in ./_site/index.html
Received a 200 for https://github.com/jekyll/jekyll-redirect-from in ./_site/blog/2015/10/18/writings-reborn/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/system.diagnostics.trace.autoflush.aspx in ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html
Received a 200 for https://msdn.microsoft.com/en-us/library/ms229017.aspx in ./_site/blog/2010/11/08/csharp-classes-versus-structures/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/bb383977.aspx in ./_site/blog/2010/10/14/access-common-methods-using-extensions/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/ms733025.aspx in ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html
Received a 200 for http://en.wikipedia.org/w/index.php?title=Delegate_(.NET)&oldid=380252993 in ./_site/blog/2010/08/24/the-orientation-dance/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/aa365247.aspx in ./_site/blog/2010/09/21/understanding-path-limits-in-tfs/index.html
Received a 200 for https://msdn.microsoft.com/en-us/library/d2bd4x66(v=VS.71).aspx in ./_site/blog/2010/09/27/specialized-csharp-operators/index.html
Received a 200 for https://msdn.microsoft.com/en-us/library/cc903958(VS.95).aspx in ./_site/blog/2010/09/09/inking-in-silverlight/index.html
Received a 200 for https://msdn.microsoft.com/en-us/library/ms171442(v=vs.110).aspx in ./_site/blog/2010/10/13/how-to-create-a-visual-studio-2010-code-snippet/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/bb397687.aspx in ./_site/blog/2010/08/27/lambda-expressions-and-delegates-in-csharp/index.html
Received a 200 for https://msdn.microsoft.com/en-us/library/6a71f45d(VS.71).aspx in ./_site/blog/2010/09/27/specialized-csharp-operators/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/ms165392(VS.80).aspx in ./_site/blog/2010/10/13/how-to-create-a-visual-studio-2010-code-snippet/index.html
Received a 200 for http://github.com/urda in ./_site/index.html
Received a 200 for http://www.fiddler2.com/fiddler2/ in ./_site/blog/2010/09/28/iis-services-504s-and-fiddler/index.html
Received a 200 for http://facebook.com/peter.urda in ./_site/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/system.xml.xmldocument.aspx in ./_site/blog/2010/08/30/extracting-information-from-xml-with-csharp/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/ms788993.aspx in ./_site/blog/2010/11/18/disable-you-have-created-a-service/index.html
Received a 200 for http://msdn.microsoft.com/en-us/library/system.diagnostics(VS.71).aspx in ./_site/blog/2010/09/30/follow-up-iis-services-504s-and-fiddler/index.html
Received a 200 for http://flickr.com/urda in ./_site/index.html
ETHON: performed MULTI
Ran on 78 files!


HTML-Proofer finished successfully.

And then here is the suggestion from @gjtorikian :

bundle exec htmlproof ./_site --verbosity debug --check-html --url-ignore http://linkedin.com/in/urdap
Running ["HtmlCheck", "ScriptCheck", "LinkCheck", "ImageCheck"] on ./_site on *.html... 


Checking 29 external links...
Ran on 78 files!


HTML-Proofer finished successfully.

So I'm getting way less output if --verbosity debug is supposed to be the fix.

@gjtorikian gjtorikian reopened this Jan 8, 2016
@urda
Copy link

urda commented Jan 8, 2016

👍 thanks for the awesome project so far though @gjtorikian !

@ndarville
Copy link
Author

Yeah, same here with your command on my project; --verbose is indeed verbose, but --verbosity debug is not.

So we can always just change the documentation to say that --verbose is supported, but --verbosity is not. :)

@jacobtomlinson
Copy link

Also having this issue

bundle exec htmlproof ./_site --only-4xx --check-html --verbosity=debug
/Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:31:in `go': needless argument: --verbosity=debug (OptionParser::NeedlessArgument)
    from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
    from /Library/Ruby/Gems/2.0.0/gems/html-proofer-2.5.2/bin/htmlproof:18:in `<top (required)>'
    from /usr/bin/htmlproof:23:in `load'
    from /usr/bin/htmlproof:23:in `<main>'
rake aborted!
Command failed with status (1): [bundle exec htmlproof ./_site --only-4xx -...]
/Users/jacob/Projects/personal/jacobtomlinson.github.io/Rakefile:3:in `block in <top (required)>'

@gjtorikian
Copy link
Owner

This'll be fixed in Proofer 3.0: #301

@gjtorikian
Copy link
Owner

Closed by HTMLProofer 3.0: https://github.com/gjtorikian/html-proofer/releases/tag/v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants