I'm moving from Firefox to w3m. I use the 4chan extension in firefox, and have found it very useful and would like to use something like that in w3m. Does such a thing exist, and if not, how would I go about making it? It mostly is just a set of links, but I wouldn't know where to start.
Does such a thing exist
No. how would I go about making it?
Download the w3m source and start hacking.
Name:
Anonymous2008-03-09 0:26
the enterprise design strategy would be to develop an BoardItemOnMenuList interface and then develop a singleton class for each board, all tied together by a wrapper that extends the API
Name:
Anonymous2008-03-09 10:50
/prog/ doesn't even work in w3m because 4chan's content types are broken. w3m sends an Accept header of text/html, text/*;q=0.5, image/*. Apache notices /read/prog/1205019829/1- is in fact of type application/x-httpd-php, and sends a 406 Not Acceptable error.
Name:
Anonymous2008-03-09 11:03
>>7
I just posted from w3m.
Which version are you using?
>>8 w3m version w3m/0.5.2, options lang=en,m17n,image,color,ansi-color,menu,cookie,ssl,ssl-verify,external-uri-loader,nntp,ipv6,alarm,mark
And yes, if I manually add */* to the Accept header from the network settings, it does work as expected, but when I said "/prog/ doesn't work in w3m", I was referring to out-of-box.
Anyway, it's not a problem with w3m doing anything wrong, it's 4chan's issue for not handling the content types properly on the server. You can see for yourself with a telnet dis.4chan.org 80:
HEAD /read/prog/1 HTTP/1.1 Host: dis.4chan.org Connection: close Accept: text/html,text/*;q=0.9
HTTP/1.1 406 Not Acceptable Date: Sun, 09 Mar 2008 15:09:53 GMT Server: Apache Alternates: {"read.php" 1 {type application/x-httpd-php} {length 1307}} Connection: close Content-Type: text/html; charset=iso-8859-1
Name:
Anonymous2008-03-09 11:40
What sucks about w3m is that it doesn't support images -- if it did I would be using it.