Work-in-progress snapshot of the source.android.com (formerly PDK) site

refresh.
This commit is contained in:
Dan Morrill
2009-11-06 14:04:16 -08:00
parent ab566dea57
commit 3cd199f9a6
104 changed files with 9987 additions and 146 deletions

View File

@@ -0,0 +1,36 @@
<script type="text/javascript" language="JavaScript">
<!--
function nothing() {}
-->
</script>
<ul>
<li><h2>The Project</h2><ul>
<li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li>
<li><a href="<?cs var:toroot ?>source/licenses.html">Licensing Information</a></li>
<li><a href="http://android.git.kernel.org/">Browse Source</a></li>
<li><a href="<?cs var:toroot ?>source/overview.html">Platform Overview</a></li>
<li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li>
</ul>
<li><h2>Getting Started</h2><ul>
<li><a href="<?cs var:toroot ?>source/download.html">Getting the Source</a></li>
<li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li>
<li><a href="<?cs var:toroot ?>source/using-eclipse.html">Using Eclipse</a></li>
<li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li>
<li><a href="<?cs var:toroot ?>source/building-dream.html">Building for ADP1</a></li>
</ul>
<li><h2>Contributing</h2><ul>
<li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a></li>
<li><a href="<?cs var:toroot ?>source/submit-patches.html">Submitting Patches</a></li>
<li><a href="<?cs var:toroot ?>source/report-bugs.html">Reporting Bugs</a></li>
</ul>
</ul>
<script type="text/javascript">
<!--
buildToggleLists();
//-->
</script>