Kyle J. McKay d398b40332 file.c: compute correct base URL when not absolute
When a server makes use of the PATH_INFO feature in a CGI,
the returned pages may often have a <base href="..." /> tag
specifying the URL of the CGI itself as the base.

However, to avoid hard-coding the scheme and host into such
a base href, the href value will often omit the scheme, host
and port.

Make sure that when parsing any such base href value that
any omitted components are taken from the current URL rather
than taken as being from a bare, absolute file:/// URL.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
2017-08-23 11:48:38 -07:00
2016-06-19 14:19:19 +09:00
2016-03-14 19:54:54 +09:00
2016-10-30 17:33:19 +09:00
2015-01-15 20:50:16 +09:00
2017-01-02 21:43:38 +09:00
2016-10-30 16:48:30 +09:00
2016-08-08 21:00:25 +09:00
2016-08-08 21:00:25 +09:00
2015-08-11 21:59:27 +09:00
2015-08-11 21:59:28 +09:00
2015-08-11 21:59:27 +09:00
2015-01-15 19:38:11 +09:00
2015-08-11 21:59:27 +09:00
2015-08-11 21:59:27 +09:00
2016-11-06 20:29:04 +01:00
2016-08-08 21:00:25 +09:00
2015-01-15 19:38:11 +09:00
2016-11-27 15:24:34 +08:00
2017-01-02 21:42:25 +09:00
2015-08-11 21:59:27 +09:00
2016-03-20 19:23:39 +09:00
2015-07-20 16:58:41 +09:00
2016-04-02 06:51:06 +09:00
2016-04-02 06:51:06 +09:00
2015-08-11 21:59:27 +09:00

w3m: WWW wo Miru Tool
=====================

w3m is a pager with WWW capability.  It IS a pager, but it can be used
as a text-mode WWW browser.

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%