File: help.html

package info (click to toggle)
gamgi 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,236 kB
  • sloc: ansic: 166,847; xml: 116,171; makefile: 565; sh: 5
file content (68 lines) | stat: -rw-r--r-- 2,215 bytes parent folder | download | duplicates (6)
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
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
<title>GAMGI Keywords: Help</title>
<link rel="icon" type="image/png" href="../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../css/board.css"/>
</head>

<body>

<div class="board">
<div>Help</div><div>&nbsp;</div>
</div>

<div class="contents">

In GAMGI, <b>Help</b> is regarded as an object (as atoms or lights), which
can occur only once. Because <b>Help</b> explains how the other objects
work, it is conceptually a child of them, thus appearing in last place
in the top menu bar, in the main windows interface.

Everything related with <b>Help</b> in GAMGI is available only from this
<b>Help</b> button in the menu bar.

<p/>
 
To change the <b>Help</b> configuration data (source, agent, colors),
please read <b>Gamgi->Control->Help</b>.

<p/>

For all the five <b>Help</b> options available, the actual <b>Agent</b> showing the 
information can be <b>Gamgi</b> or an external <b>Browser</b>, and the actual 
<b>Data</b> shown can be <b>Local</b>, fetched from the user computer system, 
or <b>Remote</b>, downloaded from the GAMGI web site:
<a href="http://www.gamgi.org/">http://www.gamgi.org/</a>.

<p/>

When using <b>Remote</b> data, the information at 
<a href="http://www.gamgi.org/">http://www.gamgi.org/</a> might be more recent and 
accurate than the <b>Local</b> data shipped with the GAMGI version being used. 
However, it requires web access and is limited by transmission speed. 

<p/>

The formatting presented by the <b>Browser</b> agent might be easier to read 
than the formatting used by the <b>Gamgi</b> agent. However, this requires 
launching a browser, often a slow and memory hungry application.

<p/>

By default, GAMGI uses <b>Local</b> data and the <b>Gamgi</b> agent.
Other options can be set either importing XML files with new configuration 
values or changing them on <b>Gamgi->Control->Help</b>.

</div>

<div id="bottom">
<a href="../index.shtml">Home</a>
</div>

</body>
</html>