You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/01/31 16:54:29 UTC

svn commit: r803654 - in /websites/staging/lucene/trunk/content: core/ solr/

Author: buildbot
Date: Tue Jan 31 15:54:29 2012
New Revision: 803654

Log:
Staging update by buildbot for lucene

Added:
    websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
Modified:
    websites/staging/lucene/trunk/content/core/downloads.html
    websites/staging/lucene/trunk/content/solr/discussion.html
    websites/staging/lucene/trunk/content/solr/downloads.html
    websites/staging/lucene/trunk/content/solr/features.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/quickstart.html
    websites/staging/lucene/trunk/content/solr/solrnews.html
    websites/staging/lucene/trunk/content/solr/tutorial.html
    websites/staging/lucene/trunk/content/solr/versioncontrol.html

Modified: websites/staging/lucene/trunk/content/core/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/downloads.html (original)
+++ websites/staging/lucene/trunk/content/core/downloads.html Tue Jan 31 15:54:29 2012
@@ -208,7 +208,7 @@
             Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
             <a href="systemrequirements.html">here</a>.</p>
 <p>Both binary and source releases for the latest version of Lucene are available from
-        <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">the Apache Mirrors</a>.</p>
+        <a href="mirrors-core-redir.html">the Apache Mirrors</a>.</p>
 <p>Archives for all past versions of Lucene are available at <a href="http://archive.apache.org/dist/lucene/java/">the Apache archives</a>.</p>
 <p>The <tt>lucene-VERSION.zip</tt> or <tt>.tar.gz</tt> (where VERSION is the version number of the release, e.g. 3.0.1) file contains the
             lucene-core jar file, html documentation, a demo application (see the "Getting Started" section)

Added: websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-redir.html (added)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-redir.html Tue Jan 31 15:54:29 2012
@@ -0,0 +1,298 @@
+
+<head>
+  <!--
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE- 2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java">
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+
+  <title>Apache Lucene - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+  
+
+  <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
+  <script type="text/javascript" src="scripts/prototype.js"></script>
+<script type="text/javascript" src="scripts/effects.js"></script>
+<script type="text/javascript" src="scripts/search.js"></script>
+<script type="text/javascript" src="scripts/slides.js"></script>
+<!--<script type="text/javascript" src="scripts/jquery.js"></script>-->
+</head>
+
+
+<body id="home">
+<div id="wrap">
+  <div id="header">
+    <div id="logo">
+      
+  <a href="http://lucene.apache.org/"><img border="0" src="../images/lucene_logo_green_300.png"
+                                                             alt="Lucene Logo"/></a>
+
+    </div>
+    <div id="search">
+  <script type="text/javascript">
+    function getBlank(input, stdValue) {
+      if (input.value == stdValue) {
+        input.value = '';
+      }
+      return true;
+    }
+
+    function selectProvider(form) {
+      provider = form.elements['searchProvider'].value;
+      if (provider == "any") {
+        if (Math.random() > 0.5) {
+          provider = "lucid";
+        } else {
+          provider = "sl";
+        }
+      }
+
+      if (provider == "lucid") {
+        form.action = "http://search.lucidimagination.com/p:lucene";
+      } else if (provider == "sl") {
+        form.action = "http://search-lucene.com/lucene";
+      }
+
+      days = 90; // cookie will be valid for 90 days
+      date = new Date();
+      date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
+      expires = "; expires=" + date.toGMTString();
+      document.cookie = "searchProvider=" + provider + expires + "; path=/";
+      return true;
+    }
+  </script>
+  <form id="quick-search" method="GET" onsubmit="return selectProvider(this)"
+        action="http://search-lucene.com/lucene"
+        name="searchform">
+    <fieldset>
+      <input type="search" name="q" value="Search with Apache Solr..." class="class1 class2 hint" accesskey="q"
+             onfocus="getBlank(this, 'Search with Apache Solr...')">
+      <span style="color:white">@</span>
+      <select name="searchProvider" id="searchProvider">
+        <option value="any">select provider</option>
+        <option value="lucid">Lucid Find</option>
+        <option value="sl">Search-Lucene</option>
+      </select>
+    </fieldset>
+    <script type="text/javascript">
+      if (document.cookie.length > 0) {
+        cStart = document.cookie.indexOf("searchProvider=");
+        if (cStart != -1) {
+          cStart = cStart + "searchProvider=".length;
+          cEnd = document.cookie.indexOf(";", cStart);
+          if (cEnd == -1) {
+            cEnd = document.cookie.length;
+          }
+          provider = unescape(document.cookie.substring(cStart, cEnd));
+          document.forms['searchform'].elements['searchProvider'].value = provider;
+        }
+      }
+    </script>
+  </form>
+</div>
+    <div id="nav">
+      
+  
+<ul>
+  <li><a href="index.html">Core</a></li>
+  <li><a href="downloads.html">Download</a></li>
+  <li><a href="documentation.html">Documentation</a></li>
+  <li><a href="quickstart.html">Tutorials</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/LUCENE">Issue Tracker</a></li>
+  <li><a class="last" href="discussion.html">Discussion</a></li>
+  <li><a class="last" href="../">Lucene</a></li>
+</ul>
+
+
+    </div>
+    
+  
+<div id="slides">
+  <div class="slideshow" id="mantleSlides">
+    <div id="slide1">
+      <div class="callout">
+        Ultra-fast Search Library<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Lucene sets the standard for search and indexing performance
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Lucene" src="../images/mantle-lucene.png"/>
+      </div>
+    </div>
+    <div id="slide2" style="display:none">
+      <div class="callout">
+        Proven search capabilities<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Lucene is the de facto standard for search libraries
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Lucene Power" src="../images/mantle-power.png"/>
+      </div>
+    </div>
+    <div id="slide3" style="display:none">
+      <div class="callout">
+        Innovation and Maturity
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Lucene has proven stability as well as a track record of innovation
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Lucene" src="../images/mantle-innovation.png"/>
+      </div>
+    </div>
+    <div id="slide4" style="display:none">
+      <div class="callout">
+        Apache 2.0 licensed
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Lucene is distributed under a commercially friendly Apache Software license
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Software Foundation" src="../images/mantle-asf.png"/>
+      </div>
+    </div>
+  </div>
+  <div class="controls">
+    <a class="next" id="next" title="Next" href="#">Next</a>
+    <a class="previous" id="previous" title="Previous" href="#">Previous</a>
+    <a class="start" id="start" title="Start" href="#" style="display: none; ">Start</a>
+    <a class="stop" id="stop" title="Stop" href="#">Stop</a>
+  </div>
+</div>
+<script type="text/javascript">
+  function StartSlides() {
+    new Slides('mantleSlides');
+  }
+  document.observe('dom:loaded', StartSlides);
+</script>
+
+
+  </div>
+  <div id="content-wrap" class="clearfix">
+    <div id="main">
+      <h1 class="title"></h1>
+
+      <div><p>You should be automatically redirected to the Apache Mirrors Site, if not please choose from the
+following:</p>
+<ul>
+<li>
+<p>Both binary and source releases for the latest version of Lucene are available from
+        <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">the Apache Mirrors</a>).</p>
+</li>
+<li>
+<p>Archives for all past versions of Lucene are available at <a href="http://archive.apache.org/dist/lucene/java/">the Apache archives</a>.</p>
+</li>
+</ul></div>
+      
+
+
+      
+    </div>
+    
+    
+<div id="sidebar">
+  <h1 id="resources">Resources</h1>
+<ul>
+<li><a href="developer.html">Developer</a></li>
+<li><a href="discussion.html">Discussion</a></li>
+<li><a href="features.html">Features</a></li>
+<li><a href="releases.html">Releases</a></li>
+<li><a href="systemreqs.html">System Requirements</a></li>
+</ul>
+<h1 id="release_docs">Release Docs</h1>
+<ul>
+<li><a href="http://lucene.apache.org/java/3_3_0/index.html">3.3</a></li>
+<li><a href="http://lucene.apache.org/java/3_2_0/index.html">3.2</a></li>
+<li><a href="http://lucene.apache.org/java/3_1_0/index.html">3.1</a></li>
+<li><a href="http://lucene.apache.org/java/3_0_3/index.html">3.0.3</a></li>
+<li><a href="http://lucene.apache.org/java/3_0_2/index.html">3.0.2</a></li>
+<li><a href="http://lucene.apache.org/java/3_0_1/index.html">3.0.1</a></li>
+<li><a href="http://lucene.apache.org/java/3_0_0/index.html">3.0.0</a></li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li><a href="../whoweare.html">Who We are</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+<h1 id="related_projects">Related Projects</h1>
+<ul>
+<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+<li><a href="http://incubator.apache.org/connectors/">Apache ManifoldCF</a></li>
+<li><a href="http://incubator.apache.org/lucene.net/">Apache Lucene.Net</a></li>
+<li><a href="http://incubator.apache.org/lucy/">Apache Lucy</a></li>
+<li><a href="http://mahout.apache.org">Apache Mahout</a></li>
+<li><a href="http://nutch.apache.org">Apache Nutch</a></li>
+<li><a href="http://incubator.apache.org/opennlp">Apache OpenNLP</a></li>
+<li><a href="http://tika.apache.org">Apache Tika</a></li>
+<li><a href="http://zookeeper.apache.org">Apache Zookeeper</a></li>
+</ul>
+  <div class="status">
+    <div id="svn">
+      <h1>Latest SVN</h1>
+      <div class="status-item">
+      </div></div>
+    <div id="jira">
+      <h1>Latest JIRA</h1>
+      <div class="status-item"></div></div>
+    <div id="dev-mail">
+      <h1>Latest Dev</h1>
+      <div class="status-item"></div>
+    </div>
+    <div id="core-user-mail">
+      <h1>Latest Core User</h1>
+      <div class="status-item"></div>
+    </div>
+  </div>
+</div>
+
+
+  </div>
+  <div id="footer">
+  <div class="copyright">
+    <p>
+      Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+      the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="../privacy.html">Privacy Policy</a>
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
+      respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="http://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
+      for more information.
+    </p>
+  </div>
+</div>
+</div>
+
+</body>
\ No newline at end of file

