Project

General

Profile

1
<?xml version="1.0"?>
2

    
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>Skins Configuration</name>
7
		<comment>Choose configure the skins that will be available in this instance of MetaCat.</comment> 
8
		<description>Skin Configuration Values.</description>
9
	</group>
10

    
11
	<config>
12
		<key>registry.show.siteList</key>
13
		<label>Show Site List</label>
14
		<group>1</group>
15
		<index>1</index>
16
		<fieldType>checkbox</fieldType>
17
		<description>Show the site list in the registry.</description>
18
		<helpFile>properties.html#registry.show.siteList</helpFile>
19
	</config>
20

    
21
	<config>
22
		<key>registry.show.wgList</key>
23
		<label>Show Work Group List</label>
24
		<group>1</group>
25
		<index>2</index>
26
		<fieldType>checkbox</fieldType>
27
		<description>Show the work group list in the registry.</description>
28
		<helpFile>properties.html#registry.show.wgList</helpFile>
29
	</config>
30

    
31
	<config>
32
		<key>registry.show.organization</key>
33
		<label>Show Organization List</label>
34
		<group>1</group>
35
		<index>3</index>
36
		<fieldType>checkbox</fieldType>
37
		<description>Show the organization in the registry.</description>
38
		<helpFile>properties.html#registry.show.organization</helpFile>
39
	</config>
40

    
41
	<config>
42
		<key>registry.modules.taxonomic</key>
43
		<label>Show Taxonomic Module</label>
44
		<group>1</group>
45
		<index>4</index>
46
		<fieldType>checkbox</fieldType>
47
		<description>Show the taxonmic section in the registry.</description>
48
		<helpFile>properties.html#registry.modules.taxonomic</helpFile>
49
	</config>
50
	
51
	<config>
52
		<key>registry.modules.method</key>
53
		<label>Show Method Module</label>
54
		<group>1</group>
55
		<index>5</index>
56
		<fieldType>checkbox</fieldType>
57
		<description>Show the method section in the registry.</description>
58
		<helpFile>properties.html#registry.modules.method</helpFile>
59
	</config>
60
	
61
	<config>
62
		<key>registry.modules.spatial</key>
63
		<label>Show Spatial Module</label>
64
		<group>1</group>
65
		<index>6</index>
66
		<fieldType>checkbox</fieldType>
67
		<description>Show the spatial section in the registry.</description>
68
		<helpFile>properties.html#registry.modules.spatial</helpFile>
69
	</config>
70

    
71
	<config>
72
		<key>registry.modules.keyword</key>
73
		<label>Show Keyword Module</label>
74
		<group>1</group>
75
		<index>7</index>
76
		<fieldType>checkbox</fieldType>
77
		<description>Show the keyword section in the registry.</description>
78
		<helpFile>properties.html#registry.modules.keyword</helpFile>
79
	</config>
80

    
81
	<config>
82
		<key>registry.modules.temporal</key>
83
		<label>Show Temporal Module</label>
84
		<group>1</group>
85
		<index>8</index>
86
		<fieldType>checkbox</fieldType>
87
		<description>Show the temporal section in the registry.</description>
88
		<helpFile>properties.html#registry.modules.temporal</helpFile>
89
	</config>
90
	
91
	<config>
92
		<key>registry.modules.upload</key>
93
		<label>Show Upload Module</label>
94
		<group>1</group>
95
		<index>9</index>
96
		<fieldType>checkbox</fieldType>
97
		<description>Show the upload section in the registry.</description>
98
		<helpFile>properties.html#registry.modules.upload</helpFile>
99
	</config>
100
	
101
	<config>
102
		<key>registry.required.temporal</key>
103
		<label>Temporal Value Required</label>
104
		<group>1</group>
105
		<index>10</index>
106
		<fieldType>checkbox</fieldType>
107
		<description>Determine if temporal value must be entered.</description>
108
		<helpFile>properties.html#registry.required.temporal</helpFile>
109
	</config>
110
	
111
	<config>
112
		<key>registry.required.spatial</key>
113
		<label>Spatial Value Required</label>
114
		<group>1</group>
115
		<index>11</index>
116
		<fieldType>checkbox</fieldType>
117
		<description>Determine if spatial value must be entered.</description>
118
		<helpFile>properties.html#registry.required.spatial</helpFile>
119
	</config>
120
	
121
	<config>
122
		<key>registry.required.contactEmailAddress</key>
123
		<label>Contact Email Address Required</label>
124
		<group>1</group>
125
		<index>12</index>
126
		<description>Determine if contact email address must be entered.</description>
127
		<helpFile>properties.html#registry.required.contactEmailAddress</helpFile>
128
	</config>
129

    
130
	<!-- LSID support options -->	
131
	<config>
132
		<key>lsidauthority</key>
133
		<label>LSID Authority</label>
134
		<group>1</group>
135
		<index>13</index>
136
		<description>The Authority for LSIDs in this skin</description>
137
		<helpFile>properties.html#lsidauthority</helpFile>
138
	</config>
139
	<config>
140
		<key>registryurl</key>
141
		<label>Registry URL</label>
142
		<group>1</group>
143
		<index>14</index>
144
		<description>The server where this LSID can be located</description>
145
		<helpFile>properties.html#registryurl</helpFile>
146
	</config>
147
	<config>
148
		<key>registryname</key>
149
		<label>Registry Name</label>
150
		<group>1</group>
151
		<index>15</index>
152
		<description>The name of the LSID server</description>
153
		<helpFile>properties.html#registryname</helpFile>
154
	</config>
155
	
156
	<config>
157
		<key>registry.config.username</key>
158
		<label>ESA Admin User Name</label>
159
		<group>1</group>
160
		<index>16</index>
161
		<description>The name of the ESA Administrator</description>
162
		<helpFile>properties.html#registry.config.username</helpFile>
163
	</config>
164
	
165
	<config>
166
		<key>registry.config.password</key>
167
		<label>ESA Admin User Password</label>
168
		<group>1</group>
169
		<index>17</index>
170
		<fieldType>password</fieldType>
171
		<description>The password of the ESA Administrator</description>
172
		<helpFile>properties.html#registry.config.password</helpFile>
173
	</config>
174
	
175
	<config>
176
		<key>email.recipient</key>
177
		<label>ESA Admin Email</label>
178
		<group>1</group>
179
		<index>18</index>
180
		<description>The email of the ESA Administrator</description>
181
		<helpFile>properties.html#remail.recipient</helpFile>
182
	</config>
183

    
184
</metadataConfig>
(11-11/18)