Revision 6682
Added by ben leinfelder about 13 years ago
lib/metacat.properties.metadata.xml | ||
---|---|---|
348 | 348 |
<description>Comma-separated list of fully-qualified class names that implement MetacatHandlerPlugin interface</description> |
349 | 349 |
<helpFile>properties.html#plugin.handlers</helpFile> |
350 | 350 |
</config> |
351 |
|
|
352 |
<!-- DataONE configuration --> |
|
353 |
<config> |
|
354 |
<key>dataone.nodeName</key> |
|
355 |
<label>Node Name</label> |
|
356 |
<group>6</group> |
|
357 |
<index>1</index> |
|
358 |
<description>A short, human-readable name for the node used to differentiate it from other Member Nodes in the DataONE federation.</description> |
|
359 |
<helpFile>properties.html#dataone.nodeName</helpFile> |
|
360 |
</config> |
|
361 |
<config> |
|
362 |
<key>dataone.nodeDescription</key> |
|
363 |
<label>Node Description</label> |
|
364 |
<group>6</group> |
|
365 |
<index>2</index> |
|
366 |
<description>A short description of the Member Node providing an overview of its scope and community served.</description> |
|
367 |
<helpFile>properties.html#dataone.nodeDescription</helpFile> |
|
368 |
</config> |
|
369 |
<config> |
|
370 |
<key>dataone.memberNodeId</key> |
|
371 |
<label>Node Identifier</label> |
|
372 |
<group>6</group> |
|
373 |
<index>3</index> |
|
374 |
<description>The unique identifier for this node within the DataONE network.</description> |
|
375 |
<helpFile>properties.html#dataone.memberNodeId</helpFile> |
|
376 |
</config> |
|
377 |
<config> |
|
378 |
<key>dataone.subject</key> |
|
379 |
<label>Node Subject</label> |
|
380 |
<group>6</group> |
|
381 |
<index>4</index> |
|
382 |
<description>The Subject that represents this node in all authenticated sessions, in Distinguished Name format.</description> |
|
383 |
<helpFile>properties.html#dataone.subject</helpFile> |
|
384 |
</config> |
|
385 |
<config> |
|
386 |
<key>dataone.nodeSynchronize</key> |
|
387 |
<label>Synchronize?</label> |
|
388 |
<group>6</group> |
|
389 |
<index>5</index> |
|
390 |
<fieldType>checkbox</fieldType> |
|
391 |
<description>Turn synchronization with DataONE on or off.</description> |
|
392 |
<helpFile>properties.html#dataone.nodeSynchronize</helpFile> |
|
393 |
</config> |
|
394 | 351 |
|
395 | 352 |
</metadataConfig> |
Also available in: Unified diff
remove D1 configuration -- it has its own admin screen now