merge
This commit is contained in:
commit
a8fdcbf3a2
4 changed files with 34 additions and 23 deletions
|
@ -4602,3 +4602,4 @@ I was using "startx" in the figurative sense.
|
||||||
Google Search provides at least 22 special features beyond the original word-search capability.
|
Google Search provides at least 22 special features beyond the original word-search capability.
|
||||||
Are you sure you're on the right website?
|
Are you sure you're on the right website?
|
||||||
(#go-nuts) <areece> The mailing list feels more hostile than the IRC :-/
|
(#go-nuts) <areece> The mailing list feels more hostile than the IRC :-/
|
||||||
|
files over 10MB may cause memory and performance problems
|
||||||
|
|
|
@ -71,18 +71,22 @@ by underlined text or a boxed image) in the
|
||||||
current file. Button 2 shows the URL of a file,
|
current file. Button 2 shows the URL of a file,
|
||||||
but does not retrieve or display it.
|
but does not retrieve or display it.
|
||||||
Button 3 pops up a menu of commands:
|
Button 3 pops up a menu of commands:
|
||||||
.TF save\ back
|
.TF alt\ display
|
||||||
.TP
|
.TP
|
||||||
.B save back
|
.B alt display
|
||||||
Place a link to the current file in a `back list'
|
Collapse or expand the navigation boxes at the top of the browser window.
|
||||||
for future reference.
|
|
||||||
.TP
|
.TP
|
||||||
.B get back
|
.B snarf url
|
||||||
Retrieve and display the back list.
|
Copy the current URL to the snarf buffer.
|
||||||
.TP
|
.TP
|
||||||
.B fix cmap
|
.B paste
|
||||||
Adjust the display's color map so that images will
|
Paste the current snarf buffer at the current cursor position.
|
||||||
have correct colors.
|
.TP
|
||||||
|
.B save hit
|
||||||
|
Save the current URL to the hit list.
|
||||||
|
.TP
|
||||||
|
.B hit list
|
||||||
|
Retrieve and display the hit list.
|
||||||
.TP
|
.TP
|
||||||
.B exit
|
.B exit
|
||||||
Ask for confirmation and quit.
|
Ask for confirmation and quit.
|
||||||
|
@ -94,17 +98,23 @@ The typed commands are:
|
||||||
.BI g " url
|
.BI g " url
|
||||||
Get the page with the given URL.
|
Get the page with the given URL.
|
||||||
.TP
|
.TP
|
||||||
|
.B r
|
||||||
|
Reload the current page.
|
||||||
|
.TP
|
||||||
.BI s " file
|
.BI s " file
|
||||||
Save the current file in the given
|
Save the current page in the given
|
||||||
|
.I file.
|
||||||
|
.TP
|
||||||
|
.BI W " file
|
||||||
|
Capture a screenshot of the entire browser window in the given
|
||||||
|
.I file.
|
||||||
|
.TP
|
||||||
|
.BI w " file
|
||||||
|
Capture a screenshot of the content area in the given
|
||||||
.I file.
|
.I file.
|
||||||
.TP
|
.TP
|
||||||
.B q
|
.B q
|
||||||
Quit.
|
Quit.
|
||||||
.TP
|
|
||||||
.B ?
|
|
||||||
.TP
|
|
||||||
.B h
|
|
||||||
Get help.
|
|
||||||
.PD
|
.PD
|
||||||
.PP
|
.PP
|
||||||
When
|
When
|
||||||
|
@ -117,8 +127,8 @@ image), it will start up an appropriate viewer, for example
|
||||||
.IR 9v (9.1))
|
.IR 9v (9.1))
|
||||||
for image files.
|
for image files.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B $home/lib/mothra/back.html
|
.B $home/lib/mothra/hit.html
|
||||||
the back list
|
the hit list
|
||||||
.br
|
.br
|
||||||
.B $home/lib/mothra/mothra.url
|
.B $home/lib/mothra/mothra.url
|
||||||
log of visited URLs
|
log of visited URLs
|
||||||
|
|
|
@ -38,7 +38,7 @@ then packs it into a
|
||||||
compressed
|
compressed
|
||||||
.IR tar (1)
|
.IR tar (1)
|
||||||
archive suitable for upload to a package
|
archive suitable for upload to a package
|
||||||
repository.
|
repository. The source directory should be provided as a full path.
|
||||||
.TP
|
.TP
|
||||||
.I Pkg/install
|
.I Pkg/install
|
||||||
Install the package
|
Install the package
|
||||||
|
@ -58,17 +58,16 @@ from the local system.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.LP
|
.LP
|
||||||
Create the package
|
Create the package
|
||||||
.B links-variable-2011.05.23
|
.B irc7-2011.09.21:
|
||||||
.sp 1
|
.sp 1
|
||||||
.EX
|
.EX
|
||||||
% cd /sys/src
|
% pkg/create /sys/src/cmd/irc7-2011.09.21
|
||||||
% pkg/create links-variable-2011.05.23
|
|
||||||
.EE
|
.EE
|
||||||
|
|
||||||
.LP
|
.LP
|
||||||
Install the
|
Install the
|
||||||
.B Go
|
.B Go
|
||||||
programming language.
|
programming language:
|
||||||
.sp 1
|
.sp 1
|
||||||
.EX
|
.EX
|
||||||
% pkg/install go-2011.05.10
|
% pkg/install go-2011.05.10
|
||||||
|
|
|
@ -6,8 +6,9 @@ echo Creating $i
|
||||||
C=`{pwd}
|
C=`{pwd}
|
||||||
@{
|
@{
|
||||||
rfork en
|
rfork en
|
||||||
|
mkdir -p /tmp/$i/files/sys/src/cmd/$i
|
||||||
|
dircp $d /tmp/$i/files/sys/src/cmd/$i
|
||||||
cd $d
|
cd $d
|
||||||
mkdir /tmp/$i
|
|
||||||
mk
|
mk
|
||||||
divergefs -p /tmp/$i /
|
divergefs -p /tmp/$i /
|
||||||
mk install clean
|
mk install clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue