Author: buildbot
Date: Thu Nov  5 16:46:36 2015
New Revision: 971456

Log:
Staging update by buildbot for wave

Modified:
    websites/staging/wave/trunk/content/   (props changed)
    websites/staging/wave/trunk/content/wave/source-code.html

Propchange: websites/staging/wave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov  5 16:46:36 2015
@@ -1 +1 @@
-1712812
+1712813

Modified: websites/staging/wave/trunk/content/wave/source-code.html
==============================================================================
--- websites/staging/wave/trunk/content/wave/source-code.html (original)
+++ websites/staging/wave/trunk/content/wave/source-code.html Thu Nov  5 
16:46:36 2015
@@ -37,7 +37,18 @@
       <div id="main">
         <div id="navigation">
         
-        <h1 id="general">General</h1>
+        <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="general">General<a class="headerlink" href="#general" title="Permanent 
link">&para;</a></h1>
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="about.html">About</a></li>
@@ -45,21 +56,21 @@
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="http://incubator.apache.org/projects/wave.html";>Incubator 
Page</a></li>
 </ul>
-<h1 id="community">Community</h1>
+<h1 id="community">Community<a class="headerlink" href="#community" 
title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="get-involved.html">Get Involved</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0";>License</a></li>
 <li><a href="mailing-lists.html">Mailing Lists</a></li>
 <li><a href="people.html">People</a></li>
 </ul>
-<h1 id="development">Development</h1>
+<h1 id="development">Development<a class="headerlink" href="#development" 
title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="source-code.html">Source Code</a></li>
 <li><a href="https://issues.apache.org/jira/browse/WAVE";>Issue Tracker</a></li>
 <li><a 
href="https://cwiki.apache.org/confluence/display/WAVE/Home";>Wiki</a></li>
 <li><a href="demo-servers.html">Demo Servers</a></li>
 </ul>
-<h1 id="apache-foundation">Apache Foundation</h1>
+<h1 id="apache-foundation">Apache Foundation<a class="headerlink" 
href="#apache-foundation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org";>Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
@@ -68,26 +79,45 @@
 </ul>
         </div>
         <div id="content">
-        <h1 id="source-code">Source Code</h1>
-<p>Apache Wave resided within the Apache Incubator's  <a 
href="http://git.apache.org/";>Git</a> 
-repository.  Anyone is free to view and checkout the source code.  Only 
project members may
+        <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="source-code">Source Code<a class="headerlink" href="#source-code" 
title="Permanent link">&para;</a></h1>
+<p>Apache Wave resides within the Apache Incubator's  <a 
href="http://git.apache.org/";>Git</a> 
+repository space.  Anyone is free to view and checkout the source code.  Only 
project members may
 commit directly to the repository, however feel free to submit a patch.  If 
accepted a committer
 can commit the code on your behalf.</p>
-<h2 id="apache-wave-git-mirror-read-only">Apache Wave Git Mirror (read 
only)</h2>
-<p>Git Mirror URL: <a 
href="git://git.apache.org/incubator-wave.git">git://git.apache.org/incubator-wave.git</a></p>
+<p>Currently the mechanism for submitting patches varies between repositories. 
Refer to the relevant section below.</p>
+<p>All the git repositories are also mirrored to GitHub allowing you to fork 
them to your own pleasure. You can find them under the same name in the <a 
href="https://github.com/apache/";>Apache</a> organisation.</p>
+<h2 id="server-and-web-client">Server and Web Client<a class="headerlink" 
href="#server-and-web-client" title="Permanent link">&para;</a></h2>
 <p>To clone the source code issue the following command:
 <div class="code">
-git clone git://git.apache.org/incubator-wave.git wave
+git clone https://git-wip-us.apache.org/repos/asf/incubator-wave.git wave
 </div></p>
-<h2 id="apache-wave-git-incubation-repo-readwrite-for-committers">Apache Wave 
Git - incubation repo (read/write for committers)</h2>
-<p>Git  URL: <a 
href="https://git-wip-us.apache.org/repos/asf/incubator-wave.git";>https://git-wip-us.apache.org/repos/asf/incubator-wave.git</a></p>
+<p><em>To submit patches, please create a new review request on <a 
href="https://reviews.apache.org/dashboard/";>Review Board</a>, submitting the 
diff against the 'wave-git' repository, and add the group 'wave' to the list of 
reviewers.</em></p>
+<p>Please refer to the <a href="/documentation.html">developer 
documentation</a> for information about building from source, and for an 
overview of the code structure.</p>
+<h2 id="android-client">Android Client<a class="headerlink" 
href="#android-client" title="Permanent link">&para;</a></h2>
 <p>To clone the source code issue the following command:
 <div class="code">
-git clone https://git-wip-us.apache.org/repos/asf/incubator-wave.git wave
+git clone 
https://git-wip-us.apache.org/repos/asf/incubator-wave-android.git](https://git-wip-us.apache.org/repos/asf/incubator-wave-android.git
+</div></p>
+<p><em>To submit patches, please create a new <a 
href="https://github.com/apache/incubator-wave-android/pulls";>pull request on 
GitHub</a>.</em></p>
+<p>For now, build information can be found in the README at the root of the 
repository. Please help us improve this documentation.</p>
+<h2 id="documentation">Documentation<a class="headerlink" 
href="#documentation" title="Permanent link">&para;</a></h2>
+<p>To clone the source code issue the following command:
+<div class="code">
+git clone 
https://git-wip-us.apache.org/repos/asf/incubator-wave-docs.git](https://git-wip-us.apache.org/repos/asf/incubator-wave-docs.git
 </div></p>
-<h2 id="historical-google-code-repository">Historical Google Code 
Repository</h2>
-<p>Before moving to Apache, the wave source code was hosted at Google Code.  
The source remains there for historical reference.  This code base can be found 
here:</p>
-<p><a 
href="http://code.google.com/p/wave-protocol/";>http://code.google.com/p/wave-protocol/</a></p>
+<p><em>To submit patches, please create a new <a 
href="https://github.com/apache/incubator-wave-docs/pulls";>pull request on 
GitHub</a></em></p>
+<p>Please refer to the <a href="/documentation.html">meta documentation</a> 
for information about building the documentation from source and how to improve 
them.</p>
         </div>
         <div style="clear: both;"></div>
       </div>


Reply via email to