-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.xml
31 lines (27 loc) · 1.09 KB
/
Config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Configuration>
<Name>WorldCat Local Search</Name>
<Author>Atlas Systems, Inc.</Author>
<Version>1.5.3</Version>
<Active>true</Active>
<Description>Performs a WorldCat search using a requests title, isxn or oclc number.</Description>
<Forms>
<Form>FormRequest</Form>
<Form>FormItem</Form>
</Forms>
<Settings>
<Setting name="AutoSearch" value="true" type="Boolean">
<Description>Defines whether the search should be automatically performed when the form opens.</Description>
</Setting>
<Setting name="WorldCatURL" value="https://worldcat.org" type="string">
<Description>The URL for WorldCat Local. Do not include a trailing slash.</Description>
</Setting>
<Setting name="SearchPriority" value="Title,ISXN,OCLC" type="string">
<Description>Defines what order priority should be used when attempting to find a field to search by when using the auto search feature. Allowed fields are title, isxn, and oclc.</Description>
</Setting>
</Settings>
<Files>
<File>WorldCatLocalSearch.lua</File>
<File>DataMapping.lua</File>
<File>OnFormClosing.elf</File>
</Files>
</Configuration>