afeld/tangle

support scanning of a local directory

Open

#7 opened on Jun 7, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (No merged PRs in 30d)

Description

Depends on #6.

If the path to a local HTML file is given, it should be scanned. If the path to a local directory is given, it should

  • Scan all HTML files therein, or
  • Scan recursively from the index.html (depends on #4), and report any orphaned pages

Not sure which is preferable. Either case would be helpful for checking the output of static site generators.

Contributor guide