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:52:41 UTC

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

Author: buildbot
Date: Tue Nov 27 13:52:40 2012
New Revision: 839789

Log:
Staging update by buildbot for wookie

Modified:
    websites/staging/wookie/trunk/content/   (props changed)
    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/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/source.html
    websites/staging/wookie/trunk/content/get-involved.html
    websites/staging/wookie/trunk/content/mailing-lists.html

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

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:52:40 2012
@@ -90,11 +90,11 @@ widgets config.xml file.</p>
 <h1 id="available-features">Available features</h1>
 <p>Wookie provides a number of features out of the box. These include:</p>
 <ul>
-<li>camera - provides basic BONDI API access to a camera (<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/widgets/camera/">camera</a> example)</li>
-<li>jqmobile - provides JQuery Mobile (<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/widgets/widget-template/jqueryMobile/">seed-widget</a> example)</li>
-<li><a href="features/oauth.html">oauth</a> - provides an OAuth library (<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/scratchpad/widgets/fbfriend/">Facebook</a> example, <a href="features/oauth.html">documentation</a>)</li>
+<li>camera - provides basic BONDI API access to a camera (<a href="http://svn.apache.org/repos/asf/wookie/trunk/widgets/camera/">camera</a> example)</li>
+<li>jqmobile - provides JQuery Mobile (<a href="http://svn.apache.org/repos/asf/wookie/trunk/widgets/widget-template/jqueryMobile/">seed-widget</a> example)</li>
+<li><a href="features/oauth.html">oauth</a> - provides an OAuth library (<a href="http://svn.apache.org/repos/asf/wookie/trunk/scratchpad/widgets/fbfriend/">Facebook</a> example, <a href="features/oauth.html">documentation</a>)</li>
 <li>polling</li>
-<li>wave - an implementation of the <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/features/wave/README">Wave Gadget API</a> (<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/widgets/natter/">Chat widget</a> example)</li>
+<li>wave - an implementation of the <a href="http://svn.apache.org/repos/asf/wookie/trunk/features/wave/README">Wave Gadget API</a> (<a href="http://svn.apache.org/repos/asf/wookie/trunk/widgets/natter/">Chat widget</a> example)</li>
 <li>wookie-ext - Wookie Extensions API</li>
 </ul>
 <h1 id="create-a-feature">Create a feature</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:52:40 2012
@@ -80,11 +80,11 @@
   <div id="content">
     <p>The OAuth feature provides an OAuth library for use in your widgets.</p>
 <p>You can see an example of it in action in the fbfriend widget which 
-connects to <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/scratchpad/widgets/fbfriend/">Facebook</a>.</p>
+connects to <a href="http://svn.apache.org/repos/asf/wookie/trunk/scratchpad/widgets/fbfriend/">Facebook</a>.</p>
 <p>Steps to create a widget connecting to oauthed services: </p>
 <ul>
 <li>Create a widget (for example with "ant seed-widget")</li>
-<li>Add the oauth feature into widget config.xml (<a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk/scratchpad/widgets/fbfriend/config.xml">example</a>) 
+<li>Add the oauth feature into widget config.xml (<a href="http://svn.apache.org/repos/asf/wookie/trunk/scratchpad/widgets/fbfriend/config.xml">example</a>) 
     with the following parameters: <ul>
 <li>clientId: your client id issued by authorization endpoint from oauthed service side </li>
 <li>authzServer: url of authorization endpoint </li>

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:52:40 2012
@@ -173,12 +173,12 @@
 <p>Backup your home directory to another media ||</p>
 </li>
 <li>
-<p>Add your public key to the <a href="https://svn.apache.org/repos/asf/incubator/wookie/KEYS">SVN repository</a>. See the commands describe at the beginning of this KEYS file to perform this task. The gpg key-pair is used to sign the published artifacts for the Wookie releases.</p>
+<p>Add your public key to the <a href="https://svn.apache.org/repos/asf/wookie/KEYS">SVN repository</a>. See the commands describe at the beginning of this KEYS file to perform this task. The gpg key-pair is used to sign the published artifacts for the Wookie releases.</p>
 <div class="codehilite"><pre><span class="nv">$</span> <span class="nv">gpg</span> <span class="o">--</span><span class="n">list</span><span class="o">-</span><span class="n">sigs</span> <span class="o">&amp;&amp;</span> <span class="n">gpg</span> <span class="o">--</span><span class="n">armor</span> <span class="o">--</span> <span class="n">export</span>
 </pre></div>
 
 
-<p>The <a href="https://svn.apache.org/repos/asf/incubator/wookie/KEYS">KEYS</a> file is updated via normal svn commit procedures.</p>
+<p>The <a href="https://svn.apache.org/repos/asf/wookie/KEYS">KEYS</a> file is updated via normal svn commit procedures.</p>
 </li>
 <li>
 <p>Submit your public key to a key server. E.g. <a href="http://pgp.mit.edu/">MIT</a></p>

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:52:40 2012
@@ -80,9 +80,10 @@
   <div id="content">
     <h1 id="release-management">Release Management</h1>
 <p>Release artifacts are distributed via the Apache Nexus repository for both SNAPSHOT and versioned releases. 
-In addition to Nexus, a source and standalone binary and WAR archive release will be made available via the <a href="http://www.apache.org/dist/incubator/wookie/">Apache Incubator Distribution Area</a>.</p>
+In addition to Nexus, a source and standalone binary and WAR archive release will be made available via the <a href="http://www.apache.org/dist/wookie/">Apache Distribution Area</a>.
+Note: Artifacts created prior to graduation can be found in the <a href="http://www.apache.org/dist/incubator/wookie/">Apache Incubator Distribution Area</a>.</p>
 <p>To familiarize yourself with the notions and requirements for releasing artifacts, please checkout the Apache Release FAQ.</p>
-<h3 id="apache-wookie-incubating-release-guidelines">Apache Wookie (Incubating) Release Guidelines</h3>
+<h3 id="apache-wookie-release-guidelines">Apache Wookie Release Guidelines</h3>
 <ol>
 <li><a href="/docs/developer/release-configuration.html">Release Manager Configuration Guide</a></li>
 <li><a href="/docs/developer/release-overview.html">Release Overview</a></li>

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:52:40 2012
@@ -79,7 +79,7 @@
 
   <div id="content">
     <h1 id="introduction">Introduction</h1>
-<p>This document is an overview of the release process for Apache Wookie (Incubating). </p>
+<p>This document is an overview of the release process for Apache Wookie. </p>
 <h1 id="release-phases">Release Phases</h1>
 <p>This section summarises each phase in the release process. There are more details for each phase in the sections below.</p>
 <ol>
@@ -215,21 +215,17 @@ indicates that the project management co
 release.</p>
 <p>If you are a PMC member you should not vote +1 unless you are satisfied that the software is,
 to the best of your knowledge, ready for release.</p>
-<h2 id="request-incubator-approval">Request incubator approval</h2>
-<p>Whilst in the incubator the project needs to have official approvel from the Incubator PMC.
-As with the community vote this should be a formality, however, many incubator PMC
-members will check the legal status of the release as an added precaution.</p>
 <h2 id="release">Release</h2>
 <p>All there is to do now is get the release out there.</p>
-<h3 id="upload-to-incubator-distribution-site">Upload to incubator distribution site</h3>
-<p>Once you have uploaded the files to the incubator distribution site you will need to check
+<h3 id="upload-to-distribution-site">Upload to distribution site</h3>
+<p>Once you have uploaded the files to the distribution site you will need to check
 permissions and wait for mirroring to take place.</p>
 <h3 id="announce-the-release">Announce the release</h3>
 <p>The release announcement needs to be posted to:</p>
 <ul>
-<li>announce@</li>
-<li>wookie-users@</li>
-<li>wookie-dev@</li>
+<li>announce@apache.org</li>
+<li>users@wookie.apache.org</li>
+<li>dev@wookie.apache.org</li>
 <li>project website</li>
 </ul>
   </div>

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:52:40 2012
@@ -79,14 +79,14 @@
 
   <div id="content">
     <h1 id="release-process">Release Process</h1>
-<p>This document is an overview of the release process for Apache Wookie (Incubating).
+<p>This document is an overview of the release process for Apache Wookie.
 Wookie uses a series of ant scripts coupled together with Apache Ivy to allow automatic building of the code into its various release artifacts. 
 It can also be used to automatically sign binaries and deploy artifacts to the Nexus Repository.</p>
 <p>Make sure the <a href="release-configuration.html">Release Setup</a> steps have been performed.</p>
 <h2 id="what-exactly-do-we-build-and-release">What exactly do we build and release?</h2>
 <p>You should familiarize yourself with the ant scripts in the project as they are used to create the artifacts. We will go over the specific tasks for generating them 
 in more detail later.</p>
-<p>Note the following 3 artifacts that are to be generated. Eventually these should be made available to download from <a href="http://www.apache.org/dist/incubator/wookie/">http://www.apache.org/dist/incubator/wookie/</a></p>
+<p>Note the following 3 artifacts that are to be generated. Eventually these should be made available to download from <a href="http://www.apache.org/dist/wookie/">http://www.apache.org/dist/wookie/</a></p>
 <ol>
 <li>A source release (apache-wookie-VERSION-src.zip) (and also a tar.gz version)<ul>
 <li>this is for users who wish to download the code and build it themselves</li>
@@ -131,7 +131,7 @@ configuring it for tomcat/mysql but it a
 </li>
 </ol>
 <h3 id="2-communicate-with-committers-regarding-new-release">2. Communicate with committers regarding new release</h3>
-<p>Send an email to wookie-dev@incubator.apache.org and start a vote to discuss whether everybody agrees it is okay to go ahead and make a release.
+<p>Send an email to dev@wookie.apache.org and start a vote to discuss whether everybody agrees it is okay to go ahead and make a release.
 Ideally we'd want a +3 from the committers, but this is not always possible.<br />
 </p>
 <h3 id="3-check-all-licenses-notices-and-other-related-files">3. Check all Licenses, notices and other related files</h3>
@@ -200,18 +200,18 @@ Any new libraries and code added since t
 </ul>
 <p>Find...</p>
 <div class="codehilite"><pre> <span class="nt">&lt;scm&gt;</span>
-    <span class="nt">&lt;connection&gt;</span>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk<span class="nt">&lt;/connection&gt;</span>
-    <span class="nt">&lt;developerConnection&gt;</span>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk/<span class="nt">&lt;/developerConnection&gt;</span>
-    <span class="nt">&lt;url&gt;</span>http://svn.apache.org/viewvc/incubator/wookie/trunk/<span class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;connection&gt;</span>scm:svn:http://svn.apache.org/repos/asf/wookie/trunk<span class="nt">&lt;/connection&gt;</span>
+    <span class="nt">&lt;developerConnection&gt;</span>scm:svn:https://svn.apache.org/repos/asf/wookie/trunk/<span class="nt">&lt;/developerConnection&gt;</span>
+    <span class="nt">&lt;url&gt;</span>http://svn.apache.org/viewvc/wookie/trunk/<span class="nt">&lt;/url&gt;</span>
  <span class="nt">&lt;/scm&gt;</span>
 </pre></div>
 
 
 <p>...and update it (with correct version number) to read...</p>
 <div class="codehilite"><pre><span class="nt">&lt;scm&gt;</span>
-    <span class="nt">&lt;connection&gt;</span>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/connection&gt;</span>
-    <span class="nt">&lt;developerConnection&gt;</span>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>/<span class="nt">&lt;/developerConnection&gt;</span>
-    <span class="nt">&lt;url&gt;</span>http://svn.apache.org/viewvc/incubator/wookie/tags/<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>/<span class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;connection&gt;</span>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/connection&gt;</span>
+    <span class="nt">&lt;developerConnection&gt;</span>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>/<span class="nt">&lt;/developerConnection&gt;</span>
+    <span class="nt">&lt;url&gt;</span>http://svn.apache.org/viewvc/wookie/tags/<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>/<span class="nt">&lt;/url&gt;</span>
 <span class="nt">&lt;/scm&gt;</span>
 </pre></div>
 
@@ -228,22 +228,22 @@ Any new libraries and code added since t
 </li>
 </ol>
 <h3 id="6-inform-committers-of-temporary-code-freeze">6. Inform committers of temporary code freeze</h3>
-<p>Send an email to wookie-dev@incubator.apache.org informing that you are about to tag the trunk.
+<p>Send an email to dev@wookie.apache.org informing that you are about to tag the trunk.
   (just in case there are commits while you are doing it.  It only takes a minute to tag it, so not a long freeze.)</p>
 <h3 id="7-create-a-tag-of-the-current-trunk-state">7. Create a tag of the current trunk state.</h3>
 <ol>
 <li>Ensure you have checked out a clean copy of the trunk from svn.</li>
 <li>In Eclipse select the wookie root folder and right click. Choose team -&gt; Tag...</li>
 <li>A dialog appears.</li>
-<li>In the Tag: box enter the release version number i.e. '0.10.0-incubating'<ul>
+<li>In the Tag: box enter the release version number i.e. '0.12.0'<ul>
 <li>use the same version here as you entered in step (5.2) when updating the pom-template files</li>
 </ul>
 </li>
-<li>In the Comment box enter something sensible i.e. 'wookie release 0.10.0-incubating'</li>
+<li>In the Comment box enter something sensible i.e. 'wookie release 0.12.0'</li>
 <li>Click ok to create the tag.</li>
 <li>If you tick the "Start working in the tag" box, the tag will be created and your local copy will update to the tagged version</li>
 <li>Verify the tag was created correctly &amp; in the right place. <ul>
-<li>In the Eclipse SVN Repository Exploring view you can navigate to svn.apache.org/repos/asf/incubator/wookie/tags/ and make sure the tag exists.</li>
+<li>In the Eclipse SVN Repository Exploring view you can navigate to svn.apache.org/repos/asf/wookie/tags/ and make sure the tag exists.</li>
 </ul>
 </li>
 </ol>
@@ -251,12 +251,12 @@ Any new libraries and code added since t
 <ol>
 <li>If you haven't already, switch back to the trunk. </li>
 <li>Find all the files listed in step (#5.1) above.</li>
-<li>Update all the entries to the next version-SNAPSHOT - i.e. 0.11.0-incubating-SNAPSHOT</li>
+<li>Update all the entries to the next version-SNAPSHOT - i.e. 0.13.0-incubating-SNAPSHOT</li>
 <li>Update the 3 pom-template.xml files in step (#5.2) above so that they point back at the trunk again</li>
 <li>Commit your changes</li>
 </ol>
 <h3 id="9-inform-commiters-that-you-have-finished">9. Inform commiters that you have finished</h3>
-<p>Send an email to wookie-dev@incubator.apache.org informing that you have tagged the trunk for the build and that the trunk has now rolled to the next version. (which also means the freeze has been lifted)</p>
+<p>Send an email to dev@wookie.apache.org informing that you have tagged the trunk for the build and that the trunk has now rolled to the next version. (which also means the freeze has been lifted)</p>
 <h3 id="10-run-the-build-script">10. Run the build script</h3>
 <ol>
 <li>Switch back to the created tag version. Run the ant task 'build-release-all' found in the root build.xml file<ul>
@@ -266,19 +266,19 @@ Any new libraries and code added since t
 <li>
 <p>This should generate a new folder at the root of wookie called 'release' containing the following structure...</p>
 <div class="codehilite"><pre>release
-    <span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating
+    <span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>
           binary
                 standalone
-                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating-standalone.tar.gz
-                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating-standalone.zip
+                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-standalone.tar.gz
+                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-standalone.zip
                       rat-report.txt
                 war
-                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating-war.tar.gz
-                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating-war.zip
+                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-war.tar.gz
+                      apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-war.zip
                       rat-report.txt
           source
-                apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating-src.tar.gz
-                apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-incubating-src.zip
+                apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-src.tar.gz
+                apache-wookie-<span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span>-src.zip
                 rat-report.txt
           runsignatures.bat
 </pre></div>
@@ -317,19 +317,19 @@ Any new libraries and code added since t
 <li>Make sure you delete the 3 rat-report.txt files (otherwise the next stage will upload them)</li>
 <li>
 <p>From the 'wookie/release' folder run the following to upload the generated build folder and artifacts...</p>
-<div class="codehilite"><pre>scp -r <span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span> <span class="cp">${</span><span class="n">user</span><span class="o">.</span><span class="n">name</span><span class="cp">}</span>@people.apache.org:/www/people.apache.org/builds/incubator/wookie/
+<div class="codehilite"><pre>scp -r <span class="cp">${</span><span class="n">project</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span> <span class="cp">${</span><span class="n">user</span><span class="o">.</span><span class="n">name</span><span class="cp">}</span>@people.apache.org:/www/people.apache.org/builds/wookie/
 </pre></div>
 
 
 <p>...substituting the ${project.version} with the folder name of the generated artifacts i.e...</p>
-<div class="codehilite"><pre><span class="n">scp</span> <span class="o">-</span><span class="n">r</span> <span class="o">.</span><span class="sr">/0.10.0-incubating joebloggs@people.apache.org:/</span><span class="n">www</span><span class="sr">/people.apache.org/</span><span class="n">builds</span><span class="sr">/incubator/</span><span class="n">wookie</span><span class="o">/</span>
+<div class="codehilite"><pre><span class="n">scp</span> <span class="o">-</span><span class="n">r</span> <span class="o">.</span><span class="sr">/0.10.0-incubating joebloggs@people.apache.org:/</span><span class="n">www</span><span class="sr">/people.apache.org/</span><span class="n">builds</span><span class="sr">/wookie/</span>
 </pre></div>
 
 
 <p>(Note: the pscp utility comes with putty, rather than scp)</p>
 </li>
 <li>
-<p>Verify they are downloadable from http://people.apache.org/builds/incubator/wookie</p>
+<p>Verify they are downloadable from http://people.apache.org/builds/wookie</p>
 </li>
 </ol>
 <h3 id="12-upload-the-nexus-release-artifacts">12. Upload the Nexus release artifacts</h3>
@@ -378,10 +378,10 @@ Any new libraries and code added since t
 </ul>
 </li>
 </ol>
-<h3 id="13-put-the-release-candidate-up-for-a-vote-on-the-wookie-dev-list">13. Put the release candidate up for a vote on the wookie-dev list</h3>
+<h3 id="13-put-the-release-candidate-up-for-a-vote-on-the-devwookieapacheorg-list">13. Put the release candidate up for a vote on the dev@wookie.apache.org list</h3>
 <ol>
-<li>Create a VOTE email thread on wookie-dev@ to record votes as replies, like <a href="release-vote.txt">this</a></li>
-<li>Create a DISCUSS email thread on wookie-dev@ for any vote questions, <a href="release-discuss.txt">this</a></li>
+<li>Create a VOTE email thread on dev@wookie.apache.org to record votes as replies, like <a href="release-vote.txt">this</a></li>
+<li>Create a DISCUSS email thread on dev@wookie.apache.org for any vote questions, <a href="release-discuss.txt">this</a></li>
 <li>
 <p>Perform a review of the release and cast your vote. See the following for more details on Apache releases</p>
 <p><a href="http://www.apache.org/dev/release.html">http://www.apache.org/dev/release.html</a></p>
@@ -400,20 +400,7 @@ Any new libraries and code added since t
 </ul>
 </li>
 </ol>
-<h3 id="14-put-the-release-candidate-up-for-a-vote-on-the-incubator-general-list">14. Put the release candidate up for a vote on the incubator general list</h3>
-<ol>
-<li>Create similar VOTE email on the general@incubator.apache.org list, like <a href="release-vote-general.txt">this</a> <ul>
-<li>Depending on how many binding +1 IPMC votes the release candidates received, you may need to wait for additional ones from the general list</li>
-</ul>
-</li>
-<li>After the vote has been open for at least 72 hours and has at least three +1 IPMC votes (in total) then post the results to the vote thread<ul>
-<li>reply to the initial email and prepend to the original subject "[RESULT]"</li>
-<li>Include a list of everyone who voted +1, 0 or -1.</li>
-</ul>
-</li>
-<li>NOTE: For the release candidate to be successful it must at least have received at least 3 +1 IPMC votes combined from both wookie-dev and general.</li>
-</ol>
-<h3 id="15-finalizing-a-release">15. Finalizing a release</h3>
+<h3 id="14-finalizing-a-release">14. Finalizing a release</h3>
 <ol>
 <li>Promote the staged nexus artifacts<ul>
 <li>https://repository.apache.org/index.html</li>
@@ -426,14 +413,14 @@ Any new libraries and code added since t
 <ul>
 <li>login to people.apache.org and copy across the build folder</li>
 </ul>
-<p>cp -r /www/people.apache.org/builds/incubator/wookie/${project.version}-incubating /www/www.apache.org/dist/incubator/wookie</p>
+<p>cp -r /www/people.apache.org/builds/wookie/${project.version} /www/www.apache.org/dist/wookie</p>
 <p>(replacing the version name accordingly)</p>
 <ul>
 <li>verify the folder and contents copied across okay.</li>
 <li>Delete the staged version (cleanup)</li>
 <li>login to people.apache.org (if not already) and delete the old staged release </li>
 </ul>
-<p>rm -rfv /www/people.apache.org/builds/incubator/wookie/${project.version}-incubating</p>
+<p>rm -rfv /www/people.apache.org/builds/wookie/${project.version}</p>
 <p>(replacing the version name accordingly)</p>
 </li>
 <li>
@@ -453,22 +440,22 @@ Any new libraries and code added since t
 </ul>
 </li>
 </ol>
-<h3 id="16-update-jira">16. Update JIRA</h3>
+<h3 id="15-update-jira">15. Update JIRA</h3>
 <ol>
 <li>Update the JIRA versions page to close all issues, mark the version as "released", and set the date to the date that the release was approved. 
   You may also need to make a new release entry for the next release.</li>
 </ol>
-<h3 id="17-announcing-the-release">17. Announcing the release</h3>
+<h3 id="16-announcing-the-release">16. Announcing the release</h3>
 <ol>
 <li>Make a news announcement on the Wookie News page.</li>
 <li>Make an announcement about the release on the following lists <ul>
-<li>wookie-dev@incubator.apache.org</li>
-<li>wookie-users@incubator.apache.org</li>
+<li>dev@wookie.apache.org</li>
+<li>user@wookie.apache.org</li>
 <li>announce@apache.org</li>
 </ul>
 </li>
 </ol>
-<h3 id="18-recovering-from-a-vetoed-release">18. Recovering from a vetoed release</h3>
+<h3 id="17-recovering-from-a-vetoed-release">17. Recovering from a vetoed release</h3>
 <ol>
 <li>
 <p>Reply to the initial vote email and prepend to the original subject -</p>
@@ -476,11 +463,11 @@ Any new libraries and code added since t
 </li>
 <li>
 <p>Delete the svn tag you created in step (7) above. Either use eclipse to do this or via command prompt</p>
-<p>$ svn del https://svn.apache.org/repos/asf/incubator/wookie/tags/${project.version} -m "deleting tag from rolled back release"</p>
+<p>$ svn del https://svn.apache.org/repos/asf/wookie/tags/${project.version} -m "deleting tag from rolled back release"</p>
 </li>
 <li>
 <p>Delete the build artifacts on people</p>
-<p>$ rm -rfv /www/people.apache.org/builds/incubator/wookie/${project.version}</p>
+<p>$ rm -rfv /www/people.apache.org/builds/wookie/${project.version}</p>
 </li>
 <li>
 <p>Drop the nexus staging repo</p>

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:52:40 2012
@@ -90,8 +90,8 @@ a <a href="download.html">binary release
 <li>Install <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java JDK</a> (note the JRE is not sufficient)</li>
 <li>Install <a href="http://subversion.apache.org/packages.html">Apache Subversion</a> (or your preferred SVN client, these instructions assume you are using the command line)</li>
 <li>Install <a href="http://archive.apache.org/dist/ant/binaries/">Apache Ant</a> </li>
-<li>Either checkout Wookie from <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk">SVN</a><ul>
-<li>svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk wookie</li>
+<li>Either checkout Wookie from <a href="http://svn.apache.org/repos/asf/wookie/trunk">SVN</a><ul>
+<li>svn co http://svn.apache.org/repos/asf/wookie/trunk wookie</li>
 </ul>
 </li>
 <li>or, download latest stable release (see also <a href="http://www.apache.org/dist/incubator/wookie/KEYS">Release Signing Keys</a>)<ul>
@@ -110,7 +110,7 @@ a <a href="download.html">binary release
 <div class="codehilite"><pre><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">openjdk</span><span class="o">-</span><span class="mi">6</span><span class="o">-</span><span class="n">jdk</span>
 <span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">subversion</span>
 <span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">ant1</span><span class="mf">.7</span>
-<span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/</span><span class="n">wookie</span><span class="sr">/trunk ~/</span><span class="n">projects</span><span class="o">/</span><span class="n">wookie</span>
+<span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/wookie/</span><span class="n">trunk</span> <span class="o">~</span><span class="sr">/projects/</span><span class="n">wookie</span>
 </pre></div>
 
 
@@ -123,7 +123,7 @@ a <a href="download.html">binary release
 <li><a href="http://ant.apache.org/">Apache Ant</a></li>
 </ul>
 <p>Once you've installed those applications you should checkout the source as follows:</p>
-<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/</span><span class="n">wookie</span><span class="sr">/trunk ~/</span><span class="n">projects</span><span class="o">/</span><span class="n">wookie</span>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/wookie/</span><span class="n">trunk</span> <span class="o">~</span><span class="sr">/projects/</span><span class="n">wookie</span>
 </pre></div>
 
 

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:52:40 2012
@@ -103,7 +103,7 @@ therefore welcome and encourage particip
 as easy as possible for people to get involved. </p>
 <h2 id="mailing-lists">Mailing lists</h2>
 <p>Your first engagement with the project should be to subscribe to our
-<a href="/wookie/mailing-lists.html">mailing lists</a>.</p>
+<a href="/mailing-lists.html">mailing lists</a>.</p>
   </div>
 
   <div id="footer">

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:52:40 2012
@@ -80,10 +80,10 @@
   <div id="content">
     <p>We welcome you to join our mailing lists and let us know about your thoughts or ideas about Wookie.</p>
 <ul>
-<li>For developers: wookie-dev@incubator.apache.org - <a href="http://markmail.org/search/?q=list:wookie">Archives</a></li>
-<li>You must be subscribed to post - send an email to <a href="mailto:wookie-dev-subscribe@incubator.apache.org">wookie-dev-subscribe@incubator.apache.org</a></li>
-<li>For users: wookie-user@incubator.apache.org</li>
-<li>You must be subscribed to post - send an email to <a href="mailto:wookie-user-subscribe@incubator.apache.org">wookie-user-subscribe@incubator.apache.org</a></li>
+<li>For developers: dev@incubator.apache.org - <a href="http://markmail.org/search/?q=list:wookie">Archives</a></li>
+<li>You must be subscribed to post - send an email to <a href="mailto:dev-subscribe@wookie.apache.org">dev-subscribe@wookie.apache.org</a></li>
+<li>For users: user@wookie.apache.org</li>
+<li>You must be subscribed to post - send an email to <a href="mailto:user-subscribe@wookie.apache.org">user-subscribe@wookie.apache.org</a></li>
 </ul>
   </div>