File: open-android.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 (35 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (5)
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
<html>
<body bgcolor="#FFFFCE">

<h2>Open Screen</h2>
    
<p>
The Open screen lets you select a pattern to load from a number of different sources:

<p>
<ul>
<li> The large collection of patterns supplied with the app.
<li> The most recently opened patterns (from newest to oldest).
<li> Patterns you have saved.
<li> Patterns you have downloaded.
</ul>

<p>
In the last two cases you have the option of deleting a file
by tapping on the "DELETE" link.

<p>
Text files stored in Documents have an "EDIT" link which will display the
file's contents and let you edit it.  The resulting view has a Save button
which lets you save any changes to the original file or to a new file.
Text files supplied with the app have a "READ" link so you can view the file
(editing is disabled and there is no Save button).

<p>
When you tap on a link to a pattern file, Golly will load the pattern
and automatically switch to the Golly screen.
(However, if you tap on a link to a zip file, Golly will switch to
the Help screen and display its contents there.)

</body>
</html>