You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/03/16 23:35:08 UTC

svn commit: r755030 - in /incubator/pivot/site/trunk: ./ site-author/ site-author/css/ site-author/img/ site-author/stylesheets/ site-publish/ site-publish/css/ site-publish/img/

Author: tvolkert
Date: Mon Mar 16 22:35:07 2009
New Revision: 755030

URL: http://svn.apache.org/viewvc?rev=755030&view=rev
Log:
Added initial documentation site files

Added:
    incubator/pivot/site/trunk/README
    incubator/pivot/site/trunk/build.xml
    incubator/pivot/site/trunk/site-author/
    incubator/pivot/site/trunk/site-author/contact.xml
    incubator/pivot/site/trunk/site-author/css/
    incubator/pivot/site/trunk/site-author/css/pivot-printer.css
    incubator/pivot/site/trunk/site-author/css/pivot.css
    incubator/pivot/site/trunk/site-author/get-involved.xml
    incubator/pivot/site/trunk/site-author/img/
    incubator/pivot/site/trunk/site-author/img/kitchen_sink.png   (with props)
    incubator/pivot/site/trunk/site-author/img/pivot.gif   (with props)
    incubator/pivot/site/trunk/site-author/index.xml
    incubator/pivot/site/trunk/site-author/legal.xml
    incubator/pivot/site/trunk/site-author/lists.xml
    incubator/pivot/site/trunk/site-author/stylesheets/
    incubator/pivot/site/trunk/site-author/stylesheets/pivot-site.xsl
    incubator/pivot/site/trunk/site-author/stylesheets/project.xml
    incubator/pivot/site/trunk/site-author/svn.xml
    incubator/pivot/site/trunk/site-author/who-we-are.xml
    incubator/pivot/site/trunk/site-publish/
    incubator/pivot/site/trunk/site-publish/contact.html
    incubator/pivot/site/trunk/site-publish/css/
    incubator/pivot/site/trunk/site-publish/css/pivot-printer.css
    incubator/pivot/site/trunk/site-publish/css/pivot.css
    incubator/pivot/site/trunk/site-publish/get-involved.html
    incubator/pivot/site/trunk/site-publish/img/
    incubator/pivot/site/trunk/site-publish/img/kitchen_sink.png   (with props)
    incubator/pivot/site/trunk/site-publish/img/pivot.gif   (with props)
    incubator/pivot/site/trunk/site-publish/index.html
    incubator/pivot/site/trunk/site-publish/legal.html
    incubator/pivot/site/trunk/site-publish/lists.html
    incubator/pivot/site/trunk/site-publish/svn.html
    incubator/pivot/site/trunk/site-publish/who-we-are.html

Added: incubator/pivot/site/trunk/README
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/README?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/README (added)
+++ incubator/pivot/site/trunk/README Mon Mar 16 22:35:07 2009
@@ -0,0 +1,38 @@
+The Apache Pivot Website Instructions
+---------------------------------------
+
+***NOTE***
+DO NOT EDIT THE .html files in the site-publish directory.
+Please follow the directions below for updating the website.
+***NOTE***
+
+The Pivot web site is based on .xml files which are transformed
+into .html files using XSLT and Ant.
+
+In order to make modifications to the Pivot web site, you need to first check out
+the Pivot site from SVN. To check out the Pivot site into a sub-directory
+called pivot-site in the current directory:
+
+svn checkout https://svn.apache.org/repos/asf/incubator/pivot/site/trunk pivot-site
+
+Once you have the site checked out locally, cd into your
+pivot-site directory and execute:
+
+> ant
+
+This will build the documentation into the site-publish/ directory. The output
+will show you which files got re-generated.
+
+If you would like to make modifications to the web site documents,
+you simply need to edit the files in the site-author/ directory.
+
+The files in site-author/stylesheets are the global files for the site. If you make a
+modification to project.xml, it will affect the left side navigation for the
+web site, and all of your .html files will be re-generated.
+
+Once you have built your documentation and confirmed that your changes are
+ok, you can check your .xml and your .html files back into SVN.
+
+Then, copy the contents of the site-publish directory to
+people.apache.org:/www/incubator.apache.org/pivot/ to have the changes reflected
+on the Pivot web site.

Added: incubator/pivot/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/build.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/build.xml (added)
+++ incubator/pivot/site/trunk/build.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,29 @@
+<project name="build-site" default="publish" basedir=".">
+
+    <property name="site.src" location="site-author" />
+    <property name="site.dest" location="site-publish" />
+
+    <target name="publish" description="Render HTML Pages via XSLT">
+
+        <!-- Transform the top-level directory -->
+        <echo message="Transforming the site documents..." />
+        <xslt  basedir="${site.src}"
+                destdir="${site.dest}"
+                extension=".html"
+                style="${site.src}/stylesheets/pivot-site.xsl"
+                excludes="project.xml"
+                includes="*.xml">
+            <param name="relative-path" expression="." />
+        </xslt>
+
+        <!-- Copy static resource files -->
+        <echo message="Copying static resource files..." />
+        <copy todir="${site.dest}" filtering="no">
+            <fileset dir="${site.src}">
+                <include name="**/*.gif" />
+                <include name="**/*.png" />
+                <include name="**/*.css" />
+            </fileset>
+        </copy>
+  </target>
+</project>

Added: incubator/pivot/site/trunk/site-author/contact.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/contact.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/contact.xml (added)
+++ incubator/pivot/site/trunk/site-author/contact.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<document>
+
+  <properties>
+    <title>Apache Pivot -- Contact Information</title>
+  </properties>
+
+  <body>
+
+    <section name="Product Support">
+      <p>
+        If you have questions or comments about the software or documentation on this site,
+        please subscribe to the appropriate <a href="lists.html">mailing list</a>.
+      </p>
+    </section>
+
+  </body>
+</document>

Added: incubator/pivot/site/trunk/site-author/css/pivot-printer.css
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/css/pivot-printer.css?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/css/pivot-printer.css (added)
+++ incubator/pivot/site/trunk/site-author/css/pivot-printer.css Mon Mar 16 22:35:07 2009
@@ -0,0 +1,2 @@
+.noPrint {display: none;}
+td#mainBody {width: 100%;}

