1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
urlview for DEBIAN
------------------
The urlview package was created with some slight modifications on the
upstream sources. The most important is that Debian's urlview will
read a system-wide configuration file. This allows the system administrator
to set a unified way to handle embedded URLs.
From release 0.7-4 url-handler.sh was substituted with a version developed
by Martin Schulze <joey@debian.org>. It's a bash shell script that will
try to use any of the mentioned programs. There is a configuration section at
the top of the file after the license statement. For each type of tag we
have
(www)prgs="/path/to/program1:TAG1 /path/to/program2:TAG2 ..."
The script will try to execute the first of those found. The TAG is
interpreted to check how this program is to executed. There are currently
three possible tags,
XW: The program works only under X
VT: Launch this program in the current terminal
XT: Launch a new xterm (if under X) and run the program there or do as in VT.
XTERM holds the name of the terminal program used. This can be changed to any
program of your liking but care should be taken so that it support the
standard -T option to set the title.
Note that urlview has some problems handling mime-encoded input.
In order to avoid these problems is possible to set the pipe_decode variable
in mutt. Another way is to pass the input through mimedecode, which is
provided by the Debian package of the same name.
Luis Francisco Gonzalez <luisgh@debian.org> Fri Jun 12 11:26:47 BST 1998
Emanuele Rocca <ema@debian.org> Tue, 16 Sep 2003 14:39:27 +0200
|