You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ka...@apache.org on 2011/11/18 04:15:31 UTC

svn commit: r1203472 - in /incubator/oozie/branches/ap-pages: ./ src/assemblies/ src/site/ src/site/apt/

Author: kamrul
Date: Fri Nov 18 03:15:30 2011
New Revision: 1203472

URL: http://svn.apache.org/viewvc?rev=1203472&view=rev
Log:
OOZIE-596 working on Oozie Apache site. (Alejandro via Mohammad)

Added:
    incubator/oozie/branches/ap-pages/.gitignore
    incubator/oozie/branches/ap-pages/src/site/apt/Credits.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/HowToContribute.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/IRCChannel.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/IssueTracking.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/MailingLists.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/QuickStart.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/VersionControl.apt.vm
Modified:
    incubator/oozie/branches/ap-pages/pom.xml
    incubator/oozie/branches/ap-pages/src/assemblies/docs.xml
    incubator/oozie/branches/ap-pages/src/site/apt/documentation.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/downloads.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/howtorelease.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/index.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/mailing_list.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/quick-start.apt.vm
    incubator/oozie/branches/ap-pages/src/site/apt/who_we_are.apt.vm
    incubator/oozie/branches/ap-pages/src/site/docs.html
    incubator/oozie/branches/ap-pages/src/site/root.html
    incubator/oozie/branches/ap-pages/src/site/site.xml

Added: incubator/oozie/branches/ap-pages/.gitignore
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/.gitignore?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/.gitignore (added)
+++ incubator/oozie/branches/ap-pages/.gitignore Fri Nov 18 03:15:30 2011
@@ -0,0 +1,4 @@
+target
+*.ipr
+*.iml
+*.iws

Modified: incubator/oozie/branches/ap-pages/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/pom.xml?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/pom.xml (original)
+++ incubator/oozie/branches/ap-pages/pom.xml Fri Nov 18 03:15:30 2011
@@ -42,20 +42,11 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>3.0</version>
                 <configuration>
-                    <descriptors>
-                        <descriptor>src/assemblies/docs.xml</descriptor>
-                    </descriptors>
+                    <generateReports>false</generateReports>
                 </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <phase>site</phase>
-                    </execution>
-                </executions>
             </plugin>
         </plugins>
     </build>

Modified: incubator/oozie/branches/ap-pages/src/assemblies/docs.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/assemblies/docs.xml?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/assemblies/docs.xml (original)
+++ incubator/oozie/branches/ap-pages/src/assemblies/docs.xml Fri Nov 18 03:15:30 2011
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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. See accompanying LICENSE file.
--->
-<assembly>
-    <id>docs</id>
-    <formats>
-        <format>dir</format>
-    </formats>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <fileSets>
-        <fileSet>
-            <directory>${basedir}/target/site</directory>
-            <outputDirectory>docs/${project.version}</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>${basedir}/target/site</directory>
-            <outputDirectory>docs/latest</outputDirectory>
-        </fileSet>
-    </fileSets>
-    <files>
-        <file>
-            <source>${basedir}/src/site/root.html</source>
-            <outputDirectory>/</outputDirectory>
-            <destName>index.html</destName>
-        </file>
-        <file>
-            <source>${basedir}/src/site/docs.html</source>
-            <outputDirectory>docs/</outputDirectory>
-            <destName>index.html</destName>
-        </file>
-    </files>
-</assembly>

