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/20 07:31:57 UTC

[08/18] incubator-mynewt-site git commit: added descriptors for the front page

added descriptors for the front page


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/bbec5d0b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/bbec5d0b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/bbec5d0b

Branch: refs/heads/master
Commit: bbec5d0b06723c8f2f767b74a5293e8b898b05bf
Parents: 09f1214
Author: aditihilbert <ad...@runtime.io>
Authored: Thu May 19 10:04:29 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Thu May 19 10:04:29 2016 -0700

----------------------------------------------------------------------
 custom-theme/img/concurrent_conn.png | Bin 0 -> 33532 bytes
 custom-theme/landing.html            |  11 ++++++-----
 docs/download.md                     |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bbec5d0b/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 46bff4b..140dff1 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -16,7 +16,7 @@
 
             <div class="row highlight">
                 <div class="col-md-6">
-                    <h3>Utility</h3>
+                    <h3>Utilities</h3>
                     <p>Utilities such as boot loaders, file systems, time-series data, JSON formatted log request/response, and more </p>
                 </div>
                 <div class="col-md-6">
@@ -29,7 +29,7 @@
             <div class="row highlight">
                 <div class="col-md-6">
                     <h3>Bluetooth Low Energy</h3>
-                    <p>High-performance, highly-configurable networking stacks, starting with Bluetooth Low Energy 4.2</p>
+                    <p>High-performance networking stacks, starting with Bluetooth Low Energy 4.2 source code for both host and controller</p>
                 </div>
                 <div class="col-md-6">
                     <img src="/img/NimBLE_throughput.png" style="width:66%">
@@ -39,9 +39,10 @@
             <div class="row highlight">
                 <div class="col-md-6">
                     <h3>Highly Configurable</h3>
+                    <p>Direct access to peripherals for granular control to better utilize the resources of the target embedded platform</p>
                 </div>
                 <div class="col-md-6">
-                    <img src="/img/NimBLE_conn.png" style="width:66%">
+                    <img src="/img/concurrent_conn.png" style="width:66%">
                 </div>
             </div>
 
@@ -57,8 +58,8 @@
 
             <div class="row highlight">
                 <div class="col-md-6">
-                    <h3>Modular</h3>
-                    <p>Modularity and easy composability to optimally address application and hardware requirements</p>
+                    <h3>Easy to use</h3>
+                    <p>Easily composable modules and HAL (Hardware Abstraction Layer) for portability </p>
                 </div>
                 <div class="col-md-6">
                     <img src="/img/newt.png">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bbec5d0b/docs/download.md
----------------------------------------------------------------------
diff --git a/docs/download.md b/docs/download.md
index acd949a..e9e4c97 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -1,17 +1,17 @@
-## <font style="font-weight:bold"> Latest Apache Mynewt OS Release </font>
+### Latest Apache Mynewt OS Release 
 
 * Release Version: Mynewt 0.8.0-incubating
 * Release Date: May 5, 2016
 * [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-incubating) 
 
 
-### <font style="font-weight:bold"> Fresh install </font>
+#### Fresh install 
 
 If you are brand new to Mynewt, go to [Quick Start](http://127.0.0.1:8000/os/get_started/get_started/). The Newt tool will automatically download the latest release.
 
 If you have already installed the Newt tool but not started any project yet, go to [Create Your First Project](http://mynewt.apache.org/os/get_started/project_create/). The Newt tool will automatically download the latest release.
 
-### <font style="font-weight:bold"> Upgrade </font>
+#### Upgrade
 
 If you have already installed the Newt tool and started a project that installed a previous version of Apache Mynewt,  upgrade using Newt tool:
 
@@ -19,7 +19,7 @@ If you have already installed the Newt tool and started a project that installed
 $ newt upgrade
 ```
 
-## <font style="font-weight:bold">  Code in development </font>
+### Code in development 
 
 While the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress. 
 
@@ -51,7 +51,7 @@ For general information on using Git at Apache, go to https://git-wip-us.apache.
 
 <br>
 
-## <font style="font-weight:bold"> Release Archives </font>
+### Release Archives 
 
 * Mynewt 0.8.0-b2-incubating, [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-b2-incubating)