afeld/tangle

recursively scan all pages under the given path

Open

#4 aberto em 7 de jun. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Go (0 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (1 star)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador