afeld/tangle

support scanning of a local HTML file

Open

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

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

Contributor Guide