Added: incubator/oozie/branches/ap-pages/src/site/apt/Credits.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/Credits.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/Credits.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/Credits.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,58 @@
+~~ 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. See accompanying LICENSE file.
+
+  ---
+  Apache Oozie Credits
+  ---
+  ---
+  ${maven.build.timestamp}
+
+Apache Oozie(TM) Credits
+
+* Oozie Committers
+
+
+*----------------------+-----------------------+----------------------------------------------------------------------+
+||Who                  ||userid                ||Organization                                                         |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Mohammad Islam        |kamrul                 |Yahoo Inc.                                                            |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Alejandro Abdelnur    |tucu                   |Cloudera Inc.                                                         |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Angelo Huang          |angeloh                |Yahoo Inc.                                                            |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Andreas Neumann       |anew                   |Yahoo Inc.                                                            |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Mayank Bansal         |mayank                 |EBay Inc.                                                             |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Chao Wang             |brookwc                |IBM Corporation                                                       |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+
+* Contributors
+
+  A list of Oozie contributors and their contributions is available from
+  {{{https://issues.apache.org/jira/browse/OOZIE}JIRA}}.
+
+* Oozie Mentors
+
+*----------------------+-----------------------+----------------------------------------------------------------------+
+||Who                  ||userid                ||Organization                                                         |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Alan Gates            |gates                  |Hortonworks Inc.                                                      |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Owen O'Malley         |omalley                |Hortonworks Inc.                                                      |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Christopher Douglas   |cdouglas               |Yahoo Inc.                                                            |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+|Devaraj Das           |ddas                   |Hortonworks Inc.                                                      |
+*----------------------+-----------------------+----------------------------------------------------------------------+
+

Added: incubator/oozie/branches/ap-pages/src/site/apt/HowToContribute.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/HowToContribute.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/HowToContribute.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/HowToContribute.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,124 @@
+~~ 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. See accompanying LICENSE file.
+
+  ---
+  Apache Oozie How to Contribute
+  ---
+  ---
+  ${maven.build.timestamp}
+
+Apache Oozie(TM) How to Contribute
+
+* Requirements
+
+  Oozie is a Java project and it requires:
+
+    * Unix environment.
+
+    * JDK 1.6.
+
+    * Maven 3.0.
+
+    * (Optional) An IDE (ie. Eclipse, IntelliJ, Netbeans can be easily used with the IDEs Maven support).
+
+    * To be online for the first build to download required plugins and dependencies.
+
+* Getting the Source
+
+  Get Oozie's source code from one of the {{{./VersionControl}Apache Version Control Systems}}.
+
+* Development, in Which Branch?
+
+  Most of the development is done on "trunk" and then backported (if required) to release branches.
+
+  Development can be done directly in a release branch only if the change is not meaningful on "trunk".
+
+  Oozie committers can create release and development branches. A development branch is commonly used
+  to work on a complex issue(s) that requires several JIRAs and eventually it will be merged back into
+  "trunk".
+
+* Making Changes to Oozie
+
+  First create an issue in {{{./IssueTracking.html}Oozie Issue Tracking System}} describing the bug,
+  improvement, new feature, task; and discuss if appropiate. It is important that the subject of
+  the issue to be descriptive of the issue, and consize, as it will be used for the CHANGES log.
+  All discussions should be done in the Issue Tracking System to make easier for developers to
+  follow or come back in the future.
+
+  Oozie development follows a Review Then Commit model.
+
+  Work on the issue in your local development environment and when you think it is ready for review
+  or integration submit the patch for a code review request using
+  {{{reviews.apache.org}Apache Code Review System}}.
+
+  Refine the patch based on the review discussions.
+
+  <<Important facts about the Code Review system>>:
+
+    * The Code Review system is integrated with the Issue Tracking system (all review discussions
+    are logged in the Issue tracking system). For this you must enter the issue ID in the review
+    request.
+
+    * The Code Review system is shared with other Apache projects, you must enter <<oozie>> as the
+    group for the review request.
+
+    * The Code Review system only accept patches generated with <<svn diff>> syntax
+    (<<git diff --no-prefix>> syntax is not accepted. If you work using Apache Git repository,
+    you'll have to apply the patch to an SVN checkout and then generate the SVN patch from there).
+
+  Once your patch has been +1ed by Oozie committers (according to the project bylaws) the patch
+  can be committed to the Version Control system. If you are a committer, you can commit it
+  yourself. If you are not a committer, one of the committers that +1ed the patch will commit it
+  on your behalf.
+
+  The corresponding issue in the Issue Tracking and in the Code Review systems must be closed as
+  'fixed'by the committer once the patch has been committed to all relevant branches.
+
+* Patches General Guidelines
+
+** Coding Conventions
+
+  Oozie uses {{{http://java.sun.com/docs/codeconv/CodeConventions.pdf}Java standard coding conventions}}
+  with the following changes:
+
+    * Indentation is 4 spaces instead of 2 spaces.
+
+    * Maximum line lenght is 132 characters instead of 80 characters.
+
+    * No <<...@author>> tags.
+
+  In addition:
+
+    * All files must include the Apache License header unless the file type does not support comments.
+
+    * All public classes/methods should have Javadocs. The code should have inline comments when
+    appropriate to clarify things.
+
+    * No stale/commented-out code.
+
+    * Remove all trailing spaces.
+
+    * Don't reformat code that is not part of the patch.
+
+** Test Cases
+
+  All patches should include test cases whenever possible. Test cases should have as much coverage
+  as possible (within reasonable boundaries).
+
+** Documentation
+
+  If the patch is adding/modifying functionality that is user facing, it must include documentation.
+
+** Changes Log File
+
+  The Changes Log file must be edited by the committer committing the patch (the patch must not
+  include changes to the Changes Log file). This is to avoid unnecessary conflicts.

Added: incubator/oozie/branches/ap-pages/src/site/apt/IRCChannel.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/IRCChannel.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/IRCChannel.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/IRCChannel.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,23 @@
+~~ 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. See accompanying LICENSE file.
+
+  ---
+  Apache Oozie IRC Channel
+  ---
+  ${maven.build.timestamp}
+
+Apache Oozie(TM) IRC Channel
+
+  There is an IRC channel dedicated to avro at <<irc.freenode.org>>. The name of the channel is <<#oozie>>.
+
+  The IRC channel can be used for online discussion about Oozie related stuff, but developers should be careful
+  to transfer all the official decisions or useful discussions to {{{./IssueTracking.html}Issue Tracking system}}.

Added: incubator/oozie/branches/ap-pages/src/site/apt/IssueTracking.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/IssueTracking.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/IssueTracking.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/IssueTracking.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,25 @@
+~~ 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. See accompanying LICENSE file.
+
+  ---
+  Apache Oozie Issue Tracking System
+  ---
+  ${maven.build.timestamp}
+
+Apache Oozie(TM) Issue Tracking System
+
+  Apache Oozie tracks both bugs and enhancement requests {{{http://issues.apache.org/jira/browse/OOZIE}here}} using
+  Apache JIRA. We welcome input, however, <<before filing a request>>, please make sure you do the following:
+
+  * Search the JIRA database.
+
+  * Check the oozie-users {{{./MailingLists.html}mailing list}}, both by searching the archives and by asking questions.

Added: incubator/oozie/branches/ap-pages/src/site/apt/MailingLists.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/MailingLists.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/MailingLists.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/MailingLists.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,72 @@
+~~ 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. See accompanying LICENSE file.
+
+  ---
+  Apache Oozie Mailing Lists
+  ---
+  ---
+  ${maven.build.timestamp}
+
+Apache Oozie(TM) Mailing Lists
+
+* Users
+
+  If you use Oozie, please subscribe to the Oozie users mailing list.
+
+  The Oozie user mailing list is : {{mailto:oozie-users@incubator.apache.org}}.
+
+    * {{{mailto:oozie-users-subscribe@incubator.apache.org}Subscribe to List}}
+
+    * {{{mailto:oozie-users-unsubscribe@incubator.apache.org}Unsubscribe from List}}
+
+    * {{{http://mail-archives.apache.org/mod_mbox/incubator-oozie-users/}Archives}}
+
+  .
+
+*------+
+|<<NOTE:>>  In order to post to the list, it is necessary to first subscribe to it. |
+*------+
+
+* Developers
+
+  If you'd like to contribute to Oozie, please subscribe to the Oozie developers mailing list.
+
+  The Oozie developer mailing list is : {{mailto:oozie-dev@incubator.apache.org}}.
+
+    * {{{mailto:oozie-dev-subscribe@incubator.apache.org}Subscribe to List}}
+
+    * {{{mailto:oozie-dev-unsubscribe@incubator.apache.org}Unsubscribe from List}}
+
+    * {{{http://mail-archives.apache.org/mod_mbox/incubator-oozie-dev/}Archives}}
+
+  .
+
+*------+
+|<<NOTE:>>  In order to post to the list, it is necessary to first subscribe to it. |
+*------+
+
+* Commits
+
+  If you'd like to see changes made in Oozie's version control system then subscribe to the Oozie commits mailing list.
+
+    * {{{mailto:oozie-commits-subscribe@incubator.apache.org}Subscribe to List}}
+
+    * {{{mailto:oozie-commits-unsubscribe@incubator.apache.org}Unsubscribe from List}}
+
+    * {{{http://mail-archives.apache.org/mod_mbox/incubator-oozie-commits/}Archives}}
+
+* Old Mailing List
+
+  The old (pre Apache) mailing list archive can be found at:
+  {{{http://tech.groups.yahoo.com/group/Oozie-users/}Oozie Users Yahoo Group}}.
+
+

Added: incubator/oozie/branches/ap-pages/src/site/apt/QuickStart.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/QuickStart.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/QuickStart.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/QuickStart.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,123 @@
+~~ 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. See accompanying LICENSE file.
+
+
+  ---
+ Apache Oozie Quick Start
+  ---
+
+Apache Oozie(TM) Quick Start
+
+    These instructions install and run Oozie using an embedded Tomcat server and an embedded Derby database.
+    For detailed install and configuration instructions refer to {{{AG_Install}Oozie Install}}.
+
+* System Requirements
+
+   * Unix (tested in Linux and Mac OS X)
+
+   * Java 1.6+
+
+   * Hadoop
+
+      * {{{http://hadoop.apache.org}Apache Hadoop}} (tested with 0.20.2)
+
+      * {{{http://developer.yahoo.com/hadoop}Yahoo! Hadoop}} (tested with 0.20.104.2)
+
+   * ExtJS library (optional, to enable Oozie webconsole)
+
+      * {{{http://extjs.com/deploy/ext-2.2.zip}ExtJS 2.2}}
+
+   The Java 1.6+ <bin> directory should be in the command path.
+
+* Server Installation
+
+  <<IMPORTANT:>> Oozie ignores any set value for <OOZIE_HOME>, Oozie computes its home automatically.
+
+   * Download or build an Oozie binary distribution
+
+   * Download a Hadoop binary distribution
+
+   * Download ExtJS library (it must be version 2.2)
+
+   []
+  <<NOTE:>> The ExtJS library is not bundled with Oozie because it uses a different license.
+
+  <<NOTE:>> It is recommended to use a Oozie Unix user for the Oozie server.
+
+  Expand the Oozie distribution <tar.gz>.
+
+  Expand the Hadoop distribution <tar.gz> (as the Oozie Unix user).
+
+  Oozie is bundled without Hadoop JAR files and without the ExtJS library.
+
+   * The Hadoop JARs are required to run Oozie
+
+   * The ExtJS library is optional (only required for the Oozie web-console to work)
+
+   []
+  <<IMPORTANT:>> all Oozie server scripts (<oozie-setup.sh>, <oozie-start.sh>, <oozie-run.sh>
+and <oozie-stop.sh>) run only under the Unix user that owns the Oozie installation directory,
+if necessary use <sudo -u OOZIE_USER> when invoking the scripts.
+
+  Use the <oozie-setup.sh> script to add the Hadoop JARs and the ExtJS library to Oozie.
+
+-----------------------------------------------------------------------------
+$ bin/oozie-setup.sh -hadoop 0.20.200 ${HADOOP_HOME} -extjs /tmp/ext-2.2.zip
+-----------------------------------------------------------------------------
+
+  To start Oozie as a daemon process run:
+
+-----------------------------------------------------------------------------
+$ bin/oozie-start.sh
+-----------------------------------------------------------------------------
+
+  To start Oozie as a foreground process run:
+
+-----------------------------------------------------------------------------
+$ bin/oozie-run.sh
+-----------------------------------------------------------------------------
+
+  Check the Oozie log file <logs/oozie.log> to ensure Oozie started properly.
+
+  Using the Oozie command line tool check the status of Oozie:
+
+-----------------------------------------------------------------------------
+$ bin/oozie admin -oozie http://localhost:11000/oozie -status
+-----------------------------------------------------------------------------
+
+  Using a browser go to the {{{http://localhost:11000/oozie}Oozie web console}}, Oozie status should be <<NORMAL>>.
+
+  Refer to the {{{DG_Examples}Running the Examples}} document for details on running the examples.
+
+* Client Installation
+
+  Copy and expand the <oozie-client> TAR.GZ file bundled with the distribution. Add the <bin/> directory to the <PATH>.
+
+  Refer to the {{{DG_CommandLineTool}Command Line Interface Utilities}} document for a a full reference of the <oozie>
+command line tool.
+
+  NOTE: The Oozie server installation includes the Oozie client. The Oozie client should be installed in remote machines
+only.
+
+* Oozie Share Lib Installation
+
+  Expand the <oozie-sharelib> TAR.GZ file bundled with the distribution.
+
+  The <share/> directory must be copied to the Oozie HOME directory in HDFS:
+
+-----------------------------------------------------------------------------
+$ hadoop fs -put share share
+-----------------------------------------------------------------------------
+
+  <<IMPORTANT:>> This must be done using the Oozie Hadoop (HDFS) user. If a <share> directory already exists in HDFS,
+it must be deleted before copying it again.
+

Added: incubator/oozie/branches/ap-pages/src/site/apt/VersionControl.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/VersionControl.apt.vm?rev=1203472&view=auto
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/VersionControl.apt.vm (added)
+++ incubator/oozie/branches/ap-pages/src/site/apt/VersionControl.apt.vm Fri Nov 18 03:15:30 2011
@@ -0,0 +1,42 @@
+~~ 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. See accompanying LICENSE file.
+
+  ---
+  Apache Oozie Version Control System
+  ---
+  ${maven.build.timestamp}
+
+Apache Oozie(TM) Version Control System
+
+* Overview
+
+  The Apache oozie source code resides in the Apache Subversion (SVN) repository and it is mirrored in GitHub.
+
+* Web Access (read-only)
+
+  The source code can be browsed via the Web at {{http://svn.apache.org/viewcvs.cgi/incubator/oozie}}.
+  No SVN client software is required.
+
+  The GitHub URL for web access is {{https://github.com/apache/oozie}}.
+  No Git client software is required.
+
+* Anonymous Access (read-only)
+
+  The SVN URL for anonymous users is {{http://svn.apache.org/repos/asf/incubator/oozie}}.
+  Instructions for anonymous SVN access are {{{http://www.apache.org/dev/version-control.html#anon-svn}here}}.
+
+  The GitHub URL for annonymous users is {{https://github.com/apache/oozie.git}}.
+
+* Committer Access (read-write)
+
+  The SVN URL for committers is {{https://svn.apache.org/repos/asf/incubator/oozie}}.
+  Instructions for committer SVN access are {{{http://www.apache.org/dev/version-control.html#https-svn}here}}.

Modified: incubator/oozie/branches/ap-pages/src/site/apt/documentation.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/documentation.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/documentation.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/documentation.apt.vm Fri Nov 18 03:15:30 2011
@@ -1,21 +0,0 @@
-~~ 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. See accompanying LICENSE file.
-
-  ---
-  Oozie Documentation
-  ---
-  ---
-  ${maven.build.timestamp}
-
-Oozie Documentation
-
-

Modified: incubator/oozie/branches/ap-pages/src/site/apt/downloads.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/downloads.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/downloads.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/downloads.apt.vm Fri Nov 18 03:15:30 2011
@@ -11,11 +11,11 @@
 ~~ limitations under the License. See accompanying LICENSE file.
 
   ---
-  Download Oozie
+  Apache Oozie Downloads
   ---
   ---
   ${maven.build.timestamp}
 
-Download Oozie
-
+Apache Oozie(TM) Downloads
 
+  TBD

Modified: incubator/oozie/branches/ap-pages/src/site/apt/howtorelease.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/howtorelease.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/howtorelease.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/howtorelease.apt.vm Fri Nov 18 03:15:30 2011
@@ -12,12 +12,12 @@
 
 
   ---
- How to Release
+ Apache Oozie How to Release
   ---
 
-How to Release
+Apache Oozie(TM) How to Release
 
-    This page is to document the release procedure for Oozie. Oozie is currently a Apache incubator project. Its release process is <<<work in progress>>>. 
+    This page is to document the release procedure for Oozie. Oozie is currently a Apache incubator project. Its release process is <<<work in progress>>>.
 
 
 * Preparation
@@ -31,9 +31,9 @@ How to Release
 
     A new release branch is created only  for  for major (X.0.0) and minor(X.Y.0) releases but not for patches (X.Y.Z). Patch is an update to an existing branch created for X.Y.0. Although the patch release could be tagged.
 
-   [[1]]  Send email to oozie-dev@incubator.apache.org to notify that 	
+   [[1]]  Send email to oozie-dev@incubator.apache.org to notify that
 
-      [[A]] A new branch is about to be created based from the trunk. 
+      [[A]] A new branch is about to be created based from the trunk.
 
       [[A]] Request to hold off any commits until further email.
 
@@ -217,7 +217,7 @@ https://svn.apache.org/repos/asf/incubat
    [[1]] Send announcements to the user and developer lists as well as (announce@haoop.apache.org) once the site changes are visible.
 
 -----------------------------------------------------------------------------
-        The Oozie team is happy to announce the release of Oozie X.Y.Z. 
+        The Oozie team is happy to announce the release of Oozie X.Y.Z.
 
         Apache Oozie provides a workflow management and scheduling for Hadoop jobs.
         More details about Oozie can be found at http://incubator.apache.org/oozie.
@@ -238,7 +238,7 @@ https://svn.apache.org/repos/asf/incubat
       [[A]] If a description has not yet been added for the version you are releasing, select Edit Details and give a brief description of the release.
 
       [[A]] If the next version does not exist (that is, if you are releasing version X.Y, if version X.Y+1 does not yet exist) create it using the Add Version box at the top of the page.
- 
+
    [[1]] In JIRA, mark the issues resolved in this release as closed.
 
       [[A]] Goto JIRA and click on the "Search for Issues" on "Issues" menu.

Modified: incubator/oozie/branches/ap-pages/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/index.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/index.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/index.apt.vm Fri Nov 18 03:15:30 2011
@@ -11,41 +11,28 @@
 ~~ limitations under the License. See accompanying LICENSE file.
 
   ---
-  Apache Oozie, Workflow Scheduler for Hadoop ${project.version}
+  Apache Oozie Workflow Scheduler for Hadoop
   ---
   ${maven.build.timestamp}
 
-Apache Oozie, Workflow Scheduler for Hadoop ${project.version}
+Apache Oozie(TM) Workflow Scheduler for Hadoop
 
 * Overview
 
-  Oozie is an open-source workflow/coordination service to manage data processing jobs for Apache Hadoop™. It is an extensible, scalable and data-aware service to orchestrate dependencies between jobs running on Hadoop (including HDFS, Pig and MapReduce). Oozie is a lot of things, but being:
+  Oozie is a workflow/coordination system to manage Apache Hadoop(TM) jobs.
 
-    * A workflow solution for off Hadoop processing
+  Oozie Workflow jobs are Directed Acyclical Graphs (DAGs) of actions.
 
-    * Another query processing API, a la Cascading
+  Oozie Coordinator jobs are recurrent Oozie Workflow jobs triggered by time (frequency) and data availabilty.
 
-     is not one of them.
+  Oozie is integrated with the rest of the Hadoop stack supporting several types of Hadoop jobs out of the box
+  (Java map-reduce, Streaming map-reduce, Pig, Distcp, etc.)
 
+  Oozie is a scalable, reliable and extensible system.
 
-*Oozie Benefits
+  Developers interested in getting more involved with Oozie may join the {{{./MailingLists.html}mailing lists}},
+  {{{./IssueTracking.html}report bugs}}, retrieve code from the {{{./VersionControl}version control system}},
+  and make {{{./HowToContribute.html}contributions}}.
 
-    Complex workflow action dependencies: Oozie workflow comprises of actions and dependencies among them. Users create Directed Acyclical Graphs (DAG) to model their workflow. Oozie at runtime manages the dependencies and execute the actions when the dependencies identified in the DAG are satisfied.
-    Reduces Time-To-Market (TTM): The DAG specification enables users to specify the workflow. Users save the time to build and maintain custom solutions for dependency and workflow management.
-
-    Frequency execution: Oozie workflow specification supports both data and time triggers. Users can specify execution frequency and can wait for data arrival to trigger an action in the workflow.
-
-    Native Hadoop stack integration: Oozie supports all types of Hadoop jobs and is integrated with the Hadoop stack. Yahoo! distribution of Oozie is validated against the Hadoop stack.
-
-    Oozie was designed for Yahoo!\’s complex workflows and data pipelines at global scale. It is integrated with the Yahoo! Distribution of Hadoop with security and is a primary mechanism to manage a variety of complex data analysis workloads across Yahoo!.
-
-
-* License
-
-  Oozie is distributed under {{{http://www.apache.org/licenses/}Apache License 2.0}}.
-
-* Source Repository
-
-  {{http://svn.apache.org/repos/asf/incubator/oozie/}}
 
 

Modified: incubator/oozie/branches/ap-pages/src/site/apt/mailing_list.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/mailing_list.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/mailing_list.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/mailing_list.apt.vm Fri Nov 18 03:15:30 2011
@@ -1,34 +0,0 @@
-~~ 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. See accompanying LICENSE file.
-
-  ---
-  Oozie Mailing List
-  ---
-  ---
-  ${maven.build.timestamp}
-
-Oozie Mailing List
-
-  
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|<<Audience>>          | <<How To Subscribe>>                                          |  <<Archive>>                 |    
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Oozie Users           | {{{mailto:oozie-users-subscribe@incubator.apache.org}Subscribe to Oozie-users}}       |{{{http://mail-archives.apache.org/mod_mbox/incubator-oozie-users/}Oozie-users Archive}}      | 
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Oozie Developers      | {{{mailto:oozie-dev-subscribe@incubator.apache.org}Subscribe to Oozie-dev}}            | {{{http://mail-archives.apache.org/mod_mbox/incubator-oozie-dev/}Oozie-dev Archive}}     |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Oozie Commits      |{{{mailto:oozie-commits-subscribe@incubator.apache.org}Subscribe to Oozie-commit}} |    {{{http://mail-archives.apache.org/mod_mbox/incubator-oozie-commits/}Oozie-commits Archive}}  |
-*----------------------+-----------------------+----------------------------------------------------------------------+
- 
-The old mailing list archive could be found at: {{{http://tech.groups.yahoo.com/group/Oozie-users/}Oozie Yahoo Group}}
-
-

Modified: incubator/oozie/branches/ap-pages/src/site/apt/quick-start.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/quick-start.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/quick-start.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/quick-start.apt.vm Fri Nov 18 03:15:30 2011
@@ -1,123 +0,0 @@
-~~ 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. See accompanying LICENSE file.
-
-
-  ---
- Oozie Quick Start
-  ---
-
-Oozie Quick Start
-
-    These instructions install and run Oozie using an embedded Tomcat server and an embedded Derby database.
-    For detailed install and configuration instructions refer to {{{AG_Install}Oozie Install}}.
-
-* System Requirements
-
-   * Unix (tested in Linux and Mac OS X)
-
-   * Java 1.6+
-
-   * Hadoop
-
-      * {{{http://hadoop.apache.org}Apache Hadoop}} (tested with 0.20.2)
-
-      * {{{http://developer.yahoo.com/hadoop}Yahoo! Hadoop}} (tested with 0.20.104.2)
-
-   * ExtJS library (optional, to enable Oozie webconsole)
-
-      * {{{http://extjs.com/deploy/ext-2.2.zip}ExtJS 2.2}}
-
-   The Java 1.6+ <bin> directory should be in the command path.
-
-* Server Installation
-
-  <<IMPORTANT:>> Oozie ignores any set value for <OOZIE_HOME>, Oozie computes its home automatically.
-
-   * Download or build an Oozie binary distribution
-
-   * Download a Hadoop binary distribution
-
-   * Download ExtJS library (it must be version 2.2)
-
-   []
-  <<NOTE:>> The ExtJS library is not bundled with Oozie because it uses a different license.
-
-  <<NOTE:>> It is recommended to use a Oozie Unix user for the Oozie server.
-
-  Expand the Oozie distribution <tar.gz>.
-
-  Expand the Hadoop distribution <tar.gz> (as the Oozie Unix user).
-
-  Oozie is bundled without Hadoop JAR files and without the ExtJS library.
-
-   * The Hadoop JARs are required to run Oozie
-
-   * The ExtJS library is optional (only required for the Oozie web-console to work)
-
-   []
-  <<IMPORTANT:>> all Oozie server scripts (<oozie-setup.sh>, <oozie-start.sh>, <oozie-run.sh>
-and <oozie-stop.sh>) run only under the Unix user that owns the Oozie installation directory,
-if necessary use <sudo -u OOZIE_USER> when invoking the scripts.
-
-  Use the <oozie-setup.sh> script to add the Hadoop JARs and the ExtJS library to Oozie.
-
------------------------------------------------------------------------------
-$ bin/oozie-setup.sh -hadoop 0.20.200 ${HADOOP_HOME} -extjs /tmp/ext-2.2.zip
------------------------------------------------------------------------------
-
-  To start Oozie as a daemon process run:
-
------------------------------------------------------------------------------
-$ bin/oozie-start.sh
------------------------------------------------------------------------------
-
-  To start Oozie as a foreground process run:
-
------------------------------------------------------------------------------
-$ bin/oozie-run.sh
------------------------------------------------------------------------------
-
-  Check the Oozie log file <logs/oozie.log> to ensure Oozie started properly.
-
-  Using the Oozie command line tool check the status of Oozie:
-
------------------------------------------------------------------------------
-$ bin/oozie admin -oozie http://localhost:11000/oozie -status
------------------------------------------------------------------------------
-
-  Using a browser go to the {{{http://localhost:11000/oozie}Oozie web console}}, Oozie status should be <<NORMAL>>.
-
-  Refer to the {{{DG_Examples}Running the Examples}} document for details on running the examples.
-
-* Client Installation
-
-  Copy and expand the <oozie-client> TAR.GZ file bundled with the distribution. Add the <bin/> directory to the <PATH>.
-
-  Refer to the {{{DG_CommandLineTool}Command Line Interface Utilities}} document for a a full reference of the <oozie>
-command line tool.
-
-  NOTE: The Oozie server installation includes the Oozie client. The Oozie client should be installed in remote machines
-only.
-
-* Oozie Share Lib Installation
-
-  Expand the <oozie-sharelib> TAR.GZ file bundled with the distribution.
-
-  The <share/> directory must be copied to the Oozie HOME directory in HDFS:
-
------------------------------------------------------------------------------
-$ hadoop fs -put share share
------------------------------------------------------------------------------
-
-  <<IMPORTANT:>> This must be done using the Oozie Hadoop (HDFS) user. If a <share> directory already exists in HDFS,
-it must be deleted before copying it again.
-

Modified: incubator/oozie/branches/ap-pages/src/site/apt/who_we_are.apt.vm
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/apt/who_we_are.apt.vm?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/apt/who_we_are.apt.vm (original)
+++ incubator/oozie/branches/ap-pages/src/site/apt/who_we_are.apt.vm Fri Nov 18 03:15:30 2011
@@ -1,57 +0,0 @@
-~~ 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. See accompanying LICENSE file.
-
-  ---
-  Oozie Team
-  ---
-  ---
-  ${maven.build.timestamp}
-
-Oozie Team
-
-eam
-
-Oozie Committers
-
-  
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|<<Who>>               |<<userid>>             |<<Organization>>                                                      |    
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Mohammad Islam        |kamrul                 |Yahoo Inc.                                                            |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Alejandro Abdelnur    |tucu                   |Cloudera                                                              |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Angelo Huang          |angeloh                |Yahoo Inc.                                                            |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Andreas Neumann       |anew                   |Yahoo Inc.                                                            |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Mayank Bansal         |mayank                 |EBay Inc.                                                             |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Chao Wang             |brookwc                |IBM                                                                      |
-*----------------------+-----------------------+----------------------------------------------------------------------+
- 
-
-Oozie Mentors
-
-  
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|<<Who>>               |<<userid>>             |<<Organization>>                                                      |    
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Alan Gates            |gates                  |Hortonworks                                                           |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Owen O'Malley         |omalley                |Hortonworks                                                              |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Christopher Douglas   |cdouglas               |Yahoo Inc.                                                            |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-|Devaraj Das           |ddas                   |Hortonworks                                                             |
-*----------------------+-----------------------+----------------------------------------------------------------------+
-

Modified: incubator/oozie/branches/ap-pages/src/site/docs.html
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/docs.html?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/docs.html (original)
+++ incubator/oozie/branches/ap-pages/src/site/docs.html Fri Nov 18 03:15:30 2011
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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. See accompanying LICENSE file.
--->
-<html>
-  <head>
-      <title>Apache Oozie - Documentation Sets</title>
-  </head>
-  <body>
-    <h1>Apache Oozie - Documentation Sets</h1>
-
-    <ul>
-        <li><a href="./3.1.0/index.html">Apache Oozie 3.1.0</a> (latest)</li>
-    </ul>
-
-  </body>
-</html>

Modified: incubator/oozie/branches/ap-pages/src/site/root.html
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/root.html?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/root.html (original)
+++ incubator/oozie/branches/ap-pages/src/site/root.html Fri Nov 18 03:15:30 2011
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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. See accompanying LICENSE file.
--->
-<html>
-    <head>
-        <meta http-equiv="refresh" content="0;url=./docs/latest/index.html">
-    </head>
-    <body>
-        <a href="./docs/latest/index.html">Apache Oozie latest documentation</a>
-    </body>
-</html>

Modified: incubator/oozie/branches/ap-pages/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/ap-pages/src/site/site.xml?rev=1203472&r1=1203471&r2=1203472&view=diff
==============================================================================
--- incubator/oozie/branches/ap-pages/src/site/site.xml (original)
+++ incubator/oozie/branches/ap-pages/src/site/site.xml Fri Nov 18 03:15:30 2011
@@ -23,30 +23,36 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-stylus-skin</artifactId>
-        <version>1.1</version>
+        <version>1.3</version>
     </skin>
 
     <body>
         <links>
-            <item name="OTHER RELEASES" href="../index.html"/>
             <item name="ASF" href="http://www.apache.org/"/>
         </links>
-	<breadcrumbs>
-		<item name="Apache Oozie" href="index.html"/>
-	</breadcrumbs>
-
-	<menu name="Apache Oozie">
-		<item name="Home" href="index.html" />
-		<item name="Who we are" href="who_we_are.html" />
-	</menu>
-
-	<menu name="Getting Started">
-            <item name="Quick start" href="quick-start.html" />
-	    <item name="Mailing List" href="mailing_list.html" />
-	    <item name="Downloads" href="downloads.html" />
-            <item name="Documentation" href="documentation.html" />
-            <item name="How to Release" href="howtorelease.html" />
-	</menu>
+        <breadcrumbs>
+            <item name="Apache Oozie" href="index.html"/>
+        </breadcrumbs>
+
+        <menu name="Project">
+            <item name="Home" href="./index.html"/>
+            <item name="Downloads" href="./Downloads.html"/>
+            <item name="Credits" href="./Credits.html"/>
+            <item name="Mailing Lists" href="./MailingLists.html"/>
+            <item name="Issue Tracking" href="./IssueTracking.html"/>
+            <item name="IRC Channel" href="./IRCChannel.html"/>
+        </menu>
+
+        <menu name="Developers">
+            <item name="Version Control" href="./VersionControl.html"/>
+            <item name="How To Contribute" href="./HowToContribute.html"/>
+            <item name="How to Release" href="HowToRelease.html"/>
+        </menu>
+
+        <menu name="Documentation">
+            <item name="Quick start" href="./QuickStart.html"/>
+        </menu>
+
     </body>
 
 </project>