You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ho...@apache.org on 2016/04/14 17:47:47 UTC

[2/8] incubator-quarks-website git commit: from 1ffaa60e3c4b74ee67a1e65ace5ee19b9aed83ca

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/recipes/recipe_hello_quarks.html
----------------------------------------------------------------------
diff --git a/content/recipes/recipe_hello_quarks.html b/content/recipes/recipe_hello_quarks.html
index ef6a1b5..9c427d1 100644
--- a/content/recipes/recipe_hello_quarks.html
+++ b/content/recipes/recipe_hello_quarks.html
@@ -295,7 +295,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quarks-getting-started.html">1. Getting Started Guide</a></li>
+                    <li><a href="../docs/quarks-getting-started.html">Getting started guide</a></li>
                     
 
                     
@@ -304,7 +304,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/common-quarks-operations.html">2. Common Operations</a></li>
+                    <li><a href="../docs/common-quarks-operations.html">Common operations</a></li>
                     
 
                     
@@ -329,7 +329,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_source_function.html">Writing a Source Function</a></li>
+                    <li><a href="../recipes/recipe_source_function.html">Writing a source function</a></li>
                     
 
                     
@@ -338,7 +338,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a Sensor Value Out of Expected Range</a></li>
+                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a sensor value out of expected range</a></li>
                     
 
                     
@@ -347,7 +347,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying Different Processing Against a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying different processing against a single stream</a></li>
                     
 
                     
@@ -356,7 +356,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a stream to apply different processing and combining the results into a single stream</a></li>
                     
 
                     
@@ -365,7 +365,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_external_filter_range.html">Using an External Configuration File for Filter Ranges</a></li>
+                    <li><a href="../recipes/recipe_external_filter_range.html">Using an external configuration file for filter ranges</a></li>
                     
 
                     
@@ -374,7 +374,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable Filter Behavior</a></li>
+                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable filter behavior</a></li>
                     
 
                     
@@ -390,7 +390,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/samples.html">1. Samples</a></li>
+                    <li><a href="../docs/samples.html">Samples</a></li>
                     
 
                     
@@ -399,7 +399,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quickstart.html">2. Quickstart IBM Watson IoT Platform</a></li>
+                    <li><a href="../docs/quickstart.html">Quickstart IBM Watson IoT Platform</a></li>
                     
 
                     
@@ -410,12 +410,12 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Using The Console</a>
+            <li><a href="#">Using the Console</a>
                 <ul>
                     
                     
                     
-                    <li><a href="../docs/console.html">1. Using The Console</a></li>
+                    <li><a href="../docs/console.html">Using the console</a></li>
                     
 
                     
@@ -426,7 +426,7 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Get involved</a>
+            <li><a href="#">Get Involved</a>
                 <ul>
                     
                     
