mirror of https://github.com/apache/lucene.git
- Updated some out-dated links.
- Wrapped very long lines. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
241b2d6a85
commit
2226d9fa8e
|
@ -121,7 +121,13 @@
|
|||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>This page lists external resources for Lucene. If you've written something that should be included, please post all relevant information to one of the mailing lists. Nothing listed here is directly supported by the Lucene developers, if you encounter any problems with them, please use the contact information. </p>
|
||||
<p>This page lists external Lucene resources. If you have
|
||||
written something that should be included, please post all
|
||||
relevant information to one of the mailing lists. Nothing
|
||||
listed here is directly supported by the Lucene
|
||||
developers, so if you encounter any problems with any of
|
||||
this software, please use the author's contact information
|
||||
to get help.</p>
|
||||
</blockquote>
|
||||
</p>
|
||||
</td></tr>
|
||||
|
@ -136,7 +142,10 @@
|
|||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
Lucene requires information you want to index to be converted into a Document class. Here are contributions for various Document classes for different formats.
|
||||
Lucene requires information you want to index to be
|
||||
converted into a Document class. Here are
|
||||
contributions for various Document classes for
|
||||
different formats.
|
||||
</p>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#828DA6">
|
||||
|
@ -724,8 +733,8 @@
|
|||
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
|
||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
|
||||
|
||||
<a href="http://www.darksleep.com/puff/lucene/lucene.html">
|
||||
http://www.darksleep.com/puff/lucene/lucene.html
|
||||
<a href="http://www.darksleep.com/lucene">
|
||||
http://www.darksleep.com/lucene
|
||||
</a>
|
||||
|
||||
</font>
|
||||
|
@ -774,8 +783,8 @@
|
|||
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
|
||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
|
||||
|
||||
<a href="http://lempinen.net/sami/jtidy/">
|
||||
http://lempinen.net/sami/jtidy/
|
||||
<a href="http://sourceforge.net/projects/jtidy/">
|
||||
http://sourceforge.net/projects/jtidy/
|
||||
</a>
|
||||
|
||||
</font>
|
||||
|
|
|
@ -10,11 +10,20 @@
|
|||
</properties>
|
||||
<body>
|
||||
<section name="Overview">
|
||||
<p>This page lists external resources for Lucene. If you've written something that should be included, please post all relevant information to one of the mailing lists. Nothing listed here is directly supported by the Lucene developers, if you encounter any problems with them, please use the contact information. </p>
|
||||
<p>This page lists external Lucene resources. If you have
|
||||
written something that should be included, please post all
|
||||
relevant information to one of the mailing lists. Nothing
|
||||
listed here is directly supported by the Lucene
|
||||
developers, so if you encounter any problems with any of
|
||||
this software, please use the author's contact information
|
||||
to get help.</p>
|
||||
</section>
|
||||
<section name="Lucene Documents">
|
||||
<p>
|
||||
Lucene requires information you want to index to be converted into a Document class. Here are contributions for various Document classes for different formats.
|
||||
Lucene requires information you want to index to be
|
||||
converted into a Document class. Here are
|
||||
contributions for various Document classes for
|
||||
different formats.
|
||||
</p>
|
||||
<subsection name="RTF->XML->Lucene">
|
||||
<table>
|
||||
|
@ -282,8 +291,8 @@
|
|||
URL
|
||||
</th>
|
||||
<td>
|
||||
<a href="http://www.darksleep.com/puff/lucene/lucene.html">
|
||||
http://www.darksleep.com/puff/lucene/lucene.html
|
||||
<a href="http://www.darksleep.com/lucene">
|
||||
http://www.darksleep.com/lucene
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -306,8 +315,8 @@
|
|||
URL
|
||||
</th>
|
||||
<td>
|
||||
<a href="http://lempinen.net/sami/jtidy/">
|
||||
http://lempinen.net/sami/jtidy/
|
||||
<a href="http://sourceforge.net/projects/jtidy/">
|
||||
http://sourceforge.net/projects/jtidy/
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue