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 2011/08/07 05:23:02 UTC

svn commit: r793909 - in /websites/staging/lucene/trunk/content/lucene: core/mailing-lists.html solr/ solr/documentation.html solr/downloads.html solr/index.html solr/mailing-lists.html solr/quickstart.html

Author: buildbot
Date: Sun Aug  7 03:23:01 2011
New Revision: 793909

Log:
Staging update by buildbot

Added:
    websites/staging/lucene/trunk/content/lucene/solr/
    websites/staging/lucene/trunk/content/lucene/solr/documentation.html
    websites/staging/lucene/trunk/content/lucene/solr/downloads.html
    websites/staging/lucene/trunk/content/lucene/solr/index.html
    websites/staging/lucene/trunk/content/lucene/solr/mailing-lists.html
    websites/staging/lucene/trunk/content/lucene/solr/quickstart.html
Modified:
    websites/staging/lucene/trunk/content/lucene/core/mailing-lists.html

Modified: websites/staging/lucene/trunk/content/lucene/core/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/core/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/lucene/core/mailing-lists.html Sun Aug  7 03:23:01 2011
@@ -144,16 +144,16 @@ and discuss issues concerning Lucene int
 with usage questions or configuration questions and problems.</p>
 <h3 id="discussion_list">Discussion list:</h3>
 <ul>
-<li><a href="mailto:java-dev-subscribe@lucene.apache.org">Subscribe</a> <em>Do not send mail to this list with usage questions or configuration questions and problems.</em></li>
-<li><a href="mailto:java-dev-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
-<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-dev/">Official Archive</a></li>
+<li><a href="mailto:dev-subscribe@lucene.apache.org">Subscribe</a> <em>Do not send mail to this list with usage questions or configuration questions and problems.</em></li>
+<li><a href="mailto:dev-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/">Official Archive</a></li>
 <li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-lucene-dev/">Old Jakarta Archive</a></li>
 </ul>
 <h3 id="commit_notifications">Commit notifications:</h3>
 <ul>
-<li><a href="mailto:java-commits-subscribe@lucene.apache.org">Subscribe</a></li>
-<li><a href="mailto:java-commits-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
-<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-commits/">Archive</a></li>
+<li><a href="mailto:commits-subscribe@lucene.apache.org">Subscribe</a></li>
+<li><a href="mailto:commits-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-commits/">Archive</a></li>
 </ul>
 <h2 id="mail_archives">Mail Archives</h2>
 <p>The Lucene Wiki maintains a list of searchable mailing list archives at <a href="http://wiki.apache.org/lucene-java/MailingListArchives">http://wiki.apache.org/lucene-java/MailingListArchives</a>.

