aboutsummaryrefslogtreecommitdiff
path: root/doc/dillo.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dillo.1.in')
-rw-r--r--doc/dillo.1.in116
1 files changed, 116 insertions, 0 deletions
diff --git a/doc/dillo.1.in b/doc/dillo.1.in
new file mode 100644
index 00000000..7f4ffc1c
--- /dev/null
+++ b/doc/dillo.1.in
@@ -0,0 +1,116 @@
+.TH dillo 1 "November 5, 2012" "" "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 INSECURE
+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, and GIF 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 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 for these URL(s).
+.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 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 http://www.dillo.org