You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/08/20 14:53:06 UTC

svn commit: r1619094 - in /incubator/flink: _layouts/ site/ site/blog/ site/blog/page2/ site/docs/0.6-SNAPSHOT/ site/news/2012/08/21/ site/news/2012/10/15/ site/news/2012/11/12/ site/news/2012/11/21/ site/news/2013/03/27/ site/news/2013/10/21/ site/new...

Author: rmetzger
Date: Wed Aug 20 12:53:04 2014
New Revision: 1619094

URL: http://svn.apache.org/r1619094
Log:
Fix missing colors in syntax highlighting

Modified:
    incubator/flink/_layouts/default.html
    incubator/flink/site/asf.html
    incubator/flink/site/blog/index.html
    incubator/flink/site/blog/page2/index.html
    incubator/flink/site/coding_guidelines.html
    incubator/flink/site/community.html
    incubator/flink/site/docs/0.6-SNAPSHOT/building.html
    incubator/flink/site/docs/0.6-SNAPSHOT/cli.html
    incubator/flink/site/docs/0.6-SNAPSHOT/cluster_execution.html
    incubator/flink/site/docs/0.6-SNAPSHOT/cluster_setup.html
    incubator/flink/site/docs/0.6-SNAPSHOT/coding_guidelines.html
    incubator/flink/site/docs/0.6-SNAPSHOT/config.html
    incubator/flink/site/docs/0.6-SNAPSHOT/example_connectors.html
    incubator/flink/site/docs/0.6-SNAPSHOT/faq.html
    incubator/flink/site/docs/0.6-SNAPSHOT/hadoop_compatability.html
    incubator/flink/site/docs/0.6-SNAPSHOT/how_to_contribute.html
    incubator/flink/site/docs/0.6-SNAPSHOT/index.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_add_operator.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_distributed_runtime.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_job_scheduling.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_operators_and_memory.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_optimizer.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_overview.html
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_program_life_cycle.html
    incubator/flink/site/docs/0.6-SNAPSHOT/iterations.html
    incubator/flink/site/docs/0.6-SNAPSHOT/java_api_examples.html
    incubator/flink/site/docs/0.6-SNAPSHOT/java_api_guide.html
    incubator/flink/site/docs/0.6-SNAPSHOT/java_api_quickstart.html
    incubator/flink/site/docs/0.6-SNAPSHOT/java_api_transformations.html
    incubator/flink/site/docs/0.6-SNAPSHOT/local_execution.html
    incubator/flink/site/docs/0.6-SNAPSHOT/local_setup.html
    incubator/flink/site/docs/0.6-SNAPSHOT/run_example_quickstart.html
    incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_examples.html
    incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_guide.html
    incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_quickstart.html
    incubator/flink/site/docs/0.6-SNAPSHOT/setup_quickstart.html
    incubator/flink/site/docs/0.6-SNAPSHOT/spargel_guide.html
    incubator/flink/site/docs/0.6-SNAPSHOT/web_client.html
    incubator/flink/site/docs/0.6-SNAPSHOT/yarn_setup.html
    incubator/flink/site/downloads.html
    incubator/flink/site/how-to-contribute.html
    incubator/flink/site/index.html
    incubator/flink/site/news/2012/08/21/release02.html
    incubator/flink/site/news/2012/10/15/icde2013.html
    incubator/flink/site/news/2012/11/12/btw2013demo.html
    incubator/flink/site/news/2012/11/21/previewICDE2013.html
    incubator/flink/site/news/2013/03/27/www-demo-paper.html
    incubator/flink/site/news/2013/10/21/cikm2013-paper.html
    incubator/flink/site/news/2013/12/13/humboldt-innovation-award.html
    incubator/flink/site/news/2014/01/10/stratosphere-hadoop-summit.html
    incubator/flink/site/news/2014/01/12/0.4-migration-guide.html
    incubator/flink/site/news/2014/01/13/stratosphere-release-0.4.html
    incubator/flink/site/news/2014/01/26/optimizer_plan_visualization_tool.html
    incubator/flink/site/news/2014/01/28/querying_mongodb.html
    incubator/flink/site/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
    incubator/flink/site/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
    incubator/flink/site/news/2014/04/16/stratosphere-goes-apache-incubator.html
    incubator/flink/site/news/2014/05/31/release-0.5.html
    incubator/flink/site/privacy-policy.html
    incubator/flink/site/project.html

Modified: incubator/flink/_layouts/default.html
URL: http://svn.apache.org/viewvc/incubator/flink/_layouts/default.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/_layouts/default.html (original)
+++ incubator/flink/_layouts/default.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): {{ page.title }}</title>
     <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.css">
     <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/asf.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/asf.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/asf.html (original)
