User Tools

Site Tools


vps_-_plan9front_-_acme_sam_abaco_mothra_and_man

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
vps_-_plan9front_-_acme_sam_abaco_mothra_and_man [2022/02/19 22:31] – [sam] hc9vps_-_plan9front_-_acme_sam_abaco_mothra_and_man [2022/06/17 19:46] – [acme.dump] hc9
Line 57: Line 57:
 |2/| |2/|
 |1/| |1/|
 +
 +===== acme.dump =====
 +
 +Start acme.
 +
 +<code>
 +  % acme
 +</code>
 +
 +|**Newcol Kill Putall Dump Exit**|:::|⇐ Mouse button 2 click //Dump// to save the dump.|
 +
 +^ [blank] ^^^
 +|**Newcol Kill Putall Dump Exit**|:::|⇐ Mouse button 2 click //Exit// to exit.|
 +
 +The //acme.dump// file retains the acme configuration at the time of the dump.
 +
 +<code>
 +  % acme -l acme.dump
 +</code>
  
 ==== acme 'win' ==== ==== acme 'win' ====
Line 94: Line 113:
  
 |http://acme.cat-v.org/|The Acme User Interface for Programmers| |http://acme.cat-v.org/|The Acme User Interface for Programmers|
-|Plan 9 [[#videos|Acme]] videos|Plan 9 Acme Intro - Part 1, 2, & 3|+|Plan 9 [[:vps_-_plan_9_9front#videos|Acme]] videos|Plan 9 Acme Intro - Part 1, 2, & 3|
  
 //1//.) From a Plan 9 Rio rc prompt. //1//.) From a Plan 9 Rio rc prompt.
  
 ===== sam ===== ===== sam =====
 +
 +|x|[[:playground:plan9_tutorial_sam|Text Editing with the sam editor]]|
  
 Sam is a text editor. While the cursor is over the sam window, press the right button of your mouse and drag the cursor over the file name. Release the right mouse button once the cursor is over the file name. The cursor pointer will change to a square. Press the right button, while the square cursor is over the lower panel, to load the file in the lower panel. Sam is a text editor. While the cursor is over the sam window, press the right button of your mouse and drag the cursor over the file name. Release the right mouse button once the cursor is over the file name. The cursor pointer will change to a square. Press the right button, while the square cursor is over the lower panel, to load the file in the lower panel.
Line 226: Line 247:
  
 ===== mothra ===== ===== mothra =====
 +
 +mothra - retrieve and display World-Wide Web files
  
 |Mothra|https://wiki.sdf.org/doku.php?id=vps_-_9front#mothra| |Mothra|https://wiki.sdf.org/doku.php?id=vps_-_9front#mothra|
 +
 +===== NetSurf =====
 +
 +NetSurf is a free, open source web browser.
 +
 +|Netsurf|usage:| netsurf [-cudv] [url]|
 +
 +<file config $home/lib/netsurf/options>
 +
 +enable_javascript:1
 +cookie_file:/usr/$user/lib/netsurf/cookies
 +cookie_jar:/usr/$user/lib/netsurf/cookies
 +search_provider:0
 +
 +</file>
 +
 +|x|The //$home/lib/netsurf/options// ''enable_javascript'' options are:|1 or omit //enable_javascript:1//|
 +|x|The //$home/lib/netsurf/options// ''search_provider'' options are:|0 <del>1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19</del> or omit //search_provider:0//|
 +
 +=== Mouse button 3 menu ===
 +
 +|   back   | |
 +|   forward   | |
 +|   stop   | |
 +|   reload   | |
 +^   search   ^<= choose the //search// menu^
 +|   history   | |
 +|   bookmark   | |
 +|   bookmarks   | |
 +|   nojs   | |
 +|   exit   | |
 +
 +|1|At the NetSurf screen, press the right button of your mouse. A menu (above) should appear. Then, release the button over the "search" option.|
 +|2|select a search provider other than //search_provider:0//|
 +
 +|   **Ξ** Search...   |<= Left mouse button press the //**Ξ**// symbol to select/retain a search provider|
 +|   8-O     [blank search field]   |
 +
 +=== Mouse button 2 menu ===
 +
 +|   orig size   | |
 +|   zoom in   | |
 +|   zoom out   | |
 +|   source   | |
 +|   export image   | |
 +|   export text   | |
 +|   cut   | |
 +|   paste   | |
 +|   snarf   |<= choose the //snarf// menu to copy|
 +|   plumb   | |
 +^   look   ^<= choose the //look// menu to find^
  
 ===== man ===== ===== man =====
 +
 +man examples
 +
 +<code>
 +  % man 1 intro
 +</code>
 +
 +The ''-P'' option converts the page to PostScript.
 +
 +<code>
 +  % man -P 1 intro
 +</code>
 +
 +<code>
 +  % man -P 5 intro
 +</code>
  
 Editor reference: Editor reference:
Line 241: Line 331:
  
 |Plan 9 Rc Survival Guide|http://sdf.org/?tutorials/Plan_9_rc| |Plan 9 Rc Survival Guide|http://sdf.org/?tutorials/Plan_9_rc|
- 
-Browser reference: 
- 
-|Mothra|https://wiki.sdf.org/doku.php?id=vps_-_9front#mothra| 
- 
-|Netsurf|usage:| netsurf [-cudv] [url]|