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

svn commit: r1376259 - in /lucene/cms/trunk: content/pylucene/jcc/index.mdtext templates/pylucene-simple.html

Author: rmuir
Date: Wed Aug 22 21:25:23 2012
New Revision: 1376259

URL: http://svn.apache.org/viewvc?rev=1376259&view=rev
Log:
dont include PMC news on every pylucene subpage, and fix wrong link

Modified:
    lucene/cms/trunk/content/pylucene/jcc/index.mdtext
    lucene/cms/trunk/templates/pylucene-simple.html

Modified: lucene/cms/trunk/content/pylucene/jcc/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/jcc/index.mdtext?rev=1376259&r1=1376258&r2=1376259&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/jcc/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/jcc/index.mdtext Wed Aug 22 21:25:23 2012
@@ -12,7 +12,7 @@ When generating Python wrappers, JCC pro
 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.
+See [here](features.html) for more information and documentation about JCC.
 
 ##Requirements
 

Modified: lucene/cms/trunk/templates/pylucene-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/pylucene-simple.html?rev=1376259&r1=1376258&r2=1376259&view=diff
==============================================================================
--- lucene/cms/trunk/templates/pylucene-simple.html (original)
+++ lucene/cms/trunk/templates/pylucene-simple.html Wed Aug 22 21:25:23 2012
@@ -27,6 +27,8 @@
 {% block nav %}
   {% include "py-nav.html" %}
 {% endblock %}
+{% block news %}
+{% endblock %}
 {% block sidebar %}
   {% include "py-sidebar.html" %}
 {% endblock %}