Added: incubator/pivot/site/trunk/site-author/css/pivot.css
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/css/pivot.css?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/css/pivot.css (added)
+++ incubator/pivot/site/trunk/site-author/css/pivot.css Mon Mar 16 22:35:07 2009
@@ -0,0 +1,31 @@
+/*
+* Copyright 2002-2006 The Apache Software Foundation
+*
+* 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.
+*/
+
+.searchbox {
+    position: relative;
+    left: -50px;
+    top: 20px;
+    height: 42px;
+    white-space: nowrap;
+    text-align: right;
+    z-index:0;
+    bottom: -1px; /* compensate for IE rendering issue */
+}
+
+.searchbox form {
+    padding: 5px 10px;
+    margin: 0;
+}

Added: incubator/pivot/site/trunk/site-author/get-involved.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/get-involved.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/get-involved.xml (added)
+++ incubator/pivot/site/trunk/site-author/get-involved.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<document>
+
+  <properties>
+    <title>Apache Pivot -- Get Involved</title>
+  </properties>
+
+  <body>
+
+    <section name="Get Involved">
+
+      <p>If you would like to become involved in the development and support of Apache
+      Pivot, there are many different ways in which you can contribute. The first step
+      is to <a href="lists.html">join the mailing lists</a>. The following are just a
+      few areas ways in which you can help:</p>
+
+      <ul>
+        <li>Answer questions posted to the <a href="lists.html">mailing lists</a>.</li>
+        <li>Contribute to the <a href="http://cwiki.apache.org/PIVOT/">Wiki</a>.</li>
+        <li>Contribute other documentation patches, either for the website or for the
+            Apache Pivot user documentation.</li>
+        <li><a href="http://issues.apache.org/jira/browse/PIVOT">Investigate bugs</a>
+            that have been reported, and provide patches where appropriate.</li>
+        <li>Help identify performance issues and fixes.</li>
+        <li>Help with development for the next release.</li>
+      </ul>
+
+      You should also read
+      <a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a>.
+
+    </section>
+
+  </body>
+</document>

Added: incubator/pivot/site/trunk/site-author/img/kitchen_sink.png
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/img/kitchen_sink.png?rev=755030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/site/trunk/site-author/img/kitchen_sink.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/pivot/site/trunk/site-author/img/pivot.gif
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/img/pivot.gif?rev=755030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/site/trunk/site-author/img/pivot.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/pivot/site/trunk/site-author/index.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/index.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/index.xml (added)
+++ incubator/pivot/site/trunk/site-author/index.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+<document>
+
+  <properties>
+    <title>Apache Pivot</title>
+  </properties>
+
+  <body>
+
+    <section name="Apache Pivot">
+
+      <p>Pivot is a platform for building rich internet
+      applications in Java. It combines the enhanced productivity and
+      usability features of a modern RIA toolkit with the robustness
+      of the industry-standard Java platform.</p>
+
+      <p>
+        <img src="./img/kitchen_sink.png" alt="Sample Pivot application" border="0" />
+        <br/>
+        <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+          <i>A sample Pivot application</i>
+        </font>
+      </p>
+
+      <p>Pivot applications are written using a combination of Java and
+      XML and can be run either as an applet or as a standalone
+      (optionally offline) desktop application. While Pivot was designed
+      to be familiar to web developers who have experience building AJAX
+      applications using HTML, CSS, and JavaScript, it provides a much
+      richer set of standard widgets than HTML, and allows developers to
+      create sophisticated user experiences much more quickly and easily.
+      Pivot will also seem familiar to Swing developers, as both Swing and
+      Pivot are based on Java2D and employ a model-view-controller (MVC)
+      architecture to separate component data from presentation. However,
+      Pivot includes additional features that make building modern GUI
+      applications much easier, including declarative UI, data binding,
+      effects and transitions, and web services integration.</p>
+
+      <p>Apache Pivot is developed in an open and participatory environment and
+      released under the <a href="http://www.apache.org/licenses/">Apache
+      Software License</a>.  Apache Pivot is intended to be a collaboration of the
+      best-of-breed developers from around the world.  We invite you to
+      participate in this open development project.  To learn more about getting
+      involved, <a href="./get-involved.html">click here</a>.</p>
+
+    </section>
+
+  </body>
+</document>

Added: incubator/pivot/site/trunk/site-author/legal.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/legal.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/legal.xml (added)
+++ incubator/pivot/site/trunk/site-author/legal.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<document>
+
+  <properties>
+    <title>Apache Pivot -- Legal Stuff They Make Us Say</title>
+  </properties>
+
+  <body>
+
+    <section name="The Apache License">
+
+      <p>
+        All software produced by The Apache Software Foundation or any of its
+        projects or subjects is licensed according to the terms of
+        <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0 (current)</a>.
+      </p>
+
+    </section>
+
+  </body>
+</document>
+