@@ -533,7 +533,7 @@ $('#toc').on('click', 'a', function() {
 
     <a target="_blank" href="https://github.com/apache/incubator-quarks-website/blob/master/site/recipes/recipe_hello_quarks.md" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
     
-  <p>Quarks&#39; pure Java implementation is a powerful feature which allows it to be run on the majority of JVM-compatible systems. It also has the added benefit of enabling the developer to develop applications entirely within the Eclipse and Intellij ecosystems. For the purposes of this recipe, it will be assumed that the developer is using Eclipse. To begin the Hello World recipe, create a new project and import the necessary libraries as outlined in the <a href="../docs/quarks-getting-started">Getting Started Guide</a>. Next, write the following template application:</p>
+  <p>Quarks&#39; pure Java implementation is a powerful feature which allows it to be run on the majority of JVM-compatible systems. It also has the added benefit of enabling the developer to develop applications entirely within the Eclipse and Intellij ecosystems. For the purposes of this recipe, it will be assumed that the developer is using Eclipse. To begin the Hello World recipe, create a new project and import the necessary libraries as outlined in the <a href="../docs/quarks-getting-started">Getting started guide</a>. Next, write the following template application:</p>
 <div class="highlight"><pre><code class="language-java" data-lang="java">    <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="p">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span>
 
         <span class="n">DirectProvider</span> <span class="n">dp</span> <span class="o">=</span> <span class="k">new</span> <span class="n">DirectProvider</span><span class="o">();</span>
@@ -557,7 +557,7 @@ $('#toc').on('click', 'a', function() {
 </code></pre></div>
 <p>The <code>helloStream</code> stream is created, and the &quot;Hello&quot; and &quot;Quarks!&quot; strings will be sent as its two data items.</p>
 
-<h2 id="printing-to-output">Printing to Output</h2>
+<h2 id="printing-to-output">Printing to output</h2>
 
 <p><code>TStream.print</code> can be used to print the data items of a stream to standard output by invoking the <code>toString</code> method of each data item. In this case the data items are already strings, but in principle <code>TStream.print</code> can be called on any stream, regardless of the datatype carried by the stream.</p>
 <div class="highlight"><pre><code class="language-java" data-lang="java">    <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="p">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span>
@@ -571,7 +571,7 @@ $('#toc').on('click', 'a', function() {
         <span class="n">helloStream</span><span class="o">.</span><span class="na">print</span><span class="o">();</span>
     <span class="o">}</span>
 </code></pre></div>
-<h2 id="submitting-the-application">Submitting the Application</h2>
+<h2 id="submitting-the-application">Submitting the application</h2>
 
 <p>The only remaining step is to submit the application, which is performed by the <code>DirectProvider</code>. Submitting a Quarks application initializes the threads which execute the <code>Topology</code>, and begins processing its data sources.</p>
 <div class="highlight"><pre><code class="language-java" data-lang="java">    <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="p">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/recipes/recipe_source_function.html
----------------------------------------------------------------------
diff --git a/content/recipes/recipe_source_function.html b/content/recipes/recipe_source_function.html
index ad0a74f..5f7d65e 100644
--- a/content/recipes/recipe_source_function.html
+++ b/content/recipes/recipe_source_function.html
@@ -6,7 +6,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="description" content="">
 <meta name="keywords" content=" ">
-<title>Writing a Source Function  | Apache Quarks Documentation</title>
+<title>Writing a source function  | Apache Quarks Documentation</title>
 <link rel="stylesheet" type="text/css" href="../css/syntax.css">
 <link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css">
 <!--<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css">-->
@@ -157,7 +157,7 @@
 <script>
 function SendLinkByMail(href) {
 var subject= "Apache Quarks Documentation feedback";
-var body = "I have some feedback about the Writing a Source Function page: ";
+var body = "I have some feedback about the Writing a source function page: ";
 body += window.location.href;
 body += "";
 var uri = "mailto:?subject=";
@@ -184,7 +184,7 @@ window.location.href = uri;
                             searchInput: document.getElementById('search-input'),
                             resultsContainer: document.getElementById('results-container'),
                             dataSource: '../search.json',
-                            searchResultTemplate: '<li><a href="{url}" title="Writing a Source Function">{title}</a></li>',
+                            searchResultTemplate: '<li><a href="{url}" title="Writing a source function">{title}</a></li>',
                         noResultsText: 'No results found.',
                                 limit: 10,
                                 fuzzy: true,
@@ -295,7 +295,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quarks-getting-started.html">1. Getting Started Guide</a></li>
+                    <li><a href="../docs/quarks-getting-started.html">Getting started guide</a></li>
                     
 
                     
@@ -304,7 +304,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/common-quarks-operations.html">2. Common Operations</a></li>
+                    <li><a href="../docs/common-quarks-operations.html">Common operations</a></li>
                     
 
                     
@@ -329,7 +329,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_source_function.html">Writing a Source Function</a></li>
+                    <li><a href="../recipes/recipe_source_function.html">Writing a source function</a></li>
                     
 
                     
@@ -338,7 +338,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a Sensor Value Out of Expected Range</a></li>
+                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a sensor value out of expected range</a></li>
                     
 
                     
@@ -347,7 +347,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying Different Processing Against a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying different processing against a single stream</a></li>
                     
 
                     
@@ -356,7 +356,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a stream to apply different processing and combining the results into a single stream</a></li>
                     
 
                     
@@ -365,7 +365,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_external_filter_range.html">Using an External Configuration File for Filter Ranges</a></li>
+                    <li><a href="../recipes/recipe_external_filter_range.html">Using an external configuration file for filter ranges</a></li>
                     
 
                     
@@ -374,7 +374,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable Filter Behavior</a></li>
+                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable filter behavior</a></li>
                     
 
                     
@@ -390,7 +390,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/samples.html">1. Samples</a></li>
+                    <li><a href="../docs/samples.html">Samples</a></li>
                     
 
                     
@@ -399,7 +399,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quickstart.html">2. Quickstart IBM Watson IoT Platform</a></li>
+                    <li><a href="../docs/quickstart.html">Quickstart IBM Watson IoT Platform</a></li>
                     
 
                     
@@ -410,12 +410,12 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Using The Console</a>
+            <li><a href="#">Using the Console</a>
                 <ul>
                     
                     
                     
-                    <li><a href="../docs/console.html">1. Using The Console</a></li>
+                    <li><a href="../docs/console.html">Using the console</a></li>
                     
 
                     
@@ -426,7 +426,7 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Get involved</a>
+            <li><a href="#">Get Involved</a>
                 <ul>
                     
                     
@@ -499,7 +499,7 @@ $('#toc').on('click', 'a', function() {
             <div class="col-md-9">
                 
                 <div class="post-header">
-   <h1 class="post-title-main">Writing a Source Function</h1>
+   <h1 class="post-title-main">Writing a source function</h1>
 </div>
 
 <div class="post-content">
@@ -535,7 +535,7 @@ $('#toc').on('click', 'a', function() {
     
   <p>In the previous <a href="recipe_hello_quarks">Hello Quarks!</a> example, we create a data source which only generates a single Java String and prints it to output. Yet Quarks sources support the ability generate any data type as a source, not just Java types such as Strings and Doubles. Moreover, because the user supplies the code which generates the data, the user has complete flexibility for <em>how</em> the data is generated. This recipe demonstrates how a user could write such a custom data source.</p>
 
-<h2 id="custom-source-reading-the-lines-of-a-web-page">Custom Source: Reading the Lines of a Web Page</h2>
+<h2 id="custom-source-reading-the-lines-of-a-web-page">Custom source: reading the lines of a web page</h2>
 
 <div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note: </b> Quarks' API provides convenience methods for performing HTTP requests. For the sake of example we are writing a HTTP data source manually, but in principle there are easier methods. </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/recipes/recipe_value_out_of_range.html
----------------------------------------------------------------------
diff --git a/content/recipes/recipe_value_out_of_range.html b/content/recipes/recipe_value_out_of_range.html
index f78c99b..b4e8c5e 100644
--- a/content/recipes/recipe_value_out_of_range.html
+++ b/content/recipes/recipe_value_out_of_range.html
@@ -6,7 +6,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="description" content="">
 <meta name="keywords" content=" ">
-<title>Detecting a Sensor Value Out of Expected Range  | Apache Quarks Documentation</title>
+<title>Detecting a sensor value out of expected range  | Apache Quarks Documentation</title>
 <link rel="stylesheet" type="text/css" href="../css/syntax.css">
 <link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css">
 <!--<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css">-->
@@ -157,7 +157,7 @@
 <script>
 function SendLinkByMail(href) {
 var subject= "Apache Quarks Documentation feedback";
-var body = "I have some feedback about the Detecting a Sensor Value Out of Expected Range page: ";
+var body = "I have some feedback about the Detecting a sensor value out of expected range page: ";
 body += window.location.href;
 body += "";
 var uri = "mailto:?subject=";
@@ -184,7 +184,7 @@ window.location.href = uri;
                             searchInput: document.getElementById('search-input'),
                             resultsContainer: document.getElementById('results-container'),
                             dataSource: '../search.json',
-                            searchResultTemplate: '<li><a href="{url}" title="Detecting a Sensor Value Out of Expected Range">{title}</a></li>',
+                            searchResultTemplate: '<li><a href="{url}" title="Detecting a sensor value out of expected range">{title}</a></li>',
                         noResultsText: 'No results found.',
                                 limit: 10,
                                 fuzzy: true,
@@ -295,7 +295,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quarks-getting-started.html">1. Getting Started Guide</a></li>
+                    <li><a href="../docs/quarks-getting-started.html">Getting started guide</a></li>
                     
 
                     
@@ -304,7 +304,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/common-quarks-operations.html">2. Common Operations</a></li>
+                    <li><a href="../docs/common-quarks-operations.html">Common operations</a></li>
                     
 
                     
@@ -329,7 +329,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_source_function.html">Writing a Source Function</a></li>
+                    <li><a href="../recipes/recipe_source_function.html">Writing a source function</a></li>
                     
 
                     
@@ -338,7 +338,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a Sensor Value Out of Expected Range</a></li>
+                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a sensor value out of expected range</a></li>
                     
 
                     
@@ -347,7 +347,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying Different Processing Against a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying different processing against a single stream</a></li>
                     
 
                     
@@ -356,7 +356,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a stream to apply different processing and combining the results into a single stream</a></li>
                     
 
                     
@@ -365,7 +365,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_external_filter_range.html">Using an External Configuration File for Filter Ranges</a></li>
+                    <li><a href="../recipes/recipe_external_filter_range.html">Using an external configuration file for filter ranges</a></li>
                     
 
                     
@@ -374,7 +374,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable Filter Behavior</a></li>
+                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable filter behavior</a></li>
                     
 
                     
@@ -390,7 +390,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/samples.html">1. Samples</a></li>
+                    <li><a href="../docs/samples.html">Samples</a></li>
                     
 
                     
@@ -399,7 +399,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quickstart.html">2. Quickstart IBM Watson IoT Platform</a></li>
+                    <li><a href="../docs/quickstart.html">Quickstart IBM Watson IoT Platform</a></li>
                     
 
                     
@@ -410,12 +410,12 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Using The Console</a>
+            <li><a href="#">Using the Console</a>
                 <ul>
                     
                     
                     
-                    <li><a href="../docs/console.html">1. Using The Console</a></li>
+                    <li><a href="../docs/console.html">Using the console</a></li>
                     
 
                     
@@ -426,7 +426,7 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Get involved</a>
+            <li><a href="#">Get Involved</a>
                 <ul>
                     
                     
@@ -499,7 +499,7 @@ $('#toc').on('click', 'a', function() {
             <div class="col-md-9">
                 
                 <div class="post-header">
-   <h1 class="post-title-main">Detecting a Sensor Value Out of Expected Range</h1>
+   <h1 class="post-title-main">Detecting a sensor value out of expected range</h1>
 </div>
 
 <div class="post-content">
@@ -541,7 +541,7 @@ $('#toc').on('click', 'a', function() {
 
 <h2 id="setting-up-the-application">Setting up the application</h2>
 
-<p>We assume that the environment has been set up following the steps outlined in the <a href="../docs/quarks-getting-started">Getting Started Guide</a>. Let&#39;s begin by creating a <code>DirectProvider</code> and <code>Topology</code>. We also define the optimal temperature range and the initial temperature.</p>
+<p>We assume that the environment has been set up following the steps outlined in the <a href="../docs/quarks-getting-started">Getting started guide</a>. Let&#39;s begin by creating a <code>DirectProvider</code> and <code>Topology</code>. We also define the optimal temperature range and the initial temperature.</p>
 <div class="highlight"><pre><code class="language-java" data-lang="java">    <span class="kn">import</span> <span class="nn">static</span> <span class="n">quarks</span><span class="o">.</span><span class="na">function</span><span class="o">.</span><span class="na">Functions</span><span class="o">.</span><span class="na">identity</span><span class="o">;</span>
 
     <span class="kn">import</span> <span class="nn">java.text.DecimalFormat</span><span class="o">;</span>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/search.json
----------------------------------------------------------------------
diff --git a/content/search.json b/content/search.json
index d9607fb..f499e00 100644
--- a/content/search.json
+++ b/content/search.json
@@ -19,7 +19,7 @@
 
 
 {
-"title": "Common Quarks Operations",
+"title": "Common Quarks operations",
 "tags": "",
 "keywords": "",
 "url": "../docs/common-quarks-operations",
@@ -30,7 +30,7 @@
 
 
 {
-"title": "Apache Quarks Community",
+"title": "Apache Quarks community",
 "tags": "",
 "keywords": "",
 "url": "../docs/community",
@@ -41,7 +41,7 @@
 
 
 {
-"title": "Application Console",
+"title": "Application console",
 "tags": "",
 "keywords": "",
 "url": "../docs/console",
@@ -110,7 +110,7 @@
 
 
 {
-"title": "Apache Quarks Documentation",
+"title": "Apache Quarks documentation",
 "tags": "",
 "keywords": "",
 "url": "../docs/quarks_index",
@@ -121,7 +121,7 @@
 
 
 {
-"title": "Quickstart IBM Watson IoT Platform Sample",
+"title": "Quickstart IBM Watson IoT Platform sample",
 "tags": "",
 "keywords": "",
 "url": "../docs/quickstart",
@@ -143,7 +143,7 @@
 
 
 {
-"title": "Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream",
+"title": "Splitting a stream to apply different processing and combining the results into a single stream",
 "tags": "",
 "keywords": "",
 "url": "../recipes/recipe_combining_streams_processing_results",
@@ -154,7 +154,7 @@
 
 
 {
-"title": "Applying Different Processing Against a Single Stream",
+"title": "Applying different processing against a single stream",
 "tags": "",
 "keywords": "",
 "url": "../recipes/recipe_different_processing_against_stream",
@@ -165,7 +165,7 @@
 
 
 {
-"title": "Use an External Configuration File for Filter Ranges",
+"title": "Using an external configuration file for filter ranges",
 "tags": "",
 "keywords": "",
 "url": "../recipes/recipe_external_filter_range",
@@ -187,7 +187,7 @@
 
 
 {
-"title": "Writing a Source Function",
+"title": "Writing a source function",
 "tags": "",
 "keywords": "",
 "url": "../recipes/recipe_source_function",
@@ -198,7 +198,7 @@
 
 
 {
-"title": "Detecting a Sensor Value Out of Expected Range",
+"title": "Detecting a sensor value out of expected range",
 "tags": "",
 "keywords": "",
 "url": "../recipes/recipe_value_out_of_range",
@@ -209,7 +209,7 @@
 
 
 {
-"title": "Sample Programs",
+"title": "Sample programs",
 "tags": "",
 "keywords": "",
 "url": "../docs/samples",

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/titlepage.html
----------------------------------------------------------------------
diff --git a/content/titlepage.html b/content/titlepage.html
index f246f27..7502e0a 100644
--- a/content/titlepage.html
+++ b/content/titlepage.html
@@ -295,7 +295,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quarks-getting-started.html">1. Getting Started Guide</a></li>
+                    <li><a href="../docs/quarks-getting-started.html">Getting started guide</a></li>
                     
 
                     
@@ -304,7 +304,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/common-quarks-operations.html">2. Common Operations</a></li>
+                    <li><a href="../docs/common-quarks-operations.html">Common operations</a></li>
                     
 
                     
@@ -329,7 +329,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_source_function.html">Writing a Source Function</a></li>
+                    <li><a href="../recipes/recipe_source_function.html">Writing a source function</a></li>
                     
 
                     
@@ -338,7 +338,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a Sensor Value Out of Expected Range</a></li>
+                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a sensor value out of expected range</a></li>
                     
 
                     
@@ -347,7 +347,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying Different Processing Against a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying different processing against a single stream</a></li>
                     
 
                     
@@ -356,7 +356,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a stream to apply different processing and combining the results into a single stream</a></li>
                     
 
                     
@@ -365,7 +365,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_external_filter_range.html">Using an External Configuration File for Filter Ranges</a></li>
+                    <li><a href="../recipes/recipe_external_filter_range.html">Using an external configuration file for filter ranges</a></li>
                     
 
                     
@@ -374,7 +374,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable Filter Behavior</a></li>
+                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable filter behavior</a></li>
                     
 
                     
@@ -390,7 +390,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/samples.html">1. Samples</a></li>
+                    <li><a href="../docs/samples.html">Samples</a></li>
                     
 
                     
@@ -399,7 +399,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quickstart.html">2. Quickstart IBM Watson IoT Platform</a></li>
+                    <li><a href="../docs/quickstart.html">Quickstart IBM Watson IoT Platform</a></li>
                     
 
                     
@@ -410,12 +410,12 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Using The Console</a>
+            <li><a href="#">Using the Console</a>
                 <ul>
                     
                     
                     
-                    <li><a href="../docs/console.html">1. Using The Console</a></li>
+                    <li><a href="../docs/console.html">Using the console</a></li>
                     
 
                     
@@ -426,7 +426,7 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Get involved</a>
+            <li><a href="#">Get Involved</a>
                 <ul>
                     
                     

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/tocpage.html
----------------------------------------------------------------------
diff --git a/content/tocpage.html b/content/tocpage.html
index 6ea0d68..fcfb699 100644
--- a/content/tocpage.html
+++ b/content/tocpage.html
@@ -295,7 +295,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quarks-getting-started.html">1. Getting Started Guide</a></li>
+                    <li><a href="../docs/quarks-getting-started.html">Getting started guide</a></li>
                     
 
                     
@@ -304,7 +304,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/common-quarks-operations.html">2. Common Operations</a></li>
+                    <li><a href="../docs/common-quarks-operations.html">Common operations</a></li>
                     
 
                     
@@ -329,7 +329,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_source_function.html">Writing a Source Function</a></li>
+                    <li><a href="../recipes/recipe_source_function.html">Writing a source function</a></li>
                     
 
                     
@@ -338,7 +338,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a Sensor Value Out of Expected Range</a></li>
+                    <li><a href="../recipes/recipe_value_out_of_range.html">Detecting a sensor value out of expected range</a></li>
                     
 
                     
@@ -347,7 +347,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying Different Processing Against a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_different_processing_against_stream.html">Applying different processing against a single stream</a></li>
                     
 
                     
@@ -356,7 +356,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a></li>
+                    <li><a href="../recipes/recipe_combining_streams_processing_results.html">Splitting a stream to apply different processing and combining the results into a single stream</a></li>
                     
 
                     
@@ -365,7 +365,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_external_filter_range.html">Using an External Configuration File for Filter Ranges</a></li>
+                    <li><a href="../recipes/recipe_external_filter_range.html">Using an external configuration file for filter ranges</a></li>
                     
 
                     
@@ -374,7 +374,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable Filter Behavior</a></li>
+                    <li><a href="../recipes/recipe_adaptable_filter_range.html">Adaptable filter behavior</a></li>
                     
 
                     
@@ -390,7 +390,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/samples.html">1. Samples</a></li>
+                    <li><a href="../docs/samples.html">Samples</a></li>
                     
 
                     
@@ -399,7 +399,7 @@ window.location.href = uri;
                     
                     
                     
-                    <li><a href="../docs/quickstart.html">2. Quickstart IBM Watson IoT Platform</a></li>
+                    <li><a href="../docs/quickstart.html">Quickstart IBM Watson IoT Platform</a></li>
                     
 
                     
@@ -410,12 +410,12 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Using The Console</a>
+            <li><a href="#">Using the Console</a>
                 <ul>
                     
                     
                     
-                    <li><a href="../docs/console.html">1. Using The Console</a></li>
+                    <li><a href="../docs/console.html">Using the console</a></li>
                     
 
                     
@@ -426,7 +426,7 @@ window.location.href = uri;
                 
                 
             
-            <li><a href="#">Get involved</a>
+            <li><a href="#">Get Involved</a>
                 <ul>
                     
                     
@@ -576,13 +576,13 @@ $('#toc').on('click', 'a', function() {
             <ul>
                 
                 
-                <li><a href="/docs/quarks-getting-started.html">1. Getting Started Guide</a>
+                <li><a href="/docs/quarks-getting-started.html">Getting started guide</a>
                     
         </li>
         
         
                 
-                <li><a href="/docs/common-quarks-operations.html">2. Common Operations</a>
+                <li><a href="/docs/common-quarks-operations.html">Common operations</a>
                     
         </li>
         
@@ -602,37 +602,37 @@ $('#toc').on('click', 'a', function() {
         
         
                 
-                <li><a href="/recipes/recipe_source_function.html">Writing a Source Function</a>
+                <li><a href="/recipes/recipe_source_function.html">Writing a source function</a>
                     
         </li>
         
         
                 
-                <li><a href="/recipes/recipe_value_out_of_range.html">Detecting a Sensor Value Out of Expected Range</a>
+                <li><a href="/recipes/recipe_value_out_of_range.html">Detecting a sensor value out of expected range</a>
                     
         </li>
         
         
                 
-                <li><a href="/recipes/recipe_different_processing_against_stream.html">Applying Different Processing Against a Single Stream</a>
+                <li><a href="/recipes/recipe_different_processing_against_stream.html">Applying different processing against a single stream</a>
                     
         </li>
         
         
                 
-                <li><a href="/recipes/recipe_combining_streams_processing_results.html">Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a>
+                <li><a href="/recipes/recipe_combining_streams_processing_results.html">Splitting a stream to apply different processing and combining the results into a single stream</a>
                     
         </li>
         
         
                 
-                <li><a href="/recipes/recipe_external_filter_range.html">Using an External Configuration File for Filter Ranges</a>
+                <li><a href="/recipes/recipe_external_filter_range.html">Using an external configuration file for filter ranges</a>
                     
         </li>
         
         
                 
-                <li><a href="/recipes/recipe_adaptable_filter_range.html">Adaptable Filter Behavior</a>
+                <li><a href="/recipes/recipe_adaptable_filter_range.html">Adaptable filter behavior</a>
                     
         </li>
         
@@ -646,13 +646,13 @@ $('#toc').on('click', 'a', function() {
             <ul>
                 
                 
-                <li><a href="/docs/samples.html">1. Samples</a>
+                <li><a href="/docs/samples.html">Samples</a>
                     
         </li>
         
         
                 
-                <li><a href="/docs/quickstart.html">2. Quickstart IBM Watson IoT Platform</a>
+                <li><a href="/docs/quickstart.html">Quickstart IBM Watson IoT Platform</a>
                     
         </li>
         
@@ -662,11 +662,11 @@ $('#toc').on('click', 'a', function() {
     
     
         
-        <li class="sectionHead">Using The Console
+        <li class="sectionHead">Using the Console
             <ul>
                 
                 
-                <li><a href="/docs/console.html">1. Using The Console</a>
+                <li><a href="/docs/console.html">Using the console</a>
                     
         </li>
         
@@ -676,7 +676,7 @@ $('#toc').on('click', 'a', function() {
     
     
         
-        <li class="sectionHead">Get involved
+        <li class="sectionHead">Get Involved
             <ul>
                 
                 

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/b4feddb7/content/urls_mydoc.txt
----------------------------------------------------------------------
diff --git a/content/urls_mydoc.txt b/content/urls_mydoc.txt
index 0bb6a22..b411296 100644
--- a/content/urls_mydoc.txt
+++ b/content/urls_mydoc.txt
@@ -35,16 +35,16 @@
 
  
 /docs/quarks-getting-started:
-  title: "1. Getting Started Guide"
+  title: "Getting started guide"
   url: "../docs/quarks-getting-started.html"
-  link: "<a href='../docs/quarks-getting-started.html'>1. Getting Started Guide</a>"
+  link: "<a href='../docs/quarks-getting-started.html'>Getting started guide</a>"
 
 
  
 /docs/common-quarks-operations:
-  title: "2. Common Operations"
+  title: "Common operations"
   url: "../docs/common-quarks-operations.html"
-  link: "<a href='../docs/common-quarks-operations.html'>2. Common Operations</a>"
+  link: "<a href='../docs/common-quarks-operations.html'>Common operations</a>"
 
 
 
@@ -58,69 +58,69 @@
 
  
 /recipes/recipe_source_function:
-  title: "Writing a Source Function"
+  title: "Writing a source function"
   url: "../recipes/recipe_source_function.html"
-  link: "<a href='../recipes/recipe_source_function.html'>Writing a Source Function</a>"
+  link: "<a href='../recipes/recipe_source_function.html'>Writing a source function</a>"
 
 
  
 /recipes/recipe_value_out_of_range:
-  title: "Detecting a Sensor Value Out of Expected Range"
+  title: "Detecting a sensor value out of expected range"
   url: "../recipes/recipe_value_out_of_range.html"
-  link: "<a href='../recipes/recipe_value_out_of_range.html'>Detecting a Sensor Value Out of Expected Range</a>"
+  link: "<a href='../recipes/recipe_value_out_of_range.html'>Detecting a sensor value out of expected range</a>"
 
 
  
 /recipes/recipe_different_processing_against_stream:
-  title: "Applying Different Processing Against a Single Stream"
+  title: "Applying different processing against a single stream"
   url: "../recipes/recipe_different_processing_against_stream.html"
-  link: "<a href='../recipes/recipe_different_processing_against_stream.html'>Applying Different Processing Against a Single Stream</a>"
+  link: "<a href='../recipes/recipe_different_processing_against_stream.html'>Applying different processing against a single stream</a>"
 
 
  
 /recipes/recipe_combining_streams_processing_results:
-  title: "Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream"
+  title: "Splitting a stream to apply different processing and combining the results into a single stream"
   url: "../recipes/recipe_combining_streams_processing_results.html"
-  link: "<a href='../recipes/recipe_combining_streams_processing_results.html'>Splitting a Stream to Apply Different Processing and Combining the Results into a Single Stream</a>"
+  link: "<a href='../recipes/recipe_combining_streams_processing_results.html'>Splitting a stream to apply different processing and combining the results into a single stream</a>"
 
 
  
 /recipes/recipe_external_filter_range:
-  title: "Using an External Configuration File for Filter Ranges"
+  title: "Using an external configuration file for filter ranges"
   url: "../recipes/recipe_external_filter_range.html"
-  link: "<a href='../recipes/recipe_external_filter_range.html'>Using an External Configuration File for Filter Ranges</a>"
+  link: "<a href='../recipes/recipe_external_filter_range.html'>Using an external configuration file for filter ranges</a>"
 
 
  
 /recipes/recipe_adaptable_filter_range:
-  title: "Adaptable Filter Behavior"
+  title: "Adaptable filter behavior"
   url: "../recipes/recipe_adaptable_filter_range.html"
-  link: "<a href='../recipes/recipe_adaptable_filter_range.html'>Adaptable Filter Behavior</a>"
+  link: "<a href='../recipes/recipe_adaptable_filter_range.html'>Adaptable filter behavior</a>"
 
 
 
 
  
 /docs/samples:
-  title: "1. Samples"
+  title: "Samples"
   url: "../docs/samples.html"
-  link: "<a href='../docs/samples.html'>1. Samples</a>"
+  link: "<a href='../docs/samples.html'>Samples</a>"
 
 
  
 /docs/quickstart:
-  title: "2. Quickstart IBM Watson IoT Platform"
+  title: "Quickstart IBM Watson IoT Platform"
   url: "../docs/quickstart.html"
-  link: "<a href='../docs/quickstart.html'>2. Quickstart IBM Watson IoT Platform</a>"
+  link: "<a href='../docs/quickstart.html'>Quickstart IBM Watson IoT Platform</a>"
 
 
 
 
  
 /docs/console:
-  title: "1. Using The Console"
+  title: "Using the console"
   url: "../docs/console.html"
-  link: "<a href='../docs/console.html'>1. Using The Console</a>"
+  link: "<a href='../docs/console.html'>Using the console</a>"