diff options
| author | Chris Alfonso <calfonso@redhat.com> | 2008-07-28 14:27:02 -0400 |
|---|---|---|
| committer | Chris Alfonso <calfonso@redhat.com> | 2008-07-28 14:31:53 -0400 |
| commit | 2ce82838be0dacaee404e313b25434efd22a1684 (patch) | |
| tree | 827c7cedad14ae172f73fb11464779a4187a0eea | |
| parent | abb5ad5126f58e04bc7f0be598216f5d13cd3723 (diff) | |
| download | site-2ce82838be0dacaee404e313b25434efd22a1684.tar.gz site-2ce82838be0dacaee404e313b25434efd22a1684.tar.xz site-2ce82838be0dacaee404e313b25434efd22a1684.zip | |
Adding wiki link to the site nav
| -rw-r--r-- | genome-site/content/menu.php | 1 | ||||
| -rw-r--r-- | genome-site/content/screenshots.php | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/genome-site/content/menu.php b/genome-site/content/menu.php index 15e8069..1f7d943 100644 --- a/genome-site/content/menu.php +++ b/genome-site/content/menu.php @@ -24,5 +24,6 @@ <li><div> <a class="<?php echo $overview ?>" title="Overview" href="./overview.php?trk=o">Overview</a> </div></li> <li><div> <a class="inactive" title="Quickstart" href="https://fedorahosted.org/genome/wiki/QuickStart">Quickstart</a> </div></li> <li><div> <a class="<?php echo $screenshots ?>" title="Screenshots" href="./screenshots.php?trk=s">Screenshots</a> </div></li> + <li><div> <a class="inactive" title="Wiki" href="https://fedorahosted.org/genome/wiki">Wiki</a> </div></li> </ul> </div> diff --git a/genome-site/content/screenshots.php b/genome-site/content/screenshots.php index b9e853b..2771c5f 100644 --- a/genome-site/content/screenshots.php +++ b/genome-site/content/screenshots.php @@ -13,13 +13,6 @@ <li><span class="screenshot-desc">The Genome node web interfaace (http://[GENOME_SERVER/genome/nodes/[MACHINE_NAME].html])</span><a href="styles/Genomed_node_large.png" ><img src="./styles/Genomed_node_small.png" /></a></li> </ul> </p> - <h3>Create an isolated infrastructure using the Genome tools</h3> - <p>Use the genome tools to create an Genome Repository machine and a cloud of machines to build out an entire IT infrastructure.</p> - <p><img src="./styles/genome-high-level.png" border="0" alt="genome high level diagram" /></p> - <h3>Setup parallel infrastructure and synchronize later </h3> - <p>Multiple Genome repositories can share a cloud of machines. Creating isolated Genome repositories allows a team to isolate their changes from others and then later synchronize changes when features are ready to merge.</p> - <p><img src="./styles/genome-expansion.png" border="0" alt="genome high level diagram" /></p> - </div> </div> </div> |