+++ incubator/flink/site/asf.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Apache Software Foundation</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/blog/index.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/blog/index.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/blog/index.html (original)
+++ incubator/flink/site/blog/index.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Blog</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/blog/page2/index.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/blog/page2/index.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/blog/page2/index.html (original)
+++ incubator/flink/site/blog/page2/index.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Blog</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/coding_guidelines.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/coding_guidelines.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/coding_guidelines.html (original)
+++ incubator/flink/site/coding_guidelines.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Coding Guidelines</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/community.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/community.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/community.html (original)
+++ incubator/flink/site/community.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Community</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/building.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/building.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/building.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/building.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Build Flink</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/cli.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/cli.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/cli.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/cli.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Command-Line Interface</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/cluster_execution.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/cluster_execution.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/cluster_execution.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/cluster_execution.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Cluster Execution</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/cluster_setup.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/cluster_setup.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/cluster_setup.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/cluster_setup.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Cluster Setup</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/coding_guidelines.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/coding_guidelines.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/coding_guidelines.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/coding_guidelines.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Coding Guidelines</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/config.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/config.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/config.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/config.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Configuration</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/example_connectors.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/example_connectors.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/example_connectors.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/example_connectors.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Example: Connectors</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/faq.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/faq.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/faq.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/faq.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Frequently Asked Questions (FAQ)</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/hadoop_compatability.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/hadoop_compatability.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/hadoop_compatability.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/hadoop_compatability.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Hadoop Compatability</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/how_to_contribute.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/how_to_contribute.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/how_to_contribute.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/how_to_contribute.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): How to contribute</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/index.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/index.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/index.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/index.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Apache Flink Documentation</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_add_operator.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_add_operator.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_add_operator.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_add_operator.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): How to add a new Operator</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_distributed_runtime.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_distributed_runtime.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_distributed_runtime.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_distributed_runtime.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Distributed Runtime</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): General Architecture and Process Model</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_job_scheduling.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_job_scheduling.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_job_scheduling.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_job_scheduling.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Jobs and Scheduling</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_operators_and_memory.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_operators_and_memory.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_operators_and_memory.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_operators_and_memory.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Runtime Algorithms and Memory Management</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_optimizer.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_optimizer.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_optimizer.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_optimizer.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Optimizer</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_overview.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_overview.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_overview.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_overview.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Overview of Flink System Architecture & Internals</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_program_life_cycle.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_program_life_cycle.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_program_life_cycle.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_program_life_cycle.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Program Life Cycle</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/iterations.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/iterations.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/iterations.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/iterations.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Iterations</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/java_api_examples.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/java_api_examples.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/java_api_examples.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/java_api_examples.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Java API Examples</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/java_api_guide.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/java_api_guide.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/java_api_guide.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/java_api_guide.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Java API Programming Guide</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/java_api_quickstart.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/java_api_quickstart.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/java_api_quickstart.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/java_api_quickstart.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Quickstart: Java API</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/java_api_transformations.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/java_api_transformations.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/java_api_transformations.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/java_api_transformations.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Java API Transformations</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/local_execution.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/local_execution.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/local_execution.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/local_execution.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Local Execution</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/local_setup.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/local_setup.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/local_setup.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/local_setup.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Local Setup</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/run_example_quickstart.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/run_example_quickstart.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/run_example_quickstart.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/run_example_quickstart.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Quick Start: Run K-Means Example</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_examples.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_examples.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_examples.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_examples.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Scala API Examples</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_guide.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_guide.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_guide.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_guide.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Scala API Programming Guide</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_quickstart.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_quickstart.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_quickstart.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/scala_api_quickstart.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Quickstart: Scala API</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/setup_quickstart.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/setup_quickstart.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/setup_quickstart.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/setup_quickstart.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Quickstart: Setup</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/spargel_guide.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/spargel_guide.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/spargel_guide.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/spargel_guide.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Spargel Graph Processing API</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/web_client.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/web_client.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/web_client.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/web_client.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Web Client</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/yarn_setup.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/yarn_setup.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/yarn_setup.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/yarn_setup.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): YARN Setup</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/downloads.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/downloads.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/downloads.html (original)
+++ incubator/flink/site/downloads.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Downloads</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/how-to-contribute.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/how-to-contribute.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/how-to-contribute.html (original)
+++ incubator/flink/site/how-to-contribute.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): How To Contribute</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/index.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/index.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/index.html (original)
+++ incubator/flink/site/index.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Home</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2012/08/21/release02.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2012/08/21/release02.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2012/08/21/release02.html (original)
+++ incubator/flink/site/news/2012/08/21/release02.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Version 0.2 Released</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2012/10/15/icde2013.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2012/10/15/icde2013.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2012/10/15/icde2013.html (original)
+++ incubator/flink/site/news/2012/10/15/icde2013.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere Demo Accepted for ICDE 2013</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2012/11/12/btw2013demo.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2012/11/12/btw2013demo.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2012/11/12/btw2013demo.html (original)
+++ incubator/flink/site/news/2012/11/12/btw2013demo.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere Demo Paper Accepted for BTW 2013</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2012/11/21/previewICDE2013.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2012/11/21/previewICDE2013.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2012/11/21/previewICDE2013.html (original)
+++ incubator/flink/site/news/2012/11/21/previewICDE2013.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): ICDE 2013 Demo Preview</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2013/03/27/www-demo-paper.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2013/03/27/www-demo-paper.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2013/03/27/www-demo-paper.html (original)
+++ incubator/flink/site/news/2013/03/27/www-demo-paper.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Demo Paper "Large-Scale Social-Media Analytics on Stratosphere" Accepted at WWW 2013</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2013/10/21/cikm2013-paper.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2013/10/21/cikm2013-paper.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2013/10/21/cikm2013-paper.html (original)
+++ incubator/flink/site/news/2013/10/21/cikm2013-paper.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Paper "“All Roads Lead to Rome:” Optimistic Recovery for Distributed Iterative Data Processing" accepted at CIKM 2013</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2013/12/13/humboldt-innovation-award.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2013/12/13/humboldt-innovation-award.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2013/12/13/humboldt-innovation-award.html (original)
+++ incubator/flink/site/news/2013/12/13/humboldt-innovation-award.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere wins award at Humboldt Innovation Competition "Big Data: Research meets Startups"</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/01/10/stratosphere-hadoop-summit.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/01/10/stratosphere-hadoop-summit.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/01/10/stratosphere-hadoop-summit.html (original)
+++ incubator/flink/site/news/2014/01/10/stratosphere-hadoop-summit.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere got accepted to the Hadoop Summit Europe in Amsterdam</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/01/12/0.4-migration-guide.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/01/12/0.4-migration-guide.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/01/12/0.4-migration-guide.html (original)
+++ incubator/flink/site/news/2014/01/12/0.4-migration-guide.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere Version 0.4 Migration Guide</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/01/13/stratosphere-release-0.4.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/01/13/stratosphere-release-0.4.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/01/13/stratosphere-release-0.4.html (original)
+++ incubator/flink/site/news/2014/01/13/stratosphere-release-0.4.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere 0.4 Released</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/01/26/optimizer_plan_visualization_tool.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/01/26/optimizer_plan_visualization_tool.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/01/26/optimizer_plan_visualization_tool.html (original)
+++ incubator/flink/site/news/2014/01/26/optimizer_plan_visualization_tool.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Optimizer Plan Visualization Tool</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/01/28/querying_mongodb.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/01/28/querying_mongodb.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/01/28/querying_mongodb.html (original)
+++ incubator/flink/site/news/2014/01/28/querying_mongodb.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Accessing Data Stored in MongoDB with Stratosphere</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html (original)
+++ incubator/flink/site/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Use Stratosphere with Amazon Elastic MapReduce</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/02/24/stratosphere-google-summer-of-code-2014.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/02/24/stratosphere-google-summer-of-code-2014.html (original)
+++ incubator/flink/site/news/2014/02/24/stratosphere-google-summer-of-code-2014.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere got accepted for Google Summer of Code 2014</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/04/16/stratosphere-goes-apache-incubator.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/04/16/stratosphere-goes-apache-incubator.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/04/16/stratosphere-goes-apache-incubator.html (original)
+++ incubator/flink/site/news/2014/04/16/stratosphere-goes-apache-incubator.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere accepted as Apache Incubator Project</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/news/2014/05/31/release-0.5.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/05/31/release-0.5.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/news/2014/05/31/release-0.5.html (original)
+++ incubator/flink/site/news/2014/05/31/release-0.5.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Stratosphere version 0.5 available</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/privacy-policy.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/privacy-policy.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/privacy-policy.html (original)
+++ incubator/flink/site/privacy-policy.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Privacy Policy</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>

Modified: incubator/flink/site/project.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/project.html?rev=1619094&r1=1619093&r2=1619094&view=diff
==============================================================================
--- incubator/flink/site/project.html (original)
+++ incubator/flink/site/project.html Wed Aug 20 12:53:04 2014
@@ -7,6 +7,7 @@
     <title>Apache Flink (incubating): Project</title>
     <link rel="stylesheet" href="/css/bootstrap.css">
     <link rel="stylesheet" href="/css/bootstrap-lumen-custom.css">
+    <link rel="stylesheet" href="/css/syntax.css">
     <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   </head>
   <body>