Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickb2009-07-10 23:33:40 +0000
committernickb2009-07-10 23:33:40 +0000
commite0a712196b31e125ffc572a9990394908fdb6402 (patch)
treefa144373375587cd93400ee91526c45c50e88786
parentcbae8f9dfed0076dd182c6344235f01900b5832f (diff)
downloaddash-e0a712196b31e125ffc572a9990394908fdb6402.tar.gz
dash-e0a712196b31e125ffc572a9990394908fdb6402.tar.xz
dash-e0a712196b31e125ffc572a9990394908fdb6402.zip
add athena to dash homepage
-rw-r--r--athena/index.php1
-rw-r--r--images/Athena-CBI-Hudson.pngbin0 -> 96294 bytes
-rw-r--r--images/Athena-CBI-Hudson_th.pngbin0 -> 31521 bytes
-rw-r--r--index.php9
4 files changed, 6 insertions, 4 deletions
diff --git a/athena/index.php b/athena/index.php
new file mode 100644
index 0000000..df11c9f
--- /dev/null
+++ b/athena/index.php
@@ -0,0 +1 @@
+<?php header("Location: http://wiki.eclipse.org/Athena_Common_Build"); ?> \ No newline at end of file
diff --git a/images/Athena-CBI-Hudson.png b/images/Athena-CBI-Hudson.png
new file mode 100644
index 0000000..3934b9a
--- /dev/null
+++ b/images/Athena-CBI-Hudson.png
Binary files differ
diff --git a/images/Athena-CBI-Hudson_th.png b/images/Athena-CBI-Hudson_th.png
new file mode 100644
index 0000000..ee4a047
--- /dev/null
+++ b/images/Athena-CBI-Hudson_th.png
Binary files differ
diff --git a/index.php b/index.php
index cf780cd..a7bdadc 100644
--- a/index.php
+++ b/index.php
@@ -19,13 +19,14 @@ Project Dash is a place where the community itself can collaborate on tools for
This is very much a research project as we are not entirely sure what these tools will be. </p>
<center><table width="100%"><tr>
-<td valign="top" align="center"><a href="http://dash.eclipse.org/dash/commits/web-app/"><img src="images/summary.png" border="0"><br>
-Commits Explorer</a></td>
+<td valign="top" align="center"><a href="images/Athena-CBI-Hudson.png"><img src="images/Athena-CBI-Hudson_th.png" border="0"></a><br><a href="http://wiki.eclipse.org/Athena_Common_Build">Athena Common Build</a></td>
<td valign="top" align="center"><a href="http://portal.eclipse.org/"><img src="images/portal.png" border="0"><br>
Foundation Portal</a></td>
+<td valign="top" align="center"><a href="http://dash.eclipse.org/dash/commits/web-app/"><img src="images/summary.png" border="0"><br>
+Commits Explorer</a></td>
</td></table></center>
-<h2>New &amp; Noteworthy</h2>
+<!-- <h2>New &amp; Noteworthy</h2>
<ul>
<?php
$files = glob('new-and-noteworthy/M*.htm');
@@ -36,7 +37,7 @@ foreach( $files as $filename ) {
}
}
?>
-</ul>
+</ul> -->
<h2>The Rest of The Story</h2>
<p>See our <a href="http://wiki.eclipse.org/Dash_Project">wiki pages</a> for

Back to the top