source: proiecte/HadoopJUnit/hadoop-0.20.1/src/docs/cn/build/tmp/plugins-1.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: 8.8 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="released">
34<!-- ================================================================== -->
35<!-- Input Plugins                                                      -->
36<!-- ================================================================== -->
37  <plugin name="org.apache.forrest.plugin.input.dtdx"
38        type="input"
39        author="Apache Forrest Project"
40        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx"
41        url="http://forrest.apache.org/plugins/"
42        version="0.2">
43    <description>
44      Use the NekoDTD tool packaged as a Cocoon Generator to automatically
45      generate some hyperlinked DTD reference documentation.
46    </description>
47    <forrestVersion>0.8</forrestVersion>
48  </plugin>
49  <plugin name="org.apache.forrest.plugin.input.excel"
50        type="input"
51        author="Apache Forrest Project"
52        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.excel/"
53        url="http://forrest.apache.org/plugins"
54        version="0.3">
55    <description>
56      Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
57    </description>
58    <forrestVersion>0.8</forrestVersion>
59  </plugin>
60  <plugin name="org.apache.forrest.plugin.input.feeder"
61        type="input"
62        author="Apache Forrest Project"
63        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.feeder"
64        url="http://forrest.apache.org/plugins"
65        version="0.2">
66    <description>
67      Embed syndicated content in a Forrest site.
68    </description>
69    <forrestVersion>0.8</forrestVersion>
70  </plugin>
71  <plugin name="org.apache.forrest.plugin.input.listLocations"
72        type="input"
73        author="Apache Forrest Project"
74        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations"
75        url="http://forrest.apache.org/plugins/"
76        version="0.2">
77    <description>
78      Use lists of locations maintained in a simple xml format and transform
79      them to documents.
80    </description>
81    <forrestVersion>0.8</forrestVersion>
82  </plugin>
83  <plugin name="org.apache.forrest.plugin.input.OpenOffice.org"
84        type="input"
85        author="Apache Forrest Project"
86        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org"
87        url="http://forrest.apache.org/plugins"
88        version="0.2">
89    <description>
90      Use various OpenOffice.org document formats as input sources.
91    </description>
92    <forrestVersion>0.8</forrestVersion>
93  </plugin>
94  <plugin name="org.apache.forrest.plugin.input.PhotoGallery"
95        type="input"
96        author="Apache Forrest Project"
97        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery"
98        url="http://forrest.apache.org/plugins"
99        version="0.3">
100    <description>
101      Create a photo Gallery by simply dropping your photos into a directory.
102    </description>
103    <forrestVersion>0.8</forrestVersion>
104  </plugin>
105  <plugin name="org.rblasch.forrest.plugin.input.pod"
106        type="input"
107        author="Ronald Blaschke"
108        website="http://www.rblasch.org/projects/pod-input/"
109        url="http://www.rblasch.org/projects/pod-input"
110        version="0.1">
111    <description>
112      Embed Pod (Plain Old Documentation) documents in a Forrest site.
113    </description>
114    <forrestVersion>0.7</forrestVersion>
115  </plugin>
116  <plugin name="org.apache.forrest.plugin.input.projectInfo"
117        type="input"
118        author="Apache Forrest Project"
119        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo"
120        url="http://forrest.apache.org/plugins/"
121        version="0.2">
122    <description>
123      Generates project info such as changelog and todo list.
124    </description>
125    <forrestVersion>0.8</forrestVersion>
126  </plugin>
127  <plugin name="org.apache.forrest.plugin.input.simplifiedDocbook"
128        type="input"
129        author="Apache Forrest Project"
130        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook"
131        url="http://forrest.apache.org/plugins/"
132        version="0.2">
133    <description>
134      Enable Simplified Docbook to be used as input.
135    </description>
136    <forrestVersion>0.8</forrestVersion>
137  </plugin>
138  <plugin name="org.apache.forrest.plugin.input.wiki"
139        type="input"
140        author="Apache Forrest Project"
141        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki"
142        url="http://forrest.apache.org/plugins/"
143        version="0.2">
144    <description>
145      Embed various wiki documents in a Forrest site.
146    </description>
147    <forrestVersion>0.8</forrestVersion>
148  </plugin>
149<!-- ================================================================== -->
150<!-- Output Plugins                                                     -->
151<!-- ================================================================== -->
152  <plugin name="org.apache.forrest.plugin.output.inputModule"
153        type="output"
154        author="Apache Forrest Project"
155        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.inputModule"
156        url="http://forrest.apache.org/plugins/"
157        version="0.1">
158    <description>
159      Enable Forrest to produce properties from an input-module.
160    </description>
161    <forrestVersion>0.8</forrestVersion>
162  </plugin>
163  <plugin name="org.apache.forrest.plugin.output.pdf"
164        type="output"
165        author="Apache Forrest Project"
166        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf"
167        url="http://forrest.apache.org/plugins/"
168        version="0.2">
169    <description>
170      Enable Forrest documents to be output in PDF format.
171    </description>
172    <forrestVersion>0.8</forrestVersion>
173  </plugin>
174  <plugin name="org.apache.forrest.plugin.output.POD"
175        type="output"
176        author="Apache Forrest Project"
177        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD"
178        url="http://forrest.apache.org/plugins/"
179        version="0.2">
180    <description>
181      Enable Forrest documents to be output in Plain Old Documentation (POD)
182      format.
183    </description>
184    <forrestVersion>0.8</forrestVersion>
185  </plugin>
186  <plugin name="org.apache.forrest.plugin.output.Text"
187        type="output"
188        author="Apache Forrest Project"
189        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text"
190        url="http://forrest.apache.org/plugins/"
191        version="0.2">
192    <description>
193      Enable Forrest documents to be output in Text format.
194    </description>
195    <forrestVersion>0.8</forrestVersion>
196  </plugin>
197  <plugin name="s5"
198        type="output"
199        author="Ross Gardler"
200        website="http://forrest.apache.org/~rgardler/testingGround/forrestPlugins/s5"
201        url="http://www.apache.org/~rgardler/testingGround/forrestPlugins/"
202        version="0.1">
203    <description>
204      Create S5: A Simple Standards-Based Slide Show System presentations from
205      xdocs.
206    </description>
207    <forrestVersion>0.7</forrestVersion>
208  </plugin>
209<!-- ================================================================== -->
210<!-- Internal Plugins                                                   -->
211<!-- ================================================================== -->
212</plugins>
Note: See TracBrowser for help on using the repository browser.