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/07/23 22:26:33 UTC

[Lucene.Net] svn commit: r793218 - /websites/staging/lucene.net/trunk/content/lucene.net/index.html

Author: buildbot
Date: Sat Jul 23 20:26:32 2011
New Revision: 793218

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 Sat Jul 23 20:26:32 2011
@@ -27,17 +27,12 @@
 		
 		 <div class="left">
 
-<h3>
-
-Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. 
-Lucene.Net has three primary goals:
-
-1.  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;
-2.  Maintaining the high-performance requirements excepted of a first class C# search engine library;
-3.  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.
-
-</h3>
-
+<p>Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. Lucene.Net has three primary goals: </p>
+<ol>
+<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;</li>
+<li>Maintaining the high-performance requirements excepted of a first class 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.</li>
+</ol>
 <h1 id="news">News</h1>
 <h2 id="may_02_2010_-_lucenenet_292_released">May 02, 2010 - Lucene.Net 2.9.2 Released</h2>
 <p>We've just released the latest build of Lucene.Net 2.9.2, some of the new features include:</p>