afeld/tangle

support scanning of a local HTML file

Open

#6 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

If the path to a local HTML file is given, it should be scanned, and respect absolute/relative file paths in relation to its directory. For example, when scanning /path/to/my/index.html:

  • <a href="../foo.html"> references the file /path/to/foo.html
  • <a href="/bar.html"> references the file /path/to/my/bar.html

Guia do colaborador