[Swift-commit] r2599 - www

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Feb 24 09:16:55 CST 2009


Author: benc
Date: 2009-02-24 09:16:55 -0600 (Tue, 24 Feb 2009)
New Revision: 2599

Removed:
   www/architecture.shtml
   www/links.shtml
   www/menu.html
   www/projects.shtml
Log:
remove leftovers from long ago website redesign

Deleted: www/architecture.shtml
===================================================================
--- www/architecture.shtml	2009-02-24 14:27:06 UTC (rev 2598)
+++ www/architecture.shtml	2009-02-24 15:16:55 UTC (rev 2599)
@@ -1,21 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-	<head>
-		<title>Swift Architecture</title> 
-		<link rel="stylesheet" type="text/css" href="style.css">
-		<script type="text/javascript" src="dhtml.js"></script>
-	</head>
-	<body onLoad="initjs();">
-		<table border="0">
-			<tr>
-				<td valign="top">
-					<!--#include virtual="menu.html" -->
-				</td>
-				<td valign="top" class="main">
-<h1>Swift Architecture</h1>
-<p>Lorem ipsum again</p>
-				</td>
-			</tr>
-		</table>
-	</body>
-</html>

Deleted: www/links.shtml
===================================================================
--- www/links.shtml	2009-02-24 14:27:06 UTC (rev 2598)
+++ www/links.shtml	2009-02-24 15:16:55 UTC (rev 2599)
@@ -1,38 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-	<head>
-		<title>Swift Links</title> 
-		<link rel="stylesheet" type="text/css" href="style.css">
-		<script type="text/javascript" src="dhtml.js"></script>
-	</head>
-	<body onLoad="initjs();">
-		<table border="0">
-			<tr>
-				<td valign="top">
-					<!--#include virtual="menu.html" -->
-				</td>
-				<td valign="top" class="main">
-<h1>Swift Links</h1>
-<h2>Globus Toolkit</h2>
-<p>
-	Swift uses the <a href="http://www.globus.org">Globus Toolkit</a> as middleware to talk to various resources.
-</p>
-
-<h2>Java CoG Kit</h2>
-<p>
-	The <a href="http://www.cogkit.org">CoG Kit</a> provides a high level uniform interface to different versions of the Globus Toolkit. It also contains the Karajan language and interpreter which is used as an underlying execution engine for Swift.
-</p>
-
-<h2>TeraGrid</h2>
-
-<p>
-		<em>"<a href="http://www.teragrid.org">TeraGrid</a> is an open scientific discovery infrastructure combining leadership class resources at nine partner sites to create an integrated, persistent computational resource."</em>
-		
-</p>
-
-
-				</td>
-			</tr>
-		</table>
-	</body>
-</html>

Deleted: www/menu.html
===================================================================
--- www/menu.html	2009-02-24 14:27:06 UTC (rev 2598)
+++ www/menu.html	2009-02-24 15:16:55 UTC (rev 2599)
@@ -1,31 +0,0 @@
-<table border="0" height="100%" class="menubar">
-
-	<tr>
-		<td><img src="swift-logo.jpg"><p></td>
-	</tr>   
-
-	<tr>
-		<td><a href="index.shtml" class="menulink">Home</a></td>
-	</tr>
-	<tr>
-		<td><a href="documentation.shtml" class="menulink">Documentation</a></td>
-	</tr>
-	<tr>
-		<td><a href="download.shtml" class="menulink">Download</a></td>
-	</tr>
-	<!--<tr>
-		<td><a href="architecture.shtml" class="menulink">Architecture</a></td>
-	</tr>-->
-	<tr>
-		<td><a href="projects.shtml" class="menulink">Projects</a></td>
-	</tr>
-	<tr>
-		<td><a href="links.shtml" class="menulink">Links</a></td>
-	</tr>
-	<tr>
-		<td><a href="contact.shtml" class="menulink">Contact</a></td>
-	</tr>
-	<tr height="100%">
-		<td> </td>
-	</tr>
-</table>

Deleted: www/projects.shtml
===================================================================
--- www/projects.shtml	2009-02-24 14:27:06 UTC (rev 2598)
+++ www/projects.shtml	2009-02-24 15:16:55 UTC (rev 2599)
@@ -1,45 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-	<head>
-		<title>Swift Projects</title> 
-		<link rel="stylesheet" type="text/css" href="style.css">
-		<script type="text/javascript" src="dhtml.js"></script>
-	</head>
-	<body onLoad="initjs();">
-		<table border="0">
-			<tr>
-				<td valign="top">
-					<!--#include virtual="menu.html" -->
-				</td>
-				<td valign="top" class="main">
-<h1>Swift Projects</h1>
-
-<!-- start of template -->
-<h2>BRIC</h2>
-
-<p>
-Neuroscience research using the SwiftScript workflow language and the Swift workflow engine.
-</p>
-
-<!-- pretty pictures follow -->
-<table border="0" class="images">
-	<tr>
-		<td align="center">
-			<a class="thumbnaillink" href="bric-flow.jpg">
-				<img class="thumbnail" src="bric-flow-thm.jpg">
-			</a>
-		</td>
-	</tr>
-	<tr>
-		<td align="center">
-			<a class="thumbnaillink" href="bric-flow.jpg">Flow Graph</a>
-		</td>
-	</tr>
-</table>
-<!-- end of template -->
-
-				</td>
-			</tr>
-		</table>
-	</body>
-</html>




More information about the Swift-commit mailing list