Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
dillo(1)			  USER COMMANDS 			dillo(1)

NAME
     dillo - web browser

SYNOPSIS
     dillo [OPTION]...	[--] [URL|FILE]...

DESCRIPTION
     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, EXPERIMENTAL HTTPS  support  can  be  en-
     abled. Both FTP and Dillo's download manager use the wget(1) downloader.

     Dillo  displays HTML, text, PNG, JPEG, GIF, SVG and WebP files.  It handles
     cookies, HTTP authentication (basic and digest), proxying (basic), and some
     CSS.

     Framesets are displayed as links to frames, and there is currently no  sup-
     port for javascript or video.

     In order to use the hyphenation feature, pattern files from CTAN need to be
     installed	to /usr/local/libexec/dillo/hyphenation/.  This can be done with
     the script dillo-install-hyphenation.   Call  it  with  ISO-639-1	language
     codes as arguments, or without arguments to get more help.

OPTIONS
     -f, --fullwindow
	    Start  in  full  window  mode: hide address bar, navigation buttons,
	    menu, and status bar.

     -g, -geometry GEO
	    Set initial window position where GEO is WxH[{+-}X{+-}Y].

     -h, --help
	    Display this help text and exit.

     -l, --local
	    Don't load images or stylesheets, or follow redirections, for  these
	    FILEs or URLs. This is intended for use with HTML email.

     -v, --version
	    Display version info and exit.

     -x, --xid XID
	    Open  first  Dillo	window	in an existing window whose window ID is
	    XID.

EXIT STATUS
     0	    No error.

     1	    Internal error.

     2	    Error in command line arguments.

ENVIRONMENT
     HOME (or HOMEDRIVE and HOMEPATH on Cygwin)
	    User's home directory.

     http_proxy
	    URL of proxy to send HTTP/HTTPS traffic through.

FILES
     dpid   Dillo plugin daemon

     dpidc  Control program for dpid.

     ~/.dillo/bm.txt
	    User bookmarks

     ~/.dillo/certs/
	    Saved certificates for HTTPS.

     ~/.dillo/cookies.txt
	    Stored cookies

     ~/.dillo/cookiesrc
	    Cookie settings

     ~/.dillo/dillorc
	    Configuration file.

     ~/.dillo/domainrc
	    Rules for cross-domain requests.

     ~/.dillo/dpid_comm_keys
	    Keys used in dpi daemon communication.

     ~/.dillo/dpidrc
	    Contains name of directory containing dpis, and associates dpi files
	    with protocols.

     ~/.dillo/keysrc
	    Keybindings.

     ~/.dillo/style.css
	    User style sheet.

     /usr/local/libexec/dillo/hyphenation/
	    Hyphenation pattern files.

SEE ALSO
     wget(1)

     Dillo website: https://dillo-browser.github.io/

				  May 28, 2015				dillo(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dillo&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help