source: cats/ISOcat/trunk/mod-ISOcat-access-data/access/recommenders.acc @ 5650

Last change on this file since 5650 was 5650, checked in by Menzo Windhouwer, 10 years ago

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 size: 797 bytes
Line 
1<accessor debug="false">
2        <name>ISOcat.access.data.recommenders</name>
3        <descr>Get the list of recommenders.</descr>
4        <idoc>
5                <instr>
6                        <type>isocat.sloot.dbx</type>
7                        <operator>ffcpl:/dbx/recommenders.xml</operator>
8                        <debug>var:accessor-debug</debug>
9                        <target>this:response</target>
10                </instr>
11            <instr>
12                <type>sloot.attachGoldenThread</type>
13                <operand>this:response</operand>
14                <param>
15                    <string>goldenthread:/recommenders/</string>
16                </param>
17                <target>this:response</target>
18            </instr>
19        </idoc>
20        <exception>
21                <debug/>
22                <trace>ffcpl:/trace/dm.recommenders.exception.xml</trace>
23                <throw/>
24        </exception>
25        <response>
26                <debug>ffcpl:/trace/dm.recommenders.response.xml</debug>
27                <mime>application/xml</mime>
28        </response>
29</accessor>
30
Note: See TracBrowser for help on using the repository browser.