Strange NetSurf title bar on disc-based websites

2013-11-14 Thread Richard Ashbery
I'm sure there were some posts about viewing local disc-based websites
and the strange filename (a typical title will be prefixed with
(file:///ADFS%3A%3AHardDisc4.%24/) in NetSurf's title bar but I can't
find them.

Is there anyway of giving the title bar the proper file path location
(example ADFS::HardDisc4.$.Mywebsite/Index.htm)?

Richard




Re: Strange NetSurf title bar on disc-based websites

2013-11-14 Thread Rob Kendrick
On Thu, Nov 14, 2013 at 03:58:01PM +, Richard Ashbery wrote:
 Is there anyway of giving the title bar the proper file path location
 (example ADFS::HardDisc4.$.Mywebsite/Index.htm)?

Yes, include titleADFS::HardDisc4.$.Mywebsite/Index.htm/title in the
header section of your HTML file. :)

If there is no title tag, NetSurf will use the URL to the resource.

B.



Re: Strange NetSurf title bar on disc-based websites

2013-11-14 Thread Richard Ashbery
In article 20131114161749.gb1...@pepperfish.net, Rob Kendrick
r...@netsurf-browser.org wrote:
 On Thu, Nov 14, 2013 at 03:58:01PM +, Richard Ashbery wrote:
  Is there anyway of giving the title bar the proper file path
  location (example ADFS::HardDisc4.$.Mywebsite/Index.htm)?

 Yes, include titleADFS::HardDisc4.$.Mywebsite/Index.htm/title
 in the header section of your HTML file. :)

I guess I should have thought about that - many thanks - does the job.

 If there is no title tag, NetSurf will use the URL to the resource.

Confirmed :-)

Regards

Richard