0
|
1 |
<!DOCTYPE DCF>
|
|
2 |
|
|
3 |
<assistantconfig version="3.2.0">
|
|
4 |
|
|
5 |
<profile>
|
|
6 |
<property name="name">simpletextviewer</property>
|
|
7 |
<property name="title">Simple Text Viewer</property>
|
|
8 |
<property name="applicationicon">images/handbook.png</property>
|
|
9 |
<property name="startpage">index.html</property>
|
|
10 |
<property name="aboutmenutext">About Simple Text Viewer</property>
|
|
11 |
<property name="abouturl">about.txt</property>
|
|
12 |
<property name="assistantdocs">.</property>
|
|
13 |
</profile>
|
|
14 |
|
|
15 |
<DCF ref="index.html" icon="images/handbook.png" title="Simple Text Viewer">
|
|
16 |
<section ref="./findfile.html" title="Find File">
|
|
17 |
<keyword ref="./index.html">Display</keyword>
|
|
18 |
<keyword ref="./index.html">Rich text</keyword>
|
|
19 |
<keyword ref="./index.html">Plain text</keyword>
|
|
20 |
<keyword ref="./findfile.html">Find</keyword>
|
|
21 |
<keyword ref="./findfile.html">File menu</keyword>
|
|
22 |
<keyword ref="./filedialog.html">File name</keyword>
|
|
23 |
<keyword ref="./filedialog.html">File dialog</keyword>
|
|
24 |
<keyword ref="./wildcardmatching.html">File globbing</keyword>
|
|
25 |
<keyword ref="./wildcardmatching.html">Wildcard matching</keyword>
|
|
26 |
<keyword ref="./wildcardmatching.html">Wildcard syntax</keyword>
|
|
27 |
<keyword ref="./browse.html">Browse</keyword>
|
|
28 |
<keyword ref="./browse.html">Directory</keyword>
|
|
29 |
<keyword ref="./openfile.html">Open</keyword>
|
|
30 |
<keyword ref="./openfile.html">Select</keyword>
|
|
31 |
|
|
32 |
<section ref="./filedialog.html" title="File Dialog" />
|
|
33 |
<section ref="./wildcardmatching.html" title="Wildcard Matching" />
|
|
34 |
<section ref="./browse.html" title="Browse" />
|
|
35 |
</section>
|
|
36 |
<section ref="./openfile.html" title="Open File" />
|
|
37 |
</DCF>
|
|
38 |
|
|
39 |
</assistantconfig>
|
|
40 |
|