Bladeren bron

Updated project site docs. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1445511 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 jaren geleden
bovenliggende
commit
84f9df39cf
4 gewijzigde bestanden met toevoegingen van 23 en 11 verwijderingen
  1. 14 2
      docs/pom.xml
  2. 2 4
      docs/src/site/apt/index.apt
  3. 3 3
      docs/src/site/apt/whats-new.apt
  4. 4 2
      docs/src/site/site.xml

+ 14 - 2
docs/pom.xml

@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ambari</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <artifactId>ambari</artifactId>
     <packaging>pom</packaging>
 
@@ -165,7 +165,19 @@
             <organization>
                                 
             </organization>            
-        </developer>             
+        </developer>
+        <developer>
+            <id>jaimin</id>
+            <name>Jaimin Jetly</name>
+            <email>jaimin@apache.org</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
         <developer>
             <id>jitendra</id>
             <name>Jitendra Pandey</name>

+ 2 - 4
docs/src/site/apt/index.apt

@@ -66,15 +66,13 @@ Introduction
 
 Ambari Source
 
-  Follow the  {{{./install-0.9.html} installation guide for 0.9 (stable)}} or check out the work going on in {{{./whats-new.html} trunk}} for the upcoming 1.2.0 release.
+  Follow the  {{{./1.2.0/installing-hadoop-using-ambari/content/index.html} installation guide for 1.2.0 (stable)}} or check out the work going on in {{{./whats-new.html} trunk}} for the upcoming 1.2.1 release.
 
 Roadmap
 
   * Support for additional Operating Systems
 
-    * Ambari currently supports 64-bit RHEL and CentOS 5 + 6
-
-    * SLES 11 support (1.2.0)
+    * Ambari currently supports 64-bit RHEL/CentOS 5 + 6 and SLES 11
 
   []
 

+ 3 - 3
docs/src/site/apt/whats-new.apt

@@ -47,14 +47,14 @@ $ svn checkout http://svn.apache.org/repos/asf/incubator/ambari/trunk ambari
 
 JIRA
 
-  You can follow all the work going on by watching the Ambari JIRA project. The next release of Apache Ambari will be version 1.2.0. You can see the
+  You can follow all the work going on by watching the Ambari JIRA project. The next release of Apache Ambari will be version 1.2.1. You can see the
   JIRA details for this release here:
 
-  {{{https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.0%22%20AND%20project%20%3D%20AMBARI} https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.0%22%20AND%20project%20%3D%20AMBARI}}
+  {{{https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.1%22%20AND%20project%20%3D%20AMBARI} https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.1%22%20AND%20project%20%3D%20AMBARI}}
 
 User Guide
 
-  {{{http://incubator.apache.org/ambari/1.2.0/installing-hadoop-using-ambari/content/index.html} See how to install a Hadoop cluster using Ambari 1.2.0}}
+  {{{http://incubator.apache.org/ambari/1.2.1/installing-hadoop-using-ambari/content/index.html} See how to install a Hadoop cluster using Ambari 1.2.1}}
 
 Stay Tuned
 

+ 4 - 2
docs/src/site/site.xml

@@ -33,7 +33,7 @@
   </custom>
   <bannerLeft>
     <name>Ambari</name>
-    <src>http://incubator.apache.org/ambari/images/apache-ambari-project.png</src>
+    <src>http://incubator.apache.org/ambari/images/apache-ambari-project.jpg</src>
     <href>http://incubator.apache.org/ambari</href>
   </bannerLeft>
 
@@ -82,11 +82,13 @@
     </menu>
 
     <menu name="Releases">
-        <item name="1.2.0 (coming soon)" href="whats-new.html"/>
+        <item name="1.2.1 (coming soon)" href="whats-new.html"/>
+        <item name="1.2.0" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.0/"/>
         <item name="0.9" href="http://www.apache.org/dist/incubator/ambari/ambari-0.9-incubating/"/>
     </menu>
 
     <menu name="Documentation">
+        <item name="Install Guide for 1.2.1" href="1.2.1/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.0" href="1.2.0/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 0.9" href="install-0.9.html"/>
     </menu>