Modified: websites/staging/lucene/trunk/content/solr/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/discussion.html (original)
+++ websites/staging/lucene/trunk/content/solr/discussion.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>

Modified: websites/staging/lucene/trunk/content/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/downloads.html (original)
+++ websites/staging/lucene/trunk/content/solr/downloads.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>
@@ -204,8 +205,7 @@
             sufficient changes, improvements and bug fixes to warrant a release.
             Due to the voluntary nature of Solr, no releases are scheduled in advance.</p>
 <p>Both binary and source releases for the latest version of Solr are available from
-        <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">the Apache Mirrors</a>.</p>
-<p>Archives for all past versions of Lucene are available at <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
+        <a href="mirrors-solr-redir.html">the Apache Mirrors</a>.</p>
 <p>The <tt>apache-solr-VERSION.zip</tt> or <tt>.tgz</tt> (where VERSION is the version number of the release, e.g. 3.0.1) file contains
             Apache Solr, html documentation and tutorial.  The
             <tt>apache-solr-VERSION-src.zip</tt> or <tt>.tgz</tt> contains the full source

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Tue Jan 31 15:54:29 2012
@@ -114,6 +114,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>
@@ -247,7 +248,66 @@ in your distribution package!</p></div>
       
     </div>
     
-    {include "solr-sidebar.html" %}
+    
+<div id="sidebar">
+  <span class="sidenav"><h1 id="resources">Resources</h1>
+<ul>
+<li><a href="./features.html">Features</a></li>
+<li><a href="./tutorial.html">Tutorial</a></li>
+<li><a href="./versioncontrol.html">Version Control</a></li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li><a href="../whoweare.html">Who We are</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+<h1 id="related_projects">Related Projects</h1>
+<ul>
+<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+<li><a href="http://incubator.apache.org/connectors/">Apache ManifoldCF</a></li>
+<li><a href="http://incubator.apache.org/lucene.net/">Apache Lucene.Net</a></li>
+<li><a href="http://incubator.apache.org/lucy/">Apache Lucy</a></li>
+<li><a href="http://mahout.apache.org">Apache Mahout</a></li>
+<li><a href="http://nutch.apache.org">Apache Nutch</a></li>
+<li><a href="http://incubator.apache.org/opennlp">Apache OpenNLP</a></li>
+<li><a href="http://tika.apache.org">Apache Tika</a></li>
+<li><a href="http://zookeeper.apache.org">Apache Zookeeper</a></li>
+</ul>
+    <div class="status">
+      <div id="svn">
+        <h1>Latest SVN</h1>
+
+        <div class="status-item">
+          
+        </div>
+      </div>
+      <div id="jira">
+        <h1>Latest JIRA</h1>
+
+        <div class="status-item">
+        </div>
+      </div>
+      <div id="dev-mail">
+        <h1>Latest Dev</h1>
+
+        <div class="status-item">
+        </div>
+      </div>
+      <div id="solr-user-mail">
+        <h1>Latest Solr User</h1>
+
+        <div class="status-item">
+        </div>
+      </div>
+    </div>
+  </span>
+</div>
 
   </div>
   <div id="footer">

