You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/09/14 04:27:27 UTC

svn commit: r1523177 - in /incubator/spark: ./ _layouts/ site/ site/news/ site/releases/ site/screencasts/

Author: matei
Date: Sat Sep 14 02:27:26 2013
New Revision: 1523177

URL: http://svn.apache.org/r1523177
Log:
Show special title on homepage

Modified:
    incubator/spark/_layouts/global.html
    incubator/spark/index.md
    incubator/spark/site/documentation.html
    incubator/spark/site/downloads.html
    incubator/spark/site/examples.html
    incubator/spark/site/faq.html
    incubator/spark/site/index.html
    incubator/spark/site/mailing-lists.html
    incubator/spark/site/news/amp-camp-2013-registration-ope.html
    incubator/spark/site/news/fourth-spark-screencast-published.html
    incubator/spark/site/news/index.html
    incubator/spark/site/news/nsdi-paper.html
    incubator/spark/site/news/run-spark-and-shark-on-amazon-emr.html
    incubator/spark/site/news/spark-0-6-1-and-0-5-2-released.html
    incubator/spark/site/news/spark-0-6-2-released.html
    incubator/spark/site/news/spark-0-7-0-released.html
    incubator/spark/site/news/spark-0-7-2-released.html
    incubator/spark/site/news/spark-0-7-3-released.html
    incubator/spark/site/news/spark-accepted-into-apache-incubator.html
    incubator/spark/site/news/spark-and-shark-in-the-news.html
    incubator/spark/site/news/spark-featured-in-wired.html
    incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html
    incubator/spark/site/news/spark-meetups.html
    incubator/spark/site/news/spark-screencasts-published.html
    incubator/spark/site/news/spark-tips-from-quantifind.html
    incubator/spark/site/news/spark-user-survey-and-powered-by-page.html
    incubator/spark/site/news/spark-version-0-6-0-released.html
    incubator/spark/site/news/strata-exercises-now-available-online.html
    incubator/spark/site/news/video-from-first-spark-development-meetup.html
    incubator/spark/site/releases/spark-release-0-3.html
    incubator/spark/site/releases/spark-release-0-5-0.html
    incubator/spark/site/releases/spark-release-0-5-1.html
    incubator/spark/site/releases/spark-release-0-5-2.html
    incubator/spark/site/releases/spark-release-0-6-0.html
    incubator/spark/site/releases/spark-release-0-6-1.html
    incubator/spark/site/releases/spark-release-0-6-2.html
    incubator/spark/site/releases/spark-release-0-7-0.html
    incubator/spark/site/releases/spark-release-0-7-2.html
    incubator/spark/site/releases/spark-release-0-7-3.html
    incubator/spark/site/research.html
    incubator/spark/site/screencasts/1-first-steps-with-spark.html
    incubator/spark/site/screencasts/2-spark-documentation-overview.html
    incubator/spark/site/screencasts/3-transformations-and-caching.html
    incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html
    incubator/spark/site/screencasts/index.html

Modified: incubator/spark/_layouts/global.html
URL: http://svn.apache.org/viewvc/incubator/spark/_layouts/global.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/_layouts/global.html (original)
+++ incubator/spark/_layouts/global.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,11 @@
   <link rel="shortcut icon" href="{{site.url}}favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>{{page.title}} | Apache Spark</title>
+  <title>
+    {% if page.custom_title %} {{page.custom_title}}
+    {% else %} {{page.title}} | Apache Spark
+    {% endif %}
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="{{site.url}}css/style.css" />
   <link rel="stylesheet" href="{{site.url}}css/pygments-default.css">

Modified: incubator/spark/index.md
URL: http://svn.apache.org/viewvc/incubator/spark/index.md?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/index.md (original)
+++ incubator/spark/index.md Sat Sep 14 02:27:26 2013
@@ -1,6 +1,7 @@
 ---
 layout: global
 title: Home
+custom_title: Apache Spark - Lightning-Fast Cluster Computing
 type: page
 navigation:
   weight: 1

