📄 elinks.1.in
字号:
.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at:.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>..TH "ELINKS" "1" "19 December 2004" "" "".SH NAMEelinks \- lynx-like alternative character mode WWW browser.SH SYNOPSIS\fBelinks\fR [ \fBoptions\fR ] \fBurl\fR.SH "DESCRIPTION".PPELinks is a text mode WWW browser, supporting colors,table rendering, background downloading, menu drivenconfiguration interface, tabbed browsing and slim code. .PPFrames are supported. You can have different file formats associatedwith external viewers. mailto: and telnet: are supported via externalclients. .PPELinks can handle both local files and remote URLs. The mainsupported remote URL protocols are HTTP, HTTPS (with SSL supportcompiled in) and FTP. Additional protocol support exists for finger,Gopher, SMB and NNTP..SH "OPTIONS".PPMost options can be set in the user interface or config file, sousually you do not need to care about them. Note that this list is byno means complete and it is not kept up-to-date. To get complete listof commandline options, start ELinks with parameter\fI--help\fR..TP\fB-anonymous [0|1] (default: 0) \fRRestrict ELinks so that it can run on an anonymous account.No local file browsing, no downloads and no saving of runtime statefiles. Execution of viewers is allowed, but user can't add or modifyentries in association table..TP\fB-auto-submit [0|1] (default: 0) \fRGo and submit the first form you'll stumble upon..TP\fB-base-session <num> (default: 0) \fRID of session (ELinks instance) which we want to clone.This is internal ELinks option, you don't want to use it..TP\fB-config-dir <str> (default: "") \fRSet the config dir to the given path. ELinks will readits config files and writes to it. If the path begins witha '/' its used as an absolute path. Else it is assumed tobe relative to your \fBHOME\fR dir..TP\fB-config-file <str> (default: "elinks.conf")\fRName of the file with configuration, from which and towhich all the configuration shall be written. It should berelative to config-dirP\fB-config-help\fRPrint help on configuration options and exit..TP\fB-default-mime-type (alias for mime.default_type) \fRDefault MIME type to assume for documents of unknown type..TP\fB-default-keys [0|1] (default: 0)\fRIf set, parse but don't set keybindings from configurationfile. It forces use of default keybindings and will resetuser-defined ones on save..TP\fB-dump [0|1] (default: 0) \fRWrite a plain-text version of the document at the given URL to stdout..TP\fB-dump-charset (alias for document.dump.codepage) \fRCodepage used in dump output..TP\fB-dump-width (alias for document.dump.width) \fRWidth of the dump output..TP\fB-eval \fRSpecify elinks.conf configuration options on the command-line:\fI-eval 'set protocol.file.allow_special_files = 1'\fR..TP\fB-force-html \fRThis makes ELinks assume that the files it sees are HTML. This isequivalent to \fI-default-mime-type text/html\fR..TP\fB-?, -h, -help \fRPrint usage help and exit..TP\fB-localhost [0|1] (default: 0) \fRRestrict ELinks so that it can only open connections tolocal addresses (ie. 127.0.0.1), it will prevent any connectionto distant servers..TP\fB-long-help \fRPrint detailed usage help and exit..TP\fB-lookup \fRLook up specified host..TP\fB-no-connect [0|1] (default: 0) \fRRun ELinks as a separate instance instead of connecting to anexisting instance. Note that normally no runtime state files(bookmarks, history and so on) are written to the disk whenthis option is used. See also \fI-touch-files\fR..TP\fB-no-home [0|1] (default: 0) \fRDisables creation and use of files in the user specific homeconfiguration directory (\fI~/.elinks\fR). It forces defaultconfiguration values to be used and disables saving of statefiles (e.g. cookies)..TP\fB-no-numbering [0|1] (default: 0) \fRPrevents numbering of links in the \fI-dump\fR. output; this was thedefault behaviour until 0.5pre12.Note that this really affects only \fI-dump\fR, nothing else..TP\fB-no-references [0|1] (default: 0) \fRPrevents dumping of links references (URIs) in the \fI-dump\fR output.Note that this really affects only \fI-dump\fR, nothing else..TP\fB-remote\fRMozilla compliant support for controlling a remote ELinks instance.The command takes an additional argument containing the method whichshould be invoked and any parameters that should be passed to it.For ease of use the additional method argument can be omitted in whichcase any URL arguments will be opened in new tabs in the remote instance.Following is a list of the methods that are supported:.RS.PD 0.TP.B ping()check for remote instance.TP.B openURL()prompt URL in current tab.TP.B openURL(URL)open URL in current tab.TP.B openURL(URL, new-tab)open URL in new tab.TP.B openURL(URL, new-window)open URL in new window.TP.B addBookmark(URL)bookmark URL.TP.B xfeDoCommand(openBrowser)open new window.PD.RE.TP\fB-session-ring <num> (default: 0) \fRID of session ring this ELinks session should connect to. ELinksworks in so-called session rings, whereby all instances of ELinksare interconnected and share state (cache, bookmarks, cookies,and so on). By default, all ELinks instances connect to sessionring 0. You can change that behaviour with this switch and form asmany session rings as you want. Obviously, if the session-ring withthis number doesn't exist yet, it's created and this ELinks instancewill become the master instance (that usually doesn't matter for youas a user much). Note that you usually don't want to use this unlessyou're a developer and you want to do some testing - if you want theELinks instances each running standalone, rather use the \fI-no-connect\fRcommand-line option. Also note that normally no runtime state filesare written to the disk when this option is used. See also\fI-touch-files\fR..TP\fB-source [0|1] (default: 0) \fRWrite the given HTML document in source form to stdout..TP\fB-touch-files [0|1] (default: 0) \fRSet to 1 to have runtime state files (bookmarks, history, ...)changed even when \fI-no-connect\fR or \fI-session-ring\fR is used; has noeffect if not used in connection with any of these options..TP\fB-verbose <num> (default: 0) \fRThe verbose level controls what messages are shown atstart up and while running:.RS.PD 0.TP.B 0means only show serious errors.TP.B 1means show serious errors and warnings.TP.B 2means show all messages.PD.RE.TP\fB-version \fRPrint ELinks version information and exit..SH "ENVIRONMENT VARIABLES".PPELinks uses the following environment variables..TP\fB COMSPEC, SHELL \fRThe shell used for File -> OS Shell on DOS/Windows and UNIX, respectively..TP\fB EDITOR \fRThe program to use for external editor (when editing textareas)..TP\fB ELINKS_CONFDIR \fRThe location of the directory containing configuration files.If not set the default is \fI~/.elinks/\fR..TP\fB ELINKS_TWTERM , LINKS_TWTERM \fRThe command to run when selecting File ->New window and if \fBTWDISPLAY\fRis defined (default \fBtwterm -e\fR).TP\fB ELINKS_XTERM , LINKS_XTERM \fRThe command to run when selectingFile -> New window and if\fBDISPLAY\fR is defined (default \fBxterm-e\fR).TP\fB FTP_PROXY, HTTP_PROXY, HTTPS_PROXY \fRThe host to proxy the various protocol traffic through..TP\fB HOME \fRThe path to the users home directory. Used when expanding ~/..TP\fB WWW_HOME \fRHomepage location (as in \fBlynx(1)\fR).SH "FILES".TP\fB\fI@sysconfdir@/elinks.conf\fB\fRSite-wide configuration file..TP\fB\fI~/.elinks/elinks.conf\fB\fRPer-user config file, loaded after site-wide configuration..TP\fB\fI~/.elinks/bookmarks\fB\fRBookmarks file.TP\fB\fI~/.elinks/cookies\fB\fRCookies file.TP\fB\fI~/.elinks/formhist\fB\fRForm history file.TP\fB\fI~/.elinks/gotohist\fB\fRGoTo URL dialog history file.TP\fB\fI~/.elinks/globhist\fB\fRHistory file containing last 4096 URLs visited .TP\fB\fI~/.elinks/searchhist\fB\fRSearch history file.TP\fB\fI~/.elinks/socket\fB\fRInternal ELinks socket for communication between its instances..SH "PLATFORMS".PPELinks is known to work on Linux, FreeBSD, OpenBSD, Solaris, IRIX,HPUX, Digital Unix, AIX, OS/2, BeOS and RISC OS..SH "BUGS".PPPlease report any other bugs you find to the ELinks mailing listelinks-users@linuxfromscratch.org <URL:http://elinks.or.cz/community.html> orthe bug system <URL:http://bugzilla.elinks.or.cz/>..SH "LICENSE".PPELinks is free software; you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the FreeSoftware Foundation; version 2 of the License..SH "AUTHORS".PP\fBLinks\fR was written by Mikulas Patocka<mikulas@artax.karlin.mff.cuni.cz>. ELinks - which isbased on Links - was written by a team around Petr Baudis<pasky@ucw.cz>. See file \fIAUTHORS\fR inthe source tree for a list of people contributing to this project. .PPThe homepage of ELinks can be found at <URL:http://elinks.or.cz> .PPThis manual page was written by Peter Gervai<grin@tolna.net>, using excerpts from a (yet?) unknownLinks fan for the Debian GNU/Linux system (but may be used by others).Contributions from Francis A. Holop. Extended, clarified and made moreup-to-date by Petr Baudis <pasky@ucw.cz>. Updated by Zas<zas@norz.org>. The conversion to DocBook for ELinks 0.5and trimming was done by Jonas Fonseca <fonseca@diku.dk>..SH "SEE ALSO".PP\fBelinkskeys(5)\fR,\fBelinks.conf(5)\fR,\fBlinks(1)\fR,\fBlynx(1)\fR,\fBw3m(1)\fR,\fBwget(1)\fR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -