source: ISOcat/trunk/mod-ISOcat-access-data/entrypoints.xml @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<entrypoints>
3  <entrypoint>
4    <name>icon</name>
5    <uri>ffcpl:/mod_ISOcat_access_data/icon.png</uri>
6    <indexable>
7      <title>ISOcat access data NK module icon</title>
8      <desc/>
9      <keywords/>
10    </indexable>
11    <categories>img hidden</categories>
12    <group>entrypoints</group>
13    <icon/>
14  </entrypoint>
15  <entrypoint>
16      <name>mod_ISOcat_access_data_doc</name>
17      <uri>ffcpl:/mod_ISOcat_access_data/doc/</uri>
18      <indexable>
19          <title>ISOcat access data documentation</title>
20          <desc>ISOcat access data</desc>
21          <keywords/>
22      </indexable>
23      <fullTextIndex/>
24      <categories>doc</categories>
25      <group>ISOcat access data</group>
26      <icon/>
27  </entrypoint>
28  <entrypoint>
29      <name>mod_ISOcat_access_data_about</name>
30      <uri>ffcpl:/mod_ISOcat_access_data/doc/about.html</uri>
31      <indexable>
32          <title>ISOcat access data about accessor</title>
33          <desc>Give general information about the ISOcat access data module</desc>
34          <keywords/>
35      </indexable>
36      <fullTextIndex/>
37      <categories>URA</categories>
38      <group>ISOcat access data</group>
39      <icon/>
40  </entrypoint>
41    <entrypoint>
42        <name>mod_ISOcat_access_data_init</name>
43        <uri>active:ISOcat.access.data.job.init</uri>
44        <indexable>
45            <title>ISOcat access data initialization job</title>
46            <desc>Job to make old broadcasts obsolete, after a server (re)start</desc>
47            <keywords/>
48        </indexable>
49        <categories>cron</categories>
50        <group>Cron</group>
51        <icon/>
52    </entrypoint>
53    <entrypoint>
54      <name>mod_ISOcat_access_data_cleanup</name>
55      <uri>active:ISOcat.access.data.job.cleanup</uri>
56      <indexable>
57          <title>ISOcat access data cleanup job</title>
58          <desc>Job to regularly remove stale sessions and locks from the DBMS</desc>
59          <keywords/>
60      </indexable>
61      <categories>cron</categories>
62      <group>Cron</group>
63      <icon/>
64    </entrypoint>
65    <entrypoint>
66        <name>mod_ISOcat_access_data_forum-sync</name>
67        <uri>active:ISOcat.access.data.job.forum-sync</uri>
68        <indexable>
69            <title>ISOcat access data forum sync job</title>
70            <desc>Job to regularly sync between the ISOcat and the forum user accounts</desc>
71            <keywords/>
72        </indexable>
73        <categories>cron</categories>
74        <group>Cron</group>
75        <icon/>
76    </entrypoint>
77    <entrypoint>
78        <name>mod_ISOcat_access_data_ballots-close</name>
79        <uri>active:ISOcat.access.data.job.ballots-close</uri>
80        <indexable>
81            <title>ISOcat access data close ballots job</title>
82            <desc>Job to close ballots which have ended</desc>
83            <keywords/>
84        </indexable>
85        <categories>cron</categories>
86        <group>Cron</group>
87        <icon/>
88    </entrypoint>
89</entrypoints>
Note: See TracBrowser for help on using the repository browser.