add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / src / documentation / content / xdocs / contributions.xml
1 <?xml version="1.0"?>
2 <document>
3         <header>
4         <title>
5         Apache Lucene - Contributions
6                 </title>
7         </header>
8     <properties>
9         <author email="carlson@apache.org">
10             Peter Carlson
11         </author>
12     </properties>
13     <body>
14         <section id="Overview">
15             <title>Overview</title>
16             <p>This page lists external Lucene resources. If you have
17             written something that should be included, please post all
18             relevant information to one of the mailing lists.  Nothing
19             listed here is directly supported by the Lucene
20             developers, so if you encounter any problems with any of
21             this software, please use the author's contact information
22             to get help.</p>
23             <p>If you are looking for information on contributing patches or other improvements to Lucene, see
24             <a href="http://wiki.apache.org/lucene-java/HowToContribute">How To Contribute</a> on the Lucene Wiki.</p>
25         </section>
26
27         <section id="Lucene Tools">
28             <title>Lucene Tools</title>
29             <p>
30                 Software that works with Lucene indices.
31             </p>
32             <section id="Luke"><title>Luke</title>
33                 <table>
34                     <tr>
35                         <th width="%1">
36                             URL
37                         </th>
38                         <td>
39                             <a href="http://www.getopt.org/luke/">
40                                 http://www.getopt.org/luke/
41                             </a>
42                         </td>
43                     </tr>
44                     <tr>
45                         <th width="%1">
46                             author
47                         </th>
48                         <td>
49                             Andrzej Bialecki
50                         </td>
51                     </tr>
52                 </table>
53             </section>
54             <section id="LIMO (Lucene Index Monitor)">
55                 <title>LIMO (Lucene Index Monitor)</title>
56                 <table>
57                     <tr>
58                         <th width="%1">
59                             URL
60                         </th>
61                         <td>
62                             <a href="http://limo.sf.net/">
63                                 http://limo.sf.net/
64                             </a>
65                         </td>
66                     </tr>
67                     <tr>
68                         <th width="%1">
69                             author
70                         </th>
71                         <td>
72                             Julien Nioche
73                         </td>
74                     </tr>
75                 </table>
76             </section>
77         </section>
78
79         <section id="Lucene Document Converters">
80             <title>Lucene Document Converters</title>
81             <p>
82                 Lucene requires information you want to index to be
83                 converted into a Document class.  Here are
84                 contributions for various solutions that convert different
85                 content types to Lucene's Document classes.
86             </p>
87             <section id="XML Document #1">
88                 <title>XML Document #1</title>
89                 <table>
90                     <tr>
91                         <th width="%1">
92                             URL
93                         </th>
94                         <td>
95                             <a href="http://marc.theaimsgroup.com/?l=lucene-dev&amp;m=100723333506246&amp;w=2">
96                                 http://marc.theaimsgroup.com/?l=lucene-dev&amp;m=100723333506246&amp;w=2
97                             </a>
98                         </td>
99                     </tr>
100                     <tr>
101                         <th width="%1">
102                             author
103                         </th>
104                         <td>
105                             Philip Ogren - ogren@mayo.edu
106                         </td>
107                     </tr>
108                 </table>
109             </section>
110             <section id="XML Document #2">
111                 <title>XML Document #2</title>
112                 <table>
113                     <tr>
114                         <th width="%1">
115                             URL
116                         </th>
117                         <td>
118                             <a href="http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00346.html">
119                                 http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00346.html
120                             </a>
121                         </td>
122                     </tr>
123                     <tr>
124                         <th width="%1">
125                             author
126                         </th>
127                         <td>
128                             Peter Carlson - carlson@bookandhammer.com
129                         </td>
130                     </tr>
131                 </table>
132             </section>
133             <section id="PDF Box">
134                 <title>PDF Box</title>
135                 <table>
136                     <tr>
137                         <th width="%1">
138                             URL
139                         </th>
140                         <td>
141                             <a href="http://www.pdfbox.org/">
142                                 http://www.pdfbox.org/
143                             </a>
144                         </td>
145                     </tr>
146                     <tr>
147                         <th width="%1">
148                             author
149                         </th>
150                         <td>
151                             Ben Litchfield - ben@csh.rit.edu
152                         </td>
153                     </tr>
154                 </table>
155             </section>
156             <section id="XPDF - PDF Document Conversion">
157                 <title>XPDF - PDF Document Conversion</title>
158                 <table>
159                     <tr>
160                         <th width="%1">
161                             URL
162                         </th>
163                         <td>
164                             <a href="http://www.foolabs.com/xpdf">
165                                 http://www.foolabs.com/xpdf
166                             </a>
167                         </td>
168                     </tr>
169                     <tr>
170                         <th width="%1">
171                             author
172                         </th>
173                         <td>
174                             N/A
175                         </td>
176                     </tr>
177                 </table>
178             </section>
179             <section id="PDFTextStream -- PDF text and metadata extraction">
180                 <title>PDFTextStream -- PDF text and metadata extraction</title>
181                 <table>
182                     <tr>
183                         <th width="%1">
184                             URL
185                         </th>
186                         <td>
187                             <a href="http://snowtide.com">
188                                 http://snowtide.com
189                             </a>
190                         </td>
191                     </tr>
192                     <tr>
193                         <th width="%1">
194                             author
195                         </th>
196                         <td>
197                             N/A
198                         </td>
199                     </tr>
200                 </table>
201             </section>
202             <section id="PJ Classic &amp; PJ Professional - PDF Document Conversion">
203                 <title>PJ Classic &amp; PJ Professional - PDF Document Conversion</title>
204                 <table>
205                     <tr>
206                         <th width="%1">
207                             URL
208                         </th>
209                         <td>
210                             <a href=" http://www.etymon.com/">
211                                 http://www.etymon.com/
212                             </a>
213                         </td>
214                     </tr>
215                     <tr>
216                         <th width="%1">
217                             author
218                         </th>
219                         <td>
220                             N/A
221                         </td>
222                     </tr>
223                 </table>
224             </section>
225         </section>
226
227         <section id="Miscellaneous">
228             <title>Miscellaneous</title>
229             <p>
230             </p>
231             <section id="Arabic Analyzer for Java">
232                 <title>Arabic Analyzer for Java</title>
233                 <table>
234                     <tr>
235                         <th width="%1">
236                             URL
237                         </th>
238                         <td>
239                             <a href="http://savannah.nongnu.org/projects/aramorph">
240                                 http://savannah.nongnu.org/projects/aramorph
241                             </a>
242                         </td>
243                     </tr>
244                     <tr>
245                         <th width="%1">
246                             author
247                         </th>
248                         <td>
249                             Pierrick Brihaye
250                         </td>
251                     </tr>
252                 </table>
253             </section>
254             <section id="Phonetix">
255                 <title>Phonetix</title>
256                 <table>
257                     <tr>
258                         <th width="%1">
259                             URL
260                         </th>
261                         <td>
262                             <a href="http://www.companywebstore.de/tangentum/mirror/en/products/phonetix/index.html">
263                                 http://www.companywebstore.de/tangentum/mirror/en/products/phonetix/index.html
264                             </a>
265                         </td>
266                     </tr>
267                     <tr>
268                         <th width="%1">
269                             author
270                         </th>
271                         <td>
272                             tangentum technologies
273                         </td>
274                     </tr>
275                 </table>
276             </section>
277             <section id="ejIndex - JBoss MBean for Lucene">
278                 <title>ejIndex - JBoss MBean for Lucene</title>
279                 <p>
280                 </p>
281                 <table>
282                     <tr>
283                         <th width="%1">
284                             URL
285                         </th>
286                         <td>
287                             <a href="http://ejindex.sourceforge.net/">
288                                 http://ejindex.sourceforge.net/
289                             </a>
290                         </td>
291                     </tr>
292                     <tr>
293                         <th width="%1">
294                             author
295                         </th>
296                         <td>
297                             Andy Scholz
298                         </td>
299                     </tr>
300                 </table>
301             </section>
302             <section id="JavaCC">
303                 <title>JavaCC</title>
304                 <table>
305                     <tr>
306                         <th width="%1">
307                             URL
308                         </th>
309                         <td>
310                             <a href="https://javacc.dev.java.net/">
311                                 https://javacc.dev.java.net/
312                             </a>
313                         </td>
314                     </tr>
315                     <tr>
316                         <th width="%1">
317                             author
318                         </th>
319                         <td>
320                             Sun Microsystems (java.net)
321                         </td>
322                     </tr>
323                 </table>
324             </section>
325             <section id="LuSQL">
326                 <title>LuSQL - Index databases with Lucene</title>
327                 <table>
328                     <tr>
329                         <th width="%1">
330                             URL
331                         </th>
332                         <td>
333                             <a href="http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql">
334                                 http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql
335                             </a>
336                         </td>
337                     </tr>
338                     <tr>
339                         <th width="%1">
340                             author
341                         </th>
342                         <td>
343                             Glen Newton
344                         </td>
345                     </tr>
346                 </table>
347             </section>
348         </section>
349     </body>
350 </document>