Author: al
Date: Thu Nov  5 16:46:28 2015
New Revision: 1712813

URL: http://svn.apache.org/viewvc?rev=1712813&view=rev
Log:
Update source-code with links to all our repositories.

Modified:
    incubator/wave/site/trunk/content/wave/source-code.mdtext

Modified: incubator/wave/site/trunk/content/wave/source-code.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/source-code.mdtext?rev=1712813&r1=1712812&r2=1712813&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/source-code.mdtext (original)
+++ incubator/wave/site/trunk/content/wave/source-code.mdtext Thu Nov  5 
16:46:28 2015
@@ -18,28 +18,44 @@ Notice:    Licensed to the Apache Softwa
 
 # Source Code
 
-Apache Wave resided within the Apache Incubator's  
[Git](http://git.apache.org/) 
-repository.  Anyone is free to view and checkout the source code.  Only 
project members may
+Apache Wave resides within the Apache Incubator's  
[Git](http://git.apache.org/) 
+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.
 
-## Apache Wave Git Mirror (read only)
-Git Mirror URL: 
[git://git.apache.org/incubator-wave.git](git://git.apache.org/incubator-wave.git)
+Currently the mechanism for submitting patches varies between repositories. 
Refer to the relevant section below.
+
+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 
[Apache](https://github.com/apache/) organisation.
+
+##Server and Web Client
 
 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>
 
-## Apache Wave Git - incubation repo (read/write for committers)
-Git  URL: 
[https://git-wip-us.apache.org/repos/asf/incubator-wave.git](https://git-wip-us.apache.org/repos/asf/incubator-wave.git)
+*To submit patches, please create a new review request on [Review 
Board](https://reviews.apache.org/dashboard/), submitting the diff against the 
'wave-git' repository, and add the group 'wave' to the list of reviewers.*
+
+Please refer to the [developer documentation](/documentation.html) for 
information about building from source, and for an overview of the code 
structure.
+
+##Android Client
 
 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>
+
+*To submit patches, please create a new [pull request on 
GitHub](https://github.com/apache/incubator-wave-android/pulls).*
+
+For now, build information can be found in the README at the root of the 
repository. Please help us improve this documentation.
+
+##Documentation
+
+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>
 
-## Historical Google Code Repository
-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:
- 
-[http://code.google.com/p/wave-protocol/](http://code.google.com/p/wave-protocol/)
\ No newline at end of file
+*To submit patches, please create a new [pull request on 
GitHub](https://github.com/apache/incubator-wave-docs/pulls)*
+
+Please refer to the [meta documentation](/documentation.html) for information 
about building the documentation from source and how to improve them.
\ No newline at end of file


Reply via email to