afeld/tangle

recursively scan all pages under the given path

Open

#4 创建于 2016年6月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (0 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (1 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南