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 2017/01/16 20:23:22 UTC

svn commit: r1779102 - in /lucene/cms/trunk/content/pylucene: features.mdtext jcc/features.mdtext pynews.mdtext

Author: vajda
Date: Mon Jan 16 20:23:22 2017
New Revision: 1779102

URL: http://svn.apache.org/viewvc?rev=1779102&view=rev
Log:
fixed broken links

Modified:
    lucene/cms/trunk/content/pylucene/features.mdtext
    lucene/cms/trunk/content/pylucene/jcc/features.mdtext
    lucene/cms/trunk/content/pylucene/pynews.mdtext

Modified: lucene/cms/trunk/content/pylucene/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/features.mdtext?rev=1779102&r1=1779101&r2=1779102&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/features.mdtext Mon Jan 16 20:23:22 2017
@@ -253,7 +253,4 @@ To learn more about this topic, please r
 
 Please refer to the classes in the 'java' tree for currently
 available extension points. Examples of uses of these extension
-points are to be found in PyLucene's unit tests and <em>Lucene
-in
-Action</em> <a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples/LuceneInAction">samples</a>.
-
+points are to be found in PyLucene's unit tests.

Modified: lucene/cms/trunk/content/pylucene/jcc/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/features.mdtext?rev=1779102&r1=1779101&r2=1779102&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/features.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/features.mdtext Mon Jan 16 20:23:22 2017
@@ -35,15 +35,13 @@ JCC started as a C++ code generator for
 accessing methods and fields on Java classes via
 Java's <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/invocation.html">Native Invocation Interface</a>.
 These C++ wrappers make it possible to access a Java object as if it
-was a regular C++ object very much like GCJ's
-<a href="http://gcc.gnu.org/onlinedocs/gcj/About-CNI.html">CNI
-interface</a>.
+was a regular C++ object.
 
 
 It then became apparent that JCC could also generate the C++
 wrappers for making these classes available to Python. Every class
-that gets thus wrapped becomes a
-<a href="http://docs.python.org/ext/defining-new-types.html">CPython
+that gets thus wrapped becomes a 
+<a href="https://docs.python.org/2/extending/newtypes.html">CPython
 type</a>.
 
 

Modified: lucene/cms/trunk/content/pylucene/pynews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/pynews.mdtext?rev=1779102&r1=1779101&r2=1779102&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Mon Jan 16 20:23:22 2017
@@ -89,14 +89,14 @@ Source distributions are available <a hr
 ##12 Dec 2011 - PyLucene 3.5.0-3 available
 
 This release tracks Lucene Core's recent 3.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5_0/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
 ##19 Sep 2011 - PyLucene 3.4.0-1 available
 
 This release tracks Lucene Core's recent 3.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4_0/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.
 
 
@@ -132,7 +132,7 @@ Source distributions are available <a hr
 ##02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available
 
 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_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/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.lua/lucene/pylucene/">here</a>.