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

svn commit: r679008 - in /incubator/hama/trunk/src/docs/src/documentation/content/xdocs: developers.xml environments.xml issue_tracking.xml site.xml tabs.xml

Author: edwardyoon
Date: Wed Jul 23 00:09:16 2008
New Revision: 679008

URL: http://svn.apache.org/viewvc?rev=679008&view=rev
Log: (empty)

Added:
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/developers.xml
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml
Removed:
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/environments.xml
Modified:
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/site.xml
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/tabs.xml

Added: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/developers.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/developers.xml?rev=679008&view=auto
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/developers.xml (added)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/developers.xml Wed Jul 23 00:09:16 2008
@@ -0,0 +1,64 @@
+<?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>Developers</title>
+  </header>
+  
+  <body>
+    <section>
+    <title>Contribution</title>
+    <p>
+    We are always looking for contributions. See the 
+    <a href="http://wiki.apache.org/hama">Wiki</a> for details on contributing.
+    </p>
+    </section>  
+    <section>
+    <title>Source Code</title>
+    <p>
+    The source files are now stored using Subversion : <br/><br/>
+    svn checkout https://svn.apache.org/repos/asf/incubator/hama/trunk hama-trunk
+    </p>
+    </section>
+    <section>
+    <title>Code Style</title>
+    <p>
+    The following sections show how to set up the code style for Hama in Eclipse. 
+    It is strongly preferred that patches use this style before they are supplied.
+    <br /><br />
+    <a href="hama-eclipse-formatter.xml">Download hama-eclipse-formatter.xml</a>.
+    <br /><br />
+    After this, select Window > Preferences, and open up the configuration for 
+    Java > Code Style > Code Formatter. Click on the button labeled Import... 
+    and select the file you downloaded. Give the style a name, and click OK.
+    </p>
+    </section>
+    <section>
+    <title>Issues</title>
+    <p>
+    All bugs, improvements, patches, etc. should be logged in 
+    <a href="./issue_tracking.html">JIRA</a>
+    </p>
+    </section>    
+  </body>
+  
+</document>

Added: 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=679008&view=auto
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml (added)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/issue_tracking.xml Wed Jul 23 00:09:16 2008
@@ -0,0 +1,40 @@
+<?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>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>
+</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=679008&r1=679007&r2=679008&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 Wed Jul 23 00:09:16 2008
@@ -40,11 +40,12 @@
     <api       label="API Docs"           href="ext:api/index" />
     <faq       label="FAQ"                href="ext:faq" />
     -->
-    <lists     label="Mailing Lists"      href="mailing_lists.html" />
   </docs>
 
-  <docs label="Developers Centre">
-    <environments label="Environments" href="environments.html" />
+  <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" />
   </docs>
 
   <external-refs>

Modified: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/tabs.xml?rev=679008&r1=679007&r2=679008&view=diff
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/tabs.xml Wed Jul 23 00:09:16 2008
@@ -31,6 +31,5 @@
 
   <tab label="Home" dir="" />  
   <tab label="Wiki" href="http://wiki.apache.org/hama" />
-  <tab label="Incubation Status" href="http://incubator.apache.org/projects/hama.html" />
   
 </tabs>