Added: incubator/pivot/site/trunk/site-author/lists.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/lists.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/lists.xml (added)
+++ incubator/pivot/site/trunk/site-author/lists.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,229 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Apache Pivot -- Mailing Lists</title>
+  </properties>
+  <body>
+    <section name="Apache Pivot Mailing Lists">
+
+      <p>The following mailing lists relate to the Apache Pivot
+      project.  Users should consider subscribing to the
+      <a href="#pivot-user">User Support</a> mailing list.
+
+      The <a href="#pivot-dev">Developer</a> list is for people interested in
+      helping with the development and debugging of the toolkit.</p>
+
+      <p>Formatted archives are available at
+      <a href="http://mail-archives.apache.org/mod_mbox/">the Apache Mail Archives</a>.</p>
+
+      <ul>
+        <li><a href="#pivot-user">User support and discussion</a></li>
+        <li><a href="#pivot-dev">Development mailing list</a></li>
+        <li><a href="#pivot-commits">Source change reports</a></li>
+      </ul>
+
+    </section>
+
+    <section name="pivot-user">
+
+      <p>The list listed here is the <strong>only</strong> place that configuration
+      and how-to questions belong, ever.  Every day, users become frustrated, not
+      with Apache Pivot, but how nobody will help them understand how to get
+      started. 95% of the time, it's not for lack of helpers, but for lack of
+      effort and well stated questions.</p>
+
+      <p>Before you go further, please read Eric S. Raymond and Rick Moen's
+      explanation of <a href="http://www.catb.org/~esr/faqs/smart-questions.html">
+      "How To Ask Questions The Smart Way"</a>.  If you follow their advice, you
+      will discover that these forums have dozens of helpers ready to provide you
+      with guidance on using Apache Pivot! <strong>Note: Do not send your Apache
+      Pivot questions to Eric or Rick themselves!</strong></p>
+
+      <table>
+        <tr>
+          <td>Volume:</td>
+          <td>Low</td>
+        </tr>
+        <tr>
+          <td>Subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-subscribe@incubator.apache.org">
+          pivot-user-subscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Digest subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-digest-subscribe@incubator.apache.org">
+          pivot-user-digest-subscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Posting questions to the list:</td>
+          <td>Send your question to <a href="mailto:pivot-user@incubator.apache.org">
+          pivot-user@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Getting help with the list:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-help@incubator.apache.org">
+          pivot-user-help@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Unsubscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-unsubscribe@incubator.apache.org">
+          pivot-user-unsubscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Digest unsubscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-user-digest-unsubscribe@incubator.apache.org">
+          pivot-user-digest-unsubscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>List owner address:</td>
+          <td>Send your message to
+          <a href="mailto:pivot-user-owner@incubator.apache.org">
+          pivot-user-owner@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Archives:</td>
+          <td>
+            <a href="http://mail-archives.apache.org/mod_mbox/incubator-pivot-user/">
+              Apache</a>.
+          </td>
+        </tr>
+      </table>
+
+    </section>
+
+    <section name="pivot-dev">
+
+      <p>
+        <a name="pivot-dev">The</a> <code>pivot-dev@incubator.apache.org</code> mailing list
+        is used for discussions about the actual development of the toolkit. It is not
+        the place to ask about problems writing Pivot applications.
+      </p>
+
+      <note>Configuration and support questions should be addressed to the
+      <a href="#pivot-user">user mailing list</a>.  This development list is only
+      for discussion of changes to the Apache Pivot source code and related
+      issues. Other questions will be ignored.</note>
+
+      <table>
+        <tr>
+          <td>Volume:</td>
+          <td>High</td>
+        </tr>
+        <tr>
+          <td>Subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-dev-subscribe@incubator.apache.org">
+          pivot-dev-subscribe@incubator.apache.org</a>
+          (<strong>Not a user support list!</strong>)</td>
+        </tr>
+        <tr>
+          <td>Digest subscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-dev-digest-subscribe@incubator.apache.org">
+          pivot-dev-digest-subscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Posting questions to the list:</td>
+          <td>Send your question to <a href="mailto:pivot-dev@incubator.apache.org">
+          pivot-dev@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Getting help with the list:</td>
+          <td>Send a blank email to <a href="mailto:pivot-dev-help@incubator.apache.org">
+          pivot-dev-help@incubator.apache.org</a>,
+          <a href="mailto:pivot-dev-digest-help@incubator.apache.org">
+          pivot-dev-digest-help@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Unsubscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-dev-unsubscribe@incubator.apache.org">
+          pivot-dev-unsubscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Digest unsubscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-dev-digest-unsubscribe@incubator.apache.org">
+          pivot-dev-digest-unsubscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>List owner address:</td>
+          <td>Send your message to
+          <a href="mailto:pivot-dev-owner@incubator.apache.org">
+          pivot-dev-owner@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Archives:</td>
+          <td>
+            <a href="http://mail-archives.apache.org/mod_mbox/incubator-pivot-dev/">
+              Apache</a>.
+          </td>
+        </tr>
+      </table>
+    </section>
+
+    <section name="pivot-commits">
+
+      <p>
+        <a name="pivot-commits">The</a> <code>pivot-commits@incubator.apache.org</code> mailing list
+        is used for notifications of changes that have been committed to the SVN repository. It is not
+        for discussions.
+      </p>
+
+      <table>
+        <tr>
+          <td>Volume:</td>
+          <td>Medium</td>
+        </tr>
+        <tr>
+          <td>Subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-commits-subscribe@incubator.apache.org">
+          pivot-commits-subscribe@incubator.apache.org</a>
+          (<strong>Not a user support list!</strong>)</td>
+        </tr>
+        <tr>
+          <td>Digest subscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-commits-digest-subscribe@incubator.apache.org">
+          pivot-commits-digest-subscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Posting questions to the list:</td>
+          <td>Send your question to <a href="mailto:pivot-commits@incubator.apache.org">
+          pivot-commits@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Getting help with the list:</td>
+          <td>Send a blank email to <a href="mailto:pivot-commits-help@incubator.apache.org">
+          pivot-commits-help@incubator.apache.org</a>,
+          <a href="mailto:pivot-commits-digest-help@incubator.apache.org">
+          pivot-commits-digest-help@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Unsubscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-commits-unsubscribe@incubator.apache.org">
+          pivot-commits-unsubscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Digest unsubscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-commits-digest-unsubscribe@incubator.apache.org">
+          pivot-commits-digest-unsubscribe@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>List owner address:</td>
+          <td>Send your message to
+          <a href="mailto:pivot-commits-owner@incubator.apache.org">
+          pivot-commits-owner@incubator.apache.org</a></td>
+        </tr>
+        <tr>
+          <td>Archives:</td>
+          <td>
+            <a href="http://mail-archives.apache.org/mod_mbox/incubator-pivot-commits/">
+              Apache</a>.
+          </td>
+        </tr>
+      </table>
+    </section>
+
+  </body>
+</document>

