mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Update comments in identifier-service.xml
The DOIIdentifierProvider using a filter was commented out twice. We
should show that it works with and without a filter. Furthermore one
comments looked cut off.
(cherry picked from commit 3dd49f4ac3
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
0d014e5e9e
commit
ac07f08497
@@ -41,13 +41,12 @@
|
||||
</bean>
|
||||
-->
|
||||
|
||||
<!-- provider to mint and register DOIs with DSpace.
|
||||
To mint DOIs you need a registration agency. The DOIIdentifierProvider
|
||||
maintains the doi database table and handling of DSpaceObject. It uses
|
||||
a DOIConnector that handles all API calls to your DOI registration
|
||||
agency. Please configure a DOIConnector as well! -->
|
||||
<!-- DOIIdentifierProvider mints and registers DOIs with DSpace.
|
||||
The DOIIdentifierProvider maintains the doi database table and handling
|
||||
of DSpaceObject. It uses a DOIConnector that handles all API calls to
|
||||
your DOI registration agency. Please configure a DOIConnector as well!
|
||||
|
||||
<!-- In order to mint DOIs with DSpace, get an agreement with a DOI
|
||||
In order to mint DOIs with DSpace, get an agreement with a DOI
|
||||
registration agency, take a look into dspace.cfg, and activate either
|
||||
the DOIIdentifierProvider or the VersionedDOIIdentifierProvider,
|
||||
depending on whether you have Item Level Versioning activated or not.
|
||||
@@ -60,7 +59,6 @@
|
||||
ref="org.dspace.services.ConfigurationService" />
|
||||
<property name="DOIConnector"
|
||||
ref="org.dspace.identifier.doi.DOIConnector" />
|
||||
<property name="filter" ref="doi-filter" />
|
||||
</bean>
|
||||
-->
|
||||
<!--
|
||||
@@ -75,7 +73,9 @@
|
||||
-->
|
||||
|
||||
<!-- An optional logical item filter can be included in provider configuration based
|
||||
on the filters defined in item-filters.xml, eg. -->
|
||||
on the filters defined in item-filters.xml, eg.
|
||||
Of course, you can use a filter on the VersionedDOIIdentifierProvider as well.
|
||||
-->
|
||||
<!--
|
||||
<bean id="org.dspace.identifier.DOIIdentifierProvider"
|
||||
class="org.dspace.identifier.DOIIdentifierProvider"
|
||||
|
Reference in New Issue
Block a user