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

Last change on this file since 19338 was 19338, checked in by anna, 15 years ago

updated html files for GLI Help.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
RevLine 
[6576]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">
[12723]7<table width="100%" cellspacing="0" cellpadding="5" bgcolor="#B0D0B0" border="2">
[6576]8<tr>
[12723]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.2: Document Plugins</strong></font></a></td><td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td>
[6576]10</tr>
11</table>
[11597]12
[12723]13
14<p>This section describes how to configure the document plugins the collection uses. It explains how you specify what plugins to use, what parameters to pass to them, and in what order they occur. Under the "Design" tab, click "Document Plugins".</p>
15
[19338]16<p>To add a plugin, select it using the "Select plugin to add" pull-down list near the bottom and then click "Add Plugin". A window appears entitled "Configuring Arguments"; it is described later. Once you have configured the new plugin, it is added to the end of the "Assigned Plugins" list. Generally, you would only have one instance of each plugin. However, you can add the same plugin more than once. The process_exp argument will need to be set in order to make this useful.</p>
[12723]17
18<p>To see a short description of a plugin, select it in the "Select plugin to add" pull-down list, then hover the mouse over it. A tool-tip displaying the description will appear.</p>
19
[11597]20<p>To remove a plugin, select it in the list and click "Remove Plugin".</p>
[12723]21
[11597]22<p>Plugins are configured by providing arguments. To alter them, select the plugin from the list and click "Configure Plugin" (or double-click the plugin). A "Configuring Arguments" dialog appears with various controls for specifying arguments.</p>
[12723]23
[11597]24<p>There are different kinds of controls. Some are checkboxes, and clicking one adds the appropriate option to the plugin. Others are text strings, with a checkbox and a text field. Click the box to enable the argument, then type appropriate text (regular expression, file path etc) in the box. Others are pull-down menus from which you can select from a given set of values. To learn what an argument does, let the mouse hover over its name for a moment and a description will appear.</p>
[12723]25
[11597]26<p>When you have changed the configuration, click "OK" to commit the changes and close the dialog, or "Cancel" to close the dialog without changing any plugin arguments.</p>
[12723]27
[19338]28<p>The plugins in the list are executed in order, and the ordering is sometimes important. Select a plugin in the list and use the "Move Up" and "Move Down" buttons to change its place in the list.</p>
[12723]29
[11597]30</body>
[6576]31</html>
Note: See TracBrowser for help on using the repository browser.