To use this utility, perform the following steps:
This utility will only add keywords to the dropped files. To remove keywords, you most use the DropHTM utility.
Files other than HTML files may be dragged onto the window. When this happens, the HTML file with the same base name will be modified. If an HTML file with the same base name does not exist, one will be created.
File folders (directories) may also be dragged onto the window. When this happens, the corresponding index file which is contained in the directory is modified. An index file must be named "index.htm", "index.html", "welcome.htm", or "welcome.html". If an index file does not exist for the directory, one will be created with the name "index.htm".
If a single file is dropped onto the KwdList window when no keywords are selected, the keyword list is read from the dropped file, and the corresponding keywords in the window are automatically selected.
keyword1 [tab description1] |
Each line consists of a single keyword, optionally followed by
one or more tab characters and a description
of the keyword. Keywords must not be preceeded by spaces
(must start at the beginning of the line).
The description will appear when the keyword is right-clicked.
The description may contain embedded newline characters in the form "\n".
Heading1 |
Heading lines must not be preceeded by spaces
(must start at the beginning of the line).
Keyword lines must be preceeded by one or more spaces
(indented), and will be displayed along with the preceeding space(s).
Otherwise, they are the same as the Simple List.
Keyword rules may appear anywhere in the keyword file.
They do not appear in the KwdList window.
Each rule must appear on its own line, begin with a '?' character in column 1, and
follow the keyword rule syntax.
All rules are evaluated each time a keyword in the list is selected or deselected.
They are evaluated in the order in which they appear in the keyword list.
Keywords that are added to the keyword list by a rule need not appear in the keyword
file as a user-selectable keyword.
For example, you can use the following rule to make sure the keyword "color" is
included in your list whenever "red", "blue", or "green" is selected:
Keyword files must not contain blank lines.
Keyword Rules
Keyword rules provide a way to automatically select or deselect keywords based on
other keywords. For example, you can make a rule that keyword "color" must appear
in the keyword list if the keywords "red", "green", or "blue" are selected.
?red|blue|green,+color
Copyright © 1996-1999 Christopher P. LaRosa. All Rights Reserverd.