source: cats/ISOcat/trunk/mod-ISOcat-manage-system/plugin/plugin.xml @ 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: 1000 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4    Document   : plugin.xml
5    Created on : 19 maart 2007, 9:54
6    Author     : Menzo Windhouwer
7    Description:
8        Describes the ISOcat plugin for 1060 NK.
9-->
10
11<list>
12    <this>mod_ISOcat_manage_system_plugin</this>
13    <widget title="Manage ISOcat">ffcpl:/mod_ISOcat_manage_system/plugin/info.xhtml</widget>
14    <entrypoints>
15        <entrypoint>mod_ISOcat_manage_system_plugin_configure</entrypoint>
16        <entrypoint>mod_ISOcat_manage_system_plugin_broadcast</entrypoint>
17        <entrypoint>mod_ISOcat_manage_system_plugin_check</entrypoint>
18        <entrypoint>mod_ISOcat_manage_system_plugin_import</entrypoint>
19        <entrypoint>mod_ISOcat_manage_system_plugin_goldenthread</entrypoint>
20        <entrypoint>mod_ISOcat_manage_system_plugin_forumsync</entrypoint>
21        <entrypoint>mod_ISOcat_manage_system_plugin_dc-status</entrypoint>
22        <entrypoint>mod_ISOcat_manage_system_plugin_dump</entrypoint>
23    </entrypoints>
24</list>
Note: See TracBrowser for help on using the repository browser.