Added: incubator/pivot/site/trunk/site-author/stylesheets/pivot-site.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/stylesheets/pivot-site.xsl?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/stylesheets/pivot-site.xsl (added)
+++ incubator/pivot/site/trunk/site-author/stylesheets/pivot-site.xsl Mon Mar 16 22:35:07 2009
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Content Stylesheet for "pivot-site" Documentation -->
+
+<!-- $Id$ -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version="1.0">
+
+
+  <!-- Output method -->
+  <xsl:output method="xml"
+              encoding="iso-8859-1"
+              doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+              doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
+              indent="yes"/>
+
+
+  <!-- Defined parameters (overrideable) -->
+  <xsl:param    name="relative-path" select="'.'"/>
+
+  <!-- Defined variables (non-overrideable) -->
+  <xsl:variable name="body-bg"       select="'#ffffff'"/>
+  <xsl:variable name="body-fg"       select="'#000000'"/>
+  <xsl:variable name="body-link"     select="'#525D76'"/>
+  <xsl:variable name="banner-bg"     select="'#525D76'"/>
+  <xsl:variable name="banner-fg"     select="'#ffffff'"/>
+  <xsl:variable name="sub-banner-bg" select="'#828DA6'"/>
+  <xsl:variable name="sub-banner-fg" select="'#ffffff'"/>
+  <xsl:variable name="table-th-bg"   select="'#039acc'"/>
+  <xsl:variable name="table-td-bg"   select="'#a0ddf0'"/>
+  <xsl:variable name="source-color"  select="'#023264'"/>
+
+
+  <!-- Process an entire document into an HTML page -->
+  <xsl:template match="document">
+    <xsl:variable name="project"
+                  select="document('project.xml')/project"/>
+
+    <html>
+      <head>
+        <xsl:apply-templates select="meta"/>
+        <title><xsl:value-of select="$project/title"/> - <xsl:value-of select="properties/title"/></title>
+        <xsl:for-each select="properties/author">
+          <xsl:variable name="name">
+            <xsl:value-of select="."/>
+          </xsl:variable>
+          <xsl:variable name="email">
+            <xsl:value-of select="@email"/>
+          </xsl:variable>
+          <meta name="author" value="{$name}"/>
+          <meta name="email" value="{$email}"/>
+        </xsl:for-each>
+        <xsl:if test="properties/base">
+          <base href="{properties/base/@href}"/>
+        </xsl:if>
+
+        <link type="text/css" href="css/pivot.css" rel="stylesheet" />
+        <link type="text/css" href="css/pivot-printer.css" rel="stylesheet" media="print" />
+      </head>
+
+      <body bgcolor="{$body-bg}" text="{$body-fg}" link="{$body-link}"
+            alink="{$body-link}" vlink="{$body-link}">
+
+        <table border="0" width="100%" cellspacing="0">
+
+          <xsl:comment>PAGE HEADER</xsl:comment>
+          <tr>
+            <td>
+              <xsl:comment>PROJECT LOGO</xsl:comment>
+              <a href="http://incubator.apache.org/pivot/">
+                <!--<img src="./img/pivot.gif" align="left" alt="Pivot Logo" border="0"/>-->
+              </a>
+            </td>
+            <td>
+              <font face="arial,helvetica,sanserif">
+                <h1><xsl:value-of select="$project/title"/></h1>
+              </font>
+            </td>
+            <td>
+              <xsl:comment>APACHE LOGO</xsl:comment>
+              <a href="http://www.apache.org/">
+                <img src="http://www.apache.org/images/asf-logo.gif"
+                     align="right" alt="Apache Logo" border="0"/>
+              </a>
+            </td>
+          </tr>
+        </table>
+
+        <!-- Search box: uses CSS positioning -->
+        <div class="searchbox noPrint">
+          <form action="http://www.google.com/search" method="get">
+            <input value="incubator.apache.org" name="sitesearch" type="hidden" />
+            <input value="Search the Site" size="25" name="q" id="query" type="text" />
+            <input name="Search" value="Search Site" type="submit" />
+          </form>
+        </div>
+        <!-- End search box -->
+
+        <table border="0" width="100%" cellspacing="4">
+
+          <xsl:comment>HEADER SEPARATOR</xsl:comment>
+          <tr>
+            <td colspan="2">
+              <hr noshade="" size="1"/>
+            </td>
+          </tr>
+
+          <tr>
+            <xsl:comment>LEFT SIDE NAVIGATION</xsl:comment>
+            <td width="20%" valign="top" nowrap="true" class="noPrint">
+              <xsl:apply-templates select="$project/body/menu"/>
+            </td>
+
+            <xsl:comment>RIGHT SIDE MAIN BODY</xsl:comment>
+            <td width="80%" valign="top" align="left" id="mainBody">
+              <xsl:apply-templates select="body/section"/>
+            </td>
+
+          </tr>
+
+          <xsl:comment>FOOTER SEPARATOR</xsl:comment>
+          <tr>
+            <td colspan="2">
+              <hr noshade="" size="1"/>
+            </td>
+          </tr>
+
+          <xsl:comment>PAGE FOOTER</xsl:comment>
+          <tr><td colspan="2">
+            <div align="center"><font color="{$body-link}" size="-1"><em>
+              Copyright &#169; 1999-2009, The Apache Software Foundation
+            </em></font></div>
+          </td></tr>
+
+        </table>
+      </body>
+    </html>
+
+  </xsl:template>
+
+
+  <!-- Process a menu for the navigation bar -->
+  <xsl:template match="menu">
+    <p><strong><xsl:value-of select="@name"/></strong></p>
+    <ul>
+      <xsl:apply-templates select="item"/>
+    </ul>
+  </xsl:template>
+
+
+  <!-- Process a menu item for the navigation bar -->
+  <xsl:template match="item">
+    <xsl:variable name="href">
+      <xsl:choose>
+        <xsl:when test="starts-with(@href, 'http://')">
+          <xsl:value-of select="@href"/>
+        </xsl:when>
+        <xsl:when test="starts-with(@href, '/site')">
+          <xsl:text>http://incubator.apache.org/pivot</xsl:text><xsl:value-of select="@href"/>
+        </xsl:when>
+        <xsl:otherwise>
+          <xsl:value-of select="$relative-path"/><xsl:value-of select="@href"/>
+        </xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+    <li><a href="{$href}"><xsl:value-of select="@name"/></a></li>
+  </xsl:template>
+
+
+  <!-- Process a documentation section -->
+  <xsl:template match="section">
+    <xsl:variable name="name">
+      <xsl:value-of select="@name"/>
+    </xsl:variable>
+    <table border="0" cellspacing="0" cellpadding="2" width="100%">
+      <!-- Section heading -->
+      <tr><td bgcolor="{$banner-bg}">
+        <font color="{$banner-fg}" face="arial,helvetica,sanserif">
+          <a name="{$name}">
+        <strong><xsl:value-of select="@name"/></strong></a></font>
+      </td></tr>
+      <!-- Section body -->
+      <tr><td>
+        <p><blockquote>
+          <xsl:apply-templates/>
+        </blockquote></p>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+  </xsl:template>
+
+
+  <!-- Process a documentation subsection -->
+  <xsl:template match="subsection">
+    <xsl:variable name="name">
+      <xsl:value-of select="@name"/>
+    </xsl:variable>
+    <table border="0" cellspacing="0" cellpadding="2" width="100%">
+      <!-- Subsection heading -->
+      <tr><td bgcolor="{$sub-banner-bg}">
+        <font color="{$sub-banner-fg}" face="arial,helvetica,sanserif">
+          <a name="{$name}">
+        <strong><xsl:value-of select="@name"/></strong></a></font>
+      </td></tr>
+      <!-- Subsection body -->
+      <tr><td><blockquote>
+        <xsl:apply-templates/>
+      </blockquote></td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+  </xsl:template>
+
+  <!-- Process everything else by just passing it through -->
+  <xsl:template match="*|@*">
+    <xsl:copy>
+      <xsl:apply-templates select="@*|*|text()"/>
+    </xsl:copy>
+  </xsl:template>
+
+</xsl:stylesheet>

