1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

elinks(1): update and polish; leave out the platform section

The list of platforms are better maintained on the homepage.

(cherry picked from commit 3ea7939b0d,
 regenerated doc/man/man1/elinks.1.in)
This commit is contained in:
Jonas Fonseca 2008-03-02 23:29:17 +01:00 committed by Kalle Olavi Niemitalo
parent df6801202c
commit b0251dad32
2 changed files with 18 additions and 16 deletions

View File

@ -57,12 +57,12 @@ ELINKS_CONFDIR::
ELINKS_TWTERM, LINKS_TWTERM:: ELINKS_TWTERM, LINKS_TWTERM::
The command to run when selecting File -> New window and if The command to run when selecting File -> New window and if
`TWDISPLAY` is defined (default `twterm -e`) `TWDISPLAY` is defined (default `twterm -e`).
ELINKS_XTERM, LINKS_XTERM:: ELINKS_XTERM, LINKS_XTERM::
The command to run when selecting File -> New window and if `DISPLAY` The command to run when selecting File -> New window and if `DISPLAY`
is defined (default `xterm -e`) is defined (default `xterm -e`).
FTP_PROXY, HTTP_PROXY, HTTPS_PROXY:: FTP_PROXY, HTTP_PROXY, HTTPS_PROXY::
@ -83,6 +83,11 @@ WWW_HOME::
FILES FILES
----- -----
Configuration files controlled by ELinks are located in the user
configuration directory, defaulting to '~/.elinks/'. In addition to the
files listed below, a user defined CSS stylesheet can be defined using
the 'document.css.stylesheet' option.
@sysconfdir@/elinks.conf:: @sysconfdir@/elinks.conf::
Site-wide configuration file. Site-wide configuration file.
@ -116,15 +121,14 @@ FILES
~/.elinks/socket:: ~/.elinks/socket::
Internal 'ELinks' socket for communication between its instances. Internal 'ELinks' socket for communication between its instances.
~/.mailcap:: ~/.mailcap, /etc/mailcap::
Mappings of MIME types to external handlers. Mappings of MIME types to external handlers.
~/.mime.types:: ~/.mime.types, /etc/mime.types::
Mappings of file extensions to MIME types. Mappings of file extensions to MIME types.
Other files that ELinks uses from '~/.elinks/' includes the user defined CSS //////////////////////////////////////////////////////////////////////////////
stylesheet. The name of the file can set in the 'document.css.stylesheet' // Commented out since it's neither super useful nor manpage material. --jonas
option.
PLATFORMS PLATFORMS
--------- ---------
@ -132,6 +136,7 @@ PLATFORMS
'ELinks' is known to work on 'Linux', 'FreeBSD', 'OpenBSD', 'Solaris', 'IRIX', 'ELinks' is known to work on 'Linux', 'FreeBSD', 'OpenBSD', 'Solaris', 'IRIX',
'HPUX', 'Digital Unix', 'AIX', 'OS/2', 'BeOS' and 'RISC OS'. Port for 'Win32' 'HPUX', 'Digital Unix', 'AIX', 'OS/2', 'BeOS' and 'RISC OS'. Port for 'Win32'
is in state of beta testing. is in state of beta testing.
//////////////////////////////////////////////////////////////////////////////
BUGS BUGS
---- ----

View File

@ -299,7 +299,7 @@ ELINKS_TWTERM, LINKS_TWTERM
The command to run when selecting File \-> New window and if The command to run when selecting File \-> New window and if
TWDISPLAY TWDISPLAY
is defined (default is defined (default
twterm \-e) twterm \-e).
.RE .RE
.PP .PP
ELINKS_XTERM, LINKS_XTERM ELINKS_XTERM, LINKS_XTERM
@ -307,7 +307,7 @@ ELINKS_XTERM, LINKS_XTERM
The command to run when selecting File \-> New window and if The command to run when selecting File \-> New window and if
DISPLAY DISPLAY
is defined (default is defined (default
xterm \-e) xterm \-e).
.RE .RE
.PP .PP
FTP_PROXY, HTTP_PROXY, HTTPS_PROXY FTP_PROXY, HTTP_PROXY, HTTPS_PROXY
@ -332,6 +332,8 @@ Homepage location (as in
\fBlynx\fR(1)). \fBlynx\fR(1)).
.RE .RE
.SH "FILES" .SH "FILES"
Configuration files controlled by ELinks are located in the user configuration directory, defaulting to \fI~/.elinks/\fR. In addition to the files listed below, a user defined CSS stylesheet can be defined using the \fIdocument.css.stylesheet\fR option.
.sp
.PP .PP
@sysconfdir@/elinks.conf @sysconfdir@/elinks.conf
.RS 4 .RS 4
@ -390,20 +392,15 @@ Internal
socket for communication between its instances. socket for communication between its instances.
.RE .RE
.PP .PP
~/.mailcap ~/.mailcap, /etc/mailcap
.RS 4 .RS 4
Mappings of MIME types to external handlers. Mappings of MIME types to external handlers.
.RE .RE
.PP .PP
~/.mime.types ~/.mime.types, /etc/mime.types
.RS 4 .RS 4
Mappings of file extensions to MIME types. Mappings of file extensions to MIME types.
.RE .RE
Other files that ELinks uses from \fI~/.elinks/\fR includes the user defined CSS stylesheet. The name of the file can set in the \fIdocument.css.stylesheet\fR option.
.sp
.SH "PLATFORMS"
\fIELinks\fR is known to work on \fILinux\fR, \fIFreeBSD\fR, \fIOpenBSD\fR, \fISolaris\fR, \fIIRIX\fR, \fIHPUX\fR, \fIDigital Unix\fR, \fIAIX\fR, \fIOS/2\fR, \fIBeOS\fR and \fIRISC OS\fR. Port for \fIWin32\fR is in state of beta testing.
.sp
.SH "BUGS" .SH "BUGS"
Please report any other bugs you find to the either the ELinks mailing list at <elinks\-users@linuxfromscratch.org> or if you prefer enter them into the bug tracking system <http://bugzilla.elinks.cz/>. More information about how to get in contact with developers and getting help can be found on the community page <http://elinks.cz/community.html>. Please report any other bugs you find to the either the ELinks mailing list at <elinks\-users@linuxfromscratch.org> or if you prefer enter them into the bug tracking system <http://bugzilla.elinks.cz/>. More information about how to get in contact with developers and getting help can be found on the community page <http://elinks.cz/community.html>.
.sp .sp