diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
commit | b41b9034225ab3e49980d9de55c141011b6383b0 (patch) | |
tree | 891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/abaco | |
parent | c558a99e0be506a9abdf677f0ca4490644e05fc1 (diff) |
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/abaco')
-rwxr-xr-x | sys/man/1/abaco | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/sys/man/1/abaco b/sys/man/1/abaco new file mode 100755 index 000000000..9a0182f21 --- /dev/null +++ b/sys/man/1/abaco @@ -0,0 +1,75 @@ +.TH ABACO 1 +.SH NAME +abaco, readweb \- browse the World-Wide Web +.SH SYNOPSIS +.B abaco +[ +.B -p +] [ +.B -c +.I ncols +] [ +.B -m +.I mtpt +] [ +.B -t +.I charset +] [ +.I url +] +.PP +.B readweb +[ +.I url +] +.SH DESCRIPTION +.I Abaco +is a lightweight web browser with the appearance of +.IR acme (1) +with +.I ncols +columns (one by default). +Given a +.IR url , +it will start by displaying that page. +Clicking mouse button 3 on a link +opens it in a new +.I abaco +window. +.B -t +selects an alternate character set; +.B -m +an alternate mount point for +.IR webfs . +Normally the standard error of subshells is closed, +but +.B -p +prevents this. +.PP +.I Readweb +imports the outside network, if necessary, +starts +.I webfs +and +.I webcookies +and finally +.IR abaco . +.\" .SH EXAMPLES +.SH FILES +.TP 15 +.B /mnt/web +default +.I webfs +mount point +.SH SOURCE +.B /sys/src/cmd/abaco +.br +.B /rc/bin/readweb +.SH SEE ALSO +.IR vnc (1), +.IR webcookies (4), +.IR webfs (4), +.SH BUGS +.I Abaco +is a work in progress; +many features of giant web browsers are absent. |