link-checker
link-checker copied to clipboard
A Ruby gem for checking the links in a web site. Can either scan files or crawl pages. Multi-threaded, with red/green colored output, support for SSL, and support for following redirects. Works gre...
When connecting to HTTPS, the certs sometimes fail. One easy solution is to have the 'certified' gem as a dependency. This is easier than most other solutions and I guess...
spammed on simplest possible use
As I was having dependency troubles importing link-checker into my Rails 4.1.1 project, I updated the Gemfile so that the latest versions of the various dependencies are used. I also...
When I try to `sudo gem install link-checker`, I get this: ``` Fetching: nokogiri-1.5.11.gem (100%) Building native extensions. This could take a while... ERROR: Error installing link-checker: ERROR: Failed to...
Love the gem! But unfortunately, it's not working for me on my large site. I end up with errors only a few thousand links into my several hundred thousand page...
Running into this every 200 files or so
I tried running the link checker with the live url and ended up getting time out error-connect[2] Not sure if I am doing anything wrong in here as I user...
Running check-links against the output of https://github.com/geopython/pycsw/tree/website. Workflow: ``` $ jekyll build $ check-links _site Checked: _site/development/announce/1.6.0.html Problem: _site/index.html Link: http://www.opengeospatial.org/resource/products/details/?pid=1104 Response: undefined method `+' for nil:NilClass Link: http://www.opengeospatial.org/resource/products/details/?pid=1104 Response:...
I have a small website of 180 unique pages (800 URLs), and I need to verify site-local links and redirects first (as those are easily fixed) before I proceed to...
See Issue #12.