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:12:58 UTC

svn commit: r679009 - in /incubator/hama/site: author/src/documentation/content/xdocs/ publish/

Author: edwardyoon
Date: Wed Jul 23 00:12:56 2008
New Revision: 679009

URL: http://svn.apache.org/viewvc?rev=679009&view=rev
Log:
Add some information.

Added:
    incubator/hama/site/author/src/documentation/content/xdocs/developers.xml
    incubator/hama/site/author/src/documentation/content/xdocs/issue_tracking.xml
    incubator/hama/site/publish/developers.html
    incubator/hama/site/publish/developers.pdf
    incubator/hama/site/publish/issue_tracking.html
    incubator/hama/site/publish/issue_tracking.pdf
Removed:
    incubator/hama/site/author/src/documentation/content/xdocs/environments.xml
    incubator/hama/site/publish/environments.html
    incubator/hama/site/publish/environments.pdf
Modified:
    incubator/hama/site/author/src/documentation/content/xdocs/site.xml
    incubator/hama/site/author/src/documentation/content/xdocs/tabs.xml
    incubator/hama/site/publish/index.html
    incubator/hama/site/publish/linkmap.html
    incubator/hama/site/publish/linkmap.pdf
    incubator/hama/site/publish/mailing_lists.html

Added: incubator/hama/site/author/src/documentation/content/xdocs/developers.xml
URL: http://svn.apache.org/viewvc/incubator/hama/site/author/src/documentation/content/xdocs/developers.xml?rev=679009&view=auto
==============================================================================
--- incubator/hama/site/author/src/documentation/content/xdocs/developers.xml (added)
+++ incubator/hama/site/author/src/documentation/content/xdocs/developers.xml Wed Jul 23 00:12:56 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/site/author/src/documentation/content/xdocs/issue_tracking.xml
URL: http://svn.apache.org/viewvc/incubator/hama/site/author/src/documentation/content/xdocs/issue_tracking.xml?rev=679009&view=auto
==============================================================================
--- incubator/hama/site/author/src/documentation/content/xdocs/issue_tracking.xml (added)
+++ incubator/hama/site/author/src/documentation/content/xdocs/issue_tracking.xml Wed Jul 23 00:12:56 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/site/author/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/hama/site/author/src/documentation/content/xdocs/site.xml?rev=679009&r1=679008&r2=679009&view=diff
==============================================================================
--- incubator/hama/site/author/src/documentation/content/xdocs/site.xml (original)
+++ incubator/hama/site/author/src/documentation/content/xdocs/site.xml Wed Jul 23 00:12:56 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/site/author/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/hama/site/author/src/documentation/content/xdocs/tabs.xml?rev=679009&r1=679008&r2=679009&view=diff
==============================================================================
--- incubator/hama/site/author/src/documentation/content/xdocs/tabs.xml (original)
+++ incubator/hama/site/author/src/documentation/content/xdocs/tabs.xml Wed Jul 23 00:12:56 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>

