afeld/tangle

recursively scan all pages under the given path

Open

#4 geöffnet am 7. Juni 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (0 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1 Star)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Suppose http://example.com/ has two sub-pages besides the root: http://example.com/foo and http://example.com/bar/baz. If the URL given is http://example.com, all three pages should be scanned. If the URL given is http://example.com/foo, only that and http://example.com/bar/baz should all be scanned, not http://example.com/.

This should probably be a flag, but not sure if scanning recursively should be the default or not.

Contributor Guide