Added: incubator/pivot/site/trunk/site-author/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/stylesheets/project.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/stylesheets/project.xml (added)
+++ incubator/pivot/site/trunk/site-author/stylesheets/project.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="The Apache Pivot Project"
+         href="http://incubator.apache.org/pivot/">
+
+  <title>Apache Pivot</title>
+
+  <body>
+    <menu name="Apache Pivot">
+      <item name="Home"                 href="/index.html"/>
+    </menu>
+
+    <menu name="Getting Started">
+      <item name="Demos"                href="http://cwiki.apache.org/PIVOT/demos.html"/>
+      <!--
+      <item name="Getting Pivot"        href="/getting-pivot.html"/>
+      <item name="Starter Kit"          href="/starter-kit.html"/>
+      -->
+    </menu>
+
+    <menu name="Documentation">
+      <item name="Tutorial"             href="http://cwiki.apache.org/PIVOT/tutorial.html"/>
+      <item name="Javadocs (1.0)"       href="/1.0/docs/api/index.html"/>
+    </menu>
+
+    <menu name="Releases">
+      <item name="Pivot 1.0"            href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip"/>
+    </menu>
+
+    <menu name="Problems?">
+      <item name="Mailing Lists"        href="/lists.html"/>
+      <item name="Bug Database"         href="http://issues.apache.org/jira/browse/PIVOT"/>
+    </menu>
+
+    <menu name="Get Involved">
+      <item name="Overview"             href="/get-involved.html"/>
+      <item name="SVN Repositories"     href="/svn.html"/>
+      <item name="Mailing Lists"        href="/lists.html"/>
+      <item name="Wiki"                 href="http://cwiki.apache.org/PIVOT/"/>
+    </menu>
+
+    <menu name="Misc">
+      <item name="Who We Are"           href="/who-we-are.html"/>
+      <item name="Apache Home"          href="http://www.apache.org/"/>
+      <item name="Contact"              href="/contact.html"/>
+      <item name="Legal"                href="/legal.html"/>
+      <item name="Sponsorship"          href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks"               href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
+  </body>
+</project>

Added: incubator/pivot/site/trunk/site-author/svn.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/svn.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/svn.xml (added)
+++ incubator/pivot/site/trunk/site-author/svn.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<document>
+
+  <properties>
+    <title>Apache Pivot -- Subversion Repository Access</title>
+  </properties>
+
+  <body>
+
+    <section name="Subversion">
+
+      <p>All of the Apache Pivot source code, documentation and this web site are
+      managed under version control using Subversion. This page explains the structure
+      of the Apache Pivot Subversion repository. The page assumes you are familiar
+      with the general
+      <a href="http://www.apache.org/dev/version-control.html#anon-svn">Apache
+      guidance for Subversion</a>.</p>
+
+      <p>All Subversion links in this page use anonymous access.</p>
+
+    </section>
+
+    <section name="Repository Structure">
+
+      <p>The root of the repository is
+      <a href="http://svn.apache.org/repos/asf/incubator/pivot">
+      http://svn.apache.org/repos/asf/incubator/pivot</a>.</p>
+
+      <p>The directories below this level are:</p>
+      <table>
+        <tr>
+          <th>Directory</th>
+          <th>Contents</th>
+        </tr>
+        <tr>
+          <td><a href="http://svn.apache.org/repos/asf/incubator/pivot/site">
+          <code>/site/</code></a></td>
+          <td>The Apache Pivot website</td>
+        </tr>
+        <tr>
+          <td><a href="http://svn.apache.org/repos/asf/incubator/pivot/tags">
+          <code>/tags/</code></a></td>
+          <td>Named snapshots.</td>
+        </tr>
+        <tr>
+          <td><a href="http://svn.apache.org/repos/asf/incubator/pivot/trunk">
+          <code>/trunk/</code></a></td>
+          <td>The primary development branch.</td>
+        </tr>
+      </table>
+
+    </section>
+
+  </body>
+</document>

Added: incubator/pivot/site/trunk/site-author/who-we-are.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-author/who-we-are.xml?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-author/who-we-are.xml (added)
+++ incubator/pivot/site/trunk/site-author/who-we-are.xml Mon Mar 16 22:35:07 2009
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<document>
+
+  <properties>
+    <title>Apache Pivot -- Who We Are</title>
+  </properties>
+
+  <body>
+
+    <section name="Who We Are">
+      <p>
+        The Apache Pivot Project operates on a meritocracy: the more you do,
+        the more responsibility you will obtain. This page lists all of the
+        people who have gone the extra mile and are Committers or members of
+        the Project Management Committee. If you would like to help, please
+        see the overview on <a href="get-involved.html">getting
+        involved</a>.
+      </p>
+
+      <p>
+        We ask that you please do not send us emails privately asking for support. We
+        are non-paid volunteers who help out with the project and we do not
+        necessarily have the time or energy to help people on an individual
+        basis. Instead, we have setup <a href="lists.html">mailing
+        lists</a> which contain many individuals who will help answer
+        detailed requests for help. The benefit of using mailing lists over private
+        communication is that it is a shared resource where others can also learn from
+        common mistakes, and as a community we all grow together.
+      </p>
+
+      <p>
+        The following is a list of the Apache Pivot PMC members and committers.
+      </p>
+
+    </section>
+
+    <section name="Podling Project Management Committee">
+
+      <h3>PMC Members &amp; Committers</h3>
+
+      <p><b>Niclas Hedhman</b> (niclas at apache.org)<br/></p>
+      <!--Your bio goes here-->
+
+      <p><b>Martijn Dashorst</b> (martijnh at apache.org)<br/></p>
+      <!--Your bio goes here-->
+
+      <p><b>Greg Brown</b> (gbrown at apache.org)<br/></p>
+      <!--Your bio goes here-->
+
+      <p><b>Todd Volkert</b> (tvolkert at apache.org)<br/></p>
+      <!--Your bio goes here-->
+
+      <p><b>Sandro Martini</b> (smartini at apache.org)<br/></p>
+      <!--Your bio goes here-->
+
+      <p><b>Christopher Brind</b> (brindy at apache.org)<br/></p>
+      <!--Your bio goes here-->
+
+    </section>
+
+  </body>
+</document>
+

