Ignore:
Timestamp:
09/18/14 09:49:26 (10 years ago)
Author:
Menzo Windhouwer
Message:

M mod-ISOcat-access-data/access/dc_status.acc

  • added parmeter for the successor when the status of a DC is set to superseded
  • set the next field when the DC is superseded

M mod-ISOcat-access-data/access/group_recommendation.acc
M mod-ISOcat-access-data/access/recommenders.acc

  • manage the golden thread for recommenders

M mod-ISOcat-access-system/config/set.acc
A + mod-ISOcat-access-system/config/site-throttle.acc
M mod-ISOcat-access-system/etc/ISOcatConfig.xml
M mod-ISOcat-access-system/module.xml

  • added a throttle to limit the number of concurrent accesses to the site

NOTE: attempt to limit the burden of spam requests which only lead to 404 or 500
NOTE: better recognize the spam requests on the apache level, so they ever reach NK

M mod-ISOcat-interface-rest/etc/XRLLinks.xml
M mod-ISOcat-interface-rest/module.xml

  • handle the representation for PID URLs explicitly

M mod-ISOcat-interface-rest/representations/dcs2/handle.acc
M mod-ISOcat-interface-rest/representations/dcs2/representations.xml
A + mod-ISOcat-interface-rest/representations/dcs2/openskos.xsl

  • added OpenSKOS export format

M mod-ISOcat-manage-access/manage/dc.acc

  • debug info

M mod-ISOcat-manage-system/module.xml
M mod-ISOcat-manage-system/manage/links.xml
A mod-ISOcat-manage-system/manage/dump.acc
M mod-ISOcat-manage-system/manage/dc-status.acc
M mod-ISOcat-manage-system/entrypoints.xml
M mod-ISOcat-manage-system/plugin/dc-status.xhtml
M mod-ISOcat-manage-system/plugin/configure.xsl
M mod-ISOcat-manage-system/plugin/plugin.xml

  • added dump action
  • dc-status can now also handle the superseded status

A mod-ISOcat-site/site/2013-SR/meeting/documents
AM mod-ISOcat-site/site/2013-SR/meeting/documents/ISOcat-and-users-v1.doc
AM mod-ISOcat-site/site/2013-SR/meeting/documents/CLARIN-SemanticRegistry?-Requirements.pdf
AM mod-ISOcat-site/site/2013-SR/meeting/documents/DCR Data Items to Retain or remove in a revised DCR_12-04-2013.docx
A mod-ISOcat-site/site/2013-SR/meeting/presentations
AM mod-ISOcat-site/site/2013-SR/meeting/presentations/CLARIN-SemanticRegistries?-Requirements.pptx
AM mod-ISOcat-site/site/2013-SR/meeting/presentations/ISOcat_TC37Suggestions.pptx
AM mod-ISOcat-site/site/2013-SR/meeting/presentations/TLA-ISOcatRequirements.pptx

  • added documents and presentation for the ISOcat meeting
File:
1 copied

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-system/config/site-throttle.acc

    r2583 r5650  
    11<accessor>
    2         <name>ISOcat.access.system.config.database.throttle</name>
    3         <descr>Get the ISOcat database throttle.</descr>
     2        <name>ISOcat.access.system.config.site.throttle</name>
     3        <descr>Get the ISOcat site throttle.</descr>
    44        <params/>
    55        <idoc>
     
    1515                                        <xsl:variable name="threads">
    1616                                                <xsl:choose>
    17                                                         <xsl:when test="normalize-space(database/concurrency)!=''">
    18                                                                 <xsl:sequence select="number(database/concurrency)"/>
     17                                                        <xsl:when test="normalize-space(site/concurrency)!=''">
     18                                                                <xsl:sequence select="number(site/concurrency)"/>
    1919                                                        </xsl:when>
    2020                                                        <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.