Author: jukka
Date: Thu Aug  5 13:36:31 2010
New Revision: 982615

URL: http://svn.apache.org/viewvc?rev=982615&view=rev
Log:
TIKA-450: Document our issue tracking workflows

Add links to to the issue tracker and the wiki on the Tika web site

Include a more detailed mailing list page

Added:
    tika/site/src/site/apt/mail-lists.apt   (with props)
Modified:
    tika/site/src/site/site.xml

Added: tika/site/src/site/apt/mail-lists.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/mail-lists.apt?rev=982615&view=auto
==============================================================================
--- tika/site/src/site/apt/mail-lists.apt (added)
+++ tika/site/src/site/apt/mail-lists.apt Thu Aug  5 13:36:31 2010
@@ -0,0 +1,64 @@
+                       ------------------
+                       Tika Mailing Lists
+                       ------------------
+
+~~ 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.
+
+Tika Mailing Lists
+
+   Mailing lists are the primary communication channel of the Tika project.
+   See the Apache
+   {{{http://www.apache.org/foundation/mailinglists.html}mailing list}} and
+   {{{http://www.apache.org/dev/contrib-email-tips.html}email contribution}}
+   pages for general information about the use of our mailing list and
+   the expected list behaviour.
+
+   The user mailing list at
+   {{{mailto:[email protected]}[email protected]}}
+   is for discussing the use of Tika and any problems you may face with it.
+
+   The development mailing list at
+   {{{mailto:[email protected]}[email protected]}}
+   is for discussing the development of Tika. Use this list if you're
+   interested in contributing to Tika development. This list also receives
+   notifications about all updates and new comments in the issue tracker.
+
+   The commits mailing list at
+   {{{mailto:[email protected]}[email protected]}}
+   is a read-only list where automatic notifications about all code changes
+   and wiki updates get sent.
+
+Subscribing and unsubscribing
+
+   See the Apache
+   {{{http://www.apache.org/foundation/mailinglists.html}mailing list}}
+   page for instructions on how to subscribe and unsubscribe Tika mailing
+   lists.
+
+   If you have problems, please contact
+   {{{mailto:[email protected]}[email protected]}}
+   for assistance.
+
+List archives
+
+   List archives are available on the official
+   {{{http://mail-archives.apache.org/mod_mbox/#tika}Apache list archive}}
+   site as well as on many external sites like
+   {{{http://tika.markmail.org/}Markmail}} and
+   {{{http://dir.gmane.org/search.php?match=comp.apache.tika}GMane}}.
+   In addition our site search (see the upper right corner) provided by
+   {{{http://www.lucidimagination.com/}Lucid Imagination}} covers also
+   the archives of Tika mailing lists.

Propchange: tika/site/src/site/apt/mail-lists.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tika/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/site.xml?rev=982615&r1=982614&r2=982615&view=diff
==============================================================================
--- tika/site/src/site/site.xml (original)
+++ tika/site/src/site/site.xml Thu Aug  5 13:36:31 2010
@@ -38,16 +38,19 @@
     <menu name="Apache Tika">
       <item name="Introduction" href="index.html"/>
       <item name="Download" href="download.html"/>
+      <item name="Mailing Lists" href="mail-lists.html"/>
+      <item name="Tika Wiki" href="http://wiki.apache.org/tika/"/>
+      <item name="Issue Tracker" 
href="https://issues.apache.org/jira/browse/TIKA"/>
     </menu>
     <menu name="Documentation">
       <item name="Tika 0.7" href="0.7/index.html">
         <item name="Getting Started" href="0.7/gettingstarted.html"/>
         <item name="Supported Formats" href="0.7/formats.html"/>
         <item name="Parser API" href="0.7/parser.html"/>
-        <item name="Parser 5min Quick Start Guide" 
href="0.7/parser_guide.html"/>        
+        <item name="Parser 5min Quick Start Guide" 
href="0.7/parser_guide.html"/>
         <item name="API Documentation" href="0.7/api/"/>
       </item>
-      <item name="Tika 0.6" href="0.6/index.html">
+      <item name="Tika 0.6" href="0.6/index.html" collapse="true">
         <item name="Getting Started" href="0.6/gettingstarted.html"/>
         <item name="Supported Formats" href="0.6/formats.html"/>
         <item name="Parser API" href="0.6/parser.html"/>


Reply via email to