Tool for crawling a wiki and accessing its health.
The only current use case is to find broken links but this may be expanded.
go get golang.org/x/net/html
go get github.com/Sirupsen/logrus
go test jalandis.com/wikicrawl
go test -cover jalandis.com/wikicrawl
go test -coverprofile=coverage.out jalandis.com/wikicrawl
go tool cover -html=coverage.out
gofmt -w jalandis.com/wikicrawl/crawler.go
gofmt -w jalandis.com/wikicrawl/crawler_test.go
gofmt -s -w jalandis.com/wikicrawl/crawler.go
gofmt -s -w jalandis.com/wikicrawl/crawler_test.go
godoc -http=:6060
go run jalandis.com/wikicrawl/cli/cli.go --wiki http://wiki-url