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

svn commit: r1160081 - in /lucene/cms/trunk: content/ content/pylucene/ content/pylucene/jcc/ lib/ templates/

Author: vajda
Date: Sun Aug 21 23:20:41 2011
New Revision: 1160081

URL: http://svn.apache.org/viewvc?rev=1160081&view=rev
Log:
hooked missing pylucene/jcc content and templates

Added:
    lucene/cms/trunk/content/pylucene/jcc/features.mdtext
      - copied unchanged from r1160021, lucene/cms/trunk/content/pylucene/jcc/readme.mdtext
    lucene/cms/trunk/content/pylucene/jcc/index.mdtext
    lucene/cms/trunk/templates/jcc-simple.html   (with props)
    lucene/cms/trunk/templates/jcc.html   (with props)
    lucene/cms/trunk/templates/jccnav.mdtext
Removed:
    lucene/cms/trunk/content/pylucene/jcc/readme.mdtext
Modified:
    lucene/cms/trunk/content/index.mdtext
    lucene/cms/trunk/content/pylucene/index.mdtext
    lucene/cms/trunk/content/pylucene/mailing-lists.mdtext
    lucene/cms/trunk/content/pylucene/pynews.mdtext
    lucene/cms/trunk/lib/path.pm
    lucene/cms/trunk/templates/main.html
    lucene/cms/trunk/templates/pylucene-simple.html
    lucene/cms/trunk/templates/pylucene.html

Modified: lucene/cms/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/index.mdtext?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/content/index.mdtext (original)
+++ lucene/cms/trunk/content/index.mdtext Sun Aug 21 23:20:41 2011
@@ -4,7 +4,7 @@ The Apache Lucene project develops open-
 
 - *[Lucene Core](./core/)*, our flagship sub-project, provides Java-based indexing and search technology, as well as spellchecking, hit highlighting and advanced analysis/tokenization capabilities.
 - [Open Relevance Project](./openrelevance/) is a subproject with the aim of collecting and distributing free materials for relevance testing and performance.
-- [PyLucene](./pylucene/) is a Python port of the Core project.
+- [PyLucene](./pylucene/index.html) is a Python port of the Core project.
 - [Solr](./solr) is a high performance search server built using Lucene Core, with XML/HTTP and JSON/Python/Ruby APIs, hit highlighting, faceted search, caching, replication, and a web admin interface.
 
 

Modified: lucene/cms/trunk/content/pylucene/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/index.mdtext?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Sun Aug 21 23:20:41 2011
@@ -1,4 +1,6 @@
-#What is PyLucene ?
+Title: Welcome to PyLucene
+
+##What is PyLucene ?
 
 PyLucene is a <a href="http://www.python.org">Python</a> extension
 for accessing
@@ -11,10 +13,10 @@ version of Java Lucene, version 3.2 as o
 PyLucene is not a Lucene port but a Python wrapper around
 Java Lucene. PyLucene embeds a Java VM with Lucene into a Python
 process. The PyLucene Python extension, a Python module called
-<code>lucene</code>, is machine-generated by JCC.
+`lucene` is machine-generated by JCC.
 
 
-PyLucene is built with <a href="site:jcc/about/index">JCC</a>, a C++
+PyLucene is built with [JCC](jcc/index.html), a C++
 code generator that makes it possible to call into Java classes from
 Python via Java's Native Invocation Interface (JNI). Sources for JCC
 are included with the PyLucene sources.
@@ -23,7 +25,7 @@ are included with the PyLucene sources.
 See <a href="site:documentation/readme">here</a> for more
 information and documentation about PyLucene.
 
-#Requirements
+##Requirements
 
 PyLucene is supported on Mac OS X, Linux, Solaris and Windows.
 