Added: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (added)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Tue Jan 31 15:54:29 2012
@@ -0,0 +1,297 @@
+<!-- solr-simple.html -->
+
+<head>
+  <!--
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE- 2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr">
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/solr.css" rel="stylesheet" type="text/css">
+
+  <title>Apache Lucene - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+  <meta name="keywords"
+        content="apache, apache lucene, apache solr, solr, lucene
+        search, information retrieval, spell checking, faceting, inverted index, open source"/>
+
+  <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
+  <script type="text/javascript" src="scripts/prototype.js"></script>
+<script type="text/javascript" src="scripts/effects.js"></script>
+<script type="text/javascript" src="scripts/search.js"></script>
+<script type="text/javascript" src="scripts/slides.js"></script>
+<!--<script type="text/javascript" src="scripts/jquery.js"></script>-->
+</head>
+
+
+<body id="home">
+<div id="wrap">
+  <div id="header">
+    <div id="logo">
+      
+  <a href="index.html"><img border="0" width="250" height="137" src="../images/solr.png"
+                                              alt="Solr Logo"/></a>
+
+    </div>
+    <div id="search">
+  <script type="text/javascript">
+    function getBlank(input, stdValue) {
+      if (input.value == stdValue) {
+        input.value = '';
+      }
+      return true;
+    }
+
+    function selectProvider(form) {
+      provider = form.elements['searchProvider'].value;
+      if (provider == "any") {
+        if (Math.random() > 0.5) {
+          provider = "lucid";
+        } else {
+          provider = "sl";
+        }
+      }
+
+      if (provider == "lucid") {
+        form.action = "http://search.lucidimagination.com/p:lucene";
+      } else if (provider == "sl") {
+        form.action = "http://search-lucene.com/lucene";
+      }
+
+      days = 90; // cookie will be valid for 90 days
+      date = new Date();
+      date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
+      expires = "; expires=" + date.toGMTString();
+      document.cookie = "searchProvider=" + provider + expires + "; path=/";
+      return true;
+    }
+  </script>
+  <form id="quick-search" method="GET" onsubmit="return selectProvider(this)"
+        action="http://search-lucene.com/lucene"
+        name="searchform">
+    <fieldset>
+      <input type="search" name="q" value="Search with Apache Solr..." class="class1 class2 hint" accesskey="q"
+             onfocus="getBlank(this, 'Search with Apache Solr...')">
+      <span style="color:white">@</span>
+      <select name="searchProvider" id="searchProvider">
+        <option value="any">select provider</option>
+        <option value="lucid">Lucid Find</option>
+        <option value="sl">Search-Lucene</option>
+      </select>
+    </fieldset>
+    <script type="text/javascript">
+      if (document.cookie.length > 0) {
+        cStart = document.cookie.indexOf("searchProvider=");
+        if (cStart != -1) {
+          cStart = cStart + "searchProvider=".length;
+          cEnd = document.cookie.indexOf(";", cStart);
+          if (cEnd == -1) {
+            cEnd = document.cookie.length;
+          }
+          provider = unescape(document.cookie.substring(cStart, cEnd));
+          document.forms['searchform'].elements['searchProvider'].value = provider;
+        }
+      }
+    </script>
+  </form>
+</div>
+    <div id="nav">
+      
+  <ul>
+  <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
+  <li><a href="wiki.html">Wiki</a></li>
+  <li><a href="downloads.html">Download</a></li>
+  <li><a href="tutorial.html">Tutorial</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/SOLR">Issue Tracker</a></li>
+  <li><a href="discussion.html">Discussion</a></li>
+  <li><a class="last" href="../">Lucene</a></li>
+</ul>
+
+
+    </div>
+    
+  
+<div id="slides">
+  <div class="slideshow" id="mantleSlides">
+    <div id="slide1">
+      <div class="callout">
+        Ultra-fast Lucene-based Search Server<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Solr offers Lucene's capabilities in an easy to use,
+          fast search server with additional features like faceting, scalability and much more
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Solr" src="../images/mantle-solr.png"/>
+      </div>
+    </div>
+    <div id="slide2" style="display:none">
+      <div class="callout">
+        Proven search capabilities<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          The Solr search server powers a wide range of applications such as Netflix, AOL, CNET, Zappos and many more
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Solr Power" src="../images/mantle-power.png"/>
+      </div>
+    </div>
+    <div id="slide3" style="display:none">
+      <div class="callout">
+        Scalable
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Solr has been deployed successfully in both high query volume
+          situations and
+          large collection sizes
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Solr community" src="../images/mantle-scale.png"/>
+      </div>
+    </div>
+    <div id="slide4" style="display:none">
+      <div class="callout">
+        Apache 2.0 licensed
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Solr is distributed under a commercially friendly Apache Software license
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Software Foundation" src="../images/mantle-asf.png"/>
+      </div>
+    </div>
+  </div>
+  <div class="controls">
+    <a class="next" id="next" title="Next" href="#">Next</a>
+    <a class="previous" id="previous" title="Previous" href="#">Previous</a>
+    <a class="start" id="start" title="Start" href="#" style="display: none; ">Start</a>
+    <a class="stop" id="stop" title="Stop" href="#">Stop</a>
+  </div>
+</div>
+
+
+  </div>
+  <div id="content-wrap" class="clearfix">
+    <div id="main">
+      <h1 class="title"></h1>
+
+      <div><p>You should be automatically redirected to the Apache Mirrors Site, if not please choose from the
+following:</p>
+<ul>
+<li>
+<p>Both binary and source releases for the latest version of Solr are available from
+        <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">the Apache Mirrors</a>).</p>
+</li>
+<li>
+<p>Archives for all past versions of Solr are available at <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
+</li>
+</ul></div>
+      
+
+
+      
+    </div>
+    
+    
+<div id="sidebar">
+  <span class="sidenav"><h1 id="resources">Resources</h1>
+<ul>
+<li><a href="./features.html">Features</a></li>
+<li><a href="./tutorial.html">Tutorial</a></li>
+<li><a href="./versioncontrol.html">Version Control</a></li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li><a href="../whoweare.html">Who We are</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+<h1 id="related_projects">Related Projects</h1>
+<ul>
+<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+<li><a href="http://incubator.apache.org/connectors/">Apache ManifoldCF</a></li>
+<li><a href="http://incubator.apache.org/lucene.net/">Apache Lucene.Net</a></li>
+<li><a href="http://incubator.apache.org/lucy/">Apache Lucy</a></li>
+<li><a href="http://mahout.apache.org">Apache Mahout</a></li>
+<li><a href="http://nutch.apache.org">Apache Nutch</a></li>
+<li><a href="http://incubator.apache.org/opennlp">Apache OpenNLP</a></li>
+<li><a href="http://tika.apache.org">Apache Tika</a></li>
+<li><a href="http://zookeeper.apache.org">Apache Zookeeper</a></li>
+</ul>
+    <div class="status">
+      <div id="svn">
+        <h1>Latest SVN</h1>
+
+        <div class="status-item">
+          
+        </div>
+      </div>
+      <div id="jira">
+        <h1>Latest JIRA</h1>
+
+        <div class="status-item">
+        </div>
+      </div>
+      <div id="dev-mail">
+        <h1>Latest Dev</h1>
+
+        <div class="status-item">
+        </div>
+      </div>
+      <div id="solr-user-mail">
+        <h1>Latest Solr User</h1>
+
+        <div class="status-item">
+        </div>
+      </div>
+    </div>
+  </span>
+</div>
+
+  </div>
+  <div id="footer">
+  <div class="copyright">
+    <p>
+      Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+      the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="../privacy.html">Privacy Policy</a>
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
+      respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="http://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
+      for more information.
+    </p>
+  </div>
+</div>
+</div>
+
+</body>
\ No newline at end of file

Modified: websites/staging/lucene/trunk/content/solr/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/solr/quickstart.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>

Modified: websites/staging/lucene/trunk/content/solr/solrnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/solrnews.html (original)
+++ websites/staging/lucene/trunk/content/solr/solrnews.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>

Modified: websites/staging/lucene/trunk/content/solr/tutorial.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/tutorial.html (original)
+++ websites/staging/lucene/trunk/content/solr/tutorial.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>

Modified: websites/staging/lucene/trunk/content/solr/versioncontrol.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/versioncontrol.html (original)
+++ websites/staging/lucene/trunk/content/solr/versioncontrol.html Tue Jan 31 15:54:29 2012
@@ -115,6 +115,7 @@
       
   <ul>
   <li><a href="index.html">Solr</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="wiki.html">Wiki</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>