Revision 9506
Added by Jing Tao almost 9 years ago
docs/user/metacat/source/metacat-properties.rst | ||
---|---|---|
499 | 499 |
| | | | |
500 | 500 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
501 | 501 |
|
502 |
.. _ezid_properties: |
|
503 |
EZID Properties |
|
504 |
------------------------ |
|
505 |
The EZID service assigning Digital Object Identifiers (DOIs) is included in the Metacat service. |
|
502 | 506 |
|
507 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
508 |
| Property | Description | Example | |
|
509 |
+===================================+===============================================================================+===============================================+ |
|
510 |
| .. _guid.ezid.enabled: | | | |
|
511 |
| | | | |
|
512 |
| guid.ezid.enabled | The enabled status of the EZID service | true | |
|
513 |
| | | | |
|
514 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
515 |
| .. _guid.ezid.username: | | | |
|
516 |
| | | | |
|
517 |
| guid.ezid.username | A registered user name in the EZID service | apitest | |
|
518 |
| | | | |
|
519 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
520 |
| .. _guid.ezid.password: | | | |
|
521 |
| | | | |
|
522 |
| guid.ezid.password | The passowrd for the user name | | |
|
523 |
| | | | |
|
524 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
525 |
| .. _guid.ezid.baseurl: | | | |
|
526 |
| | | | |
|
527 |
| guid.ezid.baseurl | The base ulr of the specified EZID service | https://ezid.cdlib.org/ | |
|
528 |
| | | | |
|
529 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
530 |
| .. _guid.ezid.doishoulder.1: | | | |
|
531 |
| | | | |
|
532 |
| guid.ezid.doishoulder.1 | The DOI shoulder associated with the EZId account | doi:10.5072/FK2 | |
|
533 |
| | | | |
|
534 |
+-----------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------+ |
|
535 |
|
|
536 |
|
|
503 | 537 |
Additional Properties |
504 | 538 |
---------------------- |
505 | 539 |
Additional configuration properties are described below, though there are many more that can be manually edited in the properties file directly. |
Also available in: Unified diff
Add the ezid section.