Added: websites/staging/lucene/trunk/content/lucene/solr/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/solr/documentation.html (added)
+++ websites/staging/lucene/trunk/content/lucene/solr/documentation.html Sun Aug  7 03:23:01 2011
@@ -0,0 +1,295 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<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.
+  -->
+
+  <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"/>
+  <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="http://lucene.apache.org/"><img border="0" src="images/lucene_green_300.gif" alt="Lucene Logo"/></a>
+      
+    </div>
+    <div id="nav">
+      
+      <ul>
+        <li><a href="./core/">Core (Java)</a></li>
+        <li><a href="./solr/">Solr</a></li>
+        <li><a href="./pylucene/">PyLucene</a></li>
+        <li><a href="Open Relevance">Open Relevance</a></li>
+      </ul>
+      
+    </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="slides">
+      <div class="slideshow" id="mantleSlides">
+        <div id="slide1" style="display:none">
+          <div class="callout">
+            Ultra-fast Search Library and Server<br/>
+          </div>
+          <div class="description">
+            Apache Lucene and Solr set the standard for search and indexing performance
+          </div>
+          <div class="mantle">
+            <img alt="Apache Lucene" src="images/mantle-lucene-solr.png"/>
+          </div>
+        </div>
+        <div id="slide2" style="display:none">
+          <div class="callout">
+            Proven search capabilities<br/>
+          </div>
+          <div class="description">
+            Our core algorithms along with the Solr search server power applications the world over, ranging
+            from mobile devices to sites like Twitter, Apple and Wikipedia.
+          </div>
+          <div class="mantle">
+            <img alt="Lucene Power" src="images/mantle-power.png"/>
+          </div>
+        </div>
+        <div id="slide3" style="display:none">
+          <div class="callout">
+            Large, Vibrant community
+          </div>
+          <div class="description">
+            The goal of Apache Lucene and Solr is to provide world class search capabilities
+          </div>
+          <div class="mantle">
+            <img alt="Apache Mahout community" src="images/mantle-community.png"/>
+          </div>
+        </div>
+        <div id="slide4" style="opacity:0.5">
+          <div class="callout">
+            Apache 2.0 licensed
+          </div>
+          <div class="description">
+            Apache Lucene and Solr are distributed under a commercially friendly Apache Software license
+          </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="http://lucene.apache.org/#">Next</a>
+        <a class="previous" id="previous" title="Previous" href="http://lucene.apache.org/#">Previous</a>
+        <a class="start" id="start" title="Start" href="http://lucene.apache.org/#" style="display: none; ">Start</a>
+        <a class="stop" id="stop" title="Stop" href="http://lucene.apache.org/#">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></div>
+    </div>
+    
+    <div id="sidebar">
+      <h1 id="user_resources">User Resources</h1>
+<ul>
+<li><a href="./core/">Lucene Core (Java)</a> (<a href="http://lucene.apache.org/core-old">Old Site</a>)</li>
+<li><a href="./solr/">Solr</a> (<a href="http://lucene.apache.org/solr-old">Old Site</a>)</li>
+<li><a href="./pylucene/">PyLucene</a> (<a href="http://lucene.apache.org/pylucene-old">Old Site</a>)</li>
+<li><a href="./openrelevance/">Open Relevance</a> (<a href="http://lucene.apache.org/orp-old">Old Site</a>)</li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li>[Who We are]</li>
+<li>[Credits]</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>
+        <div id="svn">
+          <h2>Latest SVN</h2>
+          
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154650;view=revision">r1154650</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: fix some of the mail links (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154649;view=revision">r1154649</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154648;view=revision">r1154648</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154647;view=revision">r1154647</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        </div>
+
+        <div id="jira">
+          <h2>Latest JIRA</h2>
+          </div>
+        <div id="dev-mail">
+          <h2>Latest Dev</h2>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1582155516.14224.1312670967072.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c705562730.14196.1312669527083.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2701) Expose IndexWriter.commit(Map&lt;String,String&gt; commitUserData) to solr</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1121282665.14178.1312668927114.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+        </div>
+        <div id="core-user-mail">
+          <h2>Latest Core User</h2>
+          
+        </div>
+        <div id="solr-user-mail">
+          <h2>Latest Solr User</h2>
+          
+        </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>.
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+    </p>
+  </div>
+</div>
+</body>
+</html>

Added: websites/staging/lucene/trunk/content/lucene/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/solr/downloads.html (added)
+++ websites/staging/lucene/trunk/content/lucene/solr/downloads.html Sun Aug  7 03:23:01 2011
@@ -0,0 +1,307 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<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.
+  -->
+
+  <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"/>
+  <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="http://lucene.apache.org/"><img border="0" src="images/lucene_green_300.gif" alt="Lucene Logo"/></a>
+      
+    </div>
+    <div id="nav">
+      
+      <ul>
+        <li><a href="./core/">Core (Java)</a></li>
+        <li><a href="./solr/">Solr</a></li>
+        <li><a href="./pylucene/">PyLucene</a></li>
+        <li><a href="Open Relevance">Open Relevance</a></li>
+      </ul>
+      
+    </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="slides">
+      <div class="slideshow" id="mantleSlides">
+        <div id="slide1" style="display:none">
+          <div class="callout">
+            Ultra-fast Search Library and Server<br/>
+          </div>
+          <div class="description">
+            Apache Lucene and Solr set the standard for search and indexing performance
+          </div>
+          <div class="mantle">
+            <img alt="Apache Lucene" src="images/mantle-lucene-solr.png"/>
+          </div>
+        </div>
+        <div id="slide2" style="display:none">
+          <div class="callout">
+            Proven search capabilities<br/>
+          </div>
+          <div class="description">
+            Our core algorithms along with the Solr search server power applications the world over, ranging
+            from mobile devices to sites like Twitter, Apple and Wikipedia.
+          </div>
+          <div class="mantle">
+            <img alt="Lucene Power" src="images/mantle-power.png"/>
+          </div>
+        </div>
+        <div id="slide3" style="display:none">
+          <div class="callout">
+            Large, Vibrant community
+          </div>
+          <div class="description">
+            The goal of Apache Lucene and Solr is to provide world class search capabilities
+          </div>
+          <div class="mantle">
+            <img alt="Apache Mahout community" src="images/mantle-community.png"/>
+          </div>
+        </div>
+        <div id="slide4" style="opacity:0.5">
+          <div class="callout">
+            Apache 2.0 licensed
+          </div>
+          <div class="description">
+            Apache Lucene and Solr are distributed under a commercially friendly Apache Software license
+          </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="http://lucene.apache.org/#">Next</a>
+        <a class="previous" id="previous" title="Previous" href="http://lucene.apache.org/#">Previous</a>
+        <a class="start" id="start" title="Start" href="http://lucene.apache.org/#" style="display: none; ">Start</a>
+        <a class="stop" id="stop" title="Stop" href="http://lucene.apache.org/#">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><h2 id="downloads">Downloads</h2>
+<p>Official releases are usually created when the <a href="whoweare.html">developers</a> feel there are
+            sufficient changes, improvements and bug fixes to warrant a release.
+            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>
+<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)
+            and various jar files containing contributed code.  The
+            <tt>lucene-VERSION-src.zip</tt> or <tt>.tar.gz</tt> contains the full source
+            code for that version.</p></div>
+    </div>
+    
+    <div id="sidebar">
+      <h1 id="user_resources">User Resources</h1>
+<ul>
+<li><a href="./core/">Lucene Core (Java)</a> (<a href="http://lucene.apache.org/core-old">Old Site</a>)</li>
+<li><a href="./solr/">Solr</a> (<a href="http://lucene.apache.org/solr-old">Old Site</a>)</li>
+<li><a href="./pylucene/">PyLucene</a> (<a href="http://lucene.apache.org/pylucene-old">Old Site</a>)</li>
+<li><a href="./openrelevance/">Open Relevance</a> (<a href="http://lucene.apache.org/orp-old">Old Site</a>)</li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li>[Who We are]</li>
+<li>[Credits]</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>
+        <div id="svn">
+          <h2>Latest SVN</h2>
+          
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154650;view=revision">r1154650</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: fix some of the mail links (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154649;view=revision">r1154649</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154648;view=revision">r1154648</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154647;view=revision">r1154647</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        </div>
+
+        <div id="jira">
+          <h2>Latest JIRA</h2>
+          </div>
+        <div id="dev-mail">
+          <h2>Latest Dev</h2>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1582155516.14224.1312670967072.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c705562730.14196.1312669527083.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2701) Expose IndexWriter.commit(Map&lt;String,String&gt; commitUserData) to solr</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1121282665.14178.1312668927114.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+        </div>
+        <div id="core-user-mail">
+          <h2>Latest Core User</h2>
+          
+        </div>
+        <div id="solr-user-mail">
+          <h2>Latest Solr User</h2>
+          
+        </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>.
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+    </p>
+  </div>
+</div>
+</body>
+</html>

Added: websites/staging/lucene/trunk/content/lucene/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/solr/index.html (added)
+++ websites/staging/lucene/trunk/content/lucene/solr/index.html Sun Aug  7 03:23:01 2011
@@ -0,0 +1,298 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<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.
+  -->
+
+  <link href="css/global.css" rel="stylesheet" type="text/css">
+  <title>Apache Lucene - Apache Solr</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="http://lucene.apache.org/"><img border="0" src="images/lucene_green_300.gif" alt="Lucene Logo"/></a>
+      
+    </div>
+    <div id="nav">
+      
+      <ul>
+        <li><a href="./core/">Core (Java)</a></li>
+        <li><a href="./solr/">Solr</a></li>
+        <li><a href="./pylucene/">PyLucene</a></li>
+        <li><a href="Open Relevance">Open Relevance</a></li>
+      </ul>
+      
+    </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="slides">
+      <div class="slideshow" id="mantleSlides">
+        <div id="slide1" style="display:none">
+          <div class="callout">
+            Ultra-fast Search Library and Server<br/>
+          </div>
+          <div class="description">
+            Apache Lucene and Solr set the standard for search and indexing performance
+          </div>
+          <div class="mantle">
+            <img alt="Apache Lucene" src="images/mantle-lucene-solr.png"/>
+          </div>
+        </div>
+        <div id="slide2" style="display:none">
+          <div class="callout">
+            Proven search capabilities<br/>
+          </div>
+          <div class="description">
+            Our core algorithms along with the Solr search server power applications the world over, ranging
+            from mobile devices to sites like Twitter, Apple and Wikipedia.
+          </div>
+          <div class="mantle">
+            <img alt="Lucene Power" src="images/mantle-power.png"/>
+          </div>
+        </div>
+        <div id="slide3" style="display:none">
+          <div class="callout">
+            Large, Vibrant community
+          </div>
+          <div class="description">
+            The goal of Apache Lucene and Solr is to provide world class search capabilities
+          </div>
+          <div class="mantle">
+            <img alt="Apache Mahout community" src="images/mantle-community.png"/>
+          </div>
+        </div>
+        <div id="slide4" style="opacity:0.5">
+          <div class="callout">
+            Apache 2.0 licensed
+          </div>
+          <div class="description">
+            Apache Lucene and Solr are distributed under a commercially friendly Apache Software license
+          </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="http://lucene.apache.org/#">Next</a>
+        <a class="previous" id="previous" title="Previous" href="http://lucene.apache.org/#">Previous</a>
+        <a class="start" id="start" title="Start" href="http://lucene.apache.org/#" style="display: none; ">Start</a>
+        <a class="stop" id="stop" title="Stop" href="http://lucene.apache.org/#">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">Apache Solr</h1>
+
+      <div><p>Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, providing distributed search and index replication, and it powers the search and navigation features of many of the world's largest internet sites.</p>
+<p>Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Tomcat. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it easy to use from virtually any programming language. Solr's powerful external configuration allows it to be tailored to almost any type of application without Java coding, and it has an extensive plugin architecture when more advanced customization is required.</p>
+<p>See the complete feature list for more details.</p>
+<p>For more information about Solr, please see the Solr wiki.</p></div>
+    </div>
+    
+    <div id="sidebar">
+      <h1 id="user_resources">User Resources</h1>
+<ul>
+<li><a href="./core/">Lucene Core (Java)</a> (<a href="http://lucene.apache.org/core-old">Old Site</a>)</li>
+<li><a href="./solr/">Solr</a> (<a href="http://lucene.apache.org/solr-old">Old Site</a>)</li>
+<li><a href="./pylucene/">PyLucene</a> (<a href="http://lucene.apache.org/pylucene-old">Old Site</a>)</li>
+<li><a href="./openrelevance/">Open Relevance</a> (<a href="http://lucene.apache.org/orp-old">Old Site</a>)</li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li>[Who We are]</li>
+<li>[Credits]</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>
+        <div id="svn">
+          <h2>Latest SVN</h2>
+          
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154650;view=revision">r1154650</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: fix some of the mail links (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154649;view=revision">r1154649</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154648;view=revision">r1154648</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154647;view=revision">r1154647</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        </div>
+
+        <div id="jira">
+          <h2>Latest JIRA</h2>
+          </div>
+        <div id="dev-mail">
+          <h2>Latest Dev</h2>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1582155516.14224.1312670967072.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c705562730.14196.1312669527083.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2701) Expose IndexWriter.commit(Map&lt;String,String&gt; commitUserData) to solr</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1121282665.14178.1312668927114.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+        </div>
+        <div id="core-user-mail">
+          <h2>Latest Core User</h2>
+          
+        </div>
+        <div id="solr-user-mail">
+          <h2>Latest Solr User</h2>
+          
+        </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>.
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+    </p>
+  </div>
+</div>
+</body>
+</html>

Added: websites/staging/lucene/trunk/content/lucene/solr/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/solr/mailing-lists.html (added)
+++ websites/staging/lucene/trunk/content/lucene/solr/mailing-lists.html Sun Aug  7 03:23:01 2011
@@ -0,0 +1,325 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<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.
+  -->
+
+  <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"/>
+  <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="http://lucene.apache.org/"><img border="0" src="images/lucene_green_300.gif" alt="Lucene Logo"/></a>
+      
+    </div>
+    <div id="nav">
+      
+      <ul>
+        <li><a href="./core/">Core (Java)</a></li>
+        <li><a href="./solr/">Solr</a></li>
+        <li><a href="./pylucene/">PyLucene</a></li>
+        <li><a href="Open Relevance">Open Relevance</a></li>
+      </ul>
+      
+    </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="slides">
+      <div class="slideshow" id="mantleSlides">
+        <div id="slide1" style="display:none">
+          <div class="callout">
+            Ultra-fast Search Library and Server<br/>
+          </div>
+          <div class="description">
+            Apache Lucene and Solr set the standard for search and indexing performance
+          </div>
+          <div class="mantle">
+            <img alt="Apache Lucene" src="images/mantle-lucene-solr.png"/>
+          </div>
+        </div>
+        <div id="slide2" style="display:none">
+          <div class="callout">
+            Proven search capabilities<br/>
+          </div>
+          <div class="description">
+            Our core algorithms along with the Solr search server power applications the world over, ranging
+            from mobile devices to sites like Twitter, Apple and Wikipedia.
+          </div>
+          <div class="mantle">
+            <img alt="Lucene Power" src="images/mantle-power.png"/>
+          </div>
+        </div>
+        <div id="slide3" style="display:none">
+          <div class="callout">
+            Large, Vibrant community
+          </div>
+          <div class="description">
+            The goal of Apache Lucene and Solr is to provide world class search capabilities
+          </div>
+          <div class="mantle">
+            <img alt="Apache Mahout community" src="images/mantle-community.png"/>
+          </div>
+        </div>
+        <div id="slide4" style="opacity:0.5">
+          <div class="callout">
+            Apache 2.0 licensed
+          </div>
+          <div class="description">
+            Apache Lucene and Solr are distributed under a commercially friendly Apache Software license
+          </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="http://lucene.apache.org/#">Next</a>
+        <a class="previous" id="previous" title="Previous" href="http://lucene.apache.org/#">Previous</a>
+        <a class="start" id="start" title="Start" href="http://lucene.apache.org/#" style="display: none; ">Start</a>
+        <a class="stop" id="stop" title="Stop" href="http://lucene.apache.org/#">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><h2 id="core_user_list">Core User List</h2>
+<p>This list is for users of Java Lucene to ask questions, share knowledge,
+and discuss issues. <b>Do</b> send mail to this list with usage and configuration questions and problems.  Also, please
+send questions to this list to verify your problem before filing issues in JIRA.</p>
+<ul>
+<li><a href="mailto:solr-user-subscribe@lucene.apache.org">Subscribe</a></li>
+<li><a href="mailto:solr-user-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/">Official Archive</a></li>
+</ul>
+<h2 id="developer_list">Developer List</h2>
+<p>This is the list where participating developers of the Java Lucene project meet
+and discuss issues concerning Lucene internals, code changes/additions, etc. Do not send mail to this list
+with usage questions or configuration questions and problems.</p>
+<h3 id="discussion_list">Discussion list:</h3>
+<ul>
+<li><a href="mailto:dev-subscribe@lucene.apache.org">Subscribe</a> <em>Do not send mail to this list with usage questions or configuration questions and problems.</em></li>
+<li><a href="mailto:dev-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/">Official Archive</a></li>
+</ul>
+<h3 id="commit_notifications">Commit notifications:</h3>
+<ul>
+<li><a href="mailto:dev-commits-subscribe@lucene.apache.org">Subscribe</a></li>
+<li><a href="mailto:dev-commits-unsubscribe@lucene.apache.org">Unsubscribe</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev-commits/">Archive</a></li>
+</ul>
+<h2 id="mail_archives">Mail Archives</h2>
+<p>The Solr Wiki maintains a list of searchable mailing list archives at <a href="http://wiki.apache.org/solr/MailingListArchives">http://wiki.apache.org/solr/MailingListArchives</a>.
+No endorsement is implied by the listing of an archive on the Wiki.</p>
+<h2 id="other_mailing_lists">Other Mailing Lists</h2>
+<p>Each Lucene project maintains its own mailing lists.  Please refer to the project you are interested in for details
+    on subscribing to its mailing list.  For the Lucene TLP General mailing list, go <a href="http://lucene.apache.org/mail.html">here</a>.</p></div>
+    </div>
+    
+    <div id="sidebar">
+      <h1 id="user_resources">User Resources</h1>
+<ul>
+<li><a href="./core/">Lucene Core (Java)</a> (<a href="http://lucene.apache.org/core-old">Old Site</a>)</li>
+<li><a href="./solr/">Solr</a> (<a href="http://lucene.apache.org/solr-old">Old Site</a>)</li>
+<li><a href="./pylucene/">PyLucene</a> (<a href="http://lucene.apache.org/pylucene-old">Old Site</a>)</li>
+<li><a href="./openrelevance/">Open Relevance</a> (<a href="http://lucene.apache.org/orp-old">Old Site</a>)</li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li>[Who We are]</li>
+<li>[Credits]</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>
+        <div id="svn">
+          <h2>Latest SVN</h2>
+          
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154650;view=revision">r1154650</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: fix some of the mail links (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154649;view=revision">r1154649</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154648;view=revision">r1154648</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154647;view=revision">r1154647</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        </div>
+
+        <div id="jira">
+          <h2>Latest JIRA</h2>
+          </div>
+        <div id="dev-mail">
+          <h2>Latest Dev</h2>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1582155516.14224.1312670967072.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c705562730.14196.1312669527083.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2701) Expose IndexWriter.commit(Map&lt;String,String&gt; commitUserData) to solr</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1121282665.14178.1312668927114.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+        </div>
+        <div id="core-user-mail">
+          <h2>Latest Core User</h2>
+          
+        </div>
+        <div id="solr-user-mail">
+          <h2>Latest Solr User</h2>
+          
+        </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>.
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+    </p>
+  </div>
+</div>
+</body>
+</html>

