Initial import of Dillo
This commit is contained in:
117
doc/dillo.1.in
Normal file
117
doc/dillo.1.in
Normal file
@ -0,0 +1,117 @@
|
||||
.TH dillo 1 "May 28, 2015" "" "USER COMMANDS"
|
||||
.SH NAME
|
||||
dillo \- web browser
|
||||
.SH SYNOPSIS
|
||||
.B dillo
|
||||
.RI [ OPTION ]...
|
||||
.RB [ \-\- ]
|
||||
.RI [ URL | FILE ]...
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Dillo is a lightweight graphical web browser that aims to be secure.
|
||||
It handles HTTP internally, and FILE, FTP, and
|
||||
DATA URIs are handled through a plugin system (dpi). In addition,
|
||||
.I EXPERIMENTAL
|
||||
HTTPS support can be enabled. Both FTP and Dillo's download manager use the
|
||||
.BR wget (1)
|
||||
downloader.
|
||||
.PP
|
||||
Dillo displays HTML, text, PNG, JPEG, GIF, SVG and WebP files.
|
||||
It handles cookies, HTTP authentication (basic and digest), proxying (basic),
|
||||
and some CSS.
|
||||
.PP
|
||||
Framesets are displayed as links to frames, and there is currently
|
||||
no support for javascript or video.
|
||||
.PP
|
||||
In order to use the hyphenation feature, pattern files from CTAN need to
|
||||
be installed to
|
||||
.IR /usr/local/lib/dillo/hyphenation/ .
|
||||
This can be done with the script
|
||||
.IR dillo-install-hyphenation .
|
||||
Call it with ISO-639-1 language codes as arguments, or without arguments
|
||||
to get more help.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-f\fR, \fB\-\-fullwindow\fR
|
||||
Start in full window mode: hide address bar, navigation buttons, menu, and
|
||||
status bar.
|
||||
.TP
|
||||
\fB\-g\fR, \fB\-geometry \fIGEO\fR
|
||||
Set initial window position where \fIGEO\fR is
|
||||
\fIW\fBx\fIH\fR[{\fB+\-\fR}\fIX\fR{\fB+\-\fR}\fIY\fR].
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Display this help text and exit.
|
||||
.TP
|
||||
\fB\-l\fR, \fB\-\-local\fR
|
||||
Don't load images or stylesheets, or follow redirections, for these FILEs or
|
||||
URLs. This is intended for use with HTML email.
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-version\fR
|
||||
Display version info and exit.
|
||||
.TP
|
||||
\fB\-x\fR, \fB\-\-xid \fIXID\fR
|
||||
Open first Dillo window in an existing window whose window ID is \fIXID\fR.
|
||||
.SH EXIT STATUS
|
||||
.TP
|
||||
.B 0
|
||||
No error.
|
||||
.TP
|
||||
.B 1
|
||||
Internal error.
|
||||
.TP
|
||||
.B 2
|
||||
Error in command line arguments.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.BR "HOME " "(or " "HOMEDRIVE " "and " "HOMEPATH " "on Cygwin)"
|
||||
User's home directory.
|
||||
.TP
|
||||
.B http_proxy
|
||||
URL of proxy to send HTTP/HTTPS traffic through.
|
||||
.SH FILES
|
||||
.TP
|
||||
.I dpid
|
||||
Dillo plugin daemon
|
||||
.TP
|
||||
.I dpidc
|
||||
Control program for dpid.
|
||||
.TP
|
||||
.I ~/.dillo/bm.txt
|
||||
User bookmarks
|
||||
.TP
|
||||
.I ~/.dillo/certs/
|
||||
Saved certificates for HTTPS.
|
||||
.TP
|
||||
.I ~/.dillo/cookies.txt
|
||||
Stored cookies
|
||||
.TP
|
||||
.I ~/.dillo/cookiesrc
|
||||
Cookie settings
|
||||
.TP
|
||||
.I ~/.dillo/dillorc
|
||||
Configuration file.
|
||||
.TP
|
||||
.I ~/.dillo/domainrc
|
||||
Rules for cross-domain requests.
|
||||
.TP
|
||||
.I ~/.dillo/dpid_comm_keys
|
||||
Keys used in dpi daemon communication.
|
||||
.TP
|
||||
.I ~/.dillo/dpidrc
|
||||
Contains name of directory containing dpis, and associates
|
||||
dpi files with protocols.
|
||||
.TP
|
||||
.I ~/.dillo/keysrc
|
||||
Keybindings.
|
||||
.TP
|
||||
.I ~/.dillo/style.css
|
||||
User style sheet.
|
||||
.TP
|
||||
.I /usr/local/lib/dillo/hyphenation/
|
||||
Hyphenation pattern files.
|
||||
.SH SEE ALSO
|
||||
.BR wget (1)
|
||||
.PP
|
||||
Dillo website:
|
||||
.B https://dillo-browser.github.io/
|
Reference in New Issue
Block a user