source: branches/stable/HELP_SOURCE/oldhelp/markbyref.hlp

Last change on this file was 15972, checked in by westram, 8 years ago
  • link term selected species to explaining helpfile
File size: 2.3 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Mark by reference
12
13OCCURRENCE      ARB_NT/Species/Mark by reference
14
15DESCRIPTION     Allows to mark all species referred to in the content of a field.
16
17                Select whether to check all or marked species.
18
19                Enter the name of a field containing references.
20
21                      A reference is a single species ID ('name') or a
22                      comma-, semicolon- or space-separated list of species IDs.
23
24                Choose whether
25                       - to abort if the field is missing or
26                       - to continue w/o warning
27
28                Enter an ACI expression (see LINK{aci.hlp}) to postprocess
29                the field content. The result must be a reference or
30                reference-list (see above).
31
32                The default ACI is '/[0-9.]+[%]*://'. This works with the information
33                written by LINK{next_neighbours_listed.hlp} if score information has been added.
34                For the 'used_rels' field written by the fast-aligner (see LINK{faligner.hlp}) you
35                might use '/:[0-9]+//'.
36
37                Predefined configurations for these two use-cases are available using the
38                config manager button.
39
40                Below the ACI there are 3 lines showing
41                    - the LINK{selected.hlp}
42                    - the content of the specified field
43                    - the result after processing it through the ACI
44
45                Use the result line to check whether the specified ACI does generate a valid
46                ID or list of IDs.
47
48                Choose whether
49                       - to abort if an unknown reference is found or
50                       - to continue w/o warning
51
52                Click 'Mark referenced' to mark all species which are referenced
53                by the examined set of species.
54
55NOTES           None
56
57EXAMPLES        None
58
59WARNINGS        Under development
60
61BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.