root/trunk/extensions/knownExtensions.xml

Revision 2 (checked in by schst, 5 years ago)

initial commit on new server

  • Property 0 set to
  • Property 1 set to
Line 
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <configuration>
3         <configValue name="CONTROL" type="array">
4                 <configValue name="namespace" type="string">control</configValue>
5                 <configValue name="defnamespace" type="string">control</configValue>
6                 <configValue name="name" type="string">Control Extension</configValue>
7                 <configValue name="extension" type="string">patXMLRendererControlExtension</configValue>
8                 <configValue name="version" type="float">0.4</configValue>
9                 <configValue name="phpfile" type="string">control/patXMLRendererControlExtension.php</configValue>
10                 <configValue name="xmlfile" type="string">control/patXMLRendererControlExtension.xml</configValue>
11         </configValue>
12         <configValue name="DBC" type="array">
13                 <configValue name="namespace" type="string">dbc</configValue>
14                 <configValue name="defnamespace" type="string">dbc</configValue>
15                 <configValue name="name" type="string">DBC Extension</configValue>
16                 <configValue name="extension" type="string">patXMLRendererDbcExtension</configValue>
17                 <configValue name="version" type="float">0.5</configValue>
18                 <configValue name="phpfile" type="string">dbc/patXMLRendererDbcExtension.php</configValue>
19                 <configValue name="xmlfile" type="string">dbc/patXMLRendererDbcExtension.xml</configValue>
20         </configValue>
21         <configValue name="FILE" type="array">
22                 <configValue name="namespace" type="string">file</configValue>
23                 <configValue name="defnamespace" type="string">file</configValue>
24                 <configValue name="name" type="string">File Extension</configValue>
25                 <configValue name="extension" type="string">patXMLRendererFileExtension</configValue>
26                 <configValue name="version" type="float">0.1</configValue>
27                 <configValue name="phpfile" type="string">file/patXMLRendererFileExtension.php</configValue>
28                 <configValue name="xmlfile" type="string">file/patXMLRendererFileExtension.xml</configValue>
29         </configValue>
30         <configValue name="HTTP" type="array">
31                 <configValue name="namespace" type="string">http</configValue>
32                 <configValue name="defnamespace" type="string">http</configValue>
33                 <configValue name="name" type="string">HTTP Extension</configValue>
34                 <configValue name="extension" type="string">patXMLRendererHttpExtension</configValue>
35                 <configValue name="version" type="float">0.1</configValue>
36                 <configValue name="phpfile" type="string">http/patXMLRendererHttpExtension.php</configValue>
37                 <configValue name="xmlfile" type="string">http/patXMLRendererHttpExtension.xml</configValue>
38         </configValue>
39         <configValue name="I18N" type="array">
40                 <configValue name="namespace" type="string">i18n</configValue>
41                 <configValue name="defnamespace" type="string">i18n</configValue>
42                 <configValue name="name" type="string">Language Extension</configValue>
43                 <configValue name="extension" type="string">patXMLRendererI18NExtension</configValue>
44                 <configValue name="version" type="float">0.1</configValue>
45                 <configValue name="phpfile" type="string">i18n/patXMLRendererI18NExtension.php</configValue>
46                 <configValue name="xmlfile" type="string">i18n/patXMLRendererI18NExtension.xml</configValue>
47         </configValue>
48         <configValue name="NEWSLETTER" type="array">
49                 <configValue name="namespace" type="string">newsletter</configValue>
50                 <configValue name="defnamespace" type="string">newsletter</configValue>
51                 <configValue name="name" type="string">Newsletter Extension</configValue>
52                 <configValue name="extension" type="string">patXMLRendererNewsletterExtension</configValue>
53                 <configValue name="version" type="float">0.01</configValue>
54                 <configValue name="phpfile" type="string">newsletter/patXMLRendererNewsletterExtension.php</configValue>
55                 <configValue name="xmlfile" type="string">newsletter/patXMLRendererNewsletterExtension.xml</configValue>
56         </configValue>
57         <configValue name="PAT" type="array">
58                 <configValue name="namespace" type="string">pat</configValue>
59                 <configValue name="defnamespace" type="string">pat</configValue>
60                 <configValue name="name" type="string">Pat Extension</configValue>
61                 <configValue name="extension" type="string">patXMLRendererPatExtension</configValue>
62                 <configValue name="version" type="float">0.1</configValue>
63                 <configValue name="phpfile" type="string">pat/patXMLRendererPatExtension.php</configValue>
64                 <configValue name="xmlfile" type="string">pat/patXMLRendererPatExtension.xml</configValue>
65         </configValue>
66         <configValue name="PHP" type="array">
67                 <configValue name="namespace" type="string">php</configValue>
68                 <configValue name="defnamespace" type="string">php</configValue>
69                 <configValue name="name" type="string">PHP Extension</configValue>
70                 <configValue name="extension" type="string">patXMLRendererPhpExtension</configValue>
71                 <configValue name="version" type="float">0.21</configValue>
72                 <configValue name="phpfile" type="string">php/patXMLRendererPhpExtension.php</configValue>
73                 <configValue name="xmlfile" type="string">php/patXMLRendererPhpExtension.xml</configValue>
74         </configValue>
75         <configValue name="RANDY" type="array">
76                 <configValue name="namespace" type="string">randy</configValue>
77                 <configValue name="defnamespace" type="string">randy</configValue>
78                 <configValue name="name" type="string">Randy Extension</configValue>
79                 <configValue name="extension" type="string">patXMLRendererRandyExtension</configValue>
80                 <configValue name="version" type="float">0.93</configValue>
81                 <configValue name="phpfile" type="string">randy/patXMLRendererRandyExtension.php</configValue>
82                 <configValue name="xmlfile" type="string">randy/patXMLRendererRandyExtension.xml</configValue>
83         </configValue>
84         <configValue name="STRING" type="array">
85                 <configValue name="namespace" type="string">string</configValue>
86                 <configValue name="defnamespace" type="string">string</configValue>
87                 <configValue name="name" type="string">String Extension</configValue>
88                 <configValue name="extension" type="string">patXMLRendererStringExtension</configValue>
89                 <configValue name="version" type="float">0.1</configValue>
90                 <configValue name="phpfile" type="string">string/patXMLRendererStringExtension.php</configValue>
91                 <configValue name="xmlfile" type="string">string/patXMLRendererStringExtension.xml</configValue>
92         </configValue>
93         <configValue name="SYSINFO" type="array">
94                 <configValue name="namespace" type="string">sysinfo</configValue>
95                 <configValue name="defnamespace" type="string">sysinfo</configValue>
96                 <configValue name="name" type="string">Sysinfo Extension</configValue>
97                 <configValue name="extension" type="string">patXMLRendererSysinfoExtension</configValue>
98                 <configValue name="version" type="float">1</configValue>
99                 <configValue name="phpfile" type="string">sysinfo/patXMLRendererSysinfoExtension.php</configValue>
100                 <configValue name="xmlfile" type="string">sysinfo/patXMLRendererSysinfoExtension.xml</configValue>
101         </configValue>
102         <configValue name="TIME" type="array">
103                 <configValue name="namespace" type="string">time</configValue>
104                 <configValue name="defnamespace" type="string">time</configValue>
105                 <configValue name="name" type="string">Time Extension</configValue>
106                 <configValue name="extension" type="string">patXMLRendererTimeExtension</configValue>
107                 <configValue name="version" type="float">0.91</configValue>
108                 <configValue name="phpfile" type="string">time/patXMLRendererTimeExtension.php</configValue>
109                 <configValue name="xmlfile" type="string">time/patXMLRendererTimeExtension.xml</configValue>
110         </configValue>
111         <configValue name="VAR" type="array">
112                 <configValue name="namespace" type="string">var</configValue>
113                 <configValue name="defnamespace" type="string">var</configValue>
114                 <configValue name="name" type="string">Variable Extension</configValue>
115                 <configValue name="extension" type="string">patXMLRendererVarExtension</configValue>
116                 <configValue name="version" type="float">0.3</configValue>
117                 <configValue name="phpfile" type="string">var/patXMLRendererVarExtension.php</configValue>
118                 <configValue name="xmlfile" type="string">var/patXMLRendererVarExtension.xml</configValue>
119         </configValue>
120         <configValue name="XGEN" type="array">
121                 <configValue name="namespace" type="string">xgen</configValue>
122                 <configValue name="defnamespace" type="string">xgen</configValue>
123                 <configValue name="name" type="string">XML Tag Generator Extension</configValue>
124                 <configValue name="extension" type="string">patXMLRendererXgenExtension</configValue>
125                 <configValue name="version" type="float">0.1</configValue>
126                 <configValue name="phpfile" type="string">xgen/patXMLRendererXgenExtension.php</configValue>
127                 <configValue name="xmlfile" type="string">xgen/patXMLRendererXgenExtension.xml</configValue>
128         </configValue>
129         <configValue name="XINC" type="array">
130                 <configValue name="namespace" type="string">xinc</configValue>
131                 <configValue name="defnamespace" type="string">xinc</configValue>
132                 <configValue name="name" type="string">XInclude Extension</configValue>
133                 <configValue name="extension" type="string">patXMLRendererXIncExtension</configValue>
134                 <configValue name="version" type="float">0.1</configValue>
135                 <configValue name="phpfile" type="string">xinc/patXMLRendererXIncExtension.php</configValue>
136                 <configValue name="xmlfile" type="string">xinc/patXMLRendererXIncExtension.xml</configValue>
137         </configValue>
138         <configValue name="XML" type="array">
139                 <configValue name="namespace" type="string">xml</configValue>
140                 <configValue name="defnamespace" type="string">xml</configValue>
141                 <configValue name="name" type="string">XML Extension</configValue>
142                 <configValue name="extension" type="string">patXMLRendererXmlExtension</configValue>
143                 <configValue name="version" type="float">0.1</configValue>
144                 <configValue name="phpfile" type="string">xml/patXMLRendererXmlExtension.php</configValue>
145                 <configValue name="xmlfile" type="string">xml/patXMLRendererXmlExtension.xml</configValue>
146         </configValue>
147 </configuration>
Note: See TracBrowser for help on using the browser.