abaco(1): remove readweb
This commit is contained in:
parent
6d2635d5ba
commit
651d6c2bc6
2 changed files with 3 additions and 36 deletions
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
# start abaco and its prerequisites
|
|
||||||
rfork ne
|
|
||||||
if(~ $#1 0){
|
|
||||||
rimport '$cpu' /net
|
|
||||||
}
|
|
||||||
if not {
|
|
||||||
rimport $1 /net
|
|
||||||
shift
|
|
||||||
}
|
|
||||||
webfs
|
|
||||||
webcookies
|
|
||||||
# probably not needed
|
|
||||||
# echo useragent netscape 1.0 >/mnt/web/ctl
|
|
||||||
exec /$cputype/bin/abaco $*
|
|
|
@ -1,6 +1,6 @@
|
||||||
.TH ABACO 1
|
.TH ABACO 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
abaco, readweb \- browse the World-Wide Web
|
abaco \- browse the World-Wide Web
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B abaco
|
.B abaco
|
||||||
[
|
[
|
||||||
|
@ -17,11 +17,6 @@ abaco, readweb \- browse the World-Wide Web
|
||||||
] [
|
] [
|
||||||
.I url
|
.I url
|
||||||
]
|
]
|
||||||
.PP
|
|
||||||
.B readweb
|
|
||||||
[
|
|
||||||
.I url
|
|
||||||
]
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Abaco
|
.I Abaco
|
||||||
is a lightweight web browser with the appearance of
|
is a lightweight web browser with the appearance of
|
||||||
|
@ -45,16 +40,6 @@ Normally the standard error of subshells is closed,
|
||||||
but
|
but
|
||||||
.B -p
|
.B -p
|
||||||
prevents this.
|
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
|
.SH FILES
|
||||||
.TP 15
|
.TP 15
|
||||||
.B /mnt/web
|
.B /mnt/web
|
||||||
|
@ -63,12 +48,9 @@ default
|
||||||
mount point
|
mount point
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /sys/src/cmd/abaco
|
.B /sys/src/cmd/abaco
|
||||||
.br
|
|
||||||
.B /rc/bin/readweb
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR vnc (1),
|
.IR mothra (1),
|
||||||
.IR webcookies (4),
|
.IR webfs (4)
|
||||||
.IR webfs (4),
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.I Abaco
|
.I Abaco
|
||||||
is a work in progress;
|
is a work in progress;
|
||||||
|
|
Loading…
Reference in a new issue