You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2008/08/24 03:17:00 UTC

svn commit: r688435 - in /incubator/hama/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/irc_channel.xml src/docs/src/documentation/content/xdocs/issue_tracking.xml src/docs/src/documentation/content/xdocs/site.xml

Author: edwardyoon
Date: Sat Aug 23 18:16:59 2008
New Revision: 688435

URL: http://svn.apache.org/viewvc?rev=688435&view=rev
Log:
Add IRC channel information to website

Added:
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/irc_channel.xml
Modified:
    incubator/hama/trunk/CHANGES.txt
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/site.xml

Modified: incubator/hama/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/CHANGES.txt?rev=688435&r1=688434&r2=688435&view=diff
==============================================================================
--- incubator/hama/trunk/CHANGES.txt (original)
+++ incubator/hama/trunk/CHANGES.txt Sat Aug 23 18:16:59 2008
@@ -18,6 +18,7 @@
     
   IMPROVEMENTS
   
+    HAMA-22: Add IRC channel information to website (edwardyoon)
     HAMA-41: Add some tests (edwardyoon)
     HAMA-38: Remove AbstractBase and make a new NumericUtil (edwardyoon)
     HAMA-20: Adding license header to a whole code base

Added: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/irc_channel.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/irc_channel.xml?rev=688435&view=auto
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/irc_channel.xml (added)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/irc_channel.xml Sat Aug 23 18:16:59 2008
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+"http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>IRC Channel</title>
+  </header>
+  
+  <body>
+    <section>
+    <title>IRC Channel</title>
+    <p>
+    There is an IRC channel dedicated to Hama at irc.freenode.org. 
+    The name of the channel is #hama. 
+    <br /><br />
+    The IRC channel can be used for online discussion about hama related stuff, 
+    but developers should be careful to transfer all the official decisions 
+    or useful discussions to the <a href="./issue_tracking.html">issue tracking 
+    </a>system. 
+    </p>
+    <ul>
+      <li><a href="http://www.xchat.org/">XChat: Multiplatform Chat Program</a>
+      </li>
+    </ul>
+  </section>
+  </body>
+</document>

Modified: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml?rev=688435&r1=688434&r2=688435&view=diff
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml (original)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml Sat Aug 23 18:16:59 2008
@@ -24,17 +24,20 @@
     <title>Issue Tracking</title>
   </header>
   
-  <body>
-    <p>
-    Hama tracks both bugs and enhancement requests 
-    <a href="https://issues.apache.org/jira/browse/HAMA">here</a> using Apache JIRA. 
-    We welcome input, however, before filing a request, 
-    please make sure you do the following: 
-    </p>
-    <ul>
-      <li>Search the JIRA database.</li>
-      <li>Check the user <a href="./mailing_lists.html">mailing list</a>, 
-      both by searching the archives and by asking questions.</li>
-    </ul>
+  <body>
+    <section>
+    <title>Issue Tracking</title>
+    <p>
+    Hama tracks both bugs and enhancement requests 
+    <a href="https://issues.apache.org/jira/browse/HAMA">here</a> using Apache JIRA. 
+    We welcome input, however, before filing a request, 
+    please make sure you do the following: 
+    </p>
+    <ul>
+      <li>Search the JIRA database.</li>
+      <li>Check the user <a href="./mailing_lists.html">mailing list</a>, 
+      both by searching the archives and by asking questions.</li>
+    </ul>
+  </section>
   </body>
 </document>

Modified: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/site.xml?rev=688435&r1=688434&r2=688435&view=diff
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/site.xml (original)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/site.xml Sat Aug 23 18:16:59 2008
@@ -44,9 +44,10 @@
   </docs>
 
   <docs label="Resources">
-    <developers label="Developers" href="developers.html" />
-    <issues label="Issue Tracking" href="issue_tracking.html" />
-    <lists     label="Mailing Lists"      href="mailing_lists.html" />
+    <developers label="Developers"     href="developers.html" />
+    <issues     label="Issue Tracking" href="issue_tracking.html" />
+    <lists      label="Mailing Lists"  href="mailing_lists.html" />
+    <irc        label="IRC channel"    href="irc_channel.html" />
   </docs>
 
   <external-refs>