You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bu...@apache.org on 2011/02/18 05:27:38 UTC

svn commit: r785635 - /websites/staging/lucene.net/trunk/content/lucene.net/index.html

Author: buildbot
Date: Fri Feb 18 04:27:38 2011
New Revision: 785635

Log:
Staging update by buildbot

Modified:
    websites/staging/lucene.net/trunk/content/lucene.net/index.html

Modified: websites/staging/lucene.net/trunk/content/lucene.net/index.html
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/index.html (original)
+++ websites/staging/lucene.net/trunk/content/lucene.net/index.html Fri Feb 18 04:27:38 2011
@@ -48,21 +48,15 @@
 targeted at .NET runtime users.</p>
 <p>Lucene.Net has three primary goals:</p>
 <ol>
-<li>
-<p>Maintain the existing line-by-line port from Java to
+<li>Maintain the existing line-by-line port from Java to
     C#, fully  automating and commoditizing the process such that the
     project can easily  synchronize with the Java Lucene release
-    schedule. </p>
-</li>
-<li>
-<p>High-performance C# search engine library. </p>
-</li>
-<li>
-<p>Maximize usability and power when used within the
+    schedule. </li>
+<li>High-performance C# search engine library. </li>
+<li>Maximize usability and power when used within the
     .NET runtime. To that end, it will present a highly idiomatic,
     carefully tailored API that takes advantage of many of the special
-    features of the .NET runtime.</p>
-</li>
+    features of the .NET runtime.</li>
 </ol>
 <p>You can find the Lucene parent project at: <a href="http://lucene.apache.org/">http://lucene.apache.org/</a></p>
 <p>In January 2011, Lucene.Net was <a href="http://wiki.apache.org/incubator/Lucene.Net%20Proposal">proposed</a> as a candidate for entry into the