afeld/tangle

support scanning of a local HTML file

Open

#6 ouverte le 7 juin 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (0 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 star)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur