linkchecker

module
v0.0.0-...-b0a6367 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2016 License: MIT

README

...is actually a very good problem to get to know a programming language!

Go-solution

Concurrently executing link-check for a given html site.

go-dependencies:

  • github.com/PuerkitoBio/goquery (to scrap links from html documents)
  • github.com/fatih/color (to color my log output)
Example Usage
go run *.go -s=http://esrlabs.com -p=20

Python-solution

straight forward concurrency, multi-threaded solution

Example Usage
./check.py -s http://esrlabs.com -p 20

Haskell-solution

using STM for all concurrency

Example Usage
$ cd haskell
$ stack setup
$ stack build
$ stack exec linkcheck

Directories

Path Synopsis
go
exe command
lib
visualization command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL