You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/08/07 01:59:39 UTC

svn commit: r1154625 - in /lucene/cms/trunk: content/lucene/core/ content/lucene/css/ lib/ templates/

Author: gsingers
Date: Sat Aug  6 23:59:38 2011
New Revision: 1154625

URL: http://svn.apache.org/viewvc?rev=1154625&view=rev
Log:
flesh out the lucene core site some more

Added:
    lucene/cms/trunk/content/lucene/core/documentation.mdtext
    lucene/cms/trunk/content/lucene/core/downloads.mdtext
    lucene/cms/trunk/content/lucene/core/mailing-lists.mdtext
    lucene/cms/trunk/content/lucene/core/quickstart.mdtext
    lucene/cms/trunk/content/lucene/css/core.css
      - copied, changed from r1154617, lucene/cms/trunk/content/lucene/css/global.css
Modified:
    lucene/cms/trunk/lib/path.pm
    lucene/cms/trunk/templates/core.html
    lucene/cms/trunk/templates/sidenav.mdtext

Added: lucene/cms/trunk/content/lucene/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/lucene/core/documentation.mdtext?rev=1154625&view=auto
==============================================================================
    (empty)

Added: lucene/cms/trunk/content/lucene/core/downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/lucene/core/downloads.mdtext?rev=1154625&view=auto
==============================================================================
    (empty)

Added: lucene/cms/trunk/content/lucene/core/mailing-lists.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/lucene/core/mailing-lists.mdtext?rev=1154625&view=auto
==============================================================================
--- lucene/cms/trunk/content/lucene/core/mailing-lists.mdtext (added)
+++ lucene/cms/trunk/content/lucene/core/mailing-lists.mdtext Sat Aug  6 23:59:38 2011
@@ -0,0 +1,38 @@
+## Core User List
+
+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.
+
+- [Subscribe](mailto:java-user-subscribe@lucene.apache.org)
+- [Unsubscribe](mailto:java-user-unsubscribe@lucene.apache.org)
+- [Official Archive](http://mail-archives.apache.org/mod_mbox/lucene-java-user/)
+- [Old Jakarta Archive](http://mail-archives.apache.org/mod_mbox/jakarta-lucene-user/)
+## Java Developer List
+
+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.
+
+### Discussion list:
+
+- [Subscribe](mailto:java-dev-subscribe@lucene.apache.org) *Do not send mail to this list with usage questions or configuration questions and problems.*
+- [Unsubscribe](mailto:java-dev-unsubscribe@lucene.apache.org)
+- [Official Archive](http://mail-archives.apache.org/mod_mbox/lucene-java-dev/)
+- [Old Jakarta Archive](http://mail-archives.apache.org/mod_mbox/jakarta-lucene-dev/)
+
+### Commit notifications:
+
+- [Subscribe](mailto:java-commits-subscribe@lucene.apache.org)
+- [Unsubscribe](mailto:java-commits-unsubscribe@lucene.apache.org)
+- [Archive](http://mail-archives.apache.org/mod_mbox/lucene-java-commits/)
+
+## Mail Archives
+
+The Lucene Wiki maintains a list of searchable mailing list archives at [http://wiki.apache.org/lucene-java/MailingListArchives](http://wiki.apache.org/lucene-java/MailingListArchives).
+No endorsement is implied by the listing of an archive on the Wiki.
+
+## Other Mailing Lists
+
+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 [here](http://lucene.apache.org/mail.html).
\ No newline at end of file

Added: lucene/cms/trunk/content/lucene/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/lucene/core/quickstart.mdtext?rev=1154625&view=auto
==============================================================================
    (empty)

Copied: lucene/cms/trunk/content/lucene/css/core.css (from r1154617, lucene/cms/trunk/content/lucene/css/global.css)
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/lucene/css/core.css?p2=lucene/cms/trunk/content/lucene/css/core.css&p1=lucene/cms/trunk/content/lucene/css/global.css&r1=1154617&r2=1154625&rev=1154625&view=diff
==============================================================================
--- lucene/cms/trunk/content/lucene/css/global.css (original)
+++ lucene/cms/trunk/content/lucene/css/core.css Sat Aug  6 23:59:38 2011
@@ -759,7 +759,6 @@ body#home #wrap {
 body#home #header {
 	position: relative;
 	width: 945px;
-	height: 403px;
 	padding: 0;
 	margin: 0 auto;
 	background: transparent;

Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1154625&r1=1154624&r2=1154625&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Sat Aug  6 23:59:38 2011
@@ -6,11 +6,11 @@ use ASF::Value;
 our @patterns = (
 
 #	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Lucene Sitemap" }} ],
+	[qr!core\/.*?\.mdtext$!, main => { template => "core.html" }],
 	[qr!\.mdtext$!, main => { template => "main.html" }],
-	[qr!core\.mdtext$!, main => { template => "core.html" }],
-	[qr!solr\.mdtext$!, main => { template => "solr.html" }],
-	[qr!pylucene\.mdtext$!, main => { template => "pylucene.html" }],
-	[qr!openrelevance\.mdtext$!, main => { template => "orp.html" }],
+	[qr!solr/\.mdtext$!, main => { template => "solr.html" }],
+	[qr!pylucene/\.mdtext$!, main => { template => "pylucene.html" }],
+	[qr!openrelevance/\.mdtext$!, main => { template => "orp.html" }],
 
 ) ;
 

Modified: lucene/cms/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core.html?rev=1154625&r1=1154624&r2=1154625&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core.html (original)
+++ lucene/cms/trunk/templates/core.html Sat Aug  6 23:59:38 2011
@@ -2,6 +2,7 @@
 <html>
 <head>
   <!--
+  Core
 
       Licensed to the Apache Software Foundation (ASF) under one or more
       contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +20,7 @@
       limitations under the License.
   -->
 
-  <link href="css/lucene.css" rel="stylesheet" type="text/css">
+
   <title>Apache Lucene - {% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
@@ -28,20 +29,29 @@
   <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"/>
-  <link rel="stylesheet" href="images/global.css" type="text/css"/>
-  <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>
+  <link rel="shortcut icon" type="image/x-icon" href="../images/favicon.ico"/>
+  <link rel="stylesheet" href="../css/core.css" type="text/css"/>
+  <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>
 </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>
+      <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="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">Bug Tracker</a></li>
+      <li><a class="last" href="mailing-lists.html">Discussion</a></li>
+    </ul>
+  </div>
     <div id="search">
       <script type="text/javascript">
         function getBlank(input, stdValue) {
@@ -104,68 +114,6 @@
         </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">

Modified: lucene/cms/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/sidenav.mdtext?rev=1154625&r1=1154624&r2=1154625&view=diff
==============================================================================
--- lucene/cms/trunk/templates/sidenav.mdtext (original)
+++ lucene/cms/trunk/templates/sidenav.mdtext Sat Aug  6 23:59:38 2011
@@ -5,12 +5,6 @@
   - [Old PyLucene Site](http://lucene.apache.org/pylucene-old)
   - [Old Open Relevance Site](http://lucene.apache.org/orp-old)
 
-# Dev Resources
-  - Issue Tracking
-    - Lucene JIRA LINK
-    - Solr JIRA LINK
-    - PyLucene JIRA LINK
-    - Open Relevance JIRA LINK
 # About
   - [Who We are]
   - [Credits]