0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?NLS TYPE="org.eclipse.help.index"?>
|
|
3 |
|
|
4 |
<!-- INDEX INSTRUCTIONS
|
|
5 |
|
|
6 |
Use the index.xml file to define the index entries for the plugin's
|
|
7 |
help contents. In Eclipse 3.2 and beyond an Inex tab appears in the Help
|
|
8 |
viewer making it possible for user to more easily locate subjects of
|
|
9 |
interest to them.
|
|
10 |
|
|
11 |
In brief, every file used in the help documentation should have at least one
|
|
12 |
associated index entry for it. Ideally, it's simple to make two entries per
|
|
13 |
page by simply re-wording the subject slightly. For example, a view could
|
|
14 |
be indexed twice like this, 1) Breakpoint view, and 2) Views, Breakpoint.
|
|
15 |
|
|
16 |
See ??? for details on creating indexes.
|
|
17 |
|
|
18 |
-->
|
|
19 |
|
|
20 |
|
|
21 |
<index>
|
|
22 |
|
|
23 |
<!-- AAAAAAAA -->
|
|
24 |
<!-- BBBBBBBB -->
|
|
25 |
<!-- CCCCCCCC -->
|
|
26 |
|
|
27 |
<entry keyword="--index topic here--" >
|
|
28 |
<topic href="--url to html file here" />
|
|
29 |
</entry>
|
|
30 |
|
|
31 |
<!-- DDDDDDDD -->
|
|
32 |
<!-- EEEEEEEE -->
|
|
33 |
<!-- FFFFFFFF -->
|
|
34 |
<!-- GGGGGGGG -->
|
|
35 |
<!-- HHHHHHHH -->
|
|
36 |
<!-- IIIIIIII -->
|
|
37 |
<!-- JJJJJJJJ -->
|
|
38 |
<!-- KKKKKKKK -->
|
|
39 |
<!-- LLLLLLLL -->
|
|
40 |
<!-- MMMMMMMM -->
|
|
41 |
<!-- NNNNNNNN -->
|
|
42 |
<!-- OOOOOOOO -->
|
|
43 |
<!-- PPPPPPPP -->
|
|
44 |
<!-- QQQQQQQQ -->
|
|
45 |
<!-- RRRRRRRR -->
|
|
46 |
<!-- SSSSSSSS -->
|
|
47 |
<!-- TTTTTTTT -->
|
|
48 |
<!-- UUUUUUUU -->
|
|
49 |
<!-- VVVVVVVV -->
|
|
50 |
<!-- WWWWWWWW -->
|
|
51 |
<!-- XXXXXXXX -->
|
|
52 |
<!-- YYYYYYYY -->
|
|
53 |
<!-- ZZZZZZZZ -->
|
|
54 |
|
|
55 |
</index>
|
|
56 |
|