You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2011/03/06 23:12:06 UTC

[Lucene.Net] svn commit: r1078600 - in /incubator/lucene.net/site/trunk/content/lucene.net: index.html index3.html

Author: pnasser
Date: Sun Mar  6 22:12:06 2011
New Revision: 1078600

URL: http://svn.apache.org/viewvc?rev=1078600&view=rev
Log: (empty)

Added:
    incubator/lucene.net/site/trunk/content/lucene.net/index3.html
Removed:
    incubator/lucene.net/site/trunk/content/lucene.net/index.html

Added: incubator/lucene.net/site/trunk/content/lucene.net/index3.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/index3.html?rev=1078600&view=auto
==============================================================================
--- incubator/lucene.net/site/trunk/content/lucene.net/index3.html (added)
+++ incubator/lucene.net/site/trunk/content/lucene.net/index3.html Sun Mar  6 22:12:06 2011
@@ -0,0 +1,184 @@
+
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<title>A High Performance C# Search Engine - Lucene.Net</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	
+	<link rel="stylesheet" type="text/css" href="styles/reset.css" />
+	<link rel="stylesheet" type="text/css" href="styles/layout.css" />
+	<link rel="stylesheet" type="text/css" href="styles/screen.css" />
+	<link rel="stylesheet" type="text/css" href="styles/print.css" media="print" />
+	<link rel="stylesheet" type="text/css" href="styles/lucene.css" />
+
+	<link rel="icon" href="images/icon.png" type="image/png" />
+	
+	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
+</head>
+
+<body class="promo">
+	<div id="wrapper">
+
+		<div>
+			<div id="header">
+				<ul id="global-nav">
+				  <li><a href="http://www.apache.org">Apache.org</a></li>
+				  <li><a href="#">Wiki</a></li>
+				  <li><a href="https://issues.apache.org/jira/browse/LUCENENET">Issue Tracker (JIRA)</a></li>
+				  <li><a href="#">Source</a></li>
+				  <li><a href="http://lucene.apache.org/">Lucene Project</a></li>
+				</ul>
+			
+				<a href="/" id="logo">Apache Lucene.Net</a>
+	
+				<div id="main-nav" class="clearfix"> 
+					<ul class="clearfix"> 
+						<li class="incubatorlogo"></li> 
+					</ul> 
+    			</div> 
+				
+			</div>
+		</div>
+
+		<div id="introduction">
+			<div>
+
+				<h1>A High Performance C# Search Engine</h1>
+				<h2>Get invovled to help shape our future</h2>
+
+				<div class="clearer"></div>
+
+				<div class="column" style="width:325px;height:200px">
+					<ul class="first calltoaction">
+						<li><a href="#panel1">Grab the Code</a></li>
+						<li><a href="#panel2">Join the Conversation</a></li>
+						<li><a href="#panel3">Check out our Roadmap</a></li>
+						<li><a href="#panel4">Frequently Asked Questions</a></li>
+					</ul>
+				</div>
+				
+				<div class="column last">
+					<div class="calltoactionpanel" id="panel1">
+						<h3><a href="#">Grab the Binary</a></h3>
+						<p>The latest binary release is Lucene.Net 2.0, Feb 22, 2011</p>
+						<h3><a href="#">Grab the Latest Source Release</a></h3>
+						<p>The latest source release is 2.9.2 - Feb 22, 2011</p>
+						<h3><a href="#">Grab the Cutting Edge Source</a></h3>
+						<p>Test drive the newest features we don't quite have ready for prime time</p>
+						<h2 />
+						<h3><a href="">More code resources...</a></h3>
+					</div>	
+					<div class="calltoactionpanel" id="panel2">
+						<h3><a href="#">Mailing Lists</a></h3>
+						<p>We have a number of mailing lists for you to ask questiosn or keep aprised of the latest developer conversations</p>
+						<h3><a href="#">Issue Tracker</a></h3>
+						<p>Check out what we are officially working on, what bugs we know about, and help us by submitting enhancements or bugs</p>
+						<h2 />
+						<h3><a href="">More ways to join the conversation...</a></h3>
+					</div>	
+					<div class="calltoactionpanel" id="panel3">
+						<h3><a href="#">Our Roadmap</a></h3>
+						<p>There are a number of things we are quickly trying to improve in Lucene.Net. From enhancing and optimizing the line by
+						line porting of the Lucene Java source using Sharpen, to creating a more .Net friendly API that utilizes cutting edge parts
+						of the .Net framework. We even have a lot of work that involves this website and reaching the community through blogs and 
+						tutortials.</p>
+						<h2 />
+						<h3><a href="">Check out our roadmap...</a></h3>
+					</div>	
+					<div class="calltoactionpanel" id="panel4">
+						<h3><a href="#">Getting Started</a></h3>
+						<p>Everything you need to know to get up and running</p>
+						<h3><a href="#">Official FAQ</a></h3>
+						<p>This is a collection of frequently asked questions we've received from the community</p>
+						<h3><a href="#">Wiki</a></h3>
+						<p></p>
+						<h2 />
+						<h3><a href="">More frequently asked questions...</a></h3>
+					</div>	
+				</div>
+				
+				<div class="clearer"></div>
+			</div>
+		</div>
+
+    <div id="content">
+      
+		<div class="two-column clearfix">
+			<div class="column" style="width:600px;">
+				<h2>Lucene.Net</h2>
+				<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:
+					<ul>
+						<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>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.</li>
+					</ul>
+				</p>
+				<h2></h2>
+				<h2>Sponsors</h2>
+				<p>Special thanks to our Champion, Grant Ingersoll. As well as too our mentors Gianugo Rabellino, Stefan Bodewig, and Benson Margulies.</p>
+				
+				<h2></h2>
+				<h2>Incubation</h2>
+				<p>Apache Lucene.Net™ is an effort undergoing incubation at <a href="http://www.apache.org/">The Apache Software Foundation (ASF)</a>, 
+				sponsored by the <a href="http://incubator.apache.org/">Apache Incubator</a>. Incubation is required of all newly accepted projects 
+				until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner 
+				consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or 
+				stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+				</p>
+			</div>
+			
+			<div class="column last" style="width:300px">
+				<h2>Who Uses Lucene.Net?</h2>
+				<h3>Open Source Initiatives</h3>
+				<ul>
+					<li><a href="http://ireaper.codeplex.com/">iReaper</a></li>
+					<li><a href="http://linqtolucene.codeplex.com/">Linq to Lucene</a></li>
+					<li><a href="http://lucandranet.codeplex.com/">Lucandra.NET</a></li>
+					<li><a href="http://www.mindtouch.com/">MindTouch</a></li>
+					<li><a href="http://orchard.codeplex.com/">Orchard</a></li>
+					<li><a href="http://ravendb.net/">RavenDB</a></li>
+					<li><a href="http://subtextproject.com/">SubText</a></li>
+					<li><a href="http://umbraco.codeplex.com">Umbraco</a></li>
+				</ul>
+				<h3>Commercial Products</h3>
+				<ul>
+					<li><a href="http://autodesk.com/">Autodesk</a></li>
+					<li><a href="http://www.topgear.com/">BBC UK Top Gear site</a></li>
+					<li><a href="http://www.epro.com/">Epro, Bluewire Technologies</a></li>
+					<li><a href="http://www.adenin.com/">IntelliEnterprise Intranet Suite</a></li>
+					<li><a href="http://www.koders.com/">Koders.com, Black Duck Software</a></li>
+					<li><a href="http://www.oxan.com">Oxford Analytica</a></li>
+					<li><a href="http://discover-e-legal.com/aboutparadigm.html">Paradigm</a></li>
+					<li><a href="http://datassimilate.com/PSindex.html">PowerSearch</a></li>
+				</ul>
+				<h3>...any many more</h3>
+			</div>
+		</div>
+
+    </div>
+
+  </div>
+
+	<div id="footer">
+		<ul id="footer-nav">
+			<li>Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br />
+				Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are 
+				trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks 
+				of their respective owners.</li>
+		</ul>
+	</div>
+
+	<script type="text/javascript">
+		$(function() {
+			$(".calltoaction li a").mouseenter(function () {
+				//hide panels 
+				$('.calltoactionpanel').hide();
+				
+				//show panel
+				var panel = $(this).attr("href");
+				$(panel).show();
+			});
+		});
+	</script>
+</body>
+</html>