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/05 08:46:38 UTC

svn commit: r682601 - in /incubator/hama/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/index.xml src/docs/src/documentation/skinconf.xml

Author: edwardyoon
Date: Mon Aug  4 23:46:37 2008
New Revision: 682601

URL: http://svn.apache.org/viewvc?rev=682601&view=rev
Log:
Logo Alignment

Modified:
    incubator/hama/trunk/CHANGES.txt
    incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml
    incubator/hama/trunk/src/docs/src/documentation/skinconf.xml

Modified: incubator/hama/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/CHANGES.txt?rev=682601&r1=682600&r2=682601&view=diff
==============================================================================
--- incubator/hama/trunk/CHANGES.txt (original)
+++ incubator/hama/trunk/CHANGES.txt Mon Aug  4 23:46:37 2008
@@ -2,7 +2,9 @@
 
 Trunk (unreleased changes)
 
-    HAMA-10: Refactor the mapred package for the latest version of dependencies (edwardyoon)  
+    HAMA-15: Logo Alignment (edwardyoon) 
+    HAMA-10: Refactor the mapred package 
+             for the latest version of dependencies (edwardyoon)  
     HAMA-9: Upgrade dependencies (edwardyoon)
     HAMA-6: Add a 'who we are' page (edwardyoon)
     HAMA-7: Add some information for a new comer (edwardyoon)

Modified: incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml?rev=682601&r1=682600&r2=682601&view=diff
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml (original)
+++ incubator/hama/trunk/src/docs/src/documentation/content/xdocs/index.xml Mon Aug  4 23:46:37 2008
@@ -26,20 +26,20 @@
   
   <body>
     <section>
-      <title> Introduction </title>
-    <p>
-    <img src="./images/hama_logo.png" alt="Hama Logo" />
-    <strong>Hama</strong> (means a hippopotamus in Korean) is a parallel matrix
-    computational package,
-    which provides an library of matrix operations for the large-scale
-    processing development environment and Map/Reduce framework for
-    the large-scale Numerical Analysis and Data Mining, which need the
-    intensive computation power of matrix inversion, e.g. linear regression,
-    PCA, SVM and etc.
-    It will be also useful for many scientific applications, e.g. physics
-    computations, linear algebra, computational fluid dynamics, statistics,
-    graphic rendering and many more.
-    </p>
+      <title> Introduction </title>
+      <table class="NonBorderTable">
+      <tr><td><img src="./images/hama_logo.png" alt="Hama Logo" /></td>
+      <td><strong>Hama</strong> (means a hippopotamus in Korean) is a 
+      parallel matrix computational package,
+      which provides an library of matrix operations for the large-scale
+      processing development environment and Map/Reduce framework for
+      the large-scale Numerical Analysis and Data Mining, which need the
+      intensive computation power of matrix inversion, e.g. linear regression,
+      PCA, SVM and etc.
+      It will be also useful for many scientific applications, e.g. physics
+      computations, linear algebra, computational fluid dynamics, statistics,
+      graphic rendering and many more.
+      </td></tr></table>
     </section>
     <section>
     <title>Recent News</title>

Modified: incubator/hama/trunk/src/docs/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/docs/src/documentation/skinconf.xml?rev=682601&r1=682600&r2=682601&view=diff
==============================================================================
--- incubator/hama/trunk/src/docs/src/documentation/skinconf.xml (original)
+++ incubator/hama/trunk/src/docs/src/documentation/skinconf.xml Mon Aug  4 23:46:37 2008
@@ -139,7 +139,7 @@
         in the class attribute of a <p> node. 
         e.g. <p class="quote"/>
         
-            p.quote {
+    p.quote {
       margin-left: 2em;
       padding: .5em;
       background-color: #f0f0f0;
@@ -147,6 +147,7 @@
     }
     -->
      #footer a { color: black; }
+     NonBorderTable { border-style: hidden } 
   </extra-css>
 
   <colors>