Project

General

Profile

1 4080 daigle
<?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 4280 daigle
		<key>registry.show.siteList</key>
13
		<label>Show Site List</label>
14 4080 daigle
		<group>1</group>
15
		<index>1</index>
16 4280 daigle
		<fieldType>checkbox</fieldType>
17
		<description>Show the site list in the registry.</description>
18 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.show.siteList</helpFile>
19 4080 daigle
	</config>
20 4280 daigle
21 4080 daigle
	<config>
22 4280 daigle
		<key>registry.show.wgList</key>
23
		<label>Show Work Group List</label>
24 4080 daigle
		<group>1</group>
25
		<index>2</index>
26 4280 daigle
		<fieldType>checkbox</fieldType>
27 4359 daigle
		<description>Show the work group list in the registry.</description>
28 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.show.wgList</helpFile>
29 4080 daigle
	</config>
30
31
	<config>
32 4280 daigle
		<key>registry.show.organization</key>
33
		<label>Show Organization List</label>
34 4080 daigle
		<group>1</group>
35
		<index>3</index>
36 4280 daigle
		<fieldType>checkbox</fieldType>
37
		<description>Show the organization in the registry.</description>
38 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.show.organization</helpFile>
39 4080 daigle
	</config>
40
41 4280 daigle
	<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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.modules.taxonomic</helpFile>
49 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.modules.method</helpFile>
59 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.modules.spatial</helpFile>
69 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.modules.keyword</helpFile>
79 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.modules.temporal</helpFile>
89 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.modules.upload</helpFile>
99 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.required.temporal</helpFile>
109 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.required.spatial</helpFile>
119 4280 daigle
	</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 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.required.contactEmailAddress</helpFile>
128 4280 daigle
	</config>
129 4617 walbridge
130 4327 leinfelder
	<!-- LSID support options -->
131
	<config>
132
		<key>lsidauthority</key>
133
		<label>LSID Authority</label>
134
		<group>1</group>
135 4788 daigle
		<index>13</index>
136 4327 leinfelder
		<description>The Authority for LSIDs in this skin</description>
137 7423 leinfelder
		<helpFile>docs/metacat-properties.html#lsidauthority</helpFile>
138 4327 leinfelder
	</config>
139
	<config>
140
		<key>registryurl</key>
141
		<label>Registry URL</label>
142
		<group>1</group>
143 4788 daigle
		<index>14</index>
144 4327 leinfelder
		<description>The server where this LSID can be located</description>
145 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registryurl</helpFile>
146 4327 leinfelder
	</config>
147
	<config>
148
		<key>registryname</key>
149
		<label>Registry Name</label>
150
		<group>1</group>
151 4788 daigle
		<index>15</index>
152 4327 leinfelder
		<description>The name of the LSID server</description>
153 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registryname</helpFile>
154 4327 leinfelder
	</config>
155 4784 daigle
156
	<config>
157
		<key>registry.config.username</key>
158
		<label>ESA Admin User Name</label>
159
		<group>1</group>
160 4788 daigle
		<index>16</index>
161 4784 daigle
		<description>The name of the ESA Administrator</description>
162 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.config.username</helpFile>
163 4784 daigle
	</config>
164
165
	<config>
166
		<key>registry.config.password</key>
167
		<label>ESA Admin User Password</label>
168
		<group>1</group>
169 4788 daigle
		<index>17</index>
170 4784 daigle
		<fieldType>password</fieldType>
171
		<description>The password of the ESA Administrator</description>
172 7423 leinfelder
		<helpFile>docs/metacat-properties.html#registry.config.password</helpFile>
173 4784 daigle
	</config>
174 4786 daigle
175
	<config>
176
		<key>email.recipient</key>
177
		<label>ESA Admin Email</label>
178
		<group>1</group>
179 4788 daigle
		<index>18</index>
180 4786 daigle
		<description>The email of the ESA Administrator</description>
181 7423 leinfelder
		<helpFile>docs/metacat-properties.html#remail.recipient</helpFile>
182 4786 daigle
	</config>
183 4280 daigle
184 4617 walbridge
</metadataConfig>