Added: incubator/pivot/site/trunk/site-publish/contact.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/contact.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/contact.html (added)
+++ incubator/pivot/site/trunk/site-publish/contact.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot -- Contact Information</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Product Support">
+<strong>Product Support</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+      <p>
+        If you have questions or comments about the software or documentation on this site,
+        please subscribe to the appropriate <a href="lists.html">mailing list</a>.
+      </p>
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Added: incubator/pivot/site/trunk/site-publish/css/pivot-printer.css
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/css/pivot-printer.css?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/css/pivot-printer.css (added)
+++ incubator/pivot/site/trunk/site-publish/css/pivot-printer.css Mon Mar 16 22:35:07 2009
@@ -0,0 +1,2 @@
+.noPrint {display: none;}
+td#mainBody {width: 100%;}

Added: incubator/pivot/site/trunk/site-publish/css/pivot.css
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/css/pivot.css?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/css/pivot.css (added)
+++ incubator/pivot/site/trunk/site-publish/css/pivot.css Mon Mar 16 22:35:07 2009
@@ -0,0 +1,31 @@
+/*
+* Copyright 2002-2006 The Apache Software Foundation
+*
+* 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.
+*/
+
+.searchbox {
+    position: relative;
+    left: -50px;
+    top: 20px;
+    height: 42px;
+    white-space: nowrap;
+    text-align: right;
+    z-index:0;
+    bottom: -1px; /* compensate for IE rendering issue */
+}
+
+.searchbox form {
+    padding: 5px 10px;
+    margin: 0;
+}

