w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 31a738d8e66c428acd3e6d81b5d7f3c8546cb1a4
parent 70ba9cdb7da3726b07e66e4a6dc17ff0f2a29c28
Author: ukai <ukai>
Date:   Tue, 15 Apr 2003 14:46:17 +0000

[w3m-dev 03880] Re: convert \ -> / in URL
* Bonus/backslash_to_slash.cgi: added
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>

Diffstat:
ABonus/backslash_to_slash.cgi | 9+++++++++
MChangeLog | 5+++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Bonus/backslash_to_slash.cgi b/Bonus/backslash_to_slash.cgi @@ -0,0 +1,9 @@ +#!/usr/bin/perl +# keymap "x \\" GOTO file:/$LIB/backslash_to_slash.cgi + +$_ = $ENV{W3M_CURRENT_LINK} || exit; +s@\\@/@g; +print <<EOF; +Location: $_ + +EOF diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-15 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + + * [w3m-dev 03880] Re: convert \ -> / in URL + * Bonus/backslash_to_slash.cgi: added + 2003-04-15 Masanori Kobayasi <zap03216@nifty.ne.jp> * [w3m-dev 03878] I-search problem