blob: cae2059ec52c4ecc83e9e3ee5b02897847d6ec5e [file] [log] [blame]
<?php
include( $_SERVER['DOCUMENT_ROOT'] . "/rap/_projectCommon.php" );
$title = "RAP - Source Code";
$navPosition = array( "download", "source" );
printHeader( $title, $navPosition );
?>
<div id="midcolumn">
<h1>Source Code</h1>
<p>
All our source code is hosted in git repositories at Eclipse.
</p>
<h2>RAP</h2>
<p>
This repository contains the entire source code of the RAP platform (a.k.a. the runtime).
</p>
<ul>
<li>
<strong>browse</strong> the repository:
<a href="http://git.eclipse.org/c/rap/org.eclipse.rap.git/tree">git.eclipse.org/c/rap/org.eclipse.rap.git/tree</a>
</li>
<li>
<strong>clone</strong> the repository:
git://git.eclipse.org/gitroot/rap/org.eclipse.rap.git
</li>
<li>
<strong>push changes</strong> to <a href="http://wiki.eclipse.org/Gerrit">Gerrit</a>:
ssh://username@git.eclipse.org:29418/rap/org.eclipse.rap.git
</li>
</ul>
<h2>RAP Tools</h2>
<p>
This repository contains the code of the Eclipse tools for RAP.
</p>
<ul>
<li>
<strong>browse</strong> the repository:
<a href="http://git.eclipse.org/c/rap/org.eclipse.rap.tools.git/tree">git.eclipse.org/c/rap/org.eclipse.rap.tools.git/tree</a>
</li>
<li>
<strong>clone</strong> the repository: git://git.eclipse.org/gitroot/rap/org.eclipse.rap.tools.git
</li>
<li>
<strong>push changes</strong> to <a href="http://wiki.eclipse.org/Gerrit">Gerrit</a>:
ssh://username@git.eclipse.org:29418/rap/org.eclipse.rap.tools.git
</li>
</ul>
<h2>Incubator</h2>
<p>
See the <a href="/rap/incubator/">Incubator page</a> for the git repositories
of all RAP Incubator components.
</p>
<h2>Learn about git at Eclipse</h2>
<p>For more information on git at Eclipse read <a href="http://wiki.eclipse.org/Git">this introduction</a>.</p>
<h2>Github mirrors</h2>
<p>
Our git repositories are mirrored on <a href="https://github.com/eclipse/">github</a>, fork us ;-).
</p>
</div>
<div id="rightcolumn">
<?php includeSidebar( "rap-feed.php" ) ?>
</div>
<?php
printFooter();
?>