Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / resources / help.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <help>
4 <name>Jexer Help File</name>
5 <author>Kevin Lamonte</author>
6 <version>1.0.0</version>
7 <date>Jan 1, 2020</date>
8 <topics>
9 <topic title="Help">
10 <text>
11 This [window](Windows) does not have a specific help topic.
12 See [here](Help On Help) for general information on using the
13 help system.
14 </text>
15 </topic>
16 <topic title="Help On Help">
17 <text>
18 The #{help} system...
19
20 </text>
21 </topic>
22
23 <topic title="Menus">
24 <text>
25 #{Menus} do ...
26 </text>
27 </topic>
28
29 <topic title="Windows">
30 <text>
31 #{Windows} do ...
32 </text>
33 </topic>
34
35 <topic title="Editing Text">
36 <text>
37 The #{text editing} [window](Windows)...
38 </text>
39 </topic>
40
41 <topic title="Editing Tables">
42 <text></text>
43 </topic>
44
45 <topic title="Terminal Window">
46 <text>
47 The terminal window ...
48 </text>
49 </topic>
50
51 <topic title="Copyright Infomation">
52 <text>
53 Copyright (C) 2019 Kevin Lamonte
54
55 Available to all under the MIT License.
56 </text>
57 </topic>
58
59 </topics>
60 </help>