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/01/23 23:56:22 UTC

svn commit: r737227 - in /lucene/pylucene/site/src/documentation/content/xdocs: resources/mailing_lists.xml resources/version-control.xml resources/version_control.xml site.xml

Author: vajda
Date: Fri Jan 23 14:56:22 2009
New Revision: 737227

URL: http://svn.apache.org/viewvc?rev=737227&view=rev
Log:
added mailing lists page

Added:
    lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml   (with props)
    lucene/pylucene/site/src/documentation/content/xdocs/resources/version_control.xml
      - copied unchanged from r735191, lucene/pylucene/site/src/documentation/content/xdocs/resources/version-control.xml
Removed:
    lucene/pylucene/site/src/documentation/content/xdocs/resources/version-control.xml
Modified:
    lucene/pylucene/site/src/documentation/content/xdocs/site.xml

Added: 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=737227&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml (added)
+++ lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml Fri Jan 23 14:56:22 2009
@@ -0,0 +1,82 @@
+<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+<!--
+ 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.
+-->
+<document>
+  
+  <header>
+    <title>PyLucene Mailing Lists</title>
+  </header>
+  
+  <body>
+    <section id="user">
+      <title>Users</title>
+      <p>
+	PyLucene has no user mailing list as it directly wraps Java Lucene.
+	Historically, PyLucene user issues or questions have almost always
+	been best addressed on the Java Lucene User mailing list. PyLucene
+	users should consider contacting
+	the <a href="http://lucene.apache.org/java/docs/mailinglists.html#Java%20User%20List">Java
+	Lucene User</a> mailing list for general Lucene usage issues first.
+      </p>
+      <p>
+	For issues or questions relating to the Python aspects of PyLucene or
+	for general PyLucene build issues, please contact the
+	<a href="#Developers">PyLucene
+	Developer</a> mailing list. 
+      </p>
+    </section>
+    <section id="developer">
+      <title>Developers</title>
+      <p>
+	If you'd like to contribute to PyLucene or are having issues
+	specific to the Python aspects of PyLucene or are having general
+	build problems, please subscribe to the PyLucene developer mailing
+	list.
+      </p>
+      <p>
+        The PyLucene developer mailing list is:
+        <a href="mailto:pylucene-dev@lucene.apache.org">pylucene-dev@lucene.apache.org</a>.
+      </p>      
+      <ul>
+        <li><a href="mailto:pylucene-dev-subscribe@lucene.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:pylucene-dev-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
+        <li><a href="http://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/">View List Archive</a>
+        </li>
+      </ul>
+      <note>
+	In order to post to the list, it is necessary to first subscribe to
+	it.
+      </note> 
+    </section>
+  
+    <section id="svn">
+      <title>Commits</title>
+      <p>
+	If you'd like to see changes made in
+	PyLucene <a href="version_control.html">version control system</a> 
+	then subscribe to the PyLucene commit mailing list.
+      </p>
+      <ul>
+        <li><a href="mailto:pylucene-commits-subscribe@lucene.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:pylucene-commits-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
+      </ul>
+    </section>
+  </body>
+
+</document>

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/resources/mailing_lists.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: lucene/pylucene/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/content/xdocs/site.xml?rev=737227&r1=737226&r2=737227&view=diff
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/pylucene/site/src/documentation/content/xdocs/site.xml Fri Jan 23 14:56:22 2009
@@ -45,7 +45,8 @@
 -->
   </about>
   <resources label="Resources" href="resources/">
-    <version-control label="Source Code" href="version-control.html"/>
+    <svn label="Source Code" href="version_control.html"/>
+    <contact label="Mailing Lists" href="mailing_lists.html" />
   </resources>
 <!--
   <samples label="Samples" href="samples/" tab="samples">