[Swift-commit] r4891 - wwwdev
vytas at ci.uchicago.edu
vytas at ci.uchicago.edu
Mon Aug 1 09:17:10 CDT 2011
Author: vytas
Date: 2011-08-01 09:16:54 -0500 (Mon, 01 Aug 2011)
New Revision: 4891
Removed:
wwwdev/_notes/
wwwdev/index.php
Log:
wrong directory
Deleted: wwwdev/index.php
===================================================================
--- wwwdev/index.php 2011-08-01 14:15:45 UTC (rev 4890)
+++ wwwdev/index.php 2011-08-01 14:16:54 UTC (rev 4891)
@@ -1,62 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>Swift - About</title>
-<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
-<link href="../css/reset.css" rel="stylesheet" type="text/css" />
-<link href="../css/style3.css" rel="stylesheet" type="text/css" />
-<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
-<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
-</head>
-
-<body>
-<div class="container_12">
- <!-- header -->
- <?php require('../inc/header2.php') ?>
- <!-- end header -->
-<div class="grid_12 page-header">
- <h1>About</h1>
-</div>
-<div class="clear"></div>
-<!-- end .grid_12 -->
-
- <div class="grid_9">
- <p> Swift incorporates several existing toolkits and engines to achieve its results. <em>What can Swift do for you?</em> </p>
-
-<h4>Globus Toolkit</h4>
-<p>Swift uses the <a href="http://www.globus.org/" target="_blank">Globus Toolkit</a> as middleware to talk to various resources.</p>
-
-<h4>Java CoG Kit</h4>
-<p>The <a href="http://wiki.cogkit.org/index.php/Main_Page" target="_blank">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>
-
-<h4>TeraGrid</h4>
-<p>
-"<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."</p>
- <p> </p>
- </div>
- <!-- end .grid_9 -->
- <div class="grid_3">
- <?php require('../inc/about_sidebar.php') ?>
- <p> </p>
- </div>
- <!-- end .grid_3 -->
-
- <div class="clear"></div>
-
- </div>
-<!-- end .container_12 -->
-<!-- footer -->
-<?php require('../inc/footer2.php') ?>
-<!-- end footer -->
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-106257-5");
-pageTracker._trackPageview();
-} catch(err) {}</script>
-</body>
-</html>
More information about the Swift-commit
mailing list