[Swift-commit] r3840 - in www: . downloads inc main
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Jan 4 15:41:40 CST 2011
Author: hategan
Date: 2011-01-04 15:41:40 -0600 (Tue, 04 Jan 2011)
New Revision: 3840
Added:
www/index.html
www/main/
www/main/index.php
Removed:
www/index.php
Modified:
www/downloads/index.php
www/inc/downloads_sidebar.php
www/inc/footer.php
www/inc/header.php
www/inc/home_sidebar.php
www/inc/nav.php
www/inc/papers_sidebar.php
Log:
made internal links relative
Modified: www/downloads/index.php
===================================================================
--- www/downloads/index.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/downloads/index.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -226,7 +226,7 @@
<h3>Swift 0.4 - 2008/03/18</h3>
<p>Swift v0.4 is a development release intended to release functionality
and fixes that have gone in to trunk since v0.3. More details are contained
-in the <a href="http://www.ci.uchicago.edu/swift/packages/release-notes-0.4.txt">release notes</a>.
+in the <a href="../packages/release-notes-0.4.txt">release notes</a>.
[<a href="../packages/vdsk-0.4.tar.gz">vdsk-0.4.tar.gz</a>]
[<a href="../packages/release-notes-0.4.txt">release-notes-0.4.txt</a>]
</p>
Modified: www/inc/downloads_sidebar.php
===================================================================
--- www/inc/downloads_sidebar.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/inc/downloads_sidebar.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,6 +1,6 @@
<h3>GETTING STARTED </h3>
<p>
-<strong>Swift Quickstart Guide</strong> [<a href="http://www.ci.uchicago.edu/swift/guides/quickstartguide.php">html</a>]</p>
+<strong>Swift Quickstart Guide</strong> [<a href="../guides/quickstartguide.php">html</a>]</p>
<p>Use the Quickstart Guide to help you install and configure swift and run a simple 'Hello World' example.</p>
<h4>BUG REPORTS </h4>
Modified: www/inc/footer.php
===================================================================
--- www/inc/footer.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/inc/footer.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,7 +1,7 @@
-<a href="/index.php">HOME</a>
- : <a href="/swift/downloads/index.php">DOWNLOADS</a>
- : <a href="/swift/support/index.php">SUPPORT</a>
- : <a href="/swift/docs/index.php">DOCUMENTATION</a>
- : <a href="/swift/papers/index.php">PAPERS</a>
+<a href="../main/index.php">HOME</a>
+ : <a href="../downloads/index.php">DOWNLOADS</a>
+ : <a href="../support/index.php">SUPPORT</a>
+ : <a href="../docs/index.php">DOCUMENTATION</a>
+ : <a href="../papers/index.php">PAPERS</a>
<!-- : <a href="links/index.php">LINKS</a> -->
<!-- : <a href="http://www.ci.uchicago.edu/test/swift/apps/index.php">APPLICATIONS</a> -->
Modified: www/inc/header.php
===================================================================
--- www/inc/header.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/inc/header.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,3 +1,3 @@
-<img src="http://www.ci.uchicago.edu/swift/images/graphics/banner2.gif" alt="Swift" width="750" height="89" border="0" usemap="#Map" />
-<map name="Map"><area shape="rect" coords="6,1,141,83" href="http://www.ci.uchicago.edu/swift/index.php">
+<img src="../images/graphics/banner2.gif" alt="Swift" width="750" height="89" border="0" usemap="#Map" />
+<map name="Map"><area shape="rect" coords="6,1,141,83" href="../main/index.php">
</map>
Modified: www/inc/home_sidebar.php
===================================================================
--- www/inc/home_sidebar.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/inc/home_sidebar.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,10 +1,10 @@
<h3>What's New?</h3>
<h4>Paper published</h4>
-<p><em>Parallel Scripting for Applications at the Petascale and Beyond</em> [<a href="http://www.ci.uchicago.edu/swift/papers/SwiftParallelScripting.pdf" target="_blank">pdf</a>]</p><br />
+<p><em>Parallel Scripting for Applications at the Petascale and Beyond</em> [<a href="../papers/SwiftParallelScripting.pdf" target="_blank">pdf</a>]</p><br />
<h4>SWIFT 0.9 RELEASE - 27 APR 2009</h4>
<p>
The latest release of Swift, v0.9, is available from the
-<a href="http://www.ci.uchicago.edu/swift/downloads/">downloads page</a>.
+<a href="../downloads/">downloads page</a>.
</p>
<br>
<div class='featurebox_side'>
Modified: www/inc/nav.php
===================================================================
--- www/inc/nav.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/inc/nav.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,9 +1,9 @@
<ul>
-<li><a href="/swift/index.php" class="home">Home</a></li>
-<li><a href="/swift/downloads/index.php" class="downloads">Downloads</a></li>
-<li><a href="/swift/support/index.php" class="support">Support</a></li>
-<li><a href="/swift/docs/index.php" class="docs">Documentation</a></li>
-<li><a href="/swift/papers/index.php" class="papers">Papers</a></li>
-<!-- <li><a href="/links/index.php" class="links">Links</a></li> -->
+<li><a href="../main/index.php" class="home">Home</a></li>
+<li><a href="../downloads/index.php" class="downloads">Downloads</a></li>
+<li><a href="../support/index.php" class="support">Support</a></li>
+<li><a href="../docs/index.php" class="docs">Documentation</a></li>
+<li><a href="../papers/index.php" class="papers">Papers</a></li>
+<!-- <li><a href="../links/index.php" class="links">Links</a></li> -->
<!-- <li><a href="http://www.ci.uchicago.edu/test/swift/apps/index.php" class="apps">Applications</a></li> -->
</ul>
Modified: www/inc/papers_sidebar.php
===================================================================
--- www/inc/papers_sidebar.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/inc/papers_sidebar.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,6 +1,6 @@
<h3>HIGHLIGHTS</h3>
<h4>Technology</h4>
-<p><em>Parallel Scripting for Applications at the Petascale and Beyond (2009)</em> [<a href="http://www.ci.uchicago.edu/swift/papers/SwiftParallelScripting.pdf" target="_blank">pdf</a>]</p><br />
+<p><em>Parallel Scripting for Applications at the Petascale and Beyond (2009)</em> [<a href="../papers/SwiftParallelScripting.pdf" target="_blank">pdf</a>]</p><br />
<p><em>A Notation and System for Expressing and Executing Cleanly Typed Workflows on Messy Scientific Data (2005)</em> [<a href="http://people.cs.uchicago.edu/~yongzh/pub/sigmod-swf-vdl.pdf" target="_blank">pdf</a>]</p><br />
<p><em>XDTM: XML Data Type and Mapping for Specifying Datasets (2005)</em> [<a href="XDTM_egc05.pdf" target="_blank">pdf</a>] </p><br />
<p><em>The Virtual Data Grid: A New Model and Architecture for Data-Intensive Collaboration (2003)</em> [<a href="http://www-db.cs.wisc.edu/cidr/cidr2003/program/p18.pdf">pdf</a>] </p><br />
Added: www/index.html
===================================================================
--- www/index.html (rev 0)
+++ www/index.html 2011-01-04 21:41:40 UTC (rev 3840)
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>Redirecting to Swift Home Page</title>
+ <meta http-equiv="refresh" content="0; url=main">
+ </head>
+ <body>
+ Redirecting to <a href="main">Swift Home Page</a>
+ </body>
+</html>
\ No newline at end of file
Deleted: www/index.php
===================================================================
--- www/index.php 2011-01-04 20:06:02 UTC (rev 3839)
+++ www/index.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -1,107 +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=ISO-8859-1" />
- <title>Swift</title>
- <link href="css/style2.css" rel="stylesheet" type="text/css" />
- </head>
-
- <body id="home">
- <!-- entire page container -->
- <!-- comment -->
- <div id="container">
- <!-- header -->
- <div id="header">
- <?php require('inc/header.php') ?>
- </div>
- <!-- end header -->
- <!-- nav -->
- <div id="nav">
- <?php require('inc/nav.php') ?>
- </div>
- <!-- end nav -->
- <!-- content container -->
- <div id="content">
- <!-- left side content -->
- <div id="left">
-
-<h1>HOME</h1>
-
-<p>
- <strong>Swift</strong> is a system for the <strong>rapid</strong> and
- <strong>reliable</strong> specification, execution, and management of
- <strong>large-scale</strong> science and engineering
- <strong>workflows</strong>. It supports applications that execute many tasks
- coupled by disk-resident <strong>datasets</strong> - as is common, for
- example, when analyzing large quantities of data or performing parameter
- studies or ensemble simulations.
-</p>
-
-<ul>
-
- The open source Swift software combines:
-
- <li>A simple scripting language to enable the concise, high-level
- specifications of complex parallel computations, and mappers for accessing
- diverse data formats in a convenient manner.</li>
-
- <li>An execution engine that can manage the dispatch of many (10,000)
- tasks to many (100) processors, whether on parallel computers, campus
- grids, or multi-site grids.</li>
-
-</ul>
-
-<p>
- Swift users span the physical sciences, biological sciences, social
- sciences, humanities, computer science, and education. Swift users have
- achieved multiple-order-of-magnitude savings in program development and
- execution time.
-</p>
-
-<p>
- Swift builds on and includes technology previously distributed as the
- GriPhyN Virtual Data System.
-</p>
-
-<div class="image">
- <img src="images/workflow.jpg" alt="workflow"/>
-</div>
-<div class="caption">"Swift applied to computational neuroscience. On the left, a small workflow from functional MRI study in aphasia; on the right, a map of brain activation clusters caused by various stimuli."
-</div>
-
-<p>
-The Swift project is supported by the National Science Foundation with
-additional support from NIH, Argonne National Laboratory and the University
-of Chicago Computation Institute.
-</p>
-<p>
-Swift is an effort undergoing incubation at Globus. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful Globus projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by Globus.
-</p>
-
- </div>
- <!-- end left side content -->
- <!-- right side content -->
- <div id="right">
- <?php require('inc/home_sidebar.php') ?>
- </div>
- <!-- end right side content -->
- </div>
- <!-- end content container-->
- <!-- footer -->
- <div id="footer"><?php require('inc/footer.php') ?></div>
- <!-- end footer -->
- </div>
- <!-- end entire page container -->
-
-<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>
Copied: www/main/index.php (from rev 3838, www/index.php)
===================================================================
--- www/main/index.php (rev 0)
+++ www/main/index.php 2011-01-04 21:41:40 UTC (rev 3840)
@@ -0,0 +1,107 @@
+<!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=ISO-8859-1" />
+ <title>Swift</title>
+ <link href="../css/style2.css" rel="stylesheet" type="text/css" />
+ </head>
+
+ <body id="home">
+ <!-- entire page container -->
+ <!-- comment -->
+ <div id="container">
+ <!-- header -->
+ <div id="header">
+ <?php require('../inc/header.php') ?>
+ </div>
+ <!-- end header -->
+ <!-- nav -->
+ <div id="nav">
+ <?php require('../inc/nav.php') ?>
+ </div>
+ <!-- end nav -->
+ <!-- content container -->
+ <div id="content">
+ <!-- left side content -->
+ <div id="left">
+
+<h1>HOME</h1>
+
+<p>
+ <strong>Swift</strong> is a system for the <strong>rapid</strong> and
+ <strong>reliable</strong> specification, execution, and management of
+ <strong>large-scale</strong> science and engineering
+ <strong>workflows</strong>. It supports applications that execute many tasks
+ coupled by disk-resident <strong>datasets</strong> - as is common, for
+ example, when analyzing large quantities of data or performing parameter
+ studies or ensemble simulations.
+</p>
+
+<ul>
+
+ The open source Swift software combines:
+
+ <li>A simple scripting language to enable the concise, high-level
+ specifications of complex parallel computations, and mappers for accessing
+ diverse data formats in a convenient manner.</li>
+
+ <li>An execution engine that can manage the dispatch of many (10,000)
+ tasks to many (100) processors, whether on parallel computers, campus
+ grids, or multi-site grids.</li>
+
+</ul>
+
+<p>
+ Swift users span the physical sciences, biological sciences, social
+ sciences, humanities, computer science, and education. Swift users have
+ achieved multiple-order-of-magnitude savings in program development and
+ execution time.
+</p>
+
+<p>
+ Swift builds on and includes technology previously distributed as the
+ GriPhyN Virtual Data System.
+</p>
+
+<div class="image">
+ <img src="../images/workflow.jpg" alt="workflow"/>
+</div>
+<div class="caption">"Swift applied to computational neuroscience. On the left, a small workflow from functional MRI study in aphasia; on the right, a map of brain activation clusters caused by various stimuli."
+</div>
+
+<p>
+The Swift project is supported by the National Science Foundation with
+additional support from NIH, Argonne National Laboratory and the University
+of Chicago Computation Institute.
+</p>
+<p>
+Swift is an effort undergoing incubation at Globus. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful Globus projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by Globus.
+</p>
+
+ </div>
+ <!-- end left side content -->
+ <!-- right side content -->
+ <div id="right">
+ <?php require('../inc/home_sidebar.php') ?>
+ </div>
+ <!-- end right side content -->
+ </div>
+ <!-- end content container-->
+ <!-- footer -->
+ <div id="footer"><?php require('../inc/footer.php') ?></div>
+ <!-- end footer -->
+ </div>
+ <!-- end entire page container -->
+
+<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