Blame


1 058b0118 2005-01-03 devnull .TH WEB 1
2 058b0118 2005-01-03 devnull .SH NAME
3 058b0118 2005-01-03 devnull web, wmail \- handle web page, mail message for plumber
4 058b0118 2005-01-03 devnull .SH SYNOPSIS
5 058b0118 2005-01-03 devnull .B web
6 058b0118 2005-01-03 devnull .I url
7 058b0118 2005-01-03 devnull \&...
8 058b0118 2005-01-03 devnull .br
9 058b0118 2005-01-03 devnull .B wmail
10 058b0118 2005-01-03 devnull .I address
11 058b0118 2005-01-03 devnull .SH DESCRIPTION
12 058b0118 2005-01-03 devnull .I Web
13 058b0118 2005-01-03 devnull opens each of the named
14 058b0118 2005-01-03 devnull .I urls
15 058b0118 2005-01-03 devnull in a new web browser window.
16 058b0118 2005-01-03 devnull Any of the
17 058b0118 2005-01-03 devnull .I urls
18 058b0118 2005-01-03 devnull may be relative paths to files in the file system;
19 058b0118 2005-01-03 devnull they will be translated into
20 058b0118 2005-01-03 devnull .B file://
21 058b0118 2005-01-03 devnull URLs before being passed to the web browser.
22 058b0118 2005-01-03 devnull .PP
23 058b0118 2005-01-03 devnull .I Web
24 058b0118 2005-01-03 devnull uses the
25 058b0118 2005-01-03 devnull web browser's
26 058b0118 2005-01-03 devnull .B -remote
27 058b0118 2005-01-03 devnull option command-line option,
28 058b0118 2005-01-03 devnull which requires an instance of the web browser
29 058b0118 2005-01-03 devnull to be already running.
30 058b0118 2005-01-03 devnull The choice of browser is determined by the
31 058b0118 2005-01-03 devnull .B $BROWSER
32 058b0118 2005-01-03 devnull environment variable, which should be the name of
33 058b0118 2005-01-03 devnull the executable for your choice of web browser.
34 c8b6342d 2005-01-13 devnull The default is
35 c8b6342d 2005-01-13 devnull .BR firefox .
36 058b0118 2005-01-03 devnull Since the various browsers all use different syntaxes
37 058b0118 2005-01-03 devnull in their
38 058b0118 2005-01-03 devnull .B -remote
39 058b0118 2005-01-03 devnull options, the executable name is inspected to determine
40 058b0118 2005-01-03 devnull the type of browser.
41 058b0118 2005-01-03 devnull The supported browsers are Opera, Mozilla Firefox, Mozilla Firebird, and Mozilla.
42 058b0118 2005-01-03 devnull When possible,
43 058b0118 2005-01-03 devnull .I web
44 058b0118 2005-01-03 devnull opens each URL in a new tab rather than a new window.
45 058b0118 2005-01-03 devnull .PP
46 c8b6342d 2005-01-13 devnull When run under Mac OS X,
47 c8b6342d 2005-01-13 devnull .B $BROWSER
48 c8b6342d 2005-01-13 devnull should be set to the string
49 c8b6342d 2005-01-13 devnull .B safari
50 c8b6342d 2005-01-13 devnull or
51 c8b6342d 2005-01-13 devnull .BR firefox .
52 c8b6342d 2005-01-13 devnull .I Web
53 c8b6342d 2005-01-13 devnull uses AppleScript to talk to the browser.
54 c8b6342d 2005-01-13 devnull If
55 c8b6342d 2005-01-13 devnull .B $BROWSER
56 c8b6342d 2005-01-13 devnull is not set,
57 c8b6342d 2005-01-13 devnull .I web
58 c8b6342d 2005-01-13 devnull looks for Firefox in
59 c8b6342d 2005-01-13 devnull .BR /Applications/Firefox.app
60 c8b6342d 2005-01-13 devnull and uses it if found;
61 c8b6342d 2005-01-13 devnull otherwise it uses Safari.
62 c8b6342d 2005-01-13 devnull .PP
63 058b0118 2005-01-03 devnull .I Wmail
64 058b0118 2005-01-03 devnull starts the composition of a new mail message to
65 058b0118 2005-01-03 devnull .IR address .
66 058b0118 2005-01-03 devnull .PP
67 058b0118 2005-01-03 devnull The choice of mailer is determined by the
68 058b0118 2005-01-03 devnull .B $MAILER
69 058b0118 2005-01-03 devnull environment variable.
70 058b0118 2005-01-03 devnull The supported mailers are:
71 c8b6342d 2005-01-13 devnull .TP
72 c8b6342d 2005-01-13 devnull .B browser
73 058b0118 2005-01-03 devnull invoke the mailer via a
74 058b0118 2005-01-03 devnull .B mailto://
75 058b0118 2005-01-03 devnull URL passed to
76 058b0118 2005-01-03 devnull .I web
77 058b0118 2005-01-03 devnull .PD
78 058b0118 2005-01-03 devnull .PP
79 058b0118 2005-01-03 devnull .I Web
80 058b0118 2005-01-03 devnull and
81 058b0118 2005-01-03 devnull .I wmail
82 058b0118 2005-01-03 devnull are invoked as start commands in the
83 058b0118 2005-01-03 devnull .IR plumber (4)'s
84 058b0118 2005-01-03 devnull rules for opening web pages and writing mail messages.
85 058b0118 2005-01-03 devnull .SH FILES
86 058b0118 2005-01-03 devnull .TP
87 c3674de4 2005-01-11 devnull .B \*9/plumb/basic
88 058b0118 2005-01-03 devnull plumbing rules using
89 058b0118 2005-01-03 devnull .I web
90 058b0118 2005-01-03 devnull and
91 058b0118 2005-01-03 devnull .I wmail
92 058b0118 2005-01-03 devnull .SH SOURCE
93 c3674de4 2005-01-11 devnull .B \*9/bin
94 058b0118 2005-01-03 devnull .SH SEE ALSO
95 058b0118 2005-01-03 devnull .IR plumber (4)