[Swift-commit] r5384 - in wwwdev: . css inc main
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Thu Dec 8 18:24:45 CST 2011
Author: davidk
Date: 2011-12-08 18:24:45 -0600 (Thu, 08 Dec 2011)
New Revision: 5384
Modified:
wwwdev/TODO
wwwdev/css/style3.css
wwwdev/inc/header2.php
wwwdev/main/index.php
Log:
Finish some items from the todo list
Modified: wwwdev/TODO
===================================================================
--- wwwdev/TODO 2011-12-09 00:24:15 UTC (rev 5383)
+++ wwwdev/TODO 2011-12-09 00:24:45 UTC (rev 5384)
@@ -8,7 +8,7 @@
add "from multicore notebooks to clusters, grids, clouds and
supercomputers? May drop the initial "The".
-Move "support" to be the third item in the nav bar
+DONE - Move "support" to be the third item in the nav bar
Improve the About page.
@@ -18,13 +18,18 @@
tweak the interval between rotations on the home page - seems a touch fast right now
+DONE - title is now "Swift - The Parallel Scripting Language".
adjust title on main (all?) pages, from:
<title>Swift - A system for rapid and reliable specification, execution, and management of large scale workflows</title>
+DONE - There is no way to do a true sorted search without a google hardware solution, but I made a change to the context xml
+to boost the value of newly indexed pages. (Note that all pages from the start of the mailing list until about a month ago
+were indexed at the same time. Posts newer than that should be given a boost, but it's not gauranteed)
make swift-* list search box on support page list results newest first.
Add "parallel scripting language" on the blue top stripe, to the right of "Swift >>>" logo
-Make text in top line same font as rest of page, and say:
+
+DONE - Make text in top line same font as rest of page, and say:
An easy way to use any parallel system: from multicore notebooks to clusters, clouds and supercomputers
Makes parallel computing easier - from multicore notebooks to clusters, clouds and supercomputers
=> Fast easy parallel scripting - on multicores, clusters, clouds and supercomputers
Modified: wwwdev/css/style3.css
===================================================================
--- wwwdev/css/style3.css 2011-12-09 00:24:15 UTC (rev 5383)
+++ wwwdev/css/style3.css 2011-12-09 00:24:45 UTC (rev 5384)
@@ -95,14 +95,14 @@
}
.tagline {
- font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
+ font-family: myriad-pro-1,myriad-pro-2, Arial, Helvetica, sans-serif;
font-weight: 300;
font-style: normal;
text-align:center;
+ font-size: 20px;
text-shadow: 1px 1px 1px #ccc;
padding: 30px 0px 30px 0px;
color:#333;
- font-size: 20px;
}
#content {
Modified: wwwdev/inc/header2.php
===================================================================
--- wwwdev/inc/header2.php 2011-12-09 00:24:15 UTC (rev 5383)
+++ wwwdev/inc/header2.php 2011-12-09 00:24:45 UTC (rev 5384)
@@ -13,7 +13,7 @@
<ul id="nav">
<li><a href="../downloads/index.php"<?php if (strpos($p, 'downloads')) echo' class="current"'?>>downloads</a></li>
<li><a href="../docs/index.php"<?php if (strpos($p, 'docs')) echo' class="current"'?>>documentation</a></li>
+ <li class="last"><a href="../support/index.php"<?php if (strpos($p, 'support')) echo' class="current"'?>>support</a></li>
<li><a href="../case_studies/index.php"<?php if (strpos($p, 'case_studies')) echo' class="current"'?>>case studies</a></li>
<li><a href="../papers/index.php"<?php if (strpos($p, 'papers')) echo' class="current"'?>>papers</a></li>
- <li class="last"><a href="../support/index.php"<?php if (strpos($p, 'support')) echo' class="current"'?>>support</a></li>
</ul>
Modified: wwwdev/main/index.php
===================================================================
--- wwwdev/main/index.php 2011-12-09 00:24:15 UTC (rev 5383)
+++ wwwdev/main/index.php 2011-12-09 00:24:45 UTC (rev 5384)
@@ -50,7 +50,7 @@
<div class="grid_12">
<h1 class="tagline">
<!-- A system for rapid and reliable specification, execution, and management of large scale workflows. -->
- The <b>Swift parallel scripting language</b> is an easy way to use almost any parallel computer system.
+ The <b>Swift parallel scripting language</b>. Fast easy parallel scripting - on multicores, clusters, clouds and supercomputers
</h1>
</div>
<!-- end .grid_12 -->
More information about the Swift-commit
mailing list