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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.\" $Id: dwww.1,v 1.11 2005-04-03 22:16:21 robert Exp $
.TH DWWW 1 "July 27th, 2003" "dwww 1.9.4" "Debian"
.SH NAME
dwww \- access documentation via WWW
.SH SYNOPSIS
http://localhost/dwww/index.html
.br
.B dwww
.br
.B dwww
.IR programname " | " packagename
.SH DESCRIPTION
A typical Linux system has documentation in many formats (manual pages,
info files, READMEs, and so on).
dwww makes it possible to access all of these via the same interface,
a WWW browser.
This makes it easier to use the documentation.
.PP
To use dwww, load the URL given in the SYNOPSIS.
If you have a web browser installed, you can also just run the dwww command
which loads the URL.
If BROWSER environment variable is set,
.B dwww
uses
.BR sensible\-browser (1)
to load the URL.
Otherwise,
.B dwww
first tries to use browser specified by
DWWW_BROWSER or DWWW_X11_BROWSER configuration variable (cf.
.BR dwww (8)),
than will use
.BR sensible\-browser (1)
command.
.PP
If optional argument
.IR programname " or " packagename
is specified,
.B dwww
will search all documentation related to given program or package.
.SH ENVIRONMENT
.IP BROWSER
Program used to load the above mentioned URL.
.SH FILES
.TP
.I /etc/dwww/dwww.conf
Configuration file for dwww.
.SH "SEE ALSO"
.BR dwww\-find (8),
.BR dwww (8),
.BR sensible\-browser (1).
.SH AUTHOR
Lars Wirzenius <liw@iki.fi>. Modified by Robert Luberda <robert@debian.org>.
.br
Bugs should be reported via the Debian Bug Tracking System at
<URL:http://bugs.debian.org/>.
.PP
dwww is licensed via the GNU General Public License.
While it has been written for Debian, porting it to other
systems is strongly encouraged.
|