File: open-ios.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 (56 lines) | stat: -rw-r--r-- 2,067 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<body bgcolor="#FFFFCE">

<h2>Open Tab</h2>
    
<p>
The Open tab 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 (stored in Documents/Saved/).
<li> Patterns you have downloaded (stored in Documents/Downloads/).
</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 Pattern tab.
(However, if you tap on a link to a zip file, Golly will switch to
the Help tab and display its contents there.)


<p><a name="sharing"></a>
<font size=+1><b>File sharing using iTunes</b></font>

<p>
Golly supports the transfer of pattern files and rule files from a desktop
computer to your iPad (or vice versa) by using
<a href="http://support.apple.com/kb/HT4094">iTunes file sharing</a>.

<p>
A minor annoyance is that iTunes only lets you put files into the
Documents folder and not inside the various sub-folders that Golly uses.
But it's not really a problem because when you switch to Golly's Open tab
or tap the Pattern tab's Rule button, Golly will check for files in the
Documents folder and automatically move them into the appropriate
sub-folders.  Any files with extensions of .rule, .tree or .table are
moved into Documents/Rules/.  Any .colors or .icons files are ignored.
All other files are assumed to be pattern files and are moved into
Documents/Saved/.  Note that any existing files with the same names
as the files being moved will be replaced.

</body>
</html>