source: cats/ISOcat/trunk/mod-ISOcat-access-system/etc/ISOcatConfig.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: 1.2 KB
Line 
1<config>
2    <admin>
3        <site>http://localhost:8080/</site>
4        <static>http://localhost:8080/</static>
5        <email>isocat@example.com</email>
6        <pid>http://localhost:8080/</pid>
7    </admin>
8    <database>
9        <host>localhost</host>
10        <port/>
11        <name>isocat</name>
12        <user>isocat</user>
13        <password>isocat</password>
14        <pool>10</pool>
15        <concurrency>5</concurrency>
16    </database>
17    <site>
18        <concurrency>5</concurrency>
19    </site>
20    <email>
21        <server>mailhost.example.com</server>
22        <user/>
23        <password/>
24    </email>
25    <forum>
26        <site/>
27        <dir/>
28        <user/>
29        <password/>
30    </forum>
31    <authentication>
32        <basic priority="1"/>
33        <shibboleth priority="2">
34            <!-- leave empty to disable Shibboleth-based authentication
35                                <sso>http://www.example.com/Shibboleth.sso/Login</sso>
36                                <slo>http://www.example.com/Shibboleth.sso/Logout</slo>
37                                <token/>
38                        -->
39            <header>oid-eduPersonPrincipalName mace-eduPersonPrincipalName eduPersonPrincipalName oid-eduPersonTargetedID mace-eduPersonTargetedID eduPersonTargetedID</header>
40        </shibboleth>
41    </authentication>
42</config>
Note: See TracBrowser for help on using the repository browser.