File: help.html

package info (click to toggle)
golly 3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,176 kB
  • sloc: cpp: 72,638; ansic: 25,919; python: 7,921; sh: 4,245; objc: 3,721; java: 2,781; xml: 1,362; makefile: 530; javascript: 279; perl: 69
file content (60 lines) | stat: -rw-r--r-- 1,538 bytes parent folder | download | duplicates (4)
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>