summaryrefslogtreecommitdiffstats
path: root/genome-site-1.0.0/content/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'genome-site-1.0.0/content/download.php')
-rw-r--r--genome-site-1.0.0/content/download.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/genome-site-1.0.0/content/download.php b/genome-site-1.0.0/content/download.php
index eebc812..3f452bf 100644
--- a/genome-site-1.0.0/content/download.php
+++ b/genome-site-1.0.0/content/download.php
@@ -3,7 +3,18 @@
<div id="body">
<? include("menu.php") ?>
<div id="content">
- <div id="inner"></div>
+ <div id="inner">
+ <h1>Download The Source!</h1>
+ <ul class="toc">
+
+ <li><a href="http://fedorahosted.org/genome">The Genome project is hosted by Fedora Hosted</a>
+ <ul>
+ <li><a href="#checkoutcode">Checkout The Code</a></li>
+ <li><a href="#gitmodulestructure">Contribute Genome Documentation</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div>
</div>
</div>
<? include("footer.php") ?>