Added: incubator/hama/site/publish/developers.html
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/developers.html?rev=679009&view=auto
==============================================================================
--- incubator/hama/site/publish/developers.html (added)
+++ incubator/hama/site/publish/developers.html Wed Jul 23 00:12:56 2008
@@ -0,0 +1,231 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-skin-name" content="pelt">
+<title>Developers</title>
+<link type="text/css" href="skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
+<link type="text/css" href="skin/profile.css" rel="stylesheet">
+<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script><script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script><script type="text/javascript">
+_uacct = "UA-2482311-4";
+urchinTracker();
+</script>
+<link rel="shortcut icon" href="images/favicon.ico">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/">Incubator</a> &gt; <a href="http://incubator.apache.org/hama/">Hama</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<!--+
+    |header
+    +-->
+<div class="header">
+<!--+
+    |start group logo
+    +-->
+<div class="grouplogo">
+<a href="index.html"><img class="logoImage" alt="Hama" src="images/apache-incubator-hama-white.png" title=""></a>
+</div>
+<!--+
+    |end group logo
+    +-->
+<!--+
+    |start Project Logo
+    +-->
+<div class="projectlogo">
+<a href=""></a>
+</div>
+<!--+
+    |end Project Logo
+    +-->
+<!--+
+    |start Search
+    +-->
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="incubator.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input name="Search" value="Search" type="submit">
+</form>
+</div>
+<!--+
+    |end search
+    +-->
+<!--+
+    |start Tabs
+    +-->
+<ul id="tabs">
+<li class="current">
+<a class="selected" href="index.html">Home</a>
+</li>
+<li>
+<a class="unselected" href="http://wiki.apache.org/hama">Wiki</a>
+</li>
+</ul>
+<!--+
+    |end Tabs
+    +-->
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<!--+
+    |start Subtabs
+    +-->
+<div id="level2tabs"></div>
+<!--+
+    |end Endtabs
+    +-->
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+
+             &nbsp;
+           </div>
+<!--+
+    |start Menu, mainarea
+    +-->
+<!--+
+    |start Menu
+    +-->
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Home</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="index.html">Overview</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
+<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div class="menupage">
+<div class="menupagetitle">Developers</div>
+</div>
+<div class="menuitem">
+<a href="issue_tracking.html">Issue Tracking</a>
+</div>
+<div class="menuitem">
+<a href="mailing_lists.html">Mailing Lists</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<!--+
+  |alternative credits
+  +-->
+<div id="credit2"></div>
+</div>
+<!--+
+    |end Menu
+    +-->
+<!--+
+    |start content
+    +-->
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="developers.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>Developers</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Contribution">Contribution</a>
+</li>
+<li>
+<a href="#Source+Code">Source Code</a>
+</li>
+<li>
+<a href="#Code+Style">Code Style</a>
+</li>
+<li>
+<a href="#Issues">Issues</a>
+</li>
+</ul>
+</div>
+    
+<a name="N1000D"></a><a name="Contribution"></a>
+<h2 class="h3">Contribution</h2>
+<div class="section">
+<p>
+    We are always looking for contributions. See the 
+    <a href="http://wiki.apache.org/hama">Wiki</a> for details on contributing.
+    </p>
+</div>  
+    
+<a name="N1001B"></a><a name="Source+Code"></a>
+<h2 class="h3">Source Code</h2>
+<div class="section">
+<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>
+</div>
+    
+<a name="N10028"></a><a name="Code+Style"></a>
+<h2 class="h3">Code Style</h2>
+<div class="section">
+<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 &gt; Preferences, and open up the configuration for 
+    Java &gt; Code Style &gt; Code Formatter. Click on the button labeled Import... 
+    and select the file you downloaded. Give the style a name, and click OK.
+    </p>
+</div>
+    
+<a name="N1003C"></a><a name="Issues"></a>
+<h2 class="h3">Issues</h2>
+<div class="section">
+<p>
+    All bugs, improvements, patches, etc. should be logged in 
+    <a href="./issue_tracking.html">JIRA</a>
+    
+</p>
+</div>    
+  
+</div>
+<!--+
+    |end content
+    +-->
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<!--+
+    |start bottomstrip
+    +-->
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2008 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<!--+
+    |end bottomstrip
+    +-->
+</div>
+</body>
+</html>

