3 :Description: ELinks configuration file
7 elinks.conf - ELinks configuration file
12 set <option> = <value>
14 bind "<keymap>" "<key>" = "<action>"
20 The `elinks.conf` file contains configuration information for ELinks. It can
21 be used to configure the behaviour of ELinks in a wide variety of ways:
22 protocol behaviour, keybindings, colors used for rendering and for the user
25 It is read at startup and saved only when requested. All options described in
26 this document can be fully configured from within ELinks so no editing of
27 elinks.conf is needed.
29 Note that MIME-related options used for specifying handlers of various MIME
30 types are NOT described in this document. Documentation for these options can
31 be found at the ELinks homepage. Keybindings can also be specified in
32 elinks.conf. This is described in man:elinkskeys[5].
37 The syntax of the configuration file is very simple. The elinks.conf file is a
38 free-form ASCII text file. The file may contain extra tabs and newlines for
39 formatting purposes. Keywords in the file are case-sensitive. Comments may be
40 placed anywhere within the file (except within quotes). Comments begin with
41 the # character and end at the end of the line.
48 # Use asynchronous DNS resolver?
49 set connection.async_dns = 1
50 # horizontal text margin.
51 set document.browse.margin_width = 3
52 # Default document codepage.
53 set document.codepage.assume = "ISO-8859-1"
54 # User defined protocol handlers
55 set protocol.user.mailto.unix = "mutt %h -s \"%s\""
60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
61 ifdef::backend-docbook[]
62 include1::{builddir}option-config.frag.xml[]
63 endif::backend-docbook[]
64 ifdef::backend-xhtml11[]
65 include1::{builddir}option-config.frag.xhtml[]
66 endif::backend-xhtml11[]
67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
69 // The OpenSSL license requires the following acknowledgements in all
70 // advertising materials that mention features of OpenSSL. The web
71 // pages at http://elinks.cz/ might be thought of as advertising, and
72 // the documentation of the connection.ssl.cert_verify option mentions
73 // a feature of OpenSSL. So include the acknowledgements in the HTML
74 // web page that documents the options.
80 If ELinks was configured to use OpenSSL, then the following apply:
82 - This product includes software developed by the OpenSSL Project
83 for use in the OpenSSL Toolkit. (http://www.openssl.org/)
85 - This product includes cryptographic software written by
86 Eric Young (eay@cryptsoft.com)
92 man:elinks[1], man:elinkskeys[5]