On Sun, 2 May 2010 22:24:09 +0100 Rob <[email protected]> wrote: > > Is it possible to view a local html file, with the markup notation > > interpreted ? > > Like this? > > $ surf file://path/to/file.html > > i.e. instead of http:// >
file:///path/to/file.html (With three slashes after file:, to indicate that the file is on the local host.)
