source: trunk/gli/help/en/plugins.htm@ 11093

Last change on this file since 11093 was 11093, checked in by kjdon, 18 years ago

redid the html files after the last changes to the xml - a few sentences were removed along withthe contents etc

  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1<html>
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>The Greenstone Librarian Interface - Help Pages</title>
5</head>
6<body bgcolor="#E0F0E0">
7<table width="100%" cellspacing="0" cellpadding="5" bgcolor="#B0D0B0" border="2">
8<tr>
9<td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td><td width="*" align="center"><a name="plugins"><font size="5" face="Verdana"><strong>6.3: Document Plugins</strong></font></a></td><td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td>
10</tr>
11</table>
12
13This section describes how to configure the document plugins the
14collection uses. It explains how you specify what
15plugins to use, what parameters to pass to them, and in what order
16they occur. Under "Design Sections", click "Document Plugins".
17 <p></p>
18To add a plugin, select it using the "Select plugin to add" pull-down list near the
19bottom and then click "Add Plugin". A window appears entitled
20"Configuring Arguments"; it is described later. Once you have configured the
21new plugin, it is added to the end of the "Currently Assigned Plugins" list.
22Note that, except for UnknownPlug, each plugin may only occur once in the list.
23<p></p>
24To remove a plugin, select it in the list and click "Remove Plugin".
25<p></p>
26Plugins are configured by providing arguments. To alter them, select the
27plugin from the list and click "Configure Plugin" (or double-click
28the plugin). A "Configuring Arguments" dialog appears with various controls for specifying arguments.
29<p></p>
30There are different kinds of controls. Some are checkboxes, and clicking one
31adds the appropriate option to the plugin. Others are text strings, with a
32checkbox and a text field. Click the box to enable the argument, then type
33appropriate text (regular expression, file path etc) in the box. Others are
34pull-down menus from which you can select from a given set of values. To learn what an
35argument does, let the mouse hover over its name for a moment and a description
36will appear.
37<p></p>
38When you have changed the configuration, click "OK" to commit the changes and
39close the dialog, or "Cancel" to close the dialog without changing any plugin
40arguments.
41<p></p>
42The plugins in the list are executed in order, and the ordering is sometimes
43important. The order of the plugins can be changed in Library Systems Specialist and Expert modes only (see <a href="preferences.htm#preferences">Preferences</a>).
44 </body>
45</html>
Note: See TracBrowser for help on using the repository browser.