1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<html>
<body bgcolor="#FFFFCE">
<h2>Help Dialog</h2>
<p>
The Help dialog is used to display information on a variety of topics.
<a name="links"></a>
<p>
<font size=+1><b>Special links</b></font>
<p>
A number of Golly-specific links are used for various purposes:
<p>
<ul>
<li> <b>edit:</b><i>file</i><br>
Display the given file in a separate dialog.
<li> <b>get:</b><i>url</i><br>
Download the specified file and process it according to its type:
<ul>
<li>
A HTML file (.htm or .html) is displayed in the Help dialog.
Note that this HTML file can contain <b>get</b> links with partial URLs.
For a good example of their use, see the
<a href="get:http://www.conwaylife.com/golly.html">LifeWiki Pattern Archive</a>.
<li>
A text file (.txt or .doc or a name containing "readme") is displayed in
a separate dialog.
<li>
A zip file's contents are displayed in the Help dialog.
<li>
A rule file (.rule) is installed and Golly then switches to that rule.
<li>
A pattern file is loaded and displayed.
</ul>
<li> <b>lexpatt:</b><i>pattern</i><br>
Load the given <a href="Lexicon/lex.htm">Life Lexicon</a> pattern
and display it.
<li> <b>open:</b><i>file</i><br>
Load the given pattern file and display it.
<li> <b>rule:</b><i>rulename</i><br>
Load the given rule.
<li> <b>unzip:</b><i>zip:file</i><br>
Extract a file from the given zip file and process it in the
same manner as a <b>get</b> link (see above).
Golly creates <b>unzip</b> links when it opens a zip file and displays
its contents in the Help dialog.
</ul>
</body>
</html>
|