source: ISOcat/trunk/mod-ISOcat-interface-rest/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: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<entrypoints>
3  <entrypoint>
4    <name>icon</name>
5    <uri>ffcpl:/mod_ISOcat_interface_rest/icon.png</uri>
6    <indexable>
7      <title>ISOcat RESTful interface 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_interface_rest_doc</name>
17      <uri>ffcpl:/mod_ISOcat_interface_rest/doc/</uri>
18      <indexable>
19          <title>ISOcat RESTful interface documentation</title>
20          <desc>ISOcat RESTful interface</desc>
21          <keywords/>
22      </indexable>
23      <fullTextIndex/>
24      <categories>doc</categories>
25      <group>ISOcat interface rest</group>
26      <icon/>
27  </entrypoint>
28  <entrypoint>
29      <name>mod_ISOcat_interface_rest_about</name>
30      <uri>ffcpl:/mod_ISOcat_interface_rest/doc/about.html</uri>
31      <indexable>
32          <title>ISOcat interface RESTful about accessor</title>
33          <desc>Give general information about the ISOcat RESTful interface module</desc>
34          <keywords/>
35      </indexable>
36      <fullTextIndex/>
37      <categories>URA</categories>
38      <group>ISOcat interface rest</group>
39      <icon/>
40  </entrypoint>
41  <entrypoint>
42      <name>mod_ISOcat_interface_rest_test</name>
43      <uri>ffcpl:/mod_ISOcat_interface_rest/test</uri>
44      <indexable>
45          <title>ISOcat interface RESTful unit tests</title>
46          <desc>Unit tests for the ISOcat RESTful interface module</desc>
47          <keywords/>
48      </indexable>
49      <categories>xunit</categories>
50      <group>ISOcat interface rest</group>
51      <icon/>
52  </entrypoint>
53</entrypoints>
Note: See TracBrowser for help on using the repository browser.