Added: incubator/pivot/site/trunk/site-publish/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/get-involved.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/get-involved.html (added)
+++ incubator/pivot/site/trunk/site-publish/get-involved.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot -- Get Involved</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Get Involved">
+<strong>Get Involved</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>If you would like to become involved in the development and support of Apache
+      Pivot, there are many different ways in which you can contribute. The first step
+      is to <a href="lists.html">join the mailing lists</a>. The following are just a
+      few areas ways in which you can help:</p>
+
+      <ul>
+        <li>Answer questions posted to the <a href="lists.html">mailing lists</a>.</li>
+        <li>Contribute to the <a href="http://cwiki.apache.org/PIVOT/">Wiki</a>.</li>
+        <li>Contribute other documentation patches, either for the website or for the
+            Apache Pivot user documentation.</li>
+        <li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Investigate bugs</a>
+            that have been reported, and provide patches where appropriate.</li>
+        <li>Help identify performance issues and fixes.</li>
+        <li>Help with development for the next release.</li>
+      </ul>
+
+      You should also read
+      <a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a>.
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Added: incubator/pivot/site/trunk/site-publish/img/kitchen_sink.png
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/img/kitchen_sink.png?rev=755030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/site/trunk/site-publish/img/kitchen_sink.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/pivot/site/trunk/site-publish/img/pivot.gif
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/img/pivot.gif?rev=755030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/site/trunk/site-publish/img/pivot.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/pivot/site/trunk/site-publish/index.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/index.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/index.html (added)
+++ incubator/pivot/site/trunk/site-publish/index.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Apache Pivot">
+<strong>Apache Pivot</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>Pivot is a platform for building rich internet
+      applications in Java. It combines the enhanced productivity and
+      usability features of a modern RIA toolkit with the robustness
+      of the industry-standard Java platform.</p>
+
+      <p>
+        <img src="./img/kitchen_sink.png" alt="Sample Pivot application" border="0" />
+        <br />
+        <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+          <i>A sample Pivot application</i>
+        </font>
+      </p>
+
+      <p>Pivot applications are written using a combination of Java and
+      XML and can be run either as an applet or as a standalone
+      (optionally offline) desktop application. While Pivot was designed
+      to be familiar to web developers who have experience building AJAX
+      applications using HTML, CSS, and JavaScript, it provides a much
+      richer set of standard widgets than HTML, and allows developers to
+      create sophisticated user experiences much more quickly and easily.
+      Pivot will also seem familiar to Swing developers, as both Swing and
+      Pivot are based on Java2D and employ a model-view-controller (MVC)
+      architecture to separate component data from presentation. However,
+      Pivot includes additional features that make building modern GUI
+      applications much easier, including declarative UI, data binding,
+      effects and transitions, and web services integration.</p>
+
+      <p>Apache Pivot is developed in an open and participatory environment and
+      released under the <a href="http://www.apache.org/licenses/">Apache
+      Software License</a>.  Apache Pivot is intended to be a collaboration of the
+      best-of-breed developers from around the world.  We invite you to
+      participate in this open development project.  To learn more about getting
+      involved, <a href="./get-involved.html">click here</a>.</p>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Added: incubator/pivot/site/trunk/site-publish/legal.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/legal.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/legal.html (added)
+++ incubator/pivot/site/trunk/site-publish/legal.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot -- Legal Stuff They Make Us Say</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="The Apache License">
+<strong>The Apache License</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>
+        All software produced by The Apache Software Foundation or any of its
+        projects or subjects is licensed according to the terms of
+        <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0 (current)</a>.
+      </p>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Added: incubator/pivot/site/trunk/site-publish/lists.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/lists.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/lists.html (added)
+++ incubator/pivot/site/trunk/site-publish/lists.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,489 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot -- Mailing Lists</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Apache Pivot Mailing Lists">
+<strong>Apache Pivot Mailing Lists</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>The following mailing lists relate to the Apache Pivot
+      project.  Users should consider subscribing to the
+      <a href="#pivot-user">User Support</a> mailing list.
+
+      The <a href="#pivot-dev">Developer</a> list is for people interested in
+      helping with the development and debugging of the toolkit.</p>
+
+      <p>Formatted archives are available at
+      <a href="http://mail-archives.apache.org/mod_mbox/">the Apache Mail Archives</a>.</p>
+
+      <ul>
+        <li>
+<a href="#pivot-user">User support and discussion</a>
+</li>
+        <li>
+<a href="#pivot-dev">Development mailing list</a>
+</li>
+        <li>
+<a href="#pivot-commits">Source change reports</a>
+</li>
+      </ul>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="pivot-user">
+<strong>pivot-user</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>The list listed here is the <strong>only</strong> place that configuration
+      and how-to questions belong, ever.  Every day, users become frustrated, not
+      with Apache Pivot, but how nobody will help them understand how to get
+      started. 95% of the time, it's not for lack of helpers, but for lack of
+      effort and well stated questions.</p>
+
+      <p>Before you go further, please read Eric S. Raymond and Rick Moen's
+      explanation of <a href="http://www.catb.org/~esr/faqs/smart-questions.html">
+      "How To Ask Questions The Smart Way"</a>.  If you follow their advice, you
+      will discover that these forums have dozens of helpers ready to provide you
+      with guidance on using Apache Pivot! <strong>Note: Do not send your Apache
+      Pivot questions to Eric or Rick themselves!</strong>
+</p>
+
+      <table>
+        <tr>
+          <td>Volume:</td>
+          <td>Low</td>
+        </tr>
+        <tr>
+          <td>Subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-subscribe@incubator.apache.org">
+          pivot-user-subscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Digest subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-digest-subscribe@incubator.apache.org">
+          pivot-user-digest-subscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Posting questions to the list:</td>
+          <td>Send your question to <a href="mailto:pivot-user@incubator.apache.org">
+          pivot-user@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Getting help with the list:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-help@incubator.apache.org">
+          pivot-user-help@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Unsubscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-user-unsubscribe@incubator.apache.org">
+          pivot-user-unsubscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Digest unsubscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-user-digest-unsubscribe@incubator.apache.org">
+          pivot-user-digest-unsubscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>List owner address:</td>
+          <td>Send your message to
+          <a href="mailto:pivot-user-owner@incubator.apache.org">
+          pivot-user-owner@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Archives:</td>
+          <td>
+            <a href="http://mail-archives.apache.org/mod_mbox/incubator-pivot-user/">
+              Apache</a>.
+          </td>
+        </tr>
+      </table>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="pivot-dev">
+<strong>pivot-dev</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>
+        <a name="pivot-dev">The</a> <code>pivot-dev@incubator.apache.org</code> mailing list
+        is used for discussions about the actual development of the toolkit. It is not
+        the place to ask about problems writing Pivot applications.
+      </p>
+
+      <note>Configuration and support questions should be addressed to the
+      <a href="#pivot-user">user mailing list</a>.  This development list is only
+      for discussion of changes to the Apache Pivot source code and related
+      issues. Other questions will be ignored.</note>
+
+      <table>
+        <tr>
+          <td>Volume:</td>
+          <td>High</td>
+        </tr>
+        <tr>
+          <td>Subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-dev-subscribe@incubator.apache.org">
+          pivot-dev-subscribe@incubator.apache.org</a>
+          (<strong>Not a user support list!</strong>)</td>
+        </tr>
+        <tr>
+          <td>Digest subscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-dev-digest-subscribe@incubator.apache.org">
+          pivot-dev-digest-subscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Posting questions to the list:</td>
+          <td>Send your question to <a href="mailto:pivot-dev@incubator.apache.org">
+          pivot-dev@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Getting help with the list:</td>
+          <td>Send a blank email to <a href="mailto:pivot-dev-help@incubator.apache.org">
+          pivot-dev-help@incubator.apache.org</a>,
+          <a href="mailto:pivot-dev-digest-help@incubator.apache.org">
+          pivot-dev-digest-help@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Unsubscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-dev-unsubscribe@incubator.apache.org">
+          pivot-dev-unsubscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Digest unsubscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-dev-digest-unsubscribe@incubator.apache.org">
+          pivot-dev-digest-unsubscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>List owner address:</td>
+          <td>Send your message to
+          <a href="mailto:pivot-dev-owner@incubator.apache.org">
+          pivot-dev-owner@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Archives:</td>
+          <td>
+            <a href="http://mail-archives.apache.org/mod_mbox/incubator-pivot-dev/">
+              Apache</a>.
+          </td>
+        </tr>
+      </table>
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="pivot-commits">
+<strong>pivot-commits</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>
+        <a name="pivot-commits">The</a> <code>pivot-commits@incubator.apache.org</code> mailing list
+        is used for notifications of changes that have been committed to the SVN repository. It is not
+        for discussions.
+      </p>
+
+      <table>
+        <tr>
+          <td>Volume:</td>
+          <td>Medium</td>
+        </tr>
+        <tr>
+          <td>Subscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-commits-subscribe@incubator.apache.org">
+          pivot-commits-subscribe@incubator.apache.org</a>
+          (<strong>Not a user support list!</strong>)</td>
+        </tr>
+        <tr>
+          <td>Digest subscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-commits-digest-subscribe@incubator.apache.org">
+          pivot-commits-digest-subscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Posting questions to the list:</td>
+          <td>Send your question to <a href="mailto:pivot-commits@incubator.apache.org">
+          pivot-commits@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Getting help with the list:</td>
+          <td>Send a blank email to <a href="mailto:pivot-commits-help@incubator.apache.org">
+          pivot-commits-help@incubator.apache.org</a>,
+          <a href="mailto:pivot-commits-digest-help@incubator.apache.org">
+          pivot-commits-digest-help@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Unsubscription:</td>
+          <td>Send a blank email to <a href="mailto:pivot-commits-unsubscribe@incubator.apache.org">
+          pivot-commits-unsubscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Digest unsubscription:</td>
+          <td>Send a blank email to
+          <a href="mailto:pivot-commits-digest-unsubscribe@incubator.apache.org">
+          pivot-commits-digest-unsubscribe@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>List owner address:</td>
+          <td>Send your message to
+          <a href="mailto:pivot-commits-owner@incubator.apache.org">
+          pivot-commits-owner@incubator.apache.org</a>
+</td>
+        </tr>
+        <tr>
+          <td>Archives:</td>
+          <td>
+            <a href="http://mail-archives.apache.org/mod_mbox/incubator-pivot-commits/">
+              Apache</a>.
+          </td>
+        </tr>
+      </table>
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Added: incubator/pivot/site/trunk/site-publish/svn.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/svn.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/svn.html (added)
+++ incubator/pivot/site/trunk/site-publish/svn.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,253 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot -- Subversion Repository Access</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Subversion">
+<strong>Subversion</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>All of the Apache Pivot source code, documentation and this web site are
+      managed under version control using Subversion. This page explains the structure
+      of the Apache Pivot Subversion repository. The page assumes you are familiar
+      with the general
+      <a href="http://www.apache.org/dev/version-control.html#anon-svn">Apache
+      guidance for Subversion</a>.</p>
+
+      <p>All Subversion links in this page use anonymous access.</p>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Repository Structure">
+<strong>Repository Structure</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <p>The root of the repository is
+      <a href="http://svn.apache.org/repos/asf/incubator/pivot">
+      http://svn.apache.org/repos/asf/incubator/pivot</a>.</p>
+
+      <p>The directories below this level are:</p>
+      <table>
+        <tr>
+          <th>Directory</th>
+          <th>Contents</th>
+        </tr>
+        <tr>
+          <td>
+<a href="http://svn.apache.org/repos/asf/incubator/pivot/site">
+          <code>/site/</code>
+</a>
+</td>
+          <td>The Apache Pivot website</td>
+        </tr>
+        <tr>
+          <td>
+<a href="http://svn.apache.org/repos/asf/incubator/pivot/tags">
+          <code>/tags/</code>
+</a>
+</td>
+          <td>Named snapshots.</td>
+        </tr>
+        <tr>
+          <td>
+<a href="http://svn.apache.org/repos/asf/incubator/pivot/trunk">
+          <code>/trunk/</code>
+</a>
+</td>
+          <td>The primary development branch.</td>
+        </tr>
+      </table>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Added: incubator/pivot/site/trunk/site-publish/who-we-are.html
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/site-publish/who-we-are.html?rev=755030&view=auto
==============================================================================
--- incubator/pivot/site/trunk/site-publish/who-we-are.html (added)
+++ incubator/pivot/site/trunk/site-publish/who-we-are.html Mon Mar 16 22:35:07 2009
@@ -0,0 +1,263 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>Apache Pivot - Apache Pivot -- Who We Are</title>
+<link rel="stylesheet" href="css/pivot.css" type="text/css" />
+<link media="print" rel="stylesheet" href="css/pivot-printer.css" type="text/css" />
+</head>
+<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<!--PAGE HEADER-->
+<tr>
+<td>
+<!--PROJECT LOGO-->
+<a href="http://incubator.apache.org/pivot/" />
+</td>
+<td>
+<font face="arial,helvetica,sanserif">
+<h1>Apache Pivot</h1>
+</font>
+</td>
+<td>
+<!--APACHE LOGO-->
+<a href="http://www.apache.org/">
+<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" />
+</a>
+</td>
+</tr>
+</table>
+<div class="searchbox noPrint">
+<form method="get" action="http://www.google.com/search">
+<input type="hidden" name="sitesearch" value="incubator.apache.org" />
+<input type="text" id="query" name="q" size="25" value="Search the Site" />
+<input type="submit" value="Search Site" name="Search" />
+</form>
+</div>
+<table cellspacing="4" width="100%" border="0">
+<!--HEADER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="noPrint" nowrap="true" valign="top" width="20%">
+<p>
+<strong>Apache Pivot</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Home</a>
+</li>
+</ul>
+<p>
+<strong>Getting Started</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/demos.html">Demos</a>
+</li>
+</ul>
+<p>
+<strong>Documentation</strong>
+</p>
+<ul>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/tutorial.html">Tutorial</a>
+</li>
+<li>
+<a href="./1.0/docs/api/index.html">Javadocs (1.0)</a>
+</li>
+</ul>
+<p>
+<strong>Releases</strong>
+</p>
+<ul>
+<li>
+<a href="http://pivot.googlecode.com/files/pivot_1.0.1-starter-kit.zip">Pivot 1.0</a>
+</li>
+</ul>
+<p>
+<strong>Problems?</strong>
+</p>
+<ul>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://issues.apache.org/jira/browse/PIVOT">Bug Database</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="./get-involved.html">Overview</a>
+</li>
+<li>
+<a href="./svn.html">SVN Repositories</a>
+</li>
+<li>
+<a href="./lists.html">Mailing Lists</a>
+</li>
+<li>
+<a href="http://cwiki.apache.org/PIVOT/">Wiki</a>
+</li>
+</ul>
+<p>
+<strong>Misc</strong>
+</p>
+<ul>
+<li>
+<a href="./who-we-are.html">Who We Are</a>
+</li>
+<li>
+<a href="http://www.apache.org/">Apache Home</a>
+</li>
+<li>
+<a href="./contact.html">Contact</a>
+</li>
+<li>
+<a href="./legal.html">Legal</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li>
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<!--RIGHT SIDE MAIN BODY-->
+<td id="mainBody" align="left" valign="top" width="80%">
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Who We Are">
+<strong>Who We Are</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+      <p>
+        The Apache Pivot Project operates on a meritocracy: the more you do,
+        the more responsibility you will obtain. This page lists all of the
+        people who have gone the extra mile and are Committers or members of
+        the Project Management Committee. If you would like to help, please
+        see the overview on <a href="get-involved.html">getting
+        involved</a>.
+      </p>
+
+      <p>
+        We ask that you please do not send us emails privately asking for support. We
+        are non-paid volunteers who help out with the project and we do not
+        necessarily have the time or energy to help people on an individual
+        basis. Instead, we have setup <a href="lists.html">mailing
+        lists</a> which contain many individuals who will help answer
+        detailed requests for help. The benefit of using mailing lists over private
+        communication is that it is a shared resource where others can also learn from
+        common mistakes, and as a community we all grow together.
+      </p>
+
+      <p>
+        The following is a list of the Apache Pivot PMC members and committers.
+      </p>
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Podling Project Management Committee">
+<strong>Podling Project Management Committee</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+      <h3>PMC Members &amp; Committers</h3>
+
+      <p>
+<b>Niclas Hedhman</b> (niclas at apache.org)<br />
+</p>
+      
+
+      <p>
+<b>Martijn Dashorst</b> (martijnh at apache.org)<br />
+</p>
+      
+
+      <p>
+<b>Greg Brown</b> (gbrown at apache.org)<br />
+</p>
+      
+
+      <p>
+<b>Todd Volkert</b> (tvolkert at apache.org)<br />
+</p>
+      
+
+      <p>
+<b>Sandro Martini</b> (smartini at apache.org)<br />
+</p>
+      
+
+      <p>
+<b>Christopher Brind</b> (brindy at apache.org)<br />
+</p>
+      
+
+    </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="2">
+<hr size="1" noshade="" />
+</td>
+</tr>
+<!--PAGE FOOTER-->
+<tr>
+<td colspan="2">
+<div align="center">
+<font size="-1" color="#525D76">
+<em>
+              Copyright © 1999-2009, The Apache Software Foundation
+            </em>
+</font>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>