You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/08/22 21:59:48 UTC

svn commit: r829743 - in /websites/staging/lucene/trunk/content: ./ pylucene/jcc/features.html pylucene/jcc/index.html

Author: buildbot
Date: Wed Aug 22 19:59:48 2012
New Revision: 829743

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/pylucene/jcc/features.html
    websites/staging/lucene/trunk/content/pylucene/jcc/index.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 22 19:59:48 2012
@@ -1 +1 @@
-1376213
+1376214

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/features.html Wed Aug 22 19:59:48 2012
@@ -201,7 +201,7 @@ in <a href="#api">here</a>.</em></p>
 Java Runtime Environment (JRE) to operate as it uses Java's
 reflection APIs to do its work. It is built and installed
 via <code>distutils</code> or <code>setuptools</code>.</p>
-<p>See <a href="site:jcc/documentation/install">installation</a> for more
+<p>See <a href="install.html">installation</a> for more
 information and operating system specific notes.</p>
 <h2 id="invoking-jcc">Invoking JCC</h2>
 <p>JCC is installed as a package and how to invoke it depends on the
@@ -698,7 +698,7 @@ can be used to obtain a Java stack trace
 VM, as for example can happen in Python extensions (see topic below)
 are reported to the Java VM as a <code>RuntimeException</code> or as
 a <code>PythonException</code> when using shared
-mode. See <a href="site:jcc/documentation/install">installation
+mode. See <a href="install.html">installation
 instructions</a> for more information about shared mode.</p>
 <h2 id="writing-java-class-extensions-in-python">Writing Java class extensions in Python</h2>
 <p>JCC makes it relatively easy to extend a Java class from
@@ -800,7 +800,7 @@ JCC generates code that makes it possibl
 call <code>super()</code> on these methods from Python as well.</p>
 <p>There are a number of extension examples available in PyLucene's test
 <a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">suite</a>
-and <a href="site:documentation/readme">samples</a>.</p>
+and <a href="http://svn.apache.org/viewvc/lucene/pylucene/trunk/samples">samples</a>.</p>
 <h2 id="embedding-a-python-vm-in-a-java-vm">Embedding a Python VM in a Java VM</h2>
 <p>Using the same techniques used when writing a Python extension of a
 Java class, JCC may also be used to embed a Python VM in a Java VM.
@@ -808,7 +808,7 @@ Following are the steps and constraints 
 <ul>
 <li>
 <p>JCC must be built in shared mode.  See
-<a href="site:jcc/documentation/install">installation
+<a href="install.html">installation
 instructions</a> for more information about shared mode.
 Note that for this use on Mac OS X, JCC must also be built
 with the link flags <code>"-framework", "Python"</code> in

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/index.html Wed Aug 22 19:59:48 2012
@@ -214,7 +214,7 @@ a subversion client from
 <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc">here</a></p>
 <h2 id="mailing-list">Mailing List</h2>
 <p>If you'd like to contribute to JCC or are having issues or questions
-with JCC, please subscribe to the PyLucene developer <a href="site:resources/contact">mailing list</a></p></div>
+with JCC, please subscribe to the PyLucene developer <a href="../mailing-lists.html">mailing list</a></p></div>