summaryrefslogtreecommitdiffstats
path: root/genome-site/content/download.php
blob: 2b5be43411ee1e637a1399da5ff15e2bf3f7a15b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<? include("header.php") ?>
  <div id="body">
<? include("menu.php") ?>
        <div id="content">
            <div id="inner">
               <h1>Download The Source!</h1>
               <ul class="toc">

                  <li><a href="http://fedorahosted.org/genome">The Genome project is hosted on fedorahosted.org</a>
                  <ul>
                    <li><a href="../docs/genome/#genome-ContributeCodeCheckout">Checkout The Code</a></li>
                  </ul>
                  </li>
                </ul>
            </div>
        </div>
  </div>
<? include("footer.php") ?>