[Swift-commit] r8030 - in www: . Swift-T

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Jul 16 15:38:12 CDT 2014


Author: wozniak
Date: 2014-07-16 15:38:12 -0500 (Wed, 16 Jul 2014)
New Revision: 8030

Added:
   www/Swift-T/index.html.bak
   www/Swift-T/index.php
Removed:
   www/Swift-T/index.html
Modified:
   www/push_to.sh
Log:
Replace Swift/T index with PHP from docs/


Deleted: www/Swift-T/index.html
===================================================================
--- www/Swift-T/index.html	2014-07-16 20:34:03 UTC (rev 8029)
+++ www/Swift-T/index.html	2014-07-16 20:38:12 UTC (rev 8030)
@@ -1,7 +0,0 @@
-<html>
-    <head>
-	<meta http-equiv="refresh" content="0; url=https://sites.google.com/site/exmcomputing/swift-t">
-    </head>
-    <body>
-    </body>
-</html>

Copied: www/Swift-T/index.html.bak (from rev 8027, www/Swift-T/index.html)
===================================================================
--- www/Swift-T/index.html.bak	                        (rev 0)
+++ www/Swift-T/index.html.bak	2014-07-16 20:38:12 UTC (rev 8030)
@@ -0,0 +1,7 @@
+<html>
+    <head>
+	<meta http-equiv="refresh" content="0; url=https://sites.google.com/site/exmcomputing/swift-t">
+    </head>
+    <body>
+    </body>
+</html>

Copied: www/Swift-T/index.php (from rev 8027, www/docs/index.php)
===================================================================
--- www/Swift-T/index.php	                        (rev 0)
+++ www/Swift-T/index.php	2014-07-16 20:38:12 UTC (rev 8030)
@@ -0,0 +1,146 @@
+<!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 - Documentation</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>
+
+<!-- Google analytics -->
+<script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25069254-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+</head>
+
+<body>
+<div class="container_12">
+	<!-- header -->
+	<?php require('../inc/header2.php') ?>
+	<!-- end header -->
+<div class="grid_12 page-header">				
+	<h1>Documentation</h1>
+</div>
+<div class="clear"></div>
+<!-- end .grid_12 -->
+
+ <div class="grid_9">
+<br>
+<h3>Swift Quickstart</h3>
+	This guide describes the steps needed to download, install, configure, and run the basic examples for Swift.
+<br><br>
+<ul>
+	<li type="circle" style="margin-left:50px;">
+           <a href="../guides/quickstart.html">Quickstart Guide</a>
+        </li>
+</ul>
+<p> </p>
+
+<h3>Swift Tutorials</h3>
+        The Swift tutorials give a quick hands-on taste of the key features of the language. The following tutorial lets you try swift
+on your local machine.
+	 <br><br>
+         <ul>
+           <li type="circle" style="margin-left: 50px;"><a href="../tutorials/localhost/tutorial.html">Swift on your local machine</a></li>
+         </ul>
+         The following tutorials lets you try swift on different computation resources that you may have access to:
+         <br><br>
+         <ul>
+            <li type="circle" style="margin-left: 50px;"><a href="../tutorials/cloud/tutorial.html">Swift on Clouds and Ad Hoc collections of workstations</a></li>
+            <li type="circle" style="margin-left: 50px;"><a href="../tutorials/osgconnect/tutorial.html">Swift on OSG Connect</a></li>
+            <li type="circle" style="margin-left: 50px;"><a href="../tutorials/cray/tutorial.html">Swift on Crays</a></li>
+            <li type="circle" style="margin-left: 50px;"><a href="../tutorials/midway/tutorial.html">Swift on RCC Midway Cluster at UChicago / Slurm</a></li>
+         </ul>
+         These take about 20 minutes. Try the one(s) for the computing resources you have access to.<br>
+         Our older tutorial -- worth a quick read -- can be found <a href="../tutorials/old/tutorial.html">here</a>
+<p> </p>
+
+<h3>Swift User Guide</h3>
+        The User Guide provides more detailed reference documentation and background
+        information on swift. It is assumed that the reader is already familiar with
+        the material in the Quickstart and Tutorial documents.
+<br><br>    
+<ul>
+        <li type="circle" style="margin-left:50px;">Latest (0.94)
+        [<a href="../guides/release-0.94/userguide/userguide.html">html</a>] [<a href="../guides/release-0.94/userguide/userguide.pdf">pdf</a>]
+        </li>
+  
+        <li type="circle" style="margin-left:50px;">Trunk
+          [<a href="../guides/trunk/userguide/userguide.html">html</a>] [<a href="../guides/trunk/userguide/userguide.pdf">pdf</a>]
+        </li>
+</ul>
+<p> </p>
+
+
+<h3>Swift Siteguide</h3>
+        This document will guide new users to run Swift in a variety of different environments.
+<br><br>
+<ul>
+        <li type="circle" style="margin-left:50px;">Latest (0.94) [<a href="../guides/release-0.94/siteguide/siteguide.html">html</a>] [<a href="../guides/release-0.94/siteguide/siteguide.pdf">pdf</a>]</li>
+        <li type="circle" style="margin-left:50px;">Trunk [<a href="../guides/trunk/siteguide/siteguide.html">html</a>] [<a href="../guides/trunk/siteguide/siteguide.pdf">pdf</a>]</li>
+</ul>
+<p> </p>
+
+<!--
+<h3>Search All Documentation</h3>
+<div id="cse" style="width: 100%;">Loading</div>
+<script src="//www.google.com/jsapi" type="text/javascript"></script>
+<script type="text/javascript"> 
+  google.load('search', '1', {language : 'en', style : google.loader.themes.SHINY});
+  google.setOnLoadCallback(function() {
+    var customSearchControl = new google.search.CustomSearchControl('007067124251691692991:pbx7ijbjeea');
+    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
+    customSearchControl.draw('cse');
+  }, true);
+</script>
+-->
+
+<!-- 
+<h3>Swift Cookbook</h3>
+        
+	This cookbook is a collection of recipes involving setting up and running Swift. It is compiled by various members of the Swift community.
+<br><br>
+<ul>
+        <li type="circle" style="margin-left:50px;">Latest (0.93) [<a href="../guides/release-0.93/cookbook/cookbook.html">html</a>] [<a href="../guides/release-0.93/cookbook/cookbook.pdf">pdf</a>]</li>
+</ul>
+-->
+
+	<p> </p>
+	</div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+  	<?php require('../inc/docs_sidebar.php') ?>
+  </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>

Modified: www/push_to.sh
===================================================================
--- www/push_to.sh	2014-07-16 20:34:03 UTC (rev 8029)
+++ www/push_to.sh	2014-07-16 20:38:12 UTC (rev 8030)
@@ -100,7 +100,7 @@
 images/button_bg_175.png
 images/bullet_next_32.png
 about/index.php
-Swift-T/index.html
+Swift-T/index.php
 index.html
 shCoreu.js
 js/jquery-1.5.1.min.js




More information about the Swift-commit mailing list