You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by bu...@apache.org on 2012/11/27 14:00:45 UTC

svn commit: r839784 - in /websites/staging/wookie/trunk/content: ./ docs/ docs/developer/ docs/developer/features/ docs/releases/

Author: buildbot
Date: Tue Nov 27 13:00:34 2012
New Revision: 839784

Log:
Staging update by buildbot for wookie

Modified:
    websites/staging/wookie/trunk/content/   (props changed)
    websites/staging/wookie/trunk/content/docs/admin.html
    websites/staging/wookie/trunk/content/docs/admin_9.html
    websites/staging/wookie/trunk/content/docs/api.html
    websites/staging/wookie/trunk/content/docs/api_9.html
    websites/staging/wookie/trunk/content/docs/demo.html
    websites/staging/wookie/trunk/content/docs/demoadmin.html
    websites/staging/wookie/trunk/content/docs/develop.html
    websites/staging/wookie/trunk/content/docs/developer/features.html
    websites/staging/wookie/trunk/content/docs/developer/features/oauth.html
    websites/staging/wookie/trunk/content/docs/developer/index.html
    websites/staging/wookie/trunk/content/docs/developer/issues.html
    websites/staging/wookie/trunk/content/docs/developer/parser.html
    websites/staging/wookie/trunk/content/docs/developer/release-configuration.html
    websites/staging/wookie/trunk/content/docs/developer/release-management.html
    websites/staging/wookie/trunk/content/docs/developer/release-overview.html
    websites/staging/wookie/trunk/content/docs/developer/release-process.html
    websites/staging/wookie/trunk/content/docs/developer/release-testing.html
    websites/staging/wookie/trunk/content/docs/developer/running.html
    websites/staging/wookie/trunk/content/docs/developer/widgets.html
    websites/staging/wookie/trunk/content/docs/download.html
    websites/staging/wookie/trunk/content/docs/embedding.html
    websites/staging/wookie/trunk/content/docs/faq.html
    websites/staging/wookie/trunk/content/docs/portable.html
    websites/staging/wookie/trunk/content/docs/releases/0p10p0.html
    websites/staging/wookie/trunk/content/docs/releases/0p11p0.html
    websites/staging/wookie/trunk/content/docs/releases/0p9p1.html
    websites/staging/wookie/trunk/content/docs/releases/0p9p2.html
    websites/staging/wookie/trunk/content/docs/shindig.html
    websites/staging/wookie/trunk/content/docs/source.html
    websites/staging/wookie/trunk/content/docs/templates.html
    websites/staging/wookie/trunk/content/docs/widgets.html
    websites/staging/wookie/trunk/content/get-involved.html
    websites/staging/wookie/trunk/content/index.html
    websites/staging/wookie/trunk/content/mailing-lists.html
    websites/staging/wookie/trunk/content/news.html
    websites/staging/wookie/trunk/content/people.html
    websites/staging/wookie/trunk/content/siteMigration.html

Propchange: websites/staging/wookie/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 27 13:00:34 2012
@@ -1 +1 @@
-1414137
+1414164

Modified: websites/staging/wookie/trunk/content/docs/admin.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/admin.html (original)
+++ websites/staging/wookie/trunk/content/docs/admin.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/admin_9.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/admin_9.html (original)
+++ websites/staging/wookie/trunk/content/docs/admin_9.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>
@@ -79,10 +78,10 @@
   </div>
 
   <div id="content">
-    <p>This is the admin documentation for Wookie 0.9.x. For information on later versions of Wookie see the current <a href="/wookie/docs/admin.html">Server Administration Guide</a>.</p>
+    <p>This is the admin documentation for Wookie 0.9.x. For information on later versions of Wookie see the current <a href="/docs/admin.html">Server Administration Guide</a>.</p>
 <p>NOTE: This documentation is still in the process of being written. If you have an questions about the Wookie administration interface, please ask on the mailing list.</p>
 <h1 id="downloading-and-installing-wookie">Downloading and installing Wookie</h1>
-<p>See <a href="/wookie/docs/download.html">Downloading and Installing Wookie</a></p>
+<p>See <a href="/docs/download.html">Downloading and Installing Wookie</a></p>
 <h1 id="using-the-administration-web-interface">Using the Administration web interface</h1>
 <p>To access the administrators interface in the development server, go to</p>
 <div class="codehilite"><pre><span class="p">[</span><span class="n">http:</span><span class="sr">//</span><span class="p">]{</span><span class="n">your</span> <span class="n">server</span><span class="p">}</span><span class="sr">/wookie/</span><span class="n">admin</span>
@@ -121,7 +120,7 @@ tunnel requests through Wookie. </p>
 <p>The Wookie server comes with a built-in user called "java" linked to the "widgetadmin" role. These are defined in the roles.properties and users.properties files located in WEB-INF/classes. These can be removed in a standard application server environment, and another user added to "widgetadmin" role, for example in tomcat-users.xml in a Tomcat installation.</p>
 <p>Login configuration settings can be found in the web.xml file located in wookie/WEB-INF.</p>
 <h2 id="integration-with-shindig">Integration with Shindig</h2>
-<p>See <a href="/wookie/docs/shindig.html">Integrating Wookie With Shindig</a></p>
+<p>See <a href="/docs/shindig.html">Integrating Wookie With Shindig</a></p>
 <h2 id="proxy-configuration">Proxy configuration</h2>
 <p>In order for widgets running in Wookie to communicate with external web services using Ajax, requests must be redirected through a server-side proxy. The proxy configuration is located in WEB-INF/classes/widgetserver.properties.</p>
 <p>The following parameters can be set:</p>
@@ -161,7 +160,7 @@ tunnel requests through Wookie. </p>
 
 <p>Username and password are optional. You can use localhost if your server is set up to send email, e.g. using PostFix.</p>
 <h1 id="virtual-host-configuration">Virtual host configuration</h1>
-<p>See <a href="/wookie/docs/developer/running.html">Running Wookie</a></p>
+<p>See <a href="/docs/developer/running.html">Running Wookie</a></p>
   </div>
 
   <div id="footer">

Modified: websites/staging/wookie/trunk/content/docs/api.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/api.html (original)
+++ websites/staging/wookie/trunk/content/docs/api.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/api_9.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/api_9.html (original)
+++ websites/staging/wookie/trunk/content/docs/api_9.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>
@@ -79,7 +78,7 @@
   </div>
 
   <div id="content">
-    <p>This is the API reference for Wookie 0.9.0 to 0.9.2. For later versions of Wookie, see the <a href="/wookie/docs/api.html">current API docs</a></p>
+    <p>This is the API reference for Wookie 0.9.0 to 0.9.2. For later versions of Wookie, see the <a href="/docs/api.html">current API docs</a></p>
 <h1 id="api-key">API key</h1>
 <p>Note that except where noted, all methods require the requesting application to have a valid API key issued by the Wookie server administrator.</p>
 <h1 id="widget-instances-from-090">Widget Instances (from 0.9.0)</h1>

Modified: websites/staging/wookie/trunk/content/docs/demo.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/demo.html (original)
+++ websites/staging/wookie/trunk/content/docs/demo.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/demoadmin.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/demoadmin.html (original)
+++ websites/staging/wookie/trunk/content/docs/demoadmin.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/develop.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/develop.html (original)
+++ websites/staging/wookie/trunk/content/docs/develop.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/features.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/features.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/features.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/features/oauth.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/features/oauth.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/features/oauth.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/index.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/index.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/index.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/issues.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/issues.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/issues.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/parser.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/parser.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/parser.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/release-configuration.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-configuration.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-configuration.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/release-management.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-management.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-management.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/release-overview.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-overview.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-overview.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/release-process.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-process.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-process.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/release-testing.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-testing.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-testing.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/running.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/running.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/running.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/developer/widgets.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/widgets.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/widgets.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/download.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/download.html (original)
+++ websites/staging/wookie/trunk/content/docs/download.html Tue Nov 27 13:00:34 2012
@@ -21,14 +21,14 @@
 
   <link href="/css/wookie.css" rel="stylesheet" type="text/css">
   <link href="/css/code.css" rel="stylesheet" type="text/css">
-  <title>Apache Wookie - Dowload Apache Wookie (Incubating)</title>
+  <title>Apache Wookie - Download Apache Wookie</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
 <body>
   <div id="banner">
     <img alt="Apache Wookie" src="/images/logo.png"/>
-    <h1 class="title">Dowload Apache Wookie (Incubating)</h1>
+    <h1 class="title">Download Apache Wookie</h1>
   </div>
   
   <div id="navigation">
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/embedding.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/embedding.html (original)
+++ websites/staging/wookie/trunk/content/docs/embedding.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>
@@ -113,15 +112,15 @@ extending it to support additional widge
 provides most of the code you need to build a plugin for your platform.</p>
 <p>If you need a connector for a platform not listed above you need to implement
 your own using our provided connector frameworks. The latest versions of the 
-connector frameworks can be found in <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/">Subversion</a>.</p>
+connector frameworks can be found in <a href="http://svn.apache.org/repos/asf/wookie/trunk/connector/">Subversion</a>.</p>
 <p>The documentation below refers to the Java connector. As far as possible we've kept
 to the names and method signatures the same in the connector framework for each 
 language.</p>
 <h3 id="implementing-a-connector-for-your-platform">Implementing a Connector for your Platform</h3>
 <p>To implement the connector you simply need to create an implementation of the 
-<a href="https://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java">AbstractWookieConnectorFrameowrk</a> class. This class provides abstract methods
+<a href="https://svn.apache.org/repos/asf/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java">AbstractWookieConnectorFramework</a> class. This class provides abstract methods
 for communicating with the host environment.</p>
-<p>We provide a <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WookieConnectorService.java">reference implementation</a> of this AbstractClass that is used within
+<p>We provide a <a href="http://svn.apache.org/repos/asf/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WookieConnectorService.java">reference implementation</a> of this AbstractClass that is used within
 Wookie itself. </p>
 <h3 id="concepts">Concepts</h3>
 <p>This section introduces the various concepts you need to understand in order to 

Modified: websites/staging/wookie/trunk/content/docs/faq.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/faq.html (original)
+++ websites/staging/wookie/trunk/content/docs/faq.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/portable.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/portable.html (original)
+++ websites/staging/wookie/trunk/content/docs/portable.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/releases/0p10p0.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/releases/0p10p0.html (original)
+++ websites/staging/wookie/trunk/content/docs/releases/0p10p0.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/releases/0p11p0.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/releases/0p11p0.html (original)
+++ websites/staging/wookie/trunk/content/docs/releases/0p11p0.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/releases/0p9p1.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/releases/0p9p1.html (original)
+++ websites/staging/wookie/trunk/content/docs/releases/0p9p1.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/releases/0p9p2.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/releases/0p9p2.html (original)
+++ websites/staging/wookie/trunk/content/docs/releases/0p9p2.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/shindig.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/shindig.html (original)
+++ websites/staging/wookie/trunk/content/docs/shindig.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/source.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/source.html (original)
+++ websites/staging/wookie/trunk/content/docs/source.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/templates.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/templates.html (original)
+++ websites/staging/wookie/trunk/content/docs/templates.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/docs/widgets.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/widgets.html (original)
+++ websites/staging/wookie/trunk/content/docs/widgets.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>
@@ -83,9 +82,9 @@
 that can be hosted in the Wookie Server.</p>
 <h1 id="tutorials">Tutorials</h1>
 <p>You will probably want to look at the tutorial found in 
-<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/">http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/</a></p>
-<p>These include presentations on creating a <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/tutorial_1_hello_world.odp">Hello World</a> widget and on
-<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/tutorial_2_basic_interactions.odp">basic widget features</a>, but take a look there are other materials in there too..</p>
+<a href="http://svn.apache.org/repos/asf/wookie/trunk/tutorials/">http://svn.apache.org/repos/asf/wookie/trunk/tutorials/</a></p>
+<p>These include presentations on creating a <a href="http://svn.apache.org/repos/asf/wookie/trunk/tutorials/tutorial_1_hello_world.odp">Hello World</a> widget and on
+<a href="http://svn.apache.org/repos/asf/wookie/trunk/tutorials/tutorial_2_basic_interactions.odp">basic widget features</a>, but take a look there are other materials in there too..</p>
 <h1 id="widget-source-directory">Widget source directory</h1>
 <p>For ease of development you will probably want to build widgets using the src
 version of Wookie as this provides a number of tools for working with Widgets.
@@ -166,7 +165,7 @@ application for embedding in your third 
 environments such as CMSs, LMSs and blogs. What about
 serving the packaged widget for deployment to widget 
 clients such as Opera Mobile?</p>
-<p>Through the <a href="http://incubator.apache.org/wookie/docs/api.html">Flatpack API</a> Wookie will serve a widget as 
+<p>Through the <a href="http://wookie.apache.org/docs/api.html">Flatpack API</a> Wookie will serve a widget as 
 a packaged wgt file. This allows it to be hosted in any 
 suitable container. However, there are a few things you need 
 to be careful of when buidling widgets that are intended to 

Modified: websites/staging/wookie/trunk/content/get-involved.html
==============================================================================
--- websites/staging/wookie/trunk/content/get-involved.html (original)
+++ websites/staging/wookie/trunk/content/get-involved.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/index.html
==============================================================================
--- websites/staging/wookie/trunk/content/index.html (original)
+++ websites/staging/wookie/trunk/content/index.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/mailing-lists.html
==============================================================================
--- websites/staging/wookie/trunk/content/mailing-lists.html (original)
+++ websites/staging/wookie/trunk/content/mailing-lists.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/news.html
==============================================================================
--- websites/staging/wookie/trunk/content/news.html (original)
+++ websites/staging/wookie/trunk/content/news.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/people.html
==============================================================================
--- websites/staging/wookie/trunk/content/people.html (original)
+++ websites/staging/wookie/trunk/content/people.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>

Modified: websites/staging/wookie/trunk/content/siteMigration.html
==============================================================================
--- websites/staging/wookie/trunk/content/siteMigration.html (original)
+++ websites/staging/wookie/trunk/content/siteMigration.html Tue Nov 27 13:00:34 2012
@@ -37,7 +37,6 @@
 <li><a href="/index.html">Home</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/docs/download.html">Download</a></li>
-<li><a href="http://incubator.apache.org/projects/wookie.html">Incubator page</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 </ul>
 <h1 id="documentation">Documentation</h1>