afeld/tangle

support scanning of a local HTML file

Open

#6 aperta il 7 giu 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (0 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor