source: ISOcat/trunk/mod-ISOcat-access-system/module.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: 5.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<module>
3    <identity>
4        <uri>urn:isocat:access:system</uri>
5        <version>0.0.1</version>
6    </identity>
7    <info>
8        <name>ISOcat access system</name>
9        <description>ISOcat NK module to access the system</description>
10        <type>application</type>
11    </info>
12    <publisher>
13        <name>Max Planck Institute for Psycholinguistics</name>
14        <uri>http://www.mpi.nl/</uri>
15    </publisher>
16    <licence>
17        <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
18        <uri>http://www.opensource.org/licenses/cddl1.php</uri>
19    </licence>
20    <export>
21        <uri>
22            <match>ffcpl:/entrypoints.xml</match>
23            <match>ffcpl:/mod_ISOcat_access_system/icon.png</match>
24            <match>ffcpl:/mod_ISOcat_access_system/doc/.*</match>
25            <match>active:ISOcat\.access\.system\..*</match>
26        </uri>
27        <class/>
28    </export>
29    <rewrite>
30        <rule>
31            <match>ffcpl:/mod_ISOcat_access_system/icon.png</match>
32            <to>ffcpl:/icon.png</to>
33        </rule>
34        <rule>
35            <match>ffcpl:/mod_ISOcat_access_system/doc/(.*)</match>
36            <to>ffcpl:/doc/$1</to>
37        </rule>
38        <rule>
39            <match>ffcpl:/doc/</match>
40            <to>ffcpl:/doc/index.html</to>
41        </rule>
42        <rule>
43            <match>active:ISOcat.access.system.about</match>
44            <to>active:dpml+operand@ffcpl:/about.idoc</to>
45        </rule>
46    </rewrite>
47    <mapping>
48        <rewrite>
49            <match>active:ISOcat.access.system.config\+(.*)</match>
50            <to>active:sloot.accessor+operand@ffcpl:/config/set.acc+$1</to>
51        </rewrite>
52        <rewrite>
53            <match>active:ISOcat.access.system.config</match>
54            <to>ffcpl:/etc/ISOcatConfig.xml</to>
55        </rewrite>
56        <rewrite>
57            <match>active:ISOcat.access.system.database</match>
58            <to>ffcpl:/etc/ConfigRDBMS.xml</to>
59        </rewrite>
60        <rewrite>
61            <match>active:ISOcat.access.system.smtp</match>
62            <to>ffcpl:/etc/SMTPConfig.xml</to>
63        </rewrite>
64        <rewrite>
65            <match>ffcpl:/etc/ConfigRDBMS.xml</match>
66            <to>active:sloot.accessor+operand@ffcpl:/config/database.acc</to>
67        </rewrite>
68        <rewrite>
69            <match>active:ISOcat.access.system.config.database.throttle</match>
70            <to>active:sloot.accessor+operand@ffcpl:/config/db-throttle.acc</to>
71        </rewrite>
72        <rewrite>
73            <match>ffcpl:/etc/SMTPConfig.xml</match>
74            <to>active:sloot.accessor+operand@ffcpl:/config/email.acc</to>
75        </rewrite>
76        <rewrite>
77            <match>active:ISOcat.access.system.config.admin.site</match>
78            <to>active:sloot.accessor+operand@ffcpl:/config/admin_site.acc</to>
79        </rewrite>
80        <rewrite>
81            <match>active:ISOcat.access.system.config.admin.email</match>
82            <to>active:sloot.accessor+operand@ffcpl:/config/admin_email.acc</to>
83        </rewrite>
84        <rewrite>
85            <match>active:ISOcat.access.system.config.admin.pid</match>
86            <to>active:sloot.accessor+operand@ffcpl:/config/admin_pid.acc</to>
87        </rewrite>
88        <rewrite>
89            <match>active:ISOcat.access.system.config.forum</match>
90            <to>active:sloot.accessor+operand@ffcpl:/config/forum.acc</to>
91        </rewrite>
92        <rewrite>
93            <match>active:ISOcat.access.system.config.shibboleth</match>
94            <to>active:sloot.accessor+operand@ffcpl:/config/shibboleth.acc</to>
95        </rewrite>
96        <rewrite>
97            <match>active:ISOcat.access.system.config.authentication</match>
98            <to>active:sloot.accessor+operand@ffcpl:/config/authentication.acc</to>
99        </rewrite>
100        <rewrite>
101            <match>active:ISOcat.access.system.version</match>
102            <to>active:dpml+operand@ffcpl:/access/version.idoc</to>
103        </rewrite>
104        <rewrite>
105            <match>active:ISOcat.access.system.sendmail(\+.*)</match>
106            <to>active:sloot.accessor+operand@ffcpl:/access/sendmail.acc$1</to>
107        </rewrite>
108        <rewrite>
109            <match>active:ISOcat.access.system.properties</match>
110            <to>active:sloot.accessor+operand@ffcpl:/access/properties.acc</to>
111        </rewrite>
112        <this>
113            <match>ffcpl:/.*</match>
114        </this>
115        <import>
116            <uri>urn:org:ten60:netkernel:ext:layer1</uri>
117        </import>
118        <import>
119            <uri>urn:org:ten60:netkernel:ext:xml:core</uri>
120        </import>
121        <import>
122            <uri>urn:org:ten60:netkernel:ext:xml:ura</uri>
123        </import>
124        <import>
125            <uri>urn:org:ten60:netkernel:ext:sys</uri>
126        </import>
127        <import>
128            <uri>urn:org:ten60:netkernel:ext:dpml</uri>
129        </import>
130        <import>
131            <uri>urn:org:ten60:netkernel:ext:script</uri>
132        </import>
133        <import>
134            <uri>urn:org:ten60:netkernel:ext:kernel</uri>
135        </import>
136        <import>
137            <uri>urn:org:ten60:netkernel:ext:xquery</uri>
138        </import>
139        <import>
140            <uri>urn:org:ten60:netkernel:ext:xrl</uri>
141        </import>
142        <import>
143                <uri>urn:org:ten60:netkernel:mod:smtp</uri>
144        </import>
145        <import>
146            <uri>urn:sloot</uri>
147        </import>
148        <super/>
149    </mapping>
150</module>
Note: See TracBrowser for help on using the repository browser.