Modified: incubator/spark/site/documentation.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/documentation.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/documentation.html (original)
+++ incubator/spark/site/documentation.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Documentation | Apache Spark</title>
+  <title>
+     Documentation | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/downloads.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/downloads.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/downloads.html (original)
+++ incubator/spark/site/downloads.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Downloads | Apache Spark</title>
+  <title>
+     Downloads | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/examples.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/examples.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/examples.html (original)
+++ incubator/spark/site/examples.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Examples | Apache Spark</title>
+  <title>
+     Examples | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/faq.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/faq.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/faq.html (original)
+++ incubator/spark/site/faq.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>FAQ | Apache Spark</title>
+  <title>
+     FAQ | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/index.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/index.html (original)
+++ incubator/spark/site/index.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Home | Apache Spark</title>
+  <title>
+     Apache Spark - Lightning-Fast Cluster Computing
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/mailing-lists.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/mailing-lists.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/mailing-lists.html (original)
+++ incubator/spark/site/mailing-lists.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Mailing Lists | Apache Spark</title>
+  <title>
+     Mailing Lists | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/amp-camp-2013-registration-ope.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/amp-camp-2013-registration-ope.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/amp-camp-2013-registration-ope.html (original)
+++ incubator/spark/site/news/amp-camp-2013-registration-ope.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Registration open for AMP Camp training camp in Berkeley | Apache Spark</title>
+  <title>
+     Registration open for AMP Camp training camp in Berkeley | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/fourth-spark-screencast-published.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/fourth-spark-screencast-published.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/fourth-spark-screencast-published.html (original)
+++ incubator/spark/site/news/fourth-spark-screencast-published.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Fourth Spark screencast released | Apache Spark</title>
+  <title>
+     Fourth Spark screencast released | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/index.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/index.html (original)
+++ incubator/spark/site/news/index.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark News Archive | Apache Spark</title>
+  <title>
+     Spark News Archive | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/nsdi-paper.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/nsdi-paper.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/nsdi-paper.html (original)
+++ incubator/spark/site/news/nsdi-paper.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark wins Best Paper Award at USENIX NSDI | Apache Spark</title>
+  <title>
+     Spark wins Best Paper Award at USENIX NSDI | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/run-spark-and-shark-on-amazon-emr.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/run-spark-and-shark-on-amazon-emr.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/run-spark-and-shark-on-amazon-emr.html (original)
+++ incubator/spark/site/news/run-spark-and-shark-on-amazon-emr.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark/Shark Tutorial for Amazon EMR | Apache Spark</title>
+  <title>
+     Spark/Shark Tutorial for Amazon EMR | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-0-6-1-and-0-5-2-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-6-1-and-0-5-2-released.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-0-6-1-and-0-5-2-released.html (original)
+++ incubator/spark/site/news/spark-0-6-1-and-0-5-2-released.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark 0.6.1 and 0.5.2 out | Apache Spark</title>
+  <title>
+     Spark 0.6.1 and 0.5.2 out | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-0-6-2-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-6-2-released.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-0-6-2-released.html (original)
+++ incubator/spark/site/news/spark-0-6-2-released.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark 0.6.2 released | Apache Spark</title>
+  <title>
+     Spark 0.6.2 released | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-0-7-0-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-7-0-released.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-0-7-0-released.html (original)
+++ incubator/spark/site/news/spark-0-7-0-released.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark 0.7.0 released | Apache Spark</title>
+  <title>
+     Spark 0.7.0 released | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-0-7-2-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-7-2-released.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-0-7-2-released.html (original)
+++ incubator/spark/site/news/spark-0-7-2-released.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark 0.7.2 released | Apache Spark</title>
+  <title>
+     Spark 0.7.2 released | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-0-7-3-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-7-3-released.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-0-7-3-released.html (original)
+++ incubator/spark/site/news/spark-0-7-3-released.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark 0.7.3 released | Apache Spark</title>
+  <title>
+     Spark 0.7.3 released | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-accepted-into-apache-incubator.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-accepted-into-apache-incubator.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-accepted-into-apache-incubator.html (original)
+++ incubator/spark/site/news/spark-accepted-into-apache-incubator.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark accepted into Apache Incubator | Apache Spark</title>
+  <title>
+     Spark accepted into Apache Incubator | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-and-shark-in-the-news.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-and-shark-in-the-news.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-and-shark-in-the-news.html (original)
+++ incubator/spark/site/news/spark-and-shark-in-the-news.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark and Shark in the news | Apache Spark</title>
+  <title>
+     Spark and Shark in the news | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-featured-in-wired.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-featured-in-wired.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-featured-in-wired.html (original)
+++ incubator/spark/site/news/spark-featured-in-wired.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark featured in Wired | Apache Spark</title>
+  <title>
+     Spark featured in Wired | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html (original)
+++ incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark mailing lists moving to Apache | Apache Spark</title>
+  <title>
+     Spark mailing lists moving to Apache | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-meetups.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-meetups.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-meetups.html (original)
+++ incubator/spark/site/news/spark-meetups.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>We've started hosting a Bay Area Spark User Meetup | Apache Spark</title>
+  <title>
+     We've started hosting a Bay Area Spark User Meetup | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-screencasts-published.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-screencasts-published.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-screencasts-published.html (original)
+++ incubator/spark/site/news/spark-screencasts-published.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark screencasts published | Apache Spark</title>
+  <title>
+     Spark screencasts published | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-tips-from-quantifind.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-tips-from-quantifind.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-tips-from-quantifind.html (original)
+++ incubator/spark/site/news/spark-tips-from-quantifind.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark tips from Quantifind | Apache Spark</title>
+  <title>
+     Spark tips from Quantifind | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-user-survey-and-powered-by-page.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-user-survey-and-powered-by-page.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-user-survey-and-powered-by-page.html (original)
+++ incubator/spark/site/news/spark-user-survey-and-powered-by-page.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark user survey and "Powered By" page | Apache Spark</title>
+  <title>
+     Spark user survey and "Powered By" page | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/spark-version-0-6-0-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-version-0-6-0-released.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/spark-version-0-6-0-released.html (original)
+++ incubator/spark/site/news/spark-version-0-6-0-released.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark version 0.6.0 released | Apache Spark</title>
+  <title>
+     Spark version 0.6.0 released | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/strata-exercises-now-available-online.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/strata-exercises-now-available-online.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/strata-exercises-now-available-online.html (original)
+++ incubator/spark/site/news/strata-exercises-now-available-online.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Strata exercises now available online | Apache Spark</title>
+  <title>
+     Strata exercises now available online | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/news/video-from-first-spark-development-meetup.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/video-from-first-spark-development-meetup.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/news/video-from-first-spark-development-meetup.html (original)
+++ incubator/spark/site/news/video-from-first-spark-development-meetup.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Video up from first Spark development meetup | Apache Spark</title>
+  <title>
+     Video up from first Spark development meetup | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-3.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-3.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-3.html (original)
+++ incubator/spark/site/releases/spark-release-0-3.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.3 | Apache Spark</title>
+  <title>
+     Spark Release 0.3 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-5-0.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-5-0.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-5-0.html (original)
+++ incubator/spark/site/releases/spark-release-0-5-0.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.5.0 | Apache Spark</title>
+  <title>
+     Spark Release 0.5.0 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-5-1.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-5-1.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-5-1.html (original)
+++ incubator/spark/site/releases/spark-release-0-5-1.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.5.1 | Apache Spark</title>
+  <title>
+     Spark Release 0.5.1 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-5-2.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-5-2.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-5-2.html (original)
+++ incubator/spark/site/releases/spark-release-0-5-2.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.5.2 | Apache Spark</title>
+  <title>
+     Spark Release 0.5.2 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-6-0.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-6-0.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-6-0.html (original)
+++ incubator/spark/site/releases/spark-release-0-6-0.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.6.0 | Apache Spark</title>
+  <title>
+     Spark Release 0.6.0 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-6-1.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-6-1.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-6-1.html (original)
+++ incubator/spark/site/releases/spark-release-0-6-1.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.6.1 | Apache Spark</title>
+  <title>
+     Spark Release 0.6.1 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-6-2.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-6-2.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-6-2.html (original)
+++ incubator/spark/site/releases/spark-release-0-6-2.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.6.2 | Apache Spark</title>
+  <title>
+     Spark Release 0.6.2 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-7-0.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-7-0.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-7-0.html (original)
+++ incubator/spark/site/releases/spark-release-0-7-0.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.7.0 | Apache Spark</title>
+  <title>
+     Spark Release 0.7.0 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-7-2.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-7-2.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-7-2.html (original)
+++ incubator/spark/site/releases/spark-release-0-7-2.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.7.2 | Apache Spark</title>
+  <title>
+     Spark Release 0.7.2 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/releases/spark-release-0-7-3.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-7-3.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/releases/spark-release-0-7-3.html (original)
+++ incubator/spark/site/releases/spark-release-0-7-3.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Release 0.7.3 | Apache Spark</title>
+  <title>
+     Spark Release 0.7.3 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/research.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/research.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/research.html (original)
+++ incubator/spark/site/research.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Research | Apache Spark</title>
+  <title>
+     Research | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/screencasts/1-first-steps-with-spark.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/1-first-steps-with-spark.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/screencasts/1-first-steps-with-spark.html (original)
+++ incubator/spark/site/screencasts/1-first-steps-with-spark.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>First Steps with Spark - Screencast #1 | Apache Spark</title>
+  <title>
+     First Steps with Spark - Screencast #1 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/screencasts/2-spark-documentation-overview.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/2-spark-documentation-overview.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/screencasts/2-spark-documentation-overview.html (original)
+++ incubator/spark/site/screencasts/2-spark-documentation-overview.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Documentation Overview – Screencast #2 | Apache Spark</title>
+  <title>
+     Spark Documentation Overview – Screencast #2 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/screencasts/3-transformations-and-caching.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/3-transformations-and-caching.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/screencasts/3-transformations-and-caching.html (original)
+++ incubator/spark/site/screencasts/3-transformations-and-caching.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Transformations and Caching - Spark Screencast #3 | Apache Spark</title>
+  <title>
+     Transformations and Caching - Spark Screencast #3 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html (original)
+++ incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>A Standalone Job in Scala - Spark Screencast #4 | Apache Spark</title>
+  <title>
+     A Standalone Job in Scala - Spark Screencast #4 | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">

Modified: incubator/spark/site/screencasts/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/screencasts/index.html?rev=1523177&r1=1523176&r2=1523177&view=diff
==============================================================================
--- incubator/spark/site/screencasts/index.html (original)
+++ incubator/spark/site/screencasts/index.html Sat Sep 14 02:27:26 2013
@@ -15,7 +15,10 @@
   <link rel="shortcut icon" href="/favicon.ico" />
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width" />
-  <title>Spark Screencast Archive | Apache Spark</title>
+  <title>
+     Spark Screencast Archive | Apache Spark
+    
+  </title>
 
   <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
   <link rel="stylesheet" href="/css/pygments-default.css">