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 2009/09/09 23:07:37 UTC

svn commit: r813117 - in /lucene/pylucene/site/src/documentation/content/xdocs: index.xml resources/mailing_lists.xml

Author: vajda
Date: Wed Sep  9 21:07:37 2009
New Revision: 813117

URL: http://svn.apache.org/viewvc?rev=813117&view=rev
Log:
made mailing list subscription requirement more explicit

Modified:
    lucene/pylucene/site/src/documentation/content/xdocs/index.xml
    lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml

Modified: lucene/pylucene/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/content/xdocs/index.xml?rev=813117&r1=813116&r2=813117&view=diff
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/pylucene/site/src/documentation/content/xdocs/index.xml Wed Sep  9 21:07:37 2009
@@ -29,7 +29,7 @@
 	Java <a href="http://lucene.apache.org/java/">Lucene</a>. Its goal
 	is to allow you to use Lucene's text indexing and searching
 	capabilities from Python. It is API compatible with the latest
-	version of Java Lucene, version 2.4.0 as of October 19th, 2008.
+	version of Java Lucene, version 2.4.1 as of April 3rd, 2009.
       </p>
       <p>
 	PyLucene is not a Lucene port but a Python wrapper around

Modified: lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml?rev=813117&r1=813116&r2=813117&view=diff
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml (original)
+++ lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml Wed Sep  9 21:07:37 2009
@@ -38,6 +38,10 @@
 	please contact the <a href="#Developers">PyLucene Developer</a>
 	mailing list.
       </p>
+      <note>
+	In order to post to the <a href="#Developers">PyLucene Developer</a>
+	list, it is necessary to first <a href="mailto:pylucene-dev-subscribe@lucene.apache.org">subscribe</a> to it. See below for more information.
+      </note> 
     </section>
     <section id="developer">
       <title>Developers</title>
@@ -57,8 +61,7 @@
         </li>
       </ul>
       <note>
-	In order to post to the list, it is necessary to first subscribe to
-	it.
+	In order to post to the list, it is necessary to first <a href="mailto:pylucene-dev-subscribe@lucene.apache.org">subscribe</a> to it.
       </note> 
     </section>