You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/01/06 22:56:38 UTC

[35/45] incubator-mynewt-site git commit: new look for website with a logo and additional tabs, but docs need more format change

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
new file mode 100644
index 0000000..faf4529
--- /dev/null
+++ b/custom-theme/landing.html
@@ -0,0 +1,86 @@
+{% include 'main-banner.html' %}
+<div class="bg-orange padded event-callout content">
+    <div class="row">
+        <div class="col-md-12">
+            <div class="container">
+                <div class="row">
+                    <div class="col-md-12 text-center">
+                        <h3>{{ config.extra.events['event 1'].title }}</h3>
+                        <p>{{ config.extra.events['event 1'].location }}</p>
+                        <p>{{ config.extra.events['event 1'].date }}</p>
+                        <a href="{{ site_url }}/events/">Click here for more details</a>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+<div class="row">
+    <div class="column col-md-12">
+        <div class="container">
+            <div class="row">
+                <div class="col-md-12">
+        		    {% block content %}
+                        {{ content }}
+                    {% endblock %}
+                </div>
+            </div>
+            <div class="goals">
+                <div class="row">
+                    <div class="col-md-12 text-center">
+                        <h2>The world of Mynewt, therefore, has four primary collaborative goals:</h2>
+                    </div>
+                </div>
+                <div class="row">
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="{{ site_url }}/img/folder.png">
+                        </div>
+                        <p>Produce a foundational RTOS and embedded middleware utilities such as boot loaders, file systems, and time-series data support</p>
+                    </div>
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="{{ site_url }}/img/watch.png">
+                        </div>
+                        <p>Build solid networking stack support for secure, efficient communications with constrained devices</p>
+                    </div>
+                </div>
+                <div class="row">
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="{{ site_url }}/img/01.png">
+                        </div>
+                        <p>Provide simple image and configuration management and deep instrumentation for ongoing diagnostics, whether at the workbench or after mass deployment</p>
+                    </div>
+                    <div class="column col-md-6 goal text-center">
+                        <div class="goal-image">
+                            <span class="helper"></span>
+                            <img src="{{ site_url }}/img/performance.png">
+                        </div>
+                        <p>Ensure modularity and easy composability to build an optimized image aligned with the developer’s application requirements and hardware selection</p>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+<div class="row bg-orange">
+    <div class="column col-md-12">
+        <div class="container">
+            <div class="row">
+                <div class="column col-sm-12 col-md-offset-3 col-md-6 search-container text-center">
+                    <form id ="rtd-search-form" class="wy-form" action="{{ base_url }}/search.html" method="get">
+                        <div class="form-group">
+                            <label for="search-input">Search Documentation</label>
+                            <input id="search-input" type="text" name="q" placeholder="Search documentation" />
+                            <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
+                        </div>
+                    </form>
+                </div>
+            </div>
+        </div>
+    </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/custom-theme/main-banner.html
----------------------------------------------------------------------
diff --git a/custom-theme/main-banner.html b/custom-theme/main-banner.html
new file mode 100644
index 0000000..6814e28
--- /dev/null
+++ b/custom-theme/main-banner.html
@@ -0,0 +1,8 @@
+<div class="row"
+    <div class="column col-md-12">
+        <div class="main-banner">
+            <img src="{{ site_url }}/img/logo.svg">
+            <h3 class="hidden-xs">modular OS for constrained, embedded environments</h3>
+        </div>
+    </div>
+</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/custom-theme/nav.html
----------------------------------------------------------------------
diff --git a/custom-theme/nav.html b/custom-theme/nav.html
new file mode 100644
index 0000000..3441d4e
--- /dev/null
+++ b/custom-theme/nav.html
@@ -0,0 +1,56 @@
+<div class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="logo-container">
+        <img src="{{ site_url }}/img/logo.svg">
+    </div>
+    <div class="container-fluid">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li>
+                    <a href="{{ site_url }}/">Home</a>
+                </li>
+                <li>
+                    <a href="{{ site_url }}/documentation/">Docs</a>
+                </li>
+                <li>
+                    <a href="{{ site_url }}/download/">Download</a>
+                </li>
+                <li>
+                    <a href="{{ site_url }}/community/">Community</a>
+                </li>
+                <li>
+                    <a href="{{ site_url }}/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                {% if repo_url %}
+                <li>
+                    <a href="{{ repo_url }}">
+                        {% if repo_name == 'GitHub' %}
+                            <i class="fa fa-github"></i>
+                        {% elif repo_name == 'Bitbucket' %}
+                            <i class="fa fa-bitbucket"></i>
+                        {% endif %}
+                        {{ repo_name }}
+                    </a>
+                </li>
+                {% endif %}
+            </ul>
+        </div>
+    </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/custom-theme/search.html
----------------------------------------------------------------------
diff --git a/custom-theme/search.html b/custom-theme/search.html
new file mode 100644
index 0000000..e1e36be
--- /dev/null
+++ b/custom-theme/search.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% block content %}
+
+  <script>var base_url = '{{ base_url }}';</script>
+  <script data-main="{{ base_url }}/mkdocs/js/search.js" src="{{ base_url }}/mkdocs/js/require.js"></script>
+
+  <h1 id="search">Search Results</h1>
+
+  <form id="content_search" action="search.html">
+    <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
+    <input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search documentation" autocomplete="off" autofocus>
+  </form>
+
+  <div id="mkdocs-search-results">
+    Sorry, page not found.
+  </div>
+
+{% endblock %}

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/custom-theme/toc.html
----------------------------------------------------------------------
diff --git a/custom-theme/toc.html b/custom-theme/toc.html
new file mode 100644
index 0000000..817480a
--- /dev/null
+++ b/custom-theme/toc.html
@@ -0,0 +1,30 @@
+<div class="bs-sidebar hidden-print" role="complementary">    
+    <div class="sidebar-top">
+        <img class="hidden-xs hidden-sm logo-small" src="{{ site_url }}/img/logo.svg" alt="MyNewt" title="MyNewt">
+        <div class="small" role="search">
+            <form id ="rtd-search-form" class="wy-form" action="{{ base_url }}/search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" placeholder="Search documentation" />
+                    <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="nav bs-sidenav">
+        {% for nav_item in nav %}
+            {% if nav_item.title != 'Home' and nav_item.title != 'Download' and nav_item.title != 'Documentation' and nav_item.title != 'Community' and nav_item.title != 'Events' %}
+                <li class="main"><a href="{{ nav_item.children[0].url }}">{{ nav_item.title }}</a></li>
+                {% if nav_item.children and nav_item.active %}
+                    <ul class="current-toc">
+                        {% for nav_item in nav_item.children %}
+                            <li class="toctree-l3"><a href="{{ nav_item.url }}">{{ nav_item.title }}</a></li>
+                            {% for nav_item in nav_item.children %}
+                                <li><a class="toctree-l4" href="{{ nav_item.url }}">{{ nav_item.title }}</a></li>
+                            {% endfor %}
+                        {% endfor %}
+                    </ul>
+                {% endif %}
+            {% endif %}
+        {% endfor %}
+    </ul>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/docs/community.md
----------------------------------------------------------------------
diff --git a/docs/community.md b/docs/community.md
new file mode 100644
index 0000000..b505f86
--- /dev/null
+++ b/docs/community.md
@@ -0,0 +1,7 @@
+#Community
+
+##Mailing Lists
+
+To subscribe to a mailing list, you simply send an email to a special subscription address. To subscribe to the dev list, send an email to [dev-subscribe@mynewt.incubator.apache.org](mailto:dev-subscribe@mynewt.incubator.apache.org).
+
+The following mailing lists can be used to get help with MyNewt.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/docs/documentation.md
----------------------------------------------------------------------
diff --git a/docs/documentation.md b/docs/documentation.md
new file mode 100644
index 0000000..4940158
--- /dev/null
+++ b/docs/documentation.md
@@ -0,0 +1,3 @@
+#Documentation Organization
+
+The chapter organization is outlined below. Each chapter will include one or more tutorials for hands-on experience with the material in each chapter.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/docs/download.md
----------------------------------------------------------------------
diff --git a/docs/download.md b/docs/download.md
new file mode 100644
index 0000000..f13136f
--- /dev/null
+++ b/docs/download.md
@@ -0,0 +1,13 @@
+For general information on using Git at Apache, go to https://git-wip-us.apache.org.
+
+If you are not a committer, follow the proposed non-committer workflow to share your work. The direct link to the proposed workflow is https://git-wip-us.apache.org/docs/workflow.html.
+
+To clone the Mynewt OS development repository:
+
+**Non Committers**
+
+    $ git clone http://git/wip/us.apache.org/repos/asf/incubator-mynewt-larva.git
+
+**Committers**
+
+    $ git clone https://git/wip/us.apache.org/repos/asf/incubator-mynewt-larva.git
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/docs/events.md
----------------------------------------------------------------------
diff --git a/docs/events.md b/docs/events.md
new file mode 100644
index 0000000..764472e
--- /dev/null
+++ b/docs/events.md
@@ -0,0 +1,3 @@
+#Events
+
+Please take a look at our upcoming events! We hope to see you there.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/docs/extra.css
----------------------------------------------------------------------
diff --git a/docs/extra.css b/docs/extra.css
index de4dfc6..98acda9 100644
--- a/docs/extra.css
+++ b/docs/extra.css
@@ -1,29 +1,4 @@
 /*
- * Tweak the overal size to better match RTD.
- */
- 
-body {
-    font-size: 100%;
-}
-
-h3 {
-    color: black;
-    font-weight: 900;
-}
-
-h4, h5, h6 {
-    color: black;
-    font-weight: 300;
-    text-decoration: underline;
-}
-
-hr {
-    height: 2px;
-    border: #2980b9;
-    background: #2980b9;
-}
-
-/*
  * Fix wrapping in the code highlighting
  *
  * https://github.com/mkdocs/mkdocs/issues/233
@@ -41,4 +16,3 @@ code {
 p code {
     word-wrap: break-word;
 }
-

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index c47128d..873ccda 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,97 +1 @@
-[ASF Incubator Project](images/egg-logo.png)
----
-
-## Objective of Mynewt 
-
-
-Mynewt is an open source initiative to build a stack of modularized control, networking, and monitoring software for embedded devices like wearables, lightbulbs, locks, and doorbells. At the core is a real-time operating system that is designed to work on a variety of microcontrollers. The project includes the Newt tool to help you build and distribute embedded projects using Mynewt OS. The modular implementation allows the user the flexibility to mix and match hardware components and software stack depending on the feature and performance requirements of the particular application he or she has in mind.
-
-The world of Mynewt, therefore, has three primary collaborative goals:
-
-* Build a modularized real-time operating system for a rich set of hardware components
-* Offer a suite of open-source software for efficient and secure two-way communications with an embedded device
-* Develop method and tools necessary to build an optimized executable image on the desired hardware
-
-### Project Information Links
-
-  * [Project Proposal](https://wiki.apache.org/incubator/MynewtProposal)
-
-  * [Issue Tracking](https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel)
-
-  * [Project Status](http://incubator.apache.org/projects/mynewt.html)
-
-
-### Project GIT Repository
-
-* [Documentation repository](https://git-wip-us.apache.org/repos/asf/incubator-mynewt-site.git) containing the markdown docs that generate the html pages you see here.
-
-* [Mynewt OS development repository (larva)](https://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva.git) containing all code packages for newt operating system and middleware software being worked on.
-
-* [Newt tool development repository (newt)](https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git) containing source code for the newt tool.
-
-
-### Using Project GIT Repository
-
-For general information on using Git at Apache, go to [https://git-wip-us.apache.org](https://git-wip-us.apache.org).
-
-If you are not a committer, follow the proposed non-committer workflow to share your work. The direct link to the proposed workflow is [https://git-wip-us.apache.org/docs/workflow.html](https://git-wip-us.apache.org/docs/workflow.html). 
-
-To clone the Mynewt OS development repository:
-
-* Non Committers
-
-        $ git clone http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva.git
-
-* Committers
-
-        $ git clone https://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva.git
-        
-### Mailing Lists
-
-* dev@mynewt.incubator.apache.org 
-
-    This is for both contributors and users. In order to subscribe to the dev list, send an email to dev-subscribe@mynewt.incubator.apache.org.
-    
-* commits@mynewt.incubator.apache.org
-
-    This is mainly for contributors to code or documentation. In order to subscribe to the commits list, send an email to commits-subscribe@mynewt.incubator.apache.org.
-    
-* notifications@mynewt.incubator.apache.org
-
-    This is for all autogenerated mail except commits e.g. JIRA notifications. In order to subscribe to the notifications list, send an email to notifications-subscribe@mynewt.incubator.apache.org. 
-
-To subscribe to a mailing list, you simply send an email to a special subscription address. To subscribe to the dev list, send an email to dev-subscribe@mynewt.incubator.apache.org. For the issues list, the address would be issues-subscribe@mynewt.incubator.apache.org. You should then get an automated email which details how to confirm your subscription.
- 
-
-### Documentation Organization
-
-The chapter organization is outlined below. Each chapter will include one or more tutorials for hands-on experience with the material in each chapter. 
-
-* [Chapter 1: Get Started](get_started/newt_concepts.md) introduces some key terms in this initiative and includes a tutorial for a quick project to show how to work with some of the products.
-
-* [Chapter 2: Get Acclimated](get_acclimated/vocabulary.md) delves deeper into the concepts crucial to the software development effort. 
-
-* [Chapter 3: Newt Tool Reference](newt/newt_ops.md) describes the command structure and details all the available commands to help you with your project. 
-
-* [Chapter 4: Newt OS](os/mynewt_os.md) provides an overview of the features available and how to customize for your hardware and software application.
-
-* [Chapter 5: Modules](modules/console.md) lays out all the available modules such as HAL (Hardware Abstraction Layer), console, file system, networking stacks, and other middleware components.
-
-* [Chapter 6: Creating packages for distribution](packaging/dist.md) delineates the process of creating complete packages to load on your embedded device to get it up, connected, and ready for remote management.
-
-### Contributing to Documentation
-
-All content on this site is statically generated using [MkDocs](http://www.mkdocs.org) from documents written in Markdown and stored in the `docs` directory on the master branch in the [Documentation repository](https://git-wip-us.apache.org/repos/asf/incubator-mynewt-site.git). As a documentation contributor you will modify the desired markdown file or create new ones in the appropriate chapter subdirectory under `docs`. 
-
-To edit content in a Markdown file and be able to see how the changes look you may use desktop apps such as:
-
-* [Mou](http://25.io/mou/) for Mac
-* [Something like Mou](http://alternativeto.net/software/mou/?platform=windows) for Windows
-
-Click on the tutorial [How to edit docs](get_started/how_to_edit_docs.md) under "Get Started" to learn how to edit a sample file [try_markdown.md](get_started/try_markdown.md) on Mynewt's documentation git repository.
-
-The static html content is generated and maintained in the asf-site branch in the documentation repository. Currently, the static html files are generated manually once a day. This will be automated in the future.
-
-If you wish, you may preview the changes you have made on your desktop by installing MkDocs and starting up its built-in webserver as described in [MkDocs](http://www.mkdocs.org). This step is optional but described in the tutorial.
-
-
+Apache Mynewt is a community-driven, permissively licensed open source initiative for constrained, embedded applications. The emergence of the Internet of Things is proving that *anything that can be connected will be connected *. Many of these connected devices—wristbands and other wearables, light bulbs and locks—must be operated for long periods of time, but are constrained in terms of power, memory, and storage. Apache Mynewt flexibly addresses these constraints while remaining hardware agnostic.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/01.png
----------------------------------------------------------------------
diff --git a/images/01.png b/images/01.png
new file mode 100644
index 0000000..6f368ff
Binary files /dev/null and b/images/01.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/apache-feather.png
----------------------------------------------------------------------
diff --git a/images/apache-feather.png b/images/apache-feather.png
new file mode 100644
index 0000000..c79e25e
Binary files /dev/null and b/images/apache-feather.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/apache-logo.png
----------------------------------------------------------------------
diff --git a/images/apache-logo.png b/images/apache-logo.png
new file mode 100644
index 0000000..c3d6687
Binary files /dev/null and b/images/apache-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/folder.png
----------------------------------------------------------------------
diff --git a/images/folder.png b/images/folder.png
new file mode 100644
index 0000000..fb6128c
Binary files /dev/null and b/images/folder.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/logo-large.png
----------------------------------------------------------------------
diff --git a/images/logo-large.png b/images/logo-large.png
new file mode 100644
index 0000000..34b8deb
Binary files /dev/null and b/images/logo-large.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/logo-small.png
----------------------------------------------------------------------
diff --git a/images/logo-small.png b/images/logo-small.png
new file mode 100644
index 0000000..1aba52d
Binary files /dev/null and b/images/logo-small.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/logo.svg
----------------------------------------------------------------------
diff --git a/images/logo.svg b/images/logo.svg
new file mode 100644
index 0000000..f7a16b9
--- /dev/null
+++ b/images/logo.svg
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 277 241.1" style="enable-background:new 0 0 277 241.1;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#F48633;}
+	.st1{fill:#20535D;}
+	.st2{fill:#DD6D27;}
+	.st3{fill:#415581;}
+	.st4{fill:#F68735;}
+	.st5{fill:#EF9B61;}
+</style>
+<g>
+	<g>
+		<path class="st0" d="M150.7,57.8c-0.2-1-0.5-1.9-0.9-2.5c-0.3-0.6-0.7-0.9-1-0.8c-0.3,0.1-0.6,0.4-0.8,0.9
+			c-0.3,0.5-0.5,1.3-0.8,2.2c-0.3,0.8-0.5,1.6-0.9,2.5c-0.1-0.2-0.2-0.5-0.2-0.7c-1-3.1-2.2-6-3.5-8.1c-0.6-1-1.3-1.8-1.9-2.3
+			c-0.6-0.5-1.1-0.7-1.3-0.5c-0.3,0.2-0.4,0.6-0.5,1.3c0,0.7,0,1.6,0,2.7c0,0.4,0.1,0.9,0.1,1.4c0.2,1.9,0.3,4,0.3,6.1
+			c0,0.2,0,0.4,0,0.5c0,0.3,0,0.6,0,1c0-0.1-0.1-0.2-0.1-0.2c-0.3,4.2-1.5,7.7-5.5,7.7c-0.3,0-0.6-0.1-0.9-0.1h-4.3v-0.1
+			c-1.8-0.2-3.2-1.6-3.5-3.4h0c-0.4-2.9-1-5.8-1.8-8.5c-1.4-4.9-3.3-9.4-5.6-13.5c-2.2-4-4.7-7.6-7.3-10.7c-2.6-3.1-5.3-5.7-7.9-8
+			c-1.8-1.5-3.6-2.8-5.2-4c-4-3.9-10.7-10.5-13.5-12.3c-4.1-2.7-26.1-8.3-26.1-8.3c-1.2-0.4-2.4-0.4-3.1,0.6l-2.3,3.5l-1.8,2.8
+			L48,10.7c-0.7,1-0.2,2.1,0.6,3.1c0,0,13.8,18,17.9,20.7c0,0,0.1,0,0.1,0.1c0.3,0.2,0.6,0.5,0.8,0.7c0.3,0.3,0.7,0.5,1.1,0.8
+			c0.4,0.2,0.7,0.5,1.1,0.7c0.4,0.2,0.8,0.4,1.1,0.6c0.4,0.2,0.8,0.4,1.2,0.6c0.4,0.2,0.8,0.4,1.2,0.5c0,0,0,0,0.1,0
+			c0.2,0.1,0.5,0.2,0.7,0.2c0.2,0.1,0.5,0.1,0.7,0.2c0.3,0.1,0.8,0.3,1.2,0.4c0.5,0.2,1,0.4,1.5,0.6c0.6,0.2,1.2,0.5,1.8,0.8
+			c0.3,0.1,0.7,0.3,1,0.5c0.3,0.2,0.7,0.4,1.1,0.6c1.5,0.8,3.1,1.9,4.7,3.1c1.7,1.3,3.4,2.8,5.1,4.7c1.7,1.8,3.4,4,4.9,6.4
+			c1.3,2.2,2.5,4.5,3.5,7.1l0,0c0.2,0.5,0.4,1.1,0.4,1.7c0,2.2-1.8,4-4,4l0,0h-8c-0.5,0.1-1,0.1-1.6,0.1c-8.3,0-12.3-5.4-14.9-8.6
+			c-0.1-0.1-0.2-0.3-0.3-0.4c-0.5-0.5-1-1.1-1.4-1.5c-0.7-0.8-1.3-1.5-1.9-1.9c-0.5-0.5-0.9-0.7-1.2-0.6c-0.3,0.1-0.5,0.6-0.6,1.3
+			c-0.1,0.7,0,1.8,0.3,2.9c0.5,2.4,1.7,5.3,3.2,8.2c0.1,0.2,0.2,0.5,0.4,0.7c-0.9-0.4-1.7-0.8-2.4-1.2c-0.9-0.4-1.6-0.8-2.1-1
+			c-0.6-0.2-1-0.3-1.2-0.1C64,67,64,67.5,64.1,68.1c0.2,0.6,0.5,1.5,1.1,2.4c1.1,1.8,3,3.9,5.2,5.8c4.3,3.8,9.6,6.7,10.8,7.2
+			c0.8,0.4,1.6,0.5,2.4,0.4c0.2,0,0.4,0,0.6,0c0.4,0,0.9,0,1.3-0.1h11.7c2.2,0,4,1.8,4,4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2-0.1,0.3
+			l-0.2,0.7l-0.2,0.7c-0.1,0.5-0.3,0.9-0.4,1.4c-0.6,1.9-1.4,3.8-2.3,5.6c-0.9,1.8-2,3.6-3.2,5.4c-1.2,1.7-2.6,3.4-4.1,5
+			c-6,6.3-14.3,11.1-23.7,12.8c-0.6,0.1-1.2,0.2-1.8,0.3c-0.6,0.1-1.2,0.1-1.8,0.2c-0.6,0.1-1.2,0.1-1.8,0.1l-0.9,0.1l-1.2,0.1H44.9
+			c-1.1-0.1-2.1-0.6-2.9-1.3l-0.7-0.7c-0.2-0.1-0.4-0.3-0.6-0.5c-2.7-2.6-1.1-5.8,1-8.3c0,0,0,0-0.1,0c0.1-0.1,0.1-0.1,0.2-0.2
+			c1.4-1.6,3-3,3.8-3.6c0.1-0.1,0.3-0.2,0.5-0.3c0.8-0.7,1.5-1.4,2.2-1.9c0.8-0.7,1.5-1.3,1.9-1.9c0.5-0.5,0.7-0.9,0.6-1.2
+			c-0.1-0.3-0.6-0.5-1.3-0.6c-0.7-0.1-1.8,0-2.9,0.3c-2.4,0.5-5.3,1.7-8.2,3.2c-0.2,0.1-0.5,0.2-0.7,0.4c0.4-0.9,0.8-1.7,1.2-2.4
+			c0.4-0.9,0.8-1.6,1-2.1c0.2-0.6,0.3-1,0.1-1.2c-0.2-0.3-0.6-0.3-1.3-0.2c-0.6,0.2-1.5,0.5-2.4,1.1c-1.8,1.1-3.9,3-5.8,5.2
+			c-3.8,4.3-6.7,9.6-7.2,10.8c-0.2,0.4-0.3,0.8-0.4,1.3c-0.6,2.4,0.1,5.1,2,7c0.3,0.3,0.6,0.6,1,0.8l0.6,0.6c0.8,0.9,1.2,2,1.2,3.3
+			c0,1.7-0.8,3.1-2,4c-1.5,1.1-3,2.2-4.4,3.4c-2.6,2.3-5.1,4.7-7.3,7.4c-2.2,2.7-4.2,5.5-5.9,8.5c-1.7,3-3.2,6.1-4.4,9.3
+			c-2.4,6.4-3.6,13.2-3.8,20c-0.1,3.4,0.2,6.7,0.7,10c0.2,1.6,0.6,3.3,0.9,4.9c0.2,0.8,0.4,1.6,0.6,2.4c0.2,0.8,0.5,1.6,0.7,2.4
+			c1,3.1,2.3,6.1,3.8,9c1.5,2.9,3.2,5.6,5.1,8.1c3.8,5.1,8.4,9.5,13.3,13c2.5,1.7,5.1,3.3,7.8,4.6c2.7,1.3,5.4,2.4,8.2,3.3
+			c5.5,1.8,11.2,2.6,16.6,2.7c5.5,0,10.7-0.6,15.6-1.9c4.9-1.3,9.4-3.2,13.5-5.5c0.5-0.3,1-0.6,1.5-0.9c0.5-0.3,1-0.6,1.5-0.9
+			c0.5-0.3,0.9-0.6,1.4-1c0.5-0.3,0.9-0.6,1.4-1c0.9-0.7,1.8-1.3,2.6-2c0.4-0.4,0.8-0.7,1.2-1c0.4-0.4,0.8-0.7,1.2-1.1
+			c3.1-2.9,5.6-5.9,7.7-9c2.1-3.1,3.7-6.1,5-9c1.3-2.9,2.1-5.7,2.8-8.2c1.2-5.1,1.5-9.2,1.4-11.9c0-1.4-0.1-2.4-0.2-3.1
+			c-0.1-0.7-0.2-1.1-0.3-1.1c-0.1,0-0.3,0.4-0.4,1.1c-0.1,0.7-0.3,1.7-0.5,3c-0.5,2.6-1.3,6.5-3,11.1c-0.9,2.3-2,4.8-3.4,7.4
+			c-1.4,2.6-3.2,5.2-5.4,7.9c-2.2,2.6-4.7,5.2-7.7,7.5c-3,2.3-6.3,4.5-10,6.2c-7.4,3.5-16.3,5.4-25.6,4.6c-0.6-0.1-1.2-0.1-1.7-0.2
+			l-0.9-0.1l-0.9-0.1c-0.6-0.1-1.2-0.2-1.7-0.3c-0.6-0.1-1.1-0.2-1.7-0.4c-0.6-0.1-1.1-0.3-1.7-0.4c-0.6-0.2-1.1-0.3-1.7-0.5
+			c-0.6-0.2-1.1-0.4-1.7-0.6c-0.6-0.2-1.1-0.4-1.7-0.6c-2.2-0.9-4.4-1.9-6.5-3.2c-2.1-1.2-4.1-2.7-6.1-4.2
+			c-7.7-6.3-13.6-15.2-16.1-25.1c-1.3-5-1.7-10.2-1.3-15.3c0.2-2.6,0.7-5.1,1.3-7.6c0.2-0.6,0.3-1.2,0.5-1.9l0.6-1.8l0.7-1.8
+			c0.2-0.6,0.5-1.2,0.8-1.8c2.1-4.7,5-9,8.5-12.7c1.8-1.8,3.7-3.5,5.7-5.1c0.5-0.4,1-0.8,1.5-1.1l1.6-1l1.6-1
+			c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.3-0.2,0.5-0.3c3.2-1.7,6.9-3.5,13.6-4.6c2.1,0,4.6,0.6,5.6,3.8c1,3.1-1.6,7.3,4,5.6
+			c5.1-1.5,15.4-4.5,20.6,3.8c0.4,0.7,2.3,1.2,2.7-0.1c0.6-1.9,0.7-3.4-0.2-5.5c-1.8-4.7-5.5-6.4-11.1-5.9c-5.9,0.6-4.9-2.7-3-3.2
+			c0.2,0,0.4-0.1,0.6-0.1c0,0,0.1,0,0.1,0l0,0c1.8-0.2,3.6-0.4,5.4-0.8c2.4-0.6,4.7-1.3,6.9-2.1c0.6-0.2,1.3-0.4,1.9-0.7
+			c0.2-0.1,0.3-0.1,0.5-0.2c1.3-0.5,2.5-1.1,3.8-1.7c6.1-2.9,11.5-6.8,16.2-11.3c2.3-2.3,4.5-4.7,6.5-7.2c2-2.5,3.7-5.2,5.2-7.9
+			c1.5-2.7,2.8-5.5,4-8.4c0.5-1.4,1.1-2.9,1.5-4.3c0.5-1.4,0.8-2.9,1.2-4.3c0.2-0.9,0.4-1.8,0.6-2.7h0c0.3-1.9,1.9-3.3,3.9-3.3h12.8
+			v-0.1c2.9,0,5.4-1.8,6.6-4.3c0.3-0.4,0.5-0.8,0.7-1.2c0.5-1.2,2.1-7,2.5-12.7C151.3,62.7,151.1,59.9,150.7,57.8z"/>
+		<path class="st1" d="M71,138.6l0.5,0.1C71.3,138.7,71.1,138.6,71,138.6z"/>
+	</g>
+	<path class="st2" d="M114.2,184.4c-0.1-0.7-0.2-1.1-0.3-1.1c0,29.6-24,53.5-53.5,53.5c-29.6,0-53.5-24-53.5-53.5
+		c0-29.6,24-53.5,53.5-53.5c27.9,0,50.9-21.4,53.3-48.7c0.1-1.6,0.2-3.2,0.2-4.8c0-16.5-7.5-31.3-19.2-41.1L51.4,5.6l-1.1,1.6
+		L48,10.7c-0.7,1-0.2,2.1,0.6,3.1c0,0,13.8,18,17.9,20.7c0,0,0.1,0,0.1,0.1c0.3,0.2,0.6,0.5,0.8,0.7c0.3,0.3,0.7,0.5,1.1,0.8
+		c0.4,0.2,0.7,0.5,1.1,0.7c0.4,0.2,0.8,0.4,1.1,0.6c0.4,0.2,0.8,0.4,1.2,0.6c0.4,0.2,0.8,0.4,1.2,0.5c0,0,0,0,0.1,0
+		c0.2,0.1,0.5,0.2,0.7,0.2c0.2,0.1,0.5,0.1,0.7,0.2c0.3,0.1,0.8,0.3,1.2,0.4c0.5,0.2,1,0.4,1.5,0.6c0.6,0.2,1.2,0.5,1.8,0.8
+		c0.3,0.1,0.7,0.3,1,0.5c0.3,0.2,0.7,0.4,1.1,0.6c1.5,0.8,3.1,1.9,4.7,3.1c1.7,1.3,3.4,2.8,5.1,4.7c1.7,1.8,3.4,4,4.9,6.4
+		c1.3,2.1,2.5,4.5,3.5,7.1l0,0c0.2,0.5,0.4,1.1,0.4,1.7c0,2.2-1.8,4-4,4l0,0h-8.4C87.3,69,87,69,86.6,69c-4.8,0-8.1-1.8-10.6-4
+		c0,0,0,0,0,0.1c-0.1-0.1-0.1-0.1-0.2-0.2c-1.5-1.3-2.7-2.8-3.7-4c-0.8-0.9-1.5-1.7-2.2-2.4c-0.7-0.8-1.3-1.5-1.9-1.9
+		c-0.5-0.5-0.9-0.7-1.2-0.6c-0.3,0.1-0.5,0.6-0.6,1.3c-0.1,0.7,0,1.8,0.3,2.9c0.5,2.4,1.7,5.3,3.2,8.2c0.1,0.2,0.2,0.5,0.4,0.7
+		c-0.9-0.4-1.7-0.8-2.4-1.2c-0.9-0.4-1.6-0.8-2.1-1c-0.6-0.2-1-0.3-1.2-0.1C64,67,64,67.5,64.1,68.1c0.2,0.6,0.5,1.5,1.1,2.4
+		c1.1,1.8,3,3.9,5.2,5.8c4.3,3.8,9.6,6.7,10.8,7.2c0.8,0.4,1.6,0.5,2.4,0.4c0.2,0,0.4,0,0.6,0c0.4,0,0.9,0,1.3-0.1h11.7
+		c2.2,0,4,1.8,4,4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2-0.1,0.3l-0.2,0.7l-0.2,0.7c-0.1,0.5-0.3,0.9-0.4,1.4c-0.6,1.9-1.4,3.8-2.3,5.6
+		c-0.9,1.8-2,3.6-3.2,5.4c-1.2,1.7-2.6,3.4-4.1,5c-6,6.3-14.3,11.1-23.7,12.8c-0.6,0.1-1.2,0.2-1.8,0.3c-0.6,0.1-1.2,0.1-1.8,0.2
+		c-0.6,0.1-1.2,0.1-1.8,0.1l-0.9,0.1l-1.2,0.1H44.9c-1.1-0.1-2.1-0.6-2.9-1.3l-1.2-1.2c-2.7-2.6-1.1-5.7,1-8.2c0,0-0.1,0-0.1,0
+		c0.1-0.1,0.2-0.2,0.4-0.3c1.4-1.6,2.9-2.9,3.7-3.5c0.1-0.1,0.3-0.2,0.4-0.3c0.8-0.7,1.5-1.4,2.2-1.9c0.8-0.7,1.5-1.3,1.9-1.9
+		c0.5-0.5,0.7-0.9,0.6-1.2c-0.1-0.3-0.6-0.5-1.3-0.6c-0.7-0.1-1.8,0-2.9,0.3c-2.4,0.5-5.3,1.7-8.2,3.2c-0.2,0.1-0.5,0.2-0.7,0.4
+		c0.4-0.9,0.8-1.7,1.2-2.4c0.4-0.9,0.8-1.6,1-2.1c0.2-0.6,0.3-1,0.1-1.2c-0.2-0.3-0.6-0.3-1.3-0.2c-0.6,0.2-1.5,0.5-2.4,1.1
+		c-1.8,1.1-3.9,3-5.8,5.2c-3.8,4.3-6.7,9.6-7.2,10.8c-0.2,0.4-0.3,0.8-0.4,1.3c-0.6,2.4,0.1,5.1,2,7c0.3,0.3,0.6,0.6,1,0.8l0.6,0.6
+		c0.8,0.9,1.2,2,1.2,3.3c0,1.7-0.8,3.1-2,4c-1.5,1.1-3,2.2-4.4,3.4c-2.6,2.3-5.1,4.7-7.3,7.4c-2.2,2.7-4.2,5.5-5.9,8.5
+		c-1.7,3-3.2,6.1-4.4,9.3c-2.4,6.4-3.6,13.2-3.8,20c-0.1,3.4,0.2,6.7,0.7,10c0.2,1.6,0.6,3.3,0.9,4.9c0.2,0.8,0.4,1.6,0.6,2.4
+		c0.2,0.8,0.5,1.6,0.7,2.4c1,3.1,2.3,6.1,3.8,9c1.5,2.9,3.2,5.6,5.1,8.1c3.8,5.1,8.4,9.5,13.3,13c2.5,1.7,5.1,3.3,7.8,4.6
+		c2.7,1.3,5.4,2.4,8.2,3.3c5.5,1.8,11.2,2.6,16.6,2.7c5.5,0,10.7-0.6,15.6-1.9c4.9-1.3,9.4-3.2,13.5-5.5c0.5-0.3,1-0.6,1.5-0.9
+		c0.5-0.3,1-0.6,1.5-0.9c0.5-0.3,0.9-0.6,1.4-1c0.5-0.3,0.9-0.6,1.4-1c0.9-0.7,1.8-1.3,2.6-2c0.4-0.4,0.8-0.7,1.2-1
+		c0.4-0.4,0.8-0.7,1.2-1.1c3.1-2.9,5.6-5.9,7.7-9c2.1-3.1,3.7-6.1,5-9c1.3-2.9,2.1-5.7,2.8-8.2c1.2-5.1,1.5-9.2,1.4-11.9
+		C114.4,186.2,114.3,185.1,114.2,184.4z"/>
+	<path class="st3" d="M124.3,150.8c3.9-1.7,10.6-3.4,16-3.4c10.5,0,14.1,3.7,14.1,13.5V197c0,1.6-0.2,1.6-8.3,1.6v-35.3
+		c0-6.4-1-8.8-6-8.8c-2.2,0-5.4,0.6-7.5,1.8V197c0,1.6-0.2,1.6-8.1,1.6V150.8z"/>
+	<path class="st3" d="M191.4,188.5c0.5,1.6,0.7,3.9,0.7,5.5c0,3.1-6.3,5.5-13.9,5.5c-9.3,0-16.1-3.8-16.1-23.5
+		c0-25.1,8.9-28.7,17.8-28.7c8.4,0,12.8,5.3,12.8,16.1c0,4.5-0.3,9.4-1.1,13.1c-6.6,1.3-16.1,1.6-21.1,1.6
+		c0.4,10.8,3.3,13.7,9.4,13.7C184,191.7,188,190.5,191.4,188.5 M170.6,171.6c3.9,0.1,10.3-0.1,13.9-1.1c0.4-1.8,0.5-4.1,0.5-6
+		c-0.1-7.3-1.4-9.9-5.8-9.9C174.9,154.5,171.3,157.9,170.6,171.6"/>
+	<path class="st3" d="M240.2,150.2c0.3-1.8,0.6-1.8,8-1.8c0,0-10.4,50.5-10.8,50.5c0,0-1.8,0.3-5.2,0.3c-1.4,0-3.5-1.6-4.2-5.2
+		l-1.3-6.8c-1.8-8.3-3.1-18.9-3.7-25c-0.7,6.1-2,16.8-3.7,25.1l-2.3,11.6c0,0-4.1,0.3-6.7,0.3c-1.7,0-2.8-2-3.4-4.9
+		c-2.9-12.4-9.7-44.2-9.7-44.2c-0.3-1.7,0.4-1.7,8.7-1.7l3.1,16.4c2,11.2,3.5,24.5,3.5,24.5h0.6c0.5-3.5,1.7-12.3,2.8-18.6l3.2-19.2
+		c0.2-1.4,0.5-1.7,2.6-1.7h1.3h4l3.9,21.1c1.7,7.6,3.1,18.4,3.1,18.4h0.5c0.5-5.9,1.8-16.5,3.2-24.5L240.2,150.2z"/>
+	<path class="st3" d="M251.7,155.3c0-6.2,0.1-6.9,1.7-6.9h5.1v-15.3c0-2.8,1.5-2.8,8-2.8v18.1H277c0,6.3-0.1,6.9-1.7,6.9h-8.7v29.3
+		c0,4.3,0.1,8,3.7,8c2.3,0,3.8-0.6,5.8-1.5c0.3,1,0.6,2.4,0.6,4c0,3.6-4.7,4.4-8.6,4.4c-8.5,0-9.5-5.9-9.5-15v-29.3H251.7z"/>
+	<path class="st4" d="M106.6,181.3l5.8-2c0,0-9.5,60.7-59.1,50.6c0,0,34.4,8.6,46.6-29.7l0.6-2.9l6.1-9.3L106.6,181.3z"/>
+	<path class="st4" d="M32.2,154.4c4.4-2,9.7-3.3,15.2-3.3c4.3,0,7.2,1.1,9.1,3.1c3.4-1.9,8.2-3.1,12.3-3.1c10,0,11.3,5.1,11.3,14.2
+		V197c0,1.6-0.3,1.6-8.1,1.6v-33.4c0-4.9-0.8-6.9-4.9-6.9c-2.3,0-4.5,0.5-6.8,1.9v12.3v0.2V197c0,1.6,0,1.6-8,1.6v-33.6
+		c0-4.9-0.3-6.8-5-6.8c-2.2,0-4.5,0.5-6.8,1.8V197c0,1.6-0.3,1.6-8.1,1.6V154.4z"/>
+	<path class="st4" d="M99.9,200.1l11.5-16.5l8.2-35.3c-8.2,0-8.3,0-8.7,2.3l-4.5,21.7c-1.4,8.1-2.4,17.9-2.4,17.9s-1.1-9.8-2.7-17.8
+		l-5.5-24.1c-6.6,0-8,0-8,1.1c0,0.3,0.1,0.7,0.2,1.1L99.9,200.1z"/>
+	<g>
+		<polygon class="st3" points="70.4,7.8 75.2,7.8 76.6,10.3 		"/>
+		<polygon class="st3" points="62.1,26.6 60.7,22 64.9,26.6 		"/>
+		<polygon class="st5" points="95.9,36.4 66.7,28.6 49.1,9.1 54.3,1.2 55.1,1.5 79,11.3 		"/>
+	</g>
+</g>
+</svg>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/performance.png
----------------------------------------------------------------------
diff --git a/images/performance.png b/images/performance.png
new file mode 100644
index 0000000..ade0fb4
Binary files /dev/null and b/images/performance.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/images/watch.png
----------------------------------------------------------------------
diff --git a/images/watch.png b/images/watch.png
new file mode 100644
index 0000000..8516183
Binary files /dev/null and b/images/watch.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/4c2d2384/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index 53d25ad..482669f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,21 +1,27 @@
-site_name: Mynewt
-site_url: http://mynewt.incubator.apache.org/index.html
+site_name: Mynewt Testing
+site_url: http://mynewt.incubator.apache.org
+
+theme_dir: 'custom-theme'
 
 pages:
 - Home: 'index.md'
-- Get Started:
+- Documentation: 'documentation.md'
+- Download: 'download.md'
+- Community: 'community.md'
+- Events: 'events.md'
+- Chapter 1 - Get Started:
     - 'Newt Concepts': 'get_started/newt_concepts.md'
     - 'Blinky, The First Project': 'get_started/project1.md'
     - 'How to edit docs': 'get_started/how_to_edit_docs.md'
     - 'Sample doc to edit': 'get_started/try_markdown.md'
-- Get Acclimated:
+- Chapter 2 - Get Acclimated:
     - 'Understanding Newt Terms': 'get_acclimated/vocabulary.md'
     - 'Project 2': 'get_acclimated/project2.md'
     - 'Project 3': 'get_acclimated/project3.md'
-- Newt Tool:
+- Chapter 3 - Newt Tool:
     - 'Command structure': 'newt/newt_ops.md'
     - 'Command list': 'newt/newt_tool_reference.md'
-- Mynewt OS:
+- Chapter 4 - Mynewt OS:
     - 'Overview': 'os/mynewt_os.md'
     - 'Scheduler/Context Switching': 'os/context_switch.md'
     - 'Time': 'os/time.md'
@@ -29,19 +35,38 @@ pages:
     - 'Sanity': 'os/sanity.md'
     - 'Callout Functions': 'os/callout.md'
     - 'Porting to other Platforms': 'os/port_os.md'
-- Chapter5 - Modules:
+- Chapter 5 - Modules:
     - 'Console': 'modules/console.md'
     - 'Shell': 'modules/shell.md'
     - 'Bootloader': 'modules/bootloader.md'
     - 'File System': 'modules/filesystem.md'
     - 'Test Utilities': 'modules/testutil.md'
-- Chapter6 - Packaging it:
+- Chapter 6 - Packaging it:
     - 'Creating Packages': 'packaging/dist.md'
 
 markdown_extensions:
     - toc:
         permalink: true
     - sane_lists
-    
-theme: readthedocs 
-extra_css: [extra.css]
+
+extra:
+    chapters:
+        Chapter 1 - Get Started: 'The chapter organization is outlined below. Each chapter will include one or more tutorials for hands-on experience with the material in each chapter.'
+        Chapter 2 - Get Acclimated: 'Delves deeper into the concepts crucial to the software development effort.'
+        Chapter 3 - Newt Tool: 'Describes the command structure and details all the available commands to help you with your project.'
+        Chapter 4 - Mynewt OS: 'Provides an overview of the features available and how to customize for your hardware and software application.'
+        Chapter 5 - Modules: 'Lays out all the available modules such as HAL (Hardware Abstraction Layer), console, le system, networking stacks, and other middleware components.'
+        Chapter 6 - Packaging it: 'Packages for distribution delineates the process of creating complete packages to load on your embedded device to get it up, connected, and ready for remote management.'
+    events:
+        event 1:
+            title: 'See us at Bluetooth World!'
+            description: 'Find out more about our open-source offering at this event featuring the best of IoT innovations powered by Bluetooth'
+            location: "Levi's Stadium, CA, USA"
+            date: 'March 15 - 16, 2016'
+        event 2:
+            title: 'Internet of Things World'
+            description: 'Check out our product at the largest and most comprehensive IoT event on the market.'
+            location: "Moscone Center, San Francisco, CA, USA"
+            date: 'May 10 - 12, 2016'
+
+copyright: 'Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator'