Skip to content

ems-press/colly-check-katex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colly-check-katex

Linkcheker that crawls ems.press and checks for katex rendering errors. Usage:

# go run main.go -h
Usage: check-katex [-u|--start-url ...] [-h|--help]

  -u, --start-url Starting point of the crawler (default: https://ems.press/journals)
  -h, --help      prints help information

Will only check URLs deeper than the given start URL. All errors are printed to
stderr, verbose request information is printed to stdout.

Examples:

   go run main.go > /dev/null # only print errors
   go run main.go 2> >(tee errors.log) # save all errors to a file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published