Added: incubator/hama/site/publish/developers.pdf
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/developers.pdf?rev=679009&view=auto
==============================================================================
--- incubator/hama/site/publish/developers.pdf (added)
+++ incubator/hama/site/publish/developers.pdf Wed Jul 23 00:12:56 2008
@@ -0,0 +1,280 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 455 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gaua;4`c3?&;GO\`Kj\<F.[iEdDVHKb=Itq5WmO6_APP]q!Z*$nP1%i3!snkh04-^R9dbfj,*pP80H2?@W&/8@-:B0m6r0RHbLWDr=It,pm=4FPKNPqQ.6kg+F\)H!hb1`<LO=A;XX9nEO*^:*$1J(Y@]i%c`&O3<RfSq![ZHIPV?Sq.>jemUM_p#M=/gJk[dtm4D^J_TSkgP<H4JX@T-VX2[a56S=+G/!sKWVG,!U".9#ENQ[5^0BBN.40(*2H'$3DVa4[$IT(S_'?(^_Fd0KOA6gsHULjTU9*\g:U7__u(UT2Fe*Uo0bgqErAM7oO!e9&$KOoPRjU2(T3-D=D#H10V,N$rj0,(^sGKQJOTPnG<K6Gu`-\pli/LY][&^H`@!;tsmd>/^aRXbukqMPjsI\pCKbqDTjoSX")MD.4gu3b`kW79@*A[&R)N;HpNlIpS*VbQ~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+12 0 R
+14 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 171.344 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 541.466 171.656 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 523.266 163.004 511.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 505.066 139.328 493.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Length 1300 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat%"997gc&AJ$Cn@/M1Zp_TK#d?n,gYEp>Ae!hJjrhj39IqKi'P5nr^8%#PoNK?P"q8hFoD7VFEO/j+8&Y)"6T4b_+iVSM%X_NE35>oMO1JXg2C81b`hi.F/IOW=bpQL//[hbnWd71LPKhSAo4IY+89Ysn<eI...@a>XT2;LEcagL,cg4T+[8%/F7t[kk)F(Z1/#k1V\Em@@>3La=X_TB\N\1aH_=8qL%QIc-f1VbXfU;>s=Z3:1d[=SE<?3ThdbTN"9-[iqB0S<O9#ZKL8JqBj`oNkOak^)6H/,kL+0+67^b&Jp\>K:lo#a@l9d'u<C.3f)mnEc@/dIYbL4@%Y/tl'QqO=F,\1p1k5JQie`N+r-"_iZ_:"?n&;t!\r-sE/[CC"*Lo9:<EX)9K7)&n2./X8cpq_RBuKbPCCNS$TK$J95#s!cDKJ;MWt/8M'kV/ua?9C+7th6r`NPA8M-*UA)j00=2-R]#5!3*]c+$f-fhY0rIdV)Yg/q;_4AY'8cS@IO#E5<^-3:"+9LBOOJ
 W8PI%Ks1ani(S_.V-RDMiJLafd[8mN=o#bA63$8fgRgaQO>GRMiO=e=GWhR9D+KD8J/oiB,5;*5V^fNMXP)suB4*08#btUf,^e^"un'25J,_dQ-ihlF5Lr'cPOUGeZ9?,B$%pVHqlGe"W(fK<R&WMAs'6%dm>pAhg&aj1A1(f%O0D7p<Vfst$plZCU:b]PF-tMCn+ZE\>80l-t,!S?L]%mf0"pA=RR6.ADV!=-Z`P-8]..2WbRg&4R0uo,`C-317ii^%UB)5ZljuBNHJTJ$KC=c6.MSt61)Mm6nK4s+\IB]$nIoM^/!W~>
+endstream
+endobj
+17 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 16 0 R
+/Annots 18 0 R
+>>
+endobj
+18 0 obj
+[
+19 0 R
+20 0 R
+21 0 R
+]
+endobj
+19 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 327.624 629.666 351.624 617.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://wiki.apache.org/hama)
+/S /URI >>
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 485.398 276.624 473.398 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (hama-eclipse-formatter.xml)
+/S /URI >>
+/H /I
+>>
+endobj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 370.98 393.464 396.312 381.464 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (./issue_tracking.html)
+/S /URI >>
+/H /I
+>>
+endobj
+23 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\103\0\157\0\156\0\164\0\162\0\151\0\142\0\165\0\164\0\151\0\157\0\156)
+ /Parent 22 0 R
+ /Next 24 0 R
+ /A 9 0 R
+>> endobj
+24 0 obj
+<<
+ /Title (\376\377\0\62\0\40\0\123\0\157\0\165\0\162\0\143\0\145\0\40\0\103\0\157\0\144\0\145)
+ /Parent 22 0 R
+ /Prev 23 0 R
+ /Next 25 0 R
+ /A 11 0 R
+>> endobj
+25 0 obj
+<<
+ /Title (\376\377\0\63\0\40\0\103\0\157\0\144\0\145\0\40\0\123\0\164\0\171\0\154\0\145)
+ /Parent 22 0 R
+ /Prev 24 0 R
+ /Next 26 0 R
+ /A 13 0 R
+>> endobj
+26 0 obj
+<<
+ /Title (\376\377\0\64\0\40\0\111\0\163\0\163\0\165\0\145\0\163)
+ /Parent 22 0 R
+ /Prev 25 0 R
+ /A 15 0 R
+>> endobj
+27 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+28 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+29 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+30 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+31 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [6 0 R 17 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 22 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 27 0 R /F5 28 0 R /F1 29 0 R /F2 30 0 R /F7 31 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 606.666 null]
+>>
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 541.132 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 422.798 null]
+>>
+endobj
+22 0 obj
+<<
+ /First 23 0 R
+ /Last 26 0 R
+>> endobj
+xref
+0 32
+0000000000 65535 f 
+0000004601 00000 n 
+0000004666 00000 n 
+0000004758 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000617 00000 n 
+0000000737 00000 n 
+0000000783 00000 n 
+0000004881 00000 n 
+0000000918 00000 n 
+0000004944 00000 n 
+0000001055 00000 n 
+0000005010 00000 n 
+0000001192 00000 n 
+0000005076 00000 n 
+0000001329 00000 n 
+0000002722 00000 n 
+0000002845 00000 n 
+0000002886 00000 n 
+0000003067 00000 n 
+0000003244 00000 n 
+0000005142 00000 n 
+0000003418 00000 n 
+0000003581 00000 n 
+0000003752 00000 n 
+0000003917 00000 n 
+0000004045 00000 n 
+0000004158 00000 n 
+0000004268 00000 n 
+0000004376 00000 n 
+0000004492 00000 n 
+trailer
+<<
+/Size 32
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+5193
+%%EOF

Modified: incubator/hama/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/index.html?rev=679009&r1=679008&r2=679009&view=diff
==============================================================================
--- incubator/hama/site/publish/index.html (original)
+++ incubator/hama/site/publish/index.html Wed Jul 23 00:12:56 2008
@@ -69,9 +69,6 @@
 <li>
 <a class="unselected" href="http://wiki.apache.org/hama">Wiki</a>
 </li>
-<li>
-<a class="unselected" href="http://incubator.apache.org/projects/hama.html">Incubation Status</a>
-</li>
 </ul>
 <!--+
     |end Tabs
@@ -110,14 +107,17 @@
 <div class="menupage">
 <div class="menupagetitle">Overview</div>
 </div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Resources</div>
+<div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="mailing_lists.html">Mailing Lists</a>
+<a href="developers.html">Developers</a>
 </div>
+<div class="menuitem">
+<a href="issue_tracking.html">Issue Tracking</a>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Developers Centre</div>
-<div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="environments.html">Environments</a>
+<a href="mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 <div id="credit">

Added: incubator/hama/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/issue_tracking.html?rev=679009&view=auto
==============================================================================
--- incubator/hama/site/publish/issue_tracking.html (added)
+++ incubator/hama/site/publish/issue_tracking.html Wed Jul 23 00:12:56 2008
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-skin-name" content="pelt">
+<title>Issue Tracking</title>
+<link type="text/css" href="skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
+<link type="text/css" href="skin/profile.css" rel="stylesheet">
+<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script><script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script><script type="text/javascript">
+_uacct = "UA-2482311-4";
+urchinTracker();
+</script>
+<link rel="shortcut icon" href="images/favicon.ico">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/">Incubator</a> &gt; <a href="http://incubator.apache.org/hama/">Hama</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<!--+
+    |header
+    +-->
+<div class="header">
+<!--+
+    |start group logo
+    +-->
+<div class="grouplogo">
+<a href="index.html"><img class="logoImage" alt="Hama" src="images/apache-incubator-hama-white.png" title=""></a>
+</div>
+<!--+
+    |end group logo
+    +-->
+<!--+
+    |start Project Logo
+    +-->
+<div class="projectlogo">
+<a href=""></a>
+</div>
+<!--+
+    |end Project Logo
+    +-->
+<!--+
+    |start Search
+    +-->
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="incubator.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input name="Search" value="Search" type="submit">
+</form>
+</div>
+<!--+
+    |end search
+    +-->
+<!--+
+    |start Tabs
+    +-->
+<ul id="tabs">
+<li class="current">
+<a class="selected" href="index.html">Home</a>
+</li>
+<li>
+<a class="unselected" href="http://wiki.apache.org/hama">Wiki</a>
+</li>
+</ul>
+<!--+
+    |end Tabs
+    +-->
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<!--+
+    |start Subtabs
+    +-->
+<div id="level2tabs"></div>
+<!--+
+    |end Endtabs
+    +-->
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+
+             &nbsp;
+           </div>
+<!--+
+    |start Menu, mainarea
+    +-->
+<!--+
+    |start Menu
+    +-->
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Home</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="index.html">Overview</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
+<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="developers.html">Developers</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">Issue Tracking</div>
+</div>
+<div class="menuitem">
+<a href="mailing_lists.html">Mailing Lists</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<!--+
+  |alternative credits
+  +-->
+<div id="credit2"></div>
+</div>
+<!--+
+    |end Menu
+    +-->
+<!--+
+    |start content
+    +-->
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="issue_tracking.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>Issue Tracking</h1>
+    
+<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>
+  
+</div>
+<!--+
+    |end content
+    +-->
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<!--+
+    |start bottomstrip
+    +-->
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2008 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<!--+
+    |end bottomstrip
+    +-->
+</div>
+</body>
+</html>

Added: incubator/hama/site/publish/issue_tracking.pdf
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/issue_tracking.pdf?rev=679009&view=auto
==============================================================================
--- incubator/hama/site/publish/issue_tracking.pdf (added)
+++ incubator/hama/site/publish/issue_tracking.pdf Wed Jul 23 00:12:56 2008
@@ -0,0 +1,118 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 731 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat$u_/c#!&A@ZM3]]'r+peBmDb6jEP?S]4H>%VdYlKgc3=,!AhcF3iQ6`9npu'h2mG#+ngV&NYS!B%:J-h*3O*#l.7o8>F7-ou/A`jF'K)JN=\4"(IpVsT*$@QBGYb=Kjb@J)aZ7GPd`=E`E,Ke;N'+>pN3$c<Xj...@53Dl8agX>j;YlQWA2hE)26*711)15p1pg?nMdFSc$G7)4iqXBB3u#K/P_0n2/c<2=/^3G!L#5/.9!AkULr1p6LDU?0<'[tGRc^1.F.hIYp$AY<!=ecYR;Bh&]CaL'RQF4T8t+Q=VdH='XpgoI2tM>M;%hiDUS**10]T*4-p>o7B#SS6][h['!=.H/mad%2/Zfqd6!ASaWjc-f\;U=03->u]7"B'EK@B86db0)tBlfLrn>p_9fd3o:@$"D'cKK$_?n8;@KA(k,rr<e&HM7~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+9 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 332.28 585.8 352.932 573.8 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (https://issues.apache.org/jira/browse/HAMA)
+/S /URI >>
+/H /I
+>>
+endobj
+9 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 182.316 542.2 236.664 530.2 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (./mailing_lists.html)
+/S /URI >>
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+11 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+12 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+13 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 1
+/Kids [6 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 10 0 R /F5 11 0 R /F1 12 0 R /F2 13 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+xref
+0 14
+0000000000 65535 f 
+0000001850 00000 n 
+0000001908 00000 n 
+0000001958 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000893 00000 n 
+0000001013 00000 n 
+0000001044 00000 n 
+0000001234 00000 n 
+0000001403 00000 n 
+0000001516 00000 n 
+0000001626 00000 n 
+0000001734 00000 n 
+trailer
+<<
+/Size 14
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+2070
+%%EOF

Modified: incubator/hama/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/linkmap.html?rev=679009&r1=679008&r2=679009&view=diff
==============================================================================
--- incubator/hama/site/publish/linkmap.html (original)
+++ incubator/hama/site/publish/linkmap.html Wed Jul 23 00:12:56 2008
@@ -69,9 +69,6 @@
 <li>
 <a class="unselected" href="http://wiki.apache.org/hama">Wiki</a>
 </li>
-<li>
-<a class="unselected" href="http://incubator.apache.org/projects/hama.html">Incubation Status</a>
-</li>
 </ul>
 <!--+
     |end Tabs
@@ -110,14 +107,17 @@
 <div class="menuitem">
 <a href="index.html">Overview</a>
 </div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Resources</div>
+<div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="mailing_lists.html">Mailing Lists</a>
+<a href="developers.html">Developers</a>
 </div>
+<div class="menuitem">
+<a href="issue_tracking.html">Issue Tracking</a>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Developers Centre</div>
-<div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="environments.html">Environments</a>
+<a href="mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 <div id="credit"></div>
@@ -162,12 +162,6 @@
 </li>
 </ul>
     
-    
-<ul>
-<li>
-<a href="mailing_lists.html">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>lists</em>
-</li>
-</ul>
   
 </ul>
 </ul>
@@ -175,13 +169,25 @@
   
 <ul>
 <li>
-<a>Developers Centre</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>docs</em>
+<a>Resources</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>docs</em>
+</li>
+<ul>
+    
+<ul>
+<li>
+<a href="developers.html">Developers</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>developers</em>
 </li>
+</ul>
+    
 <ul>
+<li>
+<a href="issue_tracking.html">Issue Tracking</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>issues</em>
+</li>
+</ul>
     
 <ul>
 <li>
-<a href="environments.html">Environments</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>environments</em>
+<a href="mailing_lists.html">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>lists</em>
 </li>
 </ul>
   

Modified: incubator/hama/site/publish/linkmap.pdf
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/linkmap.pdf?rev=679009&r1=679008&r2=679009&view=diff
==============================================================================
--- incubator/hama/site/publish/linkmap.pdf (original)
+++ incubator/hama/site/publish/linkmap.pdf Wed Jul 23 00:12:56 2008
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 615 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 637 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat=(>Aoub'Ro4Hpb@2qk<&1CB!&)4dkm?!Fda.e&o3#cEDl2]cep^i>G[kj$-kt'hfjH#=&ntQL'#47!nB1re$$k)fOYmBpL6ro2Sfs#U&\0u^9?siPo&AAjG!3,mSs4uX+t)]l<eDhf@qFOF`1i0`s_A=<1b0d#FKbs"HMY*'Sq%EC9PW+"J7fW=K[;O`5!lEd`ZeeK@8t$BVg\>UPcIjhaC!nJf:aO2"k<&4E8DS\FU?!`=qtN6MMMA@Ph?u(C7>0CiAWW8rKG^p?1c)'Mc:J7g+BpM_q*Qn2pju-41/KJeHLu)#Mg$FXIt].SE<(OiH;Bk,f-/@PVo^^1S:24\Bcpno6*/asj,gU_rqBoK?fB^u>d/0=>Op^C,I2VoH9,QLW2Te1m75[Q`\4"_@iH'D-n;-[CrY*i+YhHgSi$/1r`$4YKnEqHm67JqZsJ61_ZP.\lmd08u_dkUK:uMBe>#o@`FZq_N0(H%[op@EnnCGp#X;0G83.DqW[J/W''`Dp*anN(;&(Et1jZ5tN6G4ka'MIuW1LD-2E$K]A^;KSjGim\AV6EN#@/^Xl]e=I[BPUC[=#[S$9J3nC`*RBae'Q_S><\UbpsJ"A6,`;~>
+Gat=h_/>bs&;KX9Ko_]j>hdm8N_S4UX\r/9\0Y/:Jp5fR@#E2uIJ[Kd=\L$&#`uhXQKS9[jI(ogqJ[/O66QF+2F?h56jW-'%++KQO?"D\#f\t1Gn'1"\&uiLE))R<f\,&Yk+NRXjN,<4.bNA-Bmls".iW9L^b:e!*L%GW`%00p=HYq0W0b^%b.&#,m;0YIR$L5DDg4jg[X1"PKs'0&g;%2tBSiSpP\_IRCtBK3mj($#irsUl_(7aTh\3k58JWOP(<-r^:YB'4g82d8./Wo'EsfrpKHm!PcM0MpcYsbQE/-\5,\RC1Nj2CY>1[dP;3o%cV"=AX/mc-jQobNt_fp[qqa#B1,p1`:`@Q`uk&Uu[$Mmf*&:s'IfhZ=(h\FS@7`2B:F,bCoMl-$o1=)m_ab-[:/%bIV_i<Y4SZ@u@fXL'(SSmLE\hD(q5nE+K-lu?o>E,*@U&X84b"96uP-W%Zpa/u%WK*K-b1QC[9SRgbl!1La&][82oB>X&L<#^6;$%C8kbsF_@A&fl)uYRFh"W56rmUX;8O?Q6]eO"Nis]HQA;QY`eEt"GmIk^lbP-\KaW_"e_)U<W_u+!pMU9)f>Pfh[^iQ@LVA*(q"pW,JC,/7q'A1_ASL7&iV>_RF_2K!~>
 endstream
 endobj
 6 0 obj
@@ -72,17 +72,17 @@
 xref
 0 12
 0000000000 65535 f 
-0000001438 00000 n 
-0000001496 00000 n 
-0000001546 00000 n 
+0000001460 00000 n 
+0000001518 00000 n 
+0000001568 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000777 00000 n 
-0000000883 00000 n 
-0000000995 00000 n 
-0000001104 00000 n 
-0000001214 00000 n 
-0000001322 00000 n 
+0000000799 00000 n 
+0000000905 00000 n 
+0000001017 00000 n 
+0000001126 00000 n 
+0000001236 00000 n 
+0000001344 00000 n 
 trailer
 <<
 /Size 12
@@ -90,5 +90,5 @@
 /Info 4 0 R
 >>
 startxref
-1666
+1688
 %%EOF

Modified: incubator/hama/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/mailing_lists.html?rev=679009&r1=679008&r2=679009&view=diff
==============================================================================
--- incubator/hama/site/publish/mailing_lists.html (original)
+++ incubator/hama/site/publish/mailing_lists.html Wed Jul 23 00:12:56 2008
@@ -69,9 +69,6 @@
 <li>
 <a class="unselected" href="http://wiki.apache.org/hama">Wiki</a>
 </li>
-<li>
-<a class="unselected" href="http://incubator.apache.org/projects/hama.html">Incubation Status</a>
-</li>
 </ul>
 <!--+
     |end Tabs
@@ -105,19 +102,22 @@
     |start Menu
     +-->
 <div id="menu">
-<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Home</div>
-<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Home</div>
+<div id="menu_1.1" class="menuitemgroup">
 <div class="menuitem">
 <a href="index.html">Overview</a>
 </div>
-<div class="menupage">
-<div class="menupagetitle">Mailing Lists</div>
 </div>
+<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
+<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="developers.html">Developers</a>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Developers Centre</div>
-<div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="environments.html">Environments</a>
+<a href="issue_tracking.html">Issue Tracking</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">Mailing Lists</div>
 </div>
 </div>
 <div id="credit"></div>