myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [1920] trunk/public/index.html: Updated to includ


From: noreply
Subject: [myexperiment-hackers] [1920] trunk/public/index.html: Updated to include more info about developer pages and codebase.
Date: Tue, 4 Nov 2008 06:24:10 -0500 (EST)

Revision
1920
Author
jits
Date
2008-11-04 06:24:09 -0500 (Tue, 04 Nov 2008)

Log Message

Updated to include more info about developer pages and codebase. Also updated counts.

Modified Paths

Diff

Modified: trunk/public/index.html (1919 => 1920)


--- trunk/public/index.html	2008-11-04 01:10:50 UTC (rev 1919)
+++ trunk/public/index.html	2008-11-04 11:24:09 UTC (rev 1920)
@@ -43,7 +43,7 @@
 					<!-- Quick Start -->
 					<div class="box" style="margin-right: 20px; width: 320px;">
 						<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
-						<div class="content" style="height: 30em;">
+						<div class="content" style="height: 31.5em;">
 							<div class="links">
 								<p class="heading" style="margin-left: 1em; margin-bottom: 1em; text-align: left;">
 									Use myExperiment to...
@@ -102,7 +102,7 @@
 					<!-- Quick Links -->
 					<div class="box" style="margin-right: 20px; width: 280px;">
 						<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
-						<div class="content" style="height: 30em; text-align: center;">
+						<div class="content" style="height: 31.5em; text-align: center;">
 							
 							<center>
 								<a href="" alt="Explore button" title="Explore myExperiment" class="letmein_button">
@@ -117,6 +117,7 @@
 								<p style="margin-top: 1em;"><a href="" target="_blank" style="font-weight: bolder;">About myExperiment</a></p>
 								<p><a href="" target="_blank">Join the Mailing List</a></p>
 								<p><a href="" us Feedback</a></p>
+								<p><a href="" target="_blank">For Developers</a></p>
 								<p><a href="" target="_blank">The myGrid Project</a></p>
 								<p><a href="" target="_blank">Taverna Workflow Workbench</a></p>
 								<p><a href="" target="_blank">The BioCatalogue Project</a></p>
@@ -129,7 +130,7 @@
 					<!-- Register / Login -->
 					<div class="box" style="width: 230px;">
 						<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
-						<div class="content" style="height: 30em;">
+						<div class="content" style="height: 31.5em;">
 								<center>
 									<a href="" alt="Register button" title="Register for an account on myExperiment" class="register_button">
 									</a>
@@ -192,13 +193,13 @@
 					<br class="clearer">&nbsp;</br>
 					
 					<div class="stats">
-						myExperiment has over 1204 users, 99 groups, 459 workflows, 130 files and 36 packs
+						myExperiment has over 1250 users, 100 groups, 490 workflows, 130 files and 40 packs
 					</div>
 					
 					<!-- About -->
 					<div class="box" style="margin-right: 20px; width: 320px;">
 						<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
-						<div class="content" style="height: 27em; padding: 0.3em 1.5em;">
+						<div class="content" style="height: 35em; padding: 0.3em 1.5em;">
 							<p class="heading">
 								About
 							</p>
@@ -214,7 +215,10 @@
               </p>
               <p>
                 The software that powers myexperiment.org is downloadable so that you can run your
-                own myExperiment instance.
+                own myExperiment instance. For more information visit our 
+                <a href="" target="_blank">developer pages</a>. 
+                The <a href="" target="_blank">source code</a>  is maintained on 
+                RubyForge and is available under the <b>BSD licence</b>.
               </p>
               <p>
                 See the <a href="" Wiki</b></a>
@@ -228,7 +232,7 @@
 					<!-- Who -->						
 					<div class="box" style="margin-right: 20px; width: 320px;">
 						<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
-						<div class="content" style="height: 27em; padding: 0.3em 1.5em;">
+						<div class="content" style="height: 35em; padding: 0.3em 1.5em;">
 							<p class="heading">
 								Who?
 							</p>
@@ -257,7 +261,7 @@
 					<!-- Latest Announcements -->
 					<div class="box" style="width: 190px;">
 						<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
-						<div class="content" style="height: 27em; padding: 0.4em 0.8em;">
+						<div class="content" style="height: 35em; padding: 0.4em 0.8em;">
 							<p class="heading">
 								<a href="" style="margin-right: 0.3em;">
 									<img src="" alt="Subscribe to site announcements icon" title="Subscribe to site announcements RSS feed" />
@@ -302,7 +306,7 @@
 
         xhr = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject('MSXML2.XMLHTTP.3.0');
 
-        xhr.open('GET', '/announcements.xml?num=5&order=reverse', true);
+        xhr.open('GET', '/announcements.xml?num=6&order=reverse', true);
         xhr.setRequestHeader('Accept', 'application/xml');
 
         xhr. {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]