Kyle J. McKay 89e60cc474 form.c: do not gratuitously turn GET into POST
When encountering a <form ...> tag that contains these values:

    method="get" enctype="multipart/form-data"

Do not transform the method into POST to accomodate enctype.

Instead behave in the compatible way that all other browsers
behave in this instance and ignore the enctype parameter
(treating it as the default application/x-www-form-urlencoded)
and perform a "GET" just as the method parameter requests.

This behavior produces far more compatible results than
gratuitously changing the "get" into a "post" which can
result in unexpected "405 Method Not Allowed" errors.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
2017-08-23 13:14:23 -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
2014-12-01 23:00:54 +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%