Added: websites/staging/lucene/trunk/content/lucene/solr/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/solr/quickstart.html (added)
+++ websites/staging/lucene/trunk/content/lucene/solr/quickstart.html Sun Aug  7 03:23:01 2011
@@ -0,0 +1,295 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<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.
+  -->
+
+  <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"/>
+  <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="http://lucene.apache.org/"><img border="0" src="images/lucene_green_300.gif" alt="Lucene Logo"/></a>
+      
+    </div>
+    <div id="nav">
+      
+      <ul>
+        <li><a href="./core/">Core (Java)</a></li>
+        <li><a href="./solr/">Solr</a></li>
+        <li><a href="./pylucene/">PyLucene</a></li>
+        <li><a href="Open Relevance">Open Relevance</a></li>
+      </ul>
+      
+    </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="slides">
+      <div class="slideshow" id="mantleSlides">
+        <div id="slide1" style="display:none">
+          <div class="callout">
+            Ultra-fast Search Library and Server<br/>
+          </div>
+          <div class="description">
+            Apache Lucene and Solr set the standard for search and indexing performance
+          </div>
+          <div class="mantle">
+            <img alt="Apache Lucene" src="images/mantle-lucene-solr.png"/>
+          </div>
+        </div>
+        <div id="slide2" style="display:none">
+          <div class="callout">
+            Proven search capabilities<br/>
+          </div>
+          <div class="description">
+            Our core algorithms along with the Solr search server power applications the world over, ranging
+            from mobile devices to sites like Twitter, Apple and Wikipedia.
+          </div>
+          <div class="mantle">
+            <img alt="Lucene Power" src="images/mantle-power.png"/>
+          </div>
+        </div>
+        <div id="slide3" style="display:none">
+          <div class="callout">
+            Large, Vibrant community
+          </div>
+          <div class="description">
+            The goal of Apache Lucene and Solr is to provide world class search capabilities
+          </div>
+          <div class="mantle">
+            <img alt="Apache Mahout community" src="images/mantle-community.png"/>
+          </div>
+        </div>
+        <div id="slide4" style="opacity:0.5">
+          <div class="callout">
+            Apache 2.0 licensed
+          </div>
+          <div class="description">
+            Apache Lucene and Solr are distributed under a commercially friendly Apache Software license
+          </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="http://lucene.apache.org/#">Next</a>
+        <a class="previous" id="previous" title="Previous" href="http://lucene.apache.org/#">Previous</a>
+        <a class="start" id="start" title="Start" href="http://lucene.apache.org/#" style="display: none; ">Start</a>
+        <a class="stop" id="stop" title="Stop" href="http://lucene.apache.org/#">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></div>
+    </div>
+    
+    <div id="sidebar">
+      <h1 id="user_resources">User Resources</h1>
+<ul>
+<li><a href="./core/">Lucene Core (Java)</a> (<a href="http://lucene.apache.org/core-old">Old Site</a>)</li>
+<li><a href="./solr/">Solr</a> (<a href="http://lucene.apache.org/solr-old">Old Site</a>)</li>
+<li><a href="./pylucene/">PyLucene</a> (<a href="http://lucene.apache.org/pylucene-old">Old Site</a>)</li>
+<li><a href="./openrelevance/">Open Relevance</a> (<a href="http://lucene.apache.org/orp-old">Old Site</a>)</li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li>[Who We are]</li>
+<li>[Credits]</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>
+        <div id="svn">
+          <h2>Latest SVN</h2>
+          
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154650;view=revision">r1154650</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: fix some of the mail links (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154649;view=revision">r1154649</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154648;view=revision">r1154648</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        
+        <div class="section-content">
+          <a class="svn" href="http://svn.apache.org/viewvc?revision=1154647;view=revision">r1154647</a>
+          <a href="https://issues.apache.org/jira/browse/LUCENE-2748">LUCENE-2748</a>: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+          <a href="http://people.apache.org/committer-index.html#gsingers">gsingers</a>
+        </div>
+        </div>
+
+        <div id="jira">
+          <h2>Latest JIRA</h2>
+          </div>
+        <div id="dev-mail">
+          <h2>Latest Dev</h2>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1582155516.14224.1312670967072.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c705562730.14196.1312669527083.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2701) Expose IndexWriter.commit(Map&lt;String,String&gt; commitUserData) to solr</a></h4>
+          <hr>
+          
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201108.mbox/%3c1121282665.14178.1312668927114.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-2748) Convert all Lucene web properties to use the ASF CMS</a></h4>
+          <hr>
+          
+        </div>
+        <div id="core-user-mail">
+          <h2>Latest Core User</h2>
+          
+        </div>
+        <div id="solr-user-mail">
+          <h2>Latest Solr User</h2>
+          
+        </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>.
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+    </p>
+  </div>
+</div>
+</body>
+</html>