source: proiecte/HadoopJUnit/hadoop-0.20.1/src/docs/cn/build/tmp/plugins-2.xml @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 10.5 KB
Line 
1<?xml version="1.0"?>
2<!--
3  Licensed to the Apache Software Foundation (ASF) under one or more
4  contributor license agreements.  See the NOTICE file distributed with
5  this work for additional information regarding copyright ownership.
6  The ASF licenses this file to You under the Apache License, Version 2.0
7  (the "License"); you may not use this file except in compliance with
8  the License.  You may obtain a copy of the License at
9
10      http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  See the License for the specific language governing permissions and
16  limitations under the License.
17-->
18<!DOCTYPE plugins [
19  <!ENTITY % links.att 'name CDATA #REQUIRED'>
20  <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
21  <!ELEMENT plugins (plugin*)>
22  <!ATTLIST plugins type CDATA #REQUIRED>
23  <!ELEMENT plugin (description, forrestVersion)>
24  <!ATTLIST plugin name CDATA #REQUIRED
25                 type (input|output|internal) #REQUIRED
26                 url  CDATA #REQUIRED
27                 author CDATA #REQUIRED
28                 website CDATA #IMPLIED
29                 version CDATA #IMPLIED>
30  <!ELEMENT description (#PCDATA)>
31  <!ELEMENT forrestVersion (#PCDATA)>
32  ]>
33<plugins type="whiteboard">
34<!-- ================================================================== -->
35<!-- Input Plugins                                                      -->
36<!-- ================================================================== -->
37  <plugin name="org.apache.forrest.plugin.input.citations"
38        type="input"
39        author="Apache Forrest Project"
40        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations/"
41        url="http://forrest.apache.org/plugins"
42        version="0.1">
43    <description>
44      List of citations.
45    </description>
46    <forrestVersion>0.8</forrestVersion>
47  </plugin>
48  <plugin name="org.apache.forrest.plugin.input.Daisy"
49        type="input"
50        author="Apache Forrest Project"
51        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/"
52        url="http://forrest.apache.org/plugins"
53        version="0.1">
54    <description>
55      Allow content to be included from a Daisy CMS repository.
56    </description>
57    <forrestVersion>0.8</forrestVersion>
58  </plugin>
59  <plugin name="org.apache.forrest.plugin.input.doap"
60        type="input"
61        author="Apache Forrest Project"
62        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap/"
63        url="http://forrest.apache.org/plugins"
64        version="0.1">
65    <description>
66      Embed DOAP files in forrest content objects.
67    </description>
68    <forrestVersion>0.8</forrestVersion>
69  </plugin>
70  <plugin name="org.apache.forrest.plugin.input.glossary"
71        type="input"
72        author="Apache Forrest Project"
73        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.glossary/"
74        url="http://forrest.apache.org/plugins"
75        version="0.1">
76    <description>
77      Enable glossary: a list of technical terms and definitions.
78    </description>
79    <forrestVersion>0.8</forrestVersion>
80  </plugin>
81  <plugin name="org.apache.forrest.plugin.input.logs"
82        type="input"
83        author="Apache Forrest Project"
84        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.logs"
85        url="http://forrest.apache.org/plugins"
86        version="0.1">
87    <description>
88      Embed log file output in Forrest sites. If Forrest is running in a dynamic
89      environment, then pages can be updated to show recent changes in the log
90      whenever required.
91    </description>
92    <forrestVersion>0.7</forrestVersion>
93  </plugin>
94  <plugin name="org.apache.forrest.plugin.input.odt"
95        type="input"
96        author="Apache Forrest Project"
97        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.odt"
98        url="http://forrest.apache.org/plugins"
99        version="0.1">
100    <description>
101      Use OpenDocument Writer files (*.odt) as input sources.
102    </description>
103    <forrestVersion>0.8</forrestVersion>
104  </plugin>
105  <plugin name="org.apache.forrest.plugin.input.Resume"
106        type="input"
107        author="Apache Forrest Project"
108        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Resume"
109        url="http://forrest.apache.org/plugins"
110        version="0.1">
111    <description>
112      Basic support for Resumes, renders a single resume, or alloes sorting of a
113      number of resumes on skill.
114    </description>
115    <forrestVersion>0.8</forrestVersion>
116  </plugin>
117  <plugin name="org.apache.forrest.plugin.input.serverStatus"
118        type="input"
119        author="Apache Forrest Project"
120        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.serverStatus"
121        url="http://forrest.apache.org/plugins"
122        version="0.1">
123    <description>
124      Provides a list of the Cocoon cache and other server status information.
125    </description>
126    <forrestVersion>0.8</forrestVersion>
127  </plugin>
128<!-- ================================================================== -->
129<!-- Output Plugins                                                     -->
130<!-- ================================================================== -->
131  <plugin name="org.apache.forrest.plugin.output.Anakia"
132        type="output"
133        author="Apache Forrest Project"
134        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/"
135        url="http://forrest.apache.org/plugins"
136        version="0.1">
137    <description>
138      Produce output in Anakia "xdoc" format.
139    </description>
140    <forrestVersion>0.8</forrestVersion>
141  </plugin>
142  <plugin name="org.apache.forrest.plugin.output.Chart"
143        type="output"
144        author="Apache Forrest Project"
145        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Chart"
146        url="http://forrest.apache.org/plugins/"
147        version="0.1">
148    <description>
149      Charting plugin that utilises JChart.
150    </description>
151    <forrestVersion>0.7</forrestVersion>
152  </plugin>
153  <plugin name="org.apache.forrest.plugin.input.ecs"
154        type="input"
155        author="Apache Forrest Project"
156        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.ecs/"
157        url="http://forrest.apache.org/plugins"
158        version="0.1">
159    <description>
160      Process responses from Amaozons E-Commerce System web services.
161    </description>
162    <forrestVersion>0.8</forrestVersion>
163  </plugin>
164  <plugin name="org.apache.forrest.plugin.output.htmlArea"
165        type="output"
166        author="Apache Forrest Project"
167        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.htmlArea"
168        url="http://forrest.apache.org/plugins/"
169        version="0.1">
170    <description>
171      WYSIWYG editing of HTML documents (requires Forrest to be running
172      dynamically).
173    </description>
174    <forrestVersion>0.7</forrestVersion>
175  </plugin>
176  <plugin name="org.apache.forrest.plugin.output.voice"
177        type="output"
178        author="Apache Forrest Project"
179        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.voice"
180        url="http://forrest.apache.org/plugins/"
181        version="0.1">
182    <description>
183      Add voiceXML content to a Forrest page. This allows the page to be read by
184      a voice synthesiser and navigated with voice commands.
185    </description>
186    <forrestVersion>0.8</forrestVersion>
187  </plugin>
188  <plugin name="org.apache.forrest.plugin.output.solr"
189        type="output"
190        author="Apache Forrest Project"
191        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.solr"
192        url="http://forrest.apache.org/plugins/"
193        version="0.1">
194    <description>
195      Generates solr documents from xdos. Further when run with the dispatcher
196      it provides a GUI to manage your project in solr and a search interface to
197      search your solr server.
198    </description>
199    <forrestVersion>0.8</forrestVersion>
200  </plugin>
201  <plugin name="org.apache.forrest.themes.core"
202        type="output"
203        author="Apache Forrest Project"
204        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core"
205        url="http://forrest.apache.org/plugins/"
206        version="0.1">
207    <description>
208      The core theme package for the dispatcher.
209    </description>
210    <forrestVersion>0.8</forrestVersion>
211  </plugin>
212<!-- ================================================================== -->
213<!-- Internal Plugins                                                   -->
214<!-- ================================================================== -->
215  <plugin name="org.apache.forrest.plugin.internal.IMSManifest"
216        type="internal"
217        author="Apache Forrest Project"
218        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest"
219        url="http://forrest.apache.org/plugins/"
220        version="0.1">
221    <description>
222      Use an IMS Manifest file to manage site structure. Generates site.xml and
223      tabs.xml from an imsmanifest.xml file when one is available. Also enables
224      content in one Content Package to be embedded in another.
225    </description>
226    <forrestVersion>0.7</forrestVersion>
227  </plugin>
228  <plugin name="org.apache.forrest.plugin.internal.NoteTaking"
229        type="internal"
230        author="Apache Forrest Project"
231        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking"
232        url="http://forrest.apache.org/plugins/"
233        version="0.1">
234    <description>
235      Provides facilities for adding notes to pages when Forrest is run in
236      dynamic mode.
237    </description>
238    <forrestVersion>0.8</forrestVersion>
239  </plugin>
240  <plugin name="org.apache.forrest.plugin.internal.dispatcher"
241        type="internal"
242        author="Apache Forrest Project"
243        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher"
244        url="http://forrest.apache.org/plugins/"
245        version="0.1">
246    <description>
247      Enable Forrest to use page-specific views and contracts. Next generation
248      skinning.
249    </description>
250    <forrestVersion>0.8</forrestVersion>
251  </plugin>
252</plugins>
Note: See TracBrowser for help on using the repository browser.