You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2011/12/01 06:17:50 UTC

svn commit: r1208956 - in /incubator/chukwa/site: author/src/documentation/content/xdocs/ author/src/documentation/resources/images/ src/ src/site/ src/site/apt/ src/site/resources/ src/site/resources/images/ src/site/xdoc/

Author: eyang
Date: Thu Dec  1 05:17:49 2011
New Revision: 1208956

URL: http://svn.apache.org/viewvc?rev=1208956&view=rev
Log:
CHUKWA-610. Moved site navigation to maven. (Eric Yang)

Added:
    incubator/chukwa/site/src/
    incubator/chukwa/site/src/site/
    incubator/chukwa/site/src/site/apt/
    incubator/chukwa/site/src/site/resources/
    incubator/chukwa/site/src/site/resources/images/
    incubator/chukwa/site/src/site/resources/images/apache-incubator-logo.png
      - copied unchanged from r1206975, incubator/chukwa/site/author/src/documentation/resources/images/apache-incubator-logo.png
    incubator/chukwa/site/src/site/resources/images/chukwa_logo_small.jpg
      - copied unchanged from r1206975, incubator/chukwa/site/author/src/documentation/resources/images/chukwa_logo_small.jpg
    incubator/chukwa/site/src/site/site.xml
    incubator/chukwa/site/src/site/xdoc/
    incubator/chukwa/site/src/site/xdoc/index.xml
      - copied, changed from r1206976, incubator/chukwa/site/author/src/documentation/content/xdocs/index.xml
    incubator/chukwa/site/src/site/xdoc/releases.xml
      - copied, changed from r1206975, incubator/chukwa/site/author/src/documentation/content/xdocs/releases.xml
Removed:
    incubator/chukwa/site/author/src/documentation/content/xdocs/index.xml
    incubator/chukwa/site/author/src/documentation/content/xdocs/releases.xml
    incubator/chukwa/site/author/src/documentation/resources/images/apache-incubator-logo.png
    incubator/chukwa/site/author/src/documentation/resources/images/chukwa_logo_small.jpg

Added: incubator/chukwa/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/site/src/site/site.xml?rev=1208956&view=auto
==============================================================================
--- incubator/chukwa/site/src/site/site.xml (added)
+++ incubator/chukwa/site/src/site/site.xml Thu Dec  1 05:17:49 2011
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+
+<project name="Chukwa">
+  <bannerLeft>
+    <name>Chukwa</name>
+    <src>images/chukwa_logo_small.jpg</src>
+    <href>http://incubator.apache.org/chukwa</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>Chukwa</name>
+    <src>images/apache-incubator-logo.png</src>
+    <href>http://incubator.apache.org/</href>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.0</version>
+  </skin>
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="Hadoop" href="http://hadoop.apache.org/"/>
+      <item name="HBase" href="http://hbase.apache.org/"/>
+      <item name="Hive" href="http://hive.apache.org/"/>
+      <item name="Pig" href="http://pig.apache.org/"/>
+      <item name="HCatalog" href="http://incubator.apache.org/hcatalog/"/>
+      <item name="Zookeeper" href="http://zookeeper.apache.org/"/>
+    </links>
+
+    <menu name="Project">
+      <item name="Overview" href="index.html"/>
+      <item name="License" href="license.html"/>
+      <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/hadoop/chukwa/"/>
+      <item name="Issue Tracking" href="issue-tracking.html"/>
+      <item name="Mailing Lists" href="mail-lists.html"/>
+      <item name="Source Repository" href="source-repository.html"/>
+      <item name="Team" href="team-list.html"/>
+    </menu>
+
+    <menu name="Releases">
+      <item name="Release 0.4.0" href="http://incubator.apache.org/chukwa/docs/r0.4.0"/>
+      <item name="Release 0.3.0" href="http://incubator.apache.org/chukwa/docs/r0.3.0"/>
+    </menu>
+
+  </body>
+</project>

Copied: incubator/chukwa/site/src/site/xdoc/index.xml (from r1206976, incubator/chukwa/site/author/src/documentation/content/xdocs/index.xml)
URL: http://svn.apache.org/viewvc/incubator/chukwa/site/src/site/xdoc/index.xml?p2=incubator/chukwa/site/src/site/xdoc/index.xml&p1=incubator/chukwa/site/author/src/documentation/content/xdocs/index.xml&r1=1206976&r2=1208956&rev=1208956&view=diff
==============================================================================
--- incubator/chukwa/site/author/src/documentation/content/xdocs/index.xml (original)
+++ incubator/chukwa/site/src/site/xdoc/index.xml Thu Dec  1 05:17:49 2011
@@ -1,20 +1,41 @@
 <?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <document> 
-
-  <header> 
-    <title>Welcome to Chukwa!</title> 
-  </header> 
-
+  <properties>
+    <title>Welcome to Apache Chukwa</title>
+  </properties>
   <body>
   <p>
+      <div align="right" style="padding-left: 8px; margin-top: -4px;">
+        <form method="GET" action="http://search-hadoop.com/">
+          <input type="text" name="q" value="Search Chukwa related information..." onfocus="this.value=''"/>
+          <input type="hidden" name="fc_project" value="Chukwa"/>
+          <button style="height: 20px; width: 60px;">Search</button>
+        </form>
+      </div>
   </p>
 
+    <h2>Welcome to Chukwa!</h2> 
+
     <section>
-      <title>About Chukwa</title>
+      <h3>About Chukwa</h3>
       <p>
       Chukwa is an open source data collection system for monitoring large distributed systems. 
       Chukwa is built on top of the Hadoop Distributed File System (HDFS) and Map/Reduce framework and inherits 
@@ -25,7 +46,7 @@
     </section>
 	
 	<section>
-	   <title>News</title>
+	   <h3>News</h3>
 	   
 <p>
 26 April 2010:  <a href="http://www.apache.org/dyn/closer.cgi/hadoop/chukwa/chukwa-0.4.0">Release 0.4 available.</a>
@@ -39,27 +60,27 @@ This is our second release, incorporatin
 	</section>
 
     <section>
-      <title>Getting Started </title>
+      <h3>Getting Started </h3>
       <p>
       Releases are available on the <a href="releases.html"> release page</a>.  For documentation, check <a href="docs/r0.4.0/">here</a> and on the <a href="http://wiki.apache.org/hadoop/Chukwa">Wiki</a>.
       </p>
     </section>
 
     <section>
-      <title> Getting Involved </title>
+      <h3> Getting Involved </h3>
       <p>
       Chukwa is an open source volunteer project under the Apache Software Foundation. 
       We encourage you to learn about the project and contribute your expertise. 
       Here are some starter links:
       </p>
       <ol>
-        <li>Give us <a href="issue_tracking.html">feedback</a>: What can we do better?</li>
-        <li>Join the <a href="mailing_lists.html">mailing list</a>: Meet the community.</li>
+        <li>Give us <a href="issue-tracking.html">feedback</a>: What can we do better?</li>
+        <li>Join the <a href="mail-lists.html">mailing list</a>: Meet the community.</li>
       </ol>
     </section>
 
     <section>
-      <title> Disclaimer </title>
+      <h3> Disclaimer </h3>
       <p>
       Apache Chukwa is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator project. 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.
       </p>

Copied: incubator/chukwa/site/src/site/xdoc/releases.xml (from r1206975, incubator/chukwa/site/author/src/documentation/content/xdocs/releases.xml)
URL: http://svn.apache.org/viewvc/incubator/chukwa/site/src/site/xdoc/releases.xml?p2=incubator/chukwa/site/src/site/xdoc/releases.xml&p1=incubator/chukwa/site/author/src/documentation/content/xdocs/releases.xml&r1=1206975&r2=1208956&rev=1208956&view=diff
==============================================================================
--- incubator/chukwa/site/author/src/documentation/content/xdocs/releases.xml (original)
+++ incubator/chukwa/site/src/site/xdoc/releases.xml Thu Dec  1 05:17:49 2011
@@ -1,17 +1,31 @@
 <?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
 <document> 
 
-  <header> 
+  <properties> 
     <title>Chukwa Releases</title> 
-  </header> 
+  </properties> 
 
   <body> 
     <section>
-      <title>Download</title>
+      <h3>Download</h3>
       <p>Releases may be downloaded from Apache mirrors:
         <a href="http://www.apache.org/dyn/closer.cgi/hadoop/chukwa/"><strong><strong>Download</strong></strong></a>
       </p>
@@ -23,7 +37,7 @@
     </section>
 
 <section>
-<title> 26 April 2010:  Release 0.4 available</title>
+<h3> 26 April 2010:  Release 0.4 available</h3>
 <p>
 This is our second release, incorporating many bug fixes, improved documentation, and a variety of new features, including support for processing UDP messages.
 </p>
@@ -36,7 +50,7 @@ This is our second release, incorporatin
       
 
       <section>
-		<title>8 November, 2009: release 0.3.0 available </title>
+		<h3>8 November, 2009: release 0.3.0 available </h3>
         <p>
 		This is the first public release of Chukwa.You can get it from <a href="http://www.apache.org/dyn/closer.cgi/hadoop/chukwa/chukwa-0.3.0/">the Apache distribution mirrors</a>.  </p>
         <p>See the <a href="http://incubator.apache.org/chukwa/docs/r0.3.0/releasenotes.html">Chukwa 0.3.0 Release Notes</a> for details.  
@@ -48,13 +62,13 @@ This is our second release, incorporatin
 	  <!--
 	  
     <section>
-      <title>Release Notes</title>
+      <h3>Release Notes</h3>
 	  <p>Release notes for Chukwa releases are available in Jira:
         <a href="https://issues.apache.org/jira/browse/CHUKWA?report=com.atlassian.jira.plugin.system.project:changelog-panel">
         <strong><strong>Browse release notes</strong></strong></a>
       </p>
     </section>
-        <title>10 April, 2999: release 1.0.0 available </title>
+        <h3>10 April, 2999: release 1.0.0 available </h3>
         <p>This release contains many improvements, new features, bug fixes and optimizations.</p>
         <p>See the <a href="http://incubator.apache.org/chukwa/docs/r1.0.0/releasenotes.html">Chukwa 1.0.0 Release Notes</a> for details.  
            Alternatively, you can look at the