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/05/18 19:05:58 UTC

incubator-mynewt-site git commit: adding a new branch and pushing landing page changes

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/develop [created] 2432d8142


adding a new branch and pushing landing page changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/2432d814
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/2432d814
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/2432d814

Branch: refs/heads/develop
Commit: 2432d81420168bf0c2825e744b3127f648a6dc83
Parents: 1b5a965
Author: aditihilbert <ad...@runtime.io>
Authored: Wed May 18 12:02:36 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Wed May 18 12:02:36 2016 -0700

----------------------------------------------------------------------
 custom-theme/img/NimBLE_conn.png       | Bin 0 -> 30168 bytes
 custom-theme/img/NimBLE_throughput.png | Bin 0 -> 29290 bytes
 custom-theme/landing.html              |  23 ++++++++++++-----------
 docs/index.md                          |   2 +-
 4 files changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2432d814/custom-theme/img/NimBLE_conn.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/NimBLE_conn.png b/custom-theme/img/NimBLE_conn.png
new file mode 100644
index 0000000..ae9fa70
Binary files /dev/null and b/custom-theme/img/NimBLE_conn.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2432d814/custom-theme/img/NimBLE_throughput.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/NimBLE_throughput.png b/custom-theme/img/NimBLE_throughput.png
new file mode 100644
index 0000000..997c361
Binary files /dev/null and b/custom-theme/img/NimBLE_throughput.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2432d814/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 8dbfbce..fc215a4 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -4,7 +4,7 @@
 
 <div class="container">
             <div class="row">
-                <div class="col-md-12">
+                <div class="col-md-12 text-center">
         		    {% block content %}
                         {{ content }}
                     {% endblock %}
@@ -26,40 +26,41 @@
 
 <div class="goals">
                 <div class="row">
-                    <div class="col-md-12 text-center">
+                    <div class="col-md-8 text-center">
                         <h2 style="font-weight:600">Apache Mynewt consists of four primary collaborative goals:</h2>
                     </div>
                 </div>
                 <div class="row">
-                    <div class="column col-md-6 goal text-center">
+                    <div class="column col-md-4 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
                             <img src="/img/folder.png">
                         </div>
-                        <p>Produce a foundational RTOS with utilities such as boot loaders, file systems, and time-series data support</p>
+                        <p>Utilities such as boot loaders, file systems, time-series data, and more </p>
                     </div>
-                    <div class="column col-md-6 goal text-center">
+                    <div class="column col-md-4 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
-                            <img src="/img/watch.png">
+                            <img src="/img/NimBLE_throughput.png">
+                            <img src="/img/NimBLE_conn.png">
                         </div>
-                        <p>Build networking stacks for secure, efficient communications with constrained devices, starting with Bluetooth Low Energy 4.2</p>
+                        <p>High-performance, highly-configurable networking stacks, starting with Bluetooth Low Energy 4.2</p>
                     </div>
                 </div>
                 <div class="row">
-                    <div class="column col-md-6 goal text-center">
+                    <div class="column col-md-4 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
                             <img src="/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>
+                        <p>Simple, secure image and configuration management</p>
                     </div>
-                    <div class="column col-md-6 goal text-center">
+                    <div class="column col-md-4 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
                             <img src="/img/performance.png">
                         </div>
-                        <p>Ensure modularity and easy composability to build an optimized image aligned with the developer\u2019s application requirements and hardware selection</p>
+                        <p>Modularity and easy composability to optimally address application and hardware requirements</p>
                     </div>
                 </div>
             </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2432d814/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 7efa45e..bc1906c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1 +1 @@
-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\u2014wristbands and other wearables, light bulbs and locks\u2014must 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 by providing **a real time operating system that is easy to build, connect to, and manage**.
+Apache Mynewt is a real-time, modular operating system for connected IoT devices that need to operate for long periods of time under power, memory, and storage constraints. The first connectivity stack offered is BLE 4.2.