Added: lucene/cms/trunk/content/pylucene/jcc/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/index.mdtext?rev=1160081&view=auto
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/index.mdtext (added)
+++ lucene/cms/trunk/content/pylucene/jcc/index.mdtext Sun Aug 21 23:20:41 2011
@@ -0,0 +1,37 @@
+Title: Welcome to JCC, PyLucene's code generator
+
+##What is JCC ?
+
+JCC is a C++ code generator that produces a C++ object interface
+wrapping a Java library via Java's Native Interface (JNI). JCC
+also generates C++ wrappers that conform to Python's C type system
+making the instances of Java classes directly available to a Python
+interpreter.
+
+When generating Python wrappers, JCC produces a complete Python
+extension module via the distutils or
+[setuptools](http://pypi.python.org/pypi/setuptools) packages. 
+
+See [here](readme.html) for more information and documentation about JCC.
+
+##Requirements
+
+JCC is supported on Mac OS X, Linux, Solaris and Windows.
+
+JCC requires Python version 2.x (x >= 3.5) and Java version 1.x
+(x >= 4). Building JCC requires a C++ compiler. Use of
+[setuptools](http://pypi.python.org/pypi/setuptools) is recommended.
+
+See the [installation instructions](install.html) for more information about
+building JCC from sources.
+
+##Source Code
+
+The source code to JCC is part of PyLucene's and can be obtained with
+a subversion client from
+[here](http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc)
+
+##Mailing List
+
+If you'd like to contribute to JCC or are having issues or questions
+with JCC, please subscribe to the PyLucene developer [mailing list](site:resources/contact)

Modified: lucene/cms/trunk/content/pylucene/mailing-lists.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/mailing-lists.mdtext?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/mailing-lists.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/mailing-lists.mdtext Sun Aug 21 23:20:41 2011
@@ -1,3 +1,5 @@
+Title: Mailing Lists
+
 #Users
 
 Historically, Lucene user issues or questions have almost always

Modified: lucene/cms/trunk/content/pylucene/pynews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/pynews.mdtext?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Sun Aug 21 23:20:41 2011
@@ -1,32 +1,79 @@
 #News
-#23 Jul 2011 - PyLucene 3.3-3 available
+##23 Jul 2011 - PyLucene 3.3-3 available
 
-This release tracks Lucene Core's recent 3.3 <a href="http://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.
+This release tracks Lucene Core's recent 3.3 <a href="http://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
 
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
+##09 Jun 2011 - PyLucene 3.2.0-1 available
+
+This release tracks Lucene Core's recent 3.2 <a href="http://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
 
+##04 Apr 2011 - PyLucene 3.1.0-1 available
+
+This release tracks Lucene Core's recent 3.1 <a href="http://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
 
-#09 Jun 2011 - PyLucene 3.2.0-1 available
+##16 Dec 2010 - PyLucene 3.0.3-1 and 2.9.4-1 available
+
+These releases track Lucene Java's recent 2.9.4 and 3.0.3 <a href="http://lucene.apache.org/java/docs/index.html#3+December+2010+-+Lucene+Java+3.0.3+and+2.9.4+available">releases</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_3/CHANGES">PyLucene 3.0.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.7 CHANGES</a> for details.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_4/CHANGES">PyLucene 2.9.4 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
-This release tracks Lucene Core's recent 3.2 <a href="http://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.
 
+##02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available
 
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
+These releases track Lucene Java's recent 2.9.3 and 3.0.2 <a href="http://lucene.apache.org/java/docs/index.html#18+June+2010+-+Lucene+Java+3.0.2+and+2.9.3+available">releases</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/jcc/CHANGES">JCC 2.6 CHANGES</a> for details.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_3/CHANGES">PyLucene 2.9.3 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
 
+##03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available
+
+These releases track Lucene Java's recent 2.9.2 and 3.0.1 <a href="http://lucene.apache.org/java/docs/index.html#26+February+2010+-+Lucene+Java+3.0.1+and+2.9.2+available">releases</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/CHANGES">PyLucene 3.0.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/jcc/CHANGES">JCC 2.5.1 CHANGES</a> for details.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_2/CHANGES">PyLucene 2.9.2 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
 
-#04 Apr 2011 - PyLucene 3.1.0-1 available
+##08 Dec 2009 - PyLucene 3.0.0-1 available
 
-This release tracks Lucene Core's recent 3.1 <a href="http://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.
+This release tracks Lucene Java's recent 3.0.0 <a href="http://lucene.apache.org/java/docs/index.html#25+November+2009+-+Lucene+Java+3.0.0+available">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
 
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
+##10 Nov 2009 - PyLucene 2.9.1-1 available
 
+This release tracks Lucene Java's recent 2.9.1 <a href="http://lucene.apache.org/java/docs/index.html#6+November+2009+-+Lucene+Java+2.9.1+available">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
 
-Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
+
+##13 Oct 2009 - PyLucene 2.9.0-1 available
+
+This release tracks Lucene Java's recent 2.9.0 <a href="http://lucene.apache.org/java/docs/index.html#25+September+2009+-+Lucene+Java+2.9.0+available">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
+
+
+##03 Apr 2009 - PyLucene 2.4.1-1 available</title>
+
+ This release tracks Lucene Java's recent 2.4.1 <a href="http://lucene.apache.org/java/docs/index.html#9+March+2009+-+Lucene+Java+2.4.1+available">release</a>.<br/>
+ See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.
+
+
+##08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject
+
+The Lucene PMC is pleased to announce the arrival of PyLucene as a Lucene
+subproject. PyLucene was previously hosted at the Open Source Applications
+Foundation since its inception in early 2004.

Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Sun Aug 21 23:20:41 2011
@@ -8,7 +8,8 @@ our @patterns = (
 [qr!core\/index\.mdtext$!, main => { template => "core.html"	}],
 	[qr!solr\/index\.mdtext$!, main => { template => "solr.html"
 	 }],
-	[qr!pylucene\/index\.mdtext$!, main => { template => "pylucene.html" }],
+	[qr!pylucene/jcc/index\.mdtext$!, main => { template => "jcc.html" }],
+	[qr!pylucene/index\.mdtext$!, main => { template => "pylucene.html" }],
 	[qr!openrelevance\/index\.mdtext$!, main => { template => "openrelevance.html" }],
 
 	[qr!privacy\.mdtext$!, main => { template => "simple.html" }],
@@ -20,7 +21,8 @@ our @patterns = (
 
 	[qr!solr\/.*?\.mdtext$!, main => { template => "solr-simple.html"
 	 }],
-	[qr!pylucene\/.*?\.mdtext$!, main => { template => "pylucene-simple.html" }],
+	[qr!pylucene/jcc/.*?\.mdtext$!, main => { template => "jcc-simple.html" }],
+	[qr!pylucene/.*?\.mdtext$!, main => { template => "pylucene-simple.html" }],
 	[qr!openrelevance\/.*?\.mdtext$!, main => { template => "openrelevance-simple.html" }],
 
 	# keep the general one last

Added: lucene/cms/trunk/templates/jcc-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc-simple.html?rev=1160081&view=auto
==============================================================================
--- lucene/cms/trunk/templates/jcc-simple.html (added)
+++ lucene/cms/trunk/templates/jcc-simple.html Sun Aug 21 23:20:41 2011
@@ -0,0 +1,4 @@
+{% extends "jcc.html" %}
+{% block news %}
+{% endblock %}
+{% endextends %}

Propchange: lucene/cms/trunk/templates/jcc-simple.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/cms/trunk/templates/jcc-simple.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: lucene/cms/trunk/templates/jcc.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc.html?rev=1160081&view=auto
==============================================================================
--- lucene/cms/trunk/templates/jcc.html (added)
+++ lucene/cms/trunk/templates/jcc.html Sun Aug 21 23:20:41 2011
@@ -0,0 +1,61 @@
+{% extends "main.html" %}
+{% block head %}
+<head>
+  <!--
+      jcc.html
+
+      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/pylucene.css" rel="stylesheet" type="text/css">
+  <title>Apache PyLucene - {% 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"/>
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+  <meta name="keywords"
+        content="apache, pylucene, jcc, lucene, apache pylucene, apache jcc,
+  apache lucene, search, python 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>
+{% endblock %}
+{% block logo %}
+  <a href="index.html"><img border="0" src="../../images/lucene_logo_green_300.png" alt="Lucene Logo"/></a>
+{% endblock %}
+{% block slides %}
+{% endblock %}
+{% block nav %}
+<ul>
+  <li><a href="index.html">JCC</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/PYLUCENE">Bug Tracker</a></li>
+  <li><a href="../mailing-lists.html">Discussion</a></li>
+  <li><a href="../index.html">PyLucene</a></li>
+  <li><a class="last" href="../../index.html">Lucene</a></li>
+</ul>
+{% endblock %}
+{% block news %}
+{% endblock %}
+
+{% block sidebar %}
+    <div id="sidebar">
+      {% filter markdown %}{% include "jccnav.mdtext" %}{% endfilter %}
+    </div>
+{% endblock %}
+{% block privacy %}<a href="../../privacy.html">Privacy Policy</a>{% endblock %}

Propchange: lucene/cms/trunk/templates/jcc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/cms/trunk/templates/jcc.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: lucene/cms/trunk/templates/jccnav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jccnav.mdtext?rev=1160081&view=auto
==============================================================================
--- lucene/cms/trunk/templates/jccnav.mdtext (added)
+++ lucene/cms/trunk/templates/jccnav.mdtext Sun Aug 21 23:20:41 2011
@@ -0,0 +1,20 @@
+# Documentation
+  - [Features](features.html)
+  - [Install](install.html)
+
+# ASF links
+  - [Apache Software Foundation](http://www.apache.org)
+  - [License](http://www.apache.org/licenses/LICENSE-2.0)
+  - [Thanks](http://www.apache.org/foundation/thanks.html)
+  - [Become a Sponsor](http://www.apache.org/foundation/sponsorship.html)
+
+# Related Projects
+  - [Apache Hadoop](http://hadoop.apache.org)
+  - [Apache ManifoldCF](http://incubator.apache.org/connectors/)
+  - [Apache Lucene.Net](http://incubator.apache.org/lucene.net/)
+  - [Apache Lucy](http://incubator.apache.org/lucy/)
+  - [Apache Mahout](http://mahout.apache.org)
+  - [Apache Nutch](http://nutch.apache.org)
+  - [Apache OpenNLP](http://incubator.apache.org/opennlp)
+  - [Apache Tika](http://tika.apache.org)
+  - [Apache Zookeeper](http://zookeeper.apache.org)

Modified: lucene/cms/trunk/templates/main.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/main.html?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/templates/main.html (original)
+++ lucene/cms/trunk/templates/main.html Sun Aug 21 23:20:41 2011
@@ -56,7 +56,7 @@ https://docs.djangoproject.com/en/dev/to
       <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="./pylucene/index.html">PyLucene</a></li>
         <li><a href="./openrelevance/">Open Relevance</a></li>
       </ul>
       {% endblock %}

Modified: lucene/cms/trunk/templates/pylucene-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/pylucene-simple.html?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/templates/pylucene-simple.html (original)
+++ lucene/cms/trunk/templates/pylucene-simple.html Sun Aug 21 23:20:41 2011
@@ -1,6 +1,4 @@
 {% extends "pylucene.html" %}
 {% block news %}
-
-        HI::::::::
 {% endblock %}
-{% endextends %}
\ No newline at end of file
+{% endextends %}

Modified: lucene/cms/trunk/templates/pylucene.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/pylucene.html?rev=1160081&r1=1160080&r2=1160081&view=diff
==============================================================================
--- lucene/cms/trunk/templates/pylucene.html (original)
+++ lucene/cms/trunk/templates/pylucene.html Sun Aug 21 23:20:41 2011
@@ -20,14 +20,14 @@
       limitations under the License.
   -->
   <link href="../css/pylucene.css" rel="stylesheet" type="text/css">
-  <title>Apache Lucene - {% block title %}{{ headers.title }}{% endblock %}</title>
+  <title>Apache PyLucene - {% 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"/>
   <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"/>
+        content="apache, jcc, pylucene, lucene, apache pylucene, apache jcc,
+  apache lucene, python java, 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>
@@ -44,9 +44,10 @@
 {% block nav %}
 <ul>
   <li><a href="index.html">PyLucene</a></li>
+  <li><a href="jcc/index.html">JCC</a></li>
   <li><a href="https://issues.apache.org/jira/browse/PYLUCENE">Bug Tracker</a></li>
   <li><a href="mailing-lists.html">Discussion</a></li>
-  <li><a class="last" href="../">Lucene</a></li>
+  <li><a class="last" href="../index.html">Lucene</a></li>
 </ul>
 {% endblock %}
 {% block news %}
@@ -58,4 +59,4 @@
       {% filter markdown %}{% include "pynav.mdtext" %}{% endfilter %}
     </div>
 {% endblock %}
-{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}
\ No newline at end of file
+{% block privacy %}<a href="../privacy.html">Privacy Policy</a>{% endblock %}