Author: yusaku
Date: Thu Mar 14 07:39:01 2013
New Revision: 1456354

URL: http://svn.apache.org/r1456354
Log:
Updated project website content. Included disclaimer and links to incubator.  
Updated style. (yusaku)

Modified:
    incubator/ambari/trunk/docs/src/site/apt/index.apt
    incubator/ambari/trunk/docs/src/site/site.xml

Modified: incubator/ambari/trunk/docs/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/src/site/apt/index.apt?rev=1456354&r1=1456353&r2=1456354&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/apt/index.apt (original)
+++ incubator/ambari/trunk/docs/src/site/apt/index.apt Thu Mar 14 07:39:01 2013
@@ -15,26 +15,20 @@
 ~~
 Introduction
 
-  Apache Ambari is a web-based tool for provisioning, managing, and monitoring 
Apache Hadoop clusters. The set of
-  Hadoop components that are currently supported by Ambari includes:
+  The Apache Ambari project is aimed at making Hadoop management simpler by 
developing software for provisioning, managing, and monitoring Apache Hadoop 
clusters.
+  Ambari provides an intuitive, easy-to-use Hadoop management web UI backed by 
its RESTful APIs.
 
-  * {{{http://hadoop.apache.org/docs/hdfs} Apache Hadoop - HDFS}}
+  The set of Hadoop components that are currently supported by Ambari includes:
 
-  * {{{http://hadoop.apache.org/docs/mapreduce} Apache Hadoop - MapReduce}}
-
-  * {{{http://hive.apache.org} Apache Hive}}
-
-  * {{{http://incubator.apache.org/hcatalog} Apache HCatalog}}
-
-  * {{{http://hbase.apache.org} Apache HBase}}
-
-  * {{{http://zookeeper.apache.org} Apache Zookeeper}}
-
-  * {{{http://incubator.apache.org/oozie/} Apache Oozie}}
-
-  * {{{http://pig.apache.org} Apache Pig}}
-
-  * {{{http://sqoop.apache.org} Apache Sqoop}}
+  {{{http://hadoop.apache.org/docs/hdfs} HDFS}},
+  {{{http://hadoop.apache.org/docs/mapreduce} MapReduce}}
+  {{{http://hive.apache.org} Hive}},
+  {{{http://incubator.apache.org/hcatalog} HCatalog}},
+  {{{http://hbase.apache.org} HBase}},
+  {{{http://zookeeper.apache.org} Zookeeper}},
+  {{{http://incubator.apache.org/oozie/} Oozie}},
+  {{{http://pig.apache.org} Pig}},
+  {{{http://sqoop.apache.org} Sqoop}}
 
   []
 
@@ -42,7 +36,7 @@ Introduction
 
   * Provision a Hadoop Cluster
   
-    * Ambari provides an easy-to-use, step-by-step wizard for installing 
Hadoop services across any number of hosts.
+    * Ambari provides a step-by-step wizard for installing Hadoop services 
across any number of hosts.
     
     * Ambari handles configuration of Hadoop services for the cluster.
 
@@ -61,52 +55,29 @@ Introduction
     * Ambari leverages {{{http://ganglia.sourceforge.net/} Ganglia}} for 
metrics collection.
 
     * Ambari leverages {{{http://www.nagios.org/} Nagios}} for system alerting 
and will send emails when your attention is needed (e.g., a node goes down, 
remaining disk space is low, etc).
-  
-  []
-
-Ambari Source
-
-  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/CentOS 5 + 6 and SLES 11
-
-  []
-
-  * RESTful API for integration
-  
-    * Ambari will expose a unified, RESTful API to enable third-party 
applications to integrate
-      Hadoop cluster management and monitoring capabilities (1.2.0)
 
   []
 
-  * Granular configurations
+  Ambari enables Application Developers and System Integrators to:
 
-      * Ambari currently applies service configurations at the cluster-level. 
For more
-        flexibility, Ambari will allow for configurations in a more granular 
manner, such as
-        applying a set of configurations to a specific group of hosts.
+  * Easily integrate Hadoop provisioning, management, and monitoring 
capabilities to their own applications with the 
{{{https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md}
 Ambari REST APIs}}.
 
-  []
+Getting Started with Ambari
 
-  * Security
+  Follow the {{{./1.2.0/installing-hadoop-using-ambari/content/index.html} 
installation guide for 1.2.0}} or 
{{{./1.2.1/installing-hadoop-using-ambari/content/index.html} installation 
guide for the 1.2.1 release candidate}}.
 
-      * Installation of secure Hadoop clusters (Kerberos-based)
+  Note: Ambari currently supports 64-bit RHEL/CentOS 5 + 6 and SLES 11.
 
-      * Role-based user authentication, authorization, and auditing
+What's New?
 
-      * Support for LDAP and Active Directory (1.2.0)
+  Check out the work going on for the {{{./whats-new.html} upcoming 1.2.1 
release}}.
 
-  []
+Wiki
 
-  * Visualization
+  Visit the {{{https://cwiki.apache.org/confluence/display/AMBARI/Ambari} 
Ambari Wiki}} for design documents, roadmap, development guidelines, etc.
 
-      * Interactive visualization of the current state of the cluster for a 
number of key metrics (1.2.0)
+Disclaimer
 
-      * Interactive visualization of historical states of the cluster for a 
number of key metrics
+  Apache Ambari is an effort undergoing incubation at The Apache Software 
Foundation (ASF) sponsored by the Apache Incubator PMC. Incubation is required 
of all newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have stabilized in 
a manner consistent with other successful ASF projects. While incubation status 
is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the project has yet to be fully endorsed by the ASF.
 
-      * Interactive visualization of Pig, Hive, and MapReduce jobs (1.2.0)
 
-  []

Modified: incubator/ambari/trunk/docs/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/src/site/site.xml?rev=1456354&r1=1456353&r2=1456354&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/site.xml (original)
+++ incubator/ambari/trunk/docs/src/site/site.xml Thu Mar 14 07:39:01 2013
@@ -28,7 +28,9 @@
   <custom>
     <fluidoSkin>
       <topBarEnabled>true</topBarEnabled>
-      <sideBarEnabled>false</sideBarEnabled>
+      <sideBarEnabled>true</sideBarEnabled>
+      <leftColumnClass>span2</leftColumnClass>
+      <bodyColumnClass>span10</bodyColumnClass>
     </fluidoSkin>
   </custom>
   <bannerLeft>
@@ -59,38 +61,57 @@
           })();
        </script>
        <!-- End of Google analytics -->
+       <style>
+           .well.sidebar-nav {
+             background-color: #fff;
+           }
+           a.externalLink[href^=http] {
+             background-image: none;
+             padding-right: 0;
+           }
+           body.topBarEnabled {
+             padding-top: 40px;
+           }
+           #leftColumn .nav-list .active a {
+             background-color: #a0a0a0;
+           }
+           .nav-list .active a:hover {
+             background-color: #a0a0a0;
+           }
+       </style>
     </head>
 
     <links>
       <item name="JIRA" href="https://issues.apache.org/jira/browse/AMBARI"; />
       <item name="SVN" 
href="https://svn.apache.org/repos/asf/incubator/ambari/"; />
-      <item name="WIKI" 
href="https://cwiki.apache.org/confluence/display/AMBARI/Ambari"; />
+      <item name="Wiki" 
href="https://cwiki.apache.org/confluence/display/AMBARI/Ambari"; />
     </links>
 
     <breadcrumbs>
-      <item name="Ambari" href="index.html"/>
+      <item name="Incubator" href="../"/>
+      <item name="Ambari" href="http://incubator.apache.org/ambari/"/>
     </breadcrumbs>
 
     <menu name="Ambari">
+      <item name="Overview" href="index.html"/>
       <item name="What's New?" href="whats-new.html"/>
-      <item name="About" href="index.html"/>
-      <item name="Wiki" 
href="https://cwiki.apache.org/confluence/display/AMBARI/Ambari"/>
       <item name="Project Team" href="team-list.html"/>
       <item name="Mailing Lists" href="mail-lists.html"/>
       <item name="Issue Tracking" href="issue-tracking.html"/>
-      <item name="Project License" href="license.html"/>
+      <item name="Project License" href="http://www.apache.org/licenses/"/>
     </menu>
 
     <menu name="Releases">
-        <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.1 RC" 
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"/>
+        <item name="API Reference" 
href="https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md"/>
+        <item name="Wiki" 
href="https://cwiki.apache.org/confluence/display/AMBARI/Ambari"/>
     </menu>
 
     <footer>


Reply via email to