1dillo(1)                         USER COMMANDS                        dillo(1)
2
3
4

NAME

6       dillo - web browser
7

SYNOPSIS

9       dillo [OPTION]...  [--] [URL|FILE]...
10

DESCRIPTION

12       Dillo  is  a  lightweight graphical web browser that aims to be secure.
13       It handles HTTP internally, and FILE, FTP, and DATA  URIs  are  handled
14       through  a plugin system (dpi). In addition, INSECURE HTTPS support can
15       be enabled. Both FTP and Dillo's download manager use the wget(1) down‐
16       loader.
17
18       Dillo  displays HTML, text, PNG, JPEG, and GIF files.  It handles cook‐
19       ies, HTTP authentication (basic and digest), proxying (basic), and some
20       CSS.
21
22       Framesets  are  displayed as links to frames, and there is currently no
23       support for javascript or video.
24
25       In order to use the hyphenation feature, pattern files from  CTAN  need
26       to  be installed to /usr/lib/dillo/hyphenation/.  This can be done with
27       the script dillo-install-hyphenation.  Call it with ISO-639-1  language
28       codes as arguments, or without arguments to get more help.
29

OPTIONS

31       -f, --fullwindow
32              Start in full window mode: hide address bar, navigation buttons,
33              menu, and status bar.
34
35       -g, -geometry GEO
36              Set initial window position where GEO is WxH[{+-}X{+-}Y].
37
38       -h, --help
39              Display this help text and exit.
40
41       -l, --local
42              Don't load images or stylesheets, or  follow  redirections,  for
43              these FILEs or URLs. This is intended for use with HTML email.
44
45       -v, --version
46              Display version info and exit.
47
48       -x, --xid XID
49              Open first Dillo window in an existing window whose window ID is
50              XID.
51

EXIT STATUS

53       0      No error.
54
55       1      Internal error.
56
57       2      Error in command line arguments.
58

ENVIRONMENT

60       HOME (or HOMEDRIVE and HOMEPATH on Cygwin)
61              User's home directory.
62
63       http_proxy
64              URL of proxy to send HTTP traffic through.
65

FILES

67       dpid   Dillo plugin daemon
68
69       dpidc  Control program for dpid.
70
71       ~/.dillo/bm.txt
72              User bookmarks
73
74       ~/.dillo/certs/
75              Saved certificates for HTTPS.
76
77       ~/.dillo/cookies.txt
78              Stored cookies
79
80       ~/.dillo/cookiesrc
81              Cookie settings
82
83       ~/.dillo/dillorc
84              Configuration file.
85
86       ~/.dillo/domainrc
87              Rules for cross-domain requests.
88
89       ~/.dillo/dpid_comm_keys
90              Keys used in dpi daemon communication.
91
92       ~/.dillo/dpidrc
93              Contains name of directory containing dpis, and  associates  dpi
94              files with protocols.
95
96       ~/.dillo/keysrc
97              Keybindings.
98
99       ~/.dillo/style.css
100              User style sheet.
101
102       /usr/lib/dillo/hyphenation/
103              Hyphenation pattern files.
104

SEE ALSO

106       wget(1)
107
108       Dillo website: http://www.dillo.org
109
110
111
112                               December 20, 2014                      dillo(1)
Impressum