- add ResumptionToken for OAI-ListIdentifiers
- max identifiers and reciords via config - add constants.php - add clear-expired command for deleting obsolete cache
This commit is contained in:
parent
9d8625225f
commit
79b51e93e7
11 changed files with 395 additions and 27 deletions
|
@ -193,7 +193,7 @@
|
|||
<xsl:if test="count(Rdr_Dataset) > 0">
|
||||
<ListIdentifiers>
|
||||
<xsl:apply-templates select="Rdr_Dataset" />
|
||||
<!--<xsl:if test="$totalIds > 0">
|
||||
<xsl:if test="$totalIds > 0">
|
||||
<resumptionToken>
|
||||
<xsl:attribute name="expirationDate">
|
||||
<xsl:value-of select="$dateDelete"/>
|
||||
|
@ -206,7 +206,7 @@
|
|||
</xsl:attribute>
|
||||
<xsl:value-of select="$res"/>
|
||||
</resumptionToken>
|
||||
</xsl:if>-->
|
||||
</xsl:if>
|
||||
</ListIdentifiers>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue