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/19 17:05:01 UTC

[1/6] incubator-mynewt-site git commit: banner re-style

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/develop 16f8b0ed0 -> bbec5d0b0


banner re-style


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

Branch: refs/heads/develop
Commit: 2989c8a0216e00c46b73be82fdbe139ac347bbe1
Parents: 16f8b0e
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Wed May 18 17:23:39 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Wed May 18 17:23:39 2016 -0700

----------------------------------------------------------------------
 custom-theme/base.html        |  1 +
 custom-theme/css/v2.css       | 25 +++++++++++++++++++++++++
 custom-theme/landing.html     | 37 ++++++++++++-------------------------
 custom-theme/main-banner.html | 18 +++++++++++++-----
 custom-theme/nav.html         | 12 +++++-------
 5 files changed, 56 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2989c8a0/custom-theme/base.html
----------------------------------------------------------------------
diff --git a/custom-theme/base.html b/custom-theme/base.html
index 03a5b4a..fead76a 100644
--- a/custom-theme/base.html
+++ b/custom-theme/base.html
@@ -17,6 +17,7 @@
         <link rel="stylesheet" href="{{ base_url }}/css/highlight.css">
         <link href="{{ base_url }}/css/base.css" rel="stylesheet">
         <link href="{{ base_url }}/css/custom.css" rel="stylesheet">
+        <link href="{{ base_url }}/css/v2.css" rel="stylesheet">
         <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         {%- for path in extra_css %}

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2989c8a0/custom-theme/css/v2.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/v2.css b/custom-theme/css/v2.css
new file mode 100644
index 0000000..d914811
--- /dev/null
+++ b/custom-theme/css/v2.css
@@ -0,0 +1,25 @@
+.v2-main-banner {
+    background-color: #F6F7F9;
+}
+
+.v2-main-banner .logo {
+    height: 150px;
+}
+
+.v2-main-banner .tagline {
+    margin-left: 20px;
+    margin-bottom: 40px;  /* align with logo text */
+    display: inline-block;
+    vertical-align: bottom;
+}
+
+.v2-main-banner .news {
+    padding: 10px;
+    border-radius: 5px;
+}
+
+.v2-vcenter {
+    display: inline-block;
+    vertical-align: middle;
+    float: none;
+}

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2989c8a0/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index c325dfe..d24acd0 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -1,6 +1,4 @@
 {% include 'main-banner.html' %}
-<br>
-<br>
 
 <div class="container">
             <div class="row">
@@ -10,21 +8,10 @@
                     {% endblock %}
                 </div>
             </div>
-            
-<div class="bg-orange padded event-callout content">
-    <div class="row">
-                <div class="row">
-                    <div class="col-md-12 text-center">
-                        <h3>Pre-GA release version of Mynewt 0.8.0 with BLE 4.2 support is available now. </h3>
-                        <p> <a href="http://mynewt.apache.org/download"> Download! </a> </p>
-                    </div>
-                </div>
-        </div>
-</div>
 
 <div class="row">
    <div class="col-md-8">
-                 <h2 style="font-weight:600">Apache Mynewt OS highlights:</h2>   
+                 <h2 style="font-weight:600">Apache Mynewt OS highlights:</h2>
                 <div class="row">
                     <div class="column col-md-6 goal text-center">
                         <div class="goal-image">
@@ -42,7 +29,7 @@
                         <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="goal-image">
@@ -51,7 +38,7 @@
                         </div>
                         <p>Secure yet simple image and configuration management</p>
                     </div>
-                    
+
                     <div class="column col-md-6 goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
@@ -61,14 +48,14 @@
                     </div>
                </div>
         </div>
- 
+
    <div class="col-md-4">
                     <h2 style="font-weight:600">Supported Boards:</h2>
-                    <li> 
-                    <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4) 
+                    <li>
+                    <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4)
                     </li>
-                    <li> 
-                    <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0) 
+                    <li>
+                    <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0)
                     </li>
                     <li>
                     <a href="https://www.rigado.com/products/bmd-300-eval-kit/"> BMD-300-EVAL-ES </a> from Rigado (Cortex-M4)
@@ -87,16 +74,16 @@
                     </li>
                     <li>
                     <a href="http://www.arduino.org/products/boards/4-arduino-boards/arduino-m0-pro"> Arduino M0 Pro </a> (Cortex-M0)
-                    </li>    
+                    </li>
                     <h2 style="font-weight:600">Architecture:</h2>
                     <div class="column goal text-center">
                         <div class="goal-image">
                             <span class="helper"></span>
                             <img src="/img/OS_arch.png">
                         </div>
-                    </div>                                                                                                             
+                    </div>
        </div>
-       
+
   </div>
 
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2989c8a0/custom-theme/main-banner.html
----------------------------------------------------------------------
diff --git a/custom-theme/main-banner.html b/custom-theme/main-banner.html
index 411ee2d..4b6e4b1 100644
--- a/custom-theme/main-banner.html
+++ b/custom-theme/main-banner.html
@@ -1,8 +1,16 @@
-<div class="row"
-    <div class="column col-md-12">
-        <div class="main-banner">
-            <img src="/img/logo.svg">
-            <hsp class="hidden-xs">Modular OS to operate embedded environments of IoT devices</hsp>
+<div class="container">
+    <div class="row v2-main-banner">
+
+        <div class="col-md-8 v2-vcenter">
+            <img class="logo" src="/img/logo.svg">
+            <h2 class="tagline">Modular OS to operate an IoT network</h2>
+        </div><!--
+    --><div class="col-md-4 v2-vcenter">
+            <div class="news bg-orange text-center">
+                <h3>Pre-GA release version of Mynewt 0.8.0 with BLE 4.2 support is available now. </h3>
+                <a class="btn btn-default" href="http://mynewt.apache.org/download"> Download! </a>
+            </div>
         </div>
+
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2989c8a0/custom-theme/nav.html
----------------------------------------------------------------------
diff --git a/custom-theme/nav.html b/custom-theme/nav.html
index 0d823a2..9548994 100644
--- a/custom-theme/nav.html
+++ b/custom-theme/nav.html
@@ -2,7 +2,7 @@
     <div class="logo-container">
         <img src="/img/logo.svg">
     </div>
-    <div class="container-fluid">
+    <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
             <!-- Expander button -->
@@ -28,15 +28,13 @@
                 <li class="dropdown">
                     <a href="/documentation/" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
                     <ul class="dropdown-menu">
-                        {% for nav_item in nav %}
-                        {%   if nav_item.title in ['Documentation', 'Mynewt OS Manual', 'Newt Tool Manual', 'Newt Manager Manual', 'Appendix'] %}
-                        <li {% if nav_item.active %}class="active"{% endif %}>
+                        {% for nav_item in nav %} {% if nav_item.title in ['Documentation', 'Mynewt OS Manual', 'Newt Tool Manual', 'Newt Manager Manual', 'Appendix'] %}
+                        <li {% if nav_item.active %}class="active" {% endif %}>
                             <a href="{% if nav_item.url %}{{ nav_item.url }}{% else %}{{ nav_item.children[0].url }}{% endif %}">
                                 {% if nav_item.title == 'Documentation' %}Overview{% else %}{{ nav_item.title }}{% endif %}
                             </a>
                         </li>
-                        {%   endif %}
-                        {% endfor %}
+                        {% endif %} {% endfor %}
                     </ul>
                 </li>
                 <li>
@@ -66,5 +64,5 @@
                 {% endif %}
             </ul>
         </div>
-   # </div>
+    </div>
 </div>


[3/6] incubator-mynewt-site git commit: add quickstart template

Posted by ad...@apache.org.
add quickstart template


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

Branch: refs/heads/develop
Commit: 937bdcac39cc41edb4c8d05fd1aa9dfd57392e8f
Parents: 25630ce
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Wed May 18 18:56:03 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Wed May 18 18:56:03 2016 -0700

----------------------------------------------------------------------
 custom-theme/base.html        |  4 +++-
 custom-theme/nav.html         |  3 +++
 custom-theme/quick-start.html | 13 +++++++++++++
 docs/quick-start.md           |  0
 mkdocs.yml                    | 13 +++++++------
 5 files changed, 26 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/937bdcac/custom-theme/base.html
----------------------------------------------------------------------
diff --git a/custom-theme/base.html b/custom-theme/base.html
index a8b3b18..44dce79 100644
--- a/custom-theme/base.html
+++ b/custom-theme/base.html
@@ -51,13 +51,15 @@
 
         {% include "nav.html" %}
 
-        {% set full_width_page_titles = [None, 'About', 'Documentation', 'Download', 'Community', 'Events'] %}
+        {% set full_width_page_titles = [None, 'Quick Start', 'About', 'Documentation', 'Download', 'Community', 'Events'] %}
 
         <div class="container">
             {% if page_title == None %}
                 {% include "landing.html" %}
             {% elif page_title == 'About' %}
                 {% include "about.html" %}
+            {% elif page_title == 'Quick Start' %}
+                {% include "quick-start.html" %}
             {% elif page_title == 'Documentation' %}
                 {% include "documentation.html" %}
             {% elif page_title == 'Download' %}

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/937bdcac/custom-theme/nav.html
----------------------------------------------------------------------
diff --git a/custom-theme/nav.html b/custom-theme/nav.html
index 9548994..dd590e6 100644
--- a/custom-theme/nav.html
+++ b/custom-theme/nav.html
@@ -23,6 +23,9 @@
                     <a href="/">Home</a>
                 </li>
                 <li>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li>
                     <a href="/about/">About</a>
                 </li>
                 <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/937bdcac/custom-theme/quick-start.html
----------------------------------------------------------------------
diff --git a/custom-theme/quick-start.html b/custom-theme/quick-start.html
new file mode 100644
index 0000000..3211d56
--- /dev/null
+++ b/custom-theme/quick-start.html
@@ -0,0 +1,13 @@
+{% include 'main-banner.html' %}
+
+<div class="container v2-quick-start">
+
+    <div class="row">
+        <div class="col-md-12">
+            <p>
+                Here goes some quick start content.
+            </p>
+        </div>
+    </div>
+
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/937bdcac/docs/quick-start.md
----------------------------------------------------------------------
diff --git a/docs/quick-start.md b/docs/quick-start.md
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/937bdcac/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index c680a1e..e9b060a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,6 +5,7 @@ theme_dir: 'custom-theme'
 
 pages:
 - Home: 'index.md'
+- Quick Start: 'quick-start.md'
 - About: 'about.md'
 - Documentation: 'documentation.md'
 - Download: 'download.md'
@@ -18,7 +19,7 @@ pages:
         - 'Install Native Tools': 'os/get_started/native_tools.md'
         - 'Create Your First Project': 'os/get_started/project_create.md'
         - 'Install Cross Tools for ARM': 'os/get_started/cross_tools.md'
-    - 'Concepts': 
+    - 'Concepts':
         - toc: 'os/get_started/vocabulary.md'
     - Tutorials:
         - toc: 'os/tutorials/tutorials.md'
@@ -311,7 +312,7 @@ pages:
         - Stats:
             - toc: 'os/modules/stats/stats.md'
         - Logs:
-            - toc: 'os/modules/logs/logs.md'                
+            - toc: 'os/modules/logs/logs.md'
     - BLE User Guide:
         - NimBLE Introduction: 'network/ble/ble_intro.md'
         - NimBLE Security: 'network/ble/ble_sec.md'
@@ -319,21 +320,21 @@ pages:
         - Initialize stack:
             - toc: 'network/ble/ini_stack/ble_ini_intro.md'
             - 'Add cputime': 'network/ble/ini_stack/ble_add_cpu.md'
-            - 'Create mem pool': 'network/ble/ini_stack/ble_mempool.md' 
+            - 'Create mem pool': 'network/ble/ini_stack/ble_mempool.md'
             - 'Initialize device addr': 'network/ble/ini_stack/ble_devadd.md'
             - 'Initialize stats pkg': 'network/ble/ini_stack/ble_statpkg.md'
             - 'Initialize console pkg': 'network/ble/ini_stack/ble_consolepkg.md'
             - 'Initialize controller': 'network/ble/ini_stack/ble_controller_ini.md'
             - 'Initialize parent task': 'network/ble/ini_stack/ble_parent_ini.md'
             - 'Initialize host': 'network/ble/ini_stack/ble_host_ini.md'
-        - API for bletiny app: 
+        - API for bletiny app:
             - toc: 'network/ble/bletiny_api.md'
             - 'GAP in bletiny': 'network/ble/bletiny/bletiny_GAP.md'
             - 'GATT in bletiny': 'network/ble/bletiny/bletiny_GATT.md'
             - 'Advertisement Data Fields': 'network/ble/bletiny/bletiny_advdata.md'
 - Newt Tool Manual:
     - Introduction: 'newt/newt_intro.md'
-    - Install: 
+    - Install:
         - 'Install Newt on Mac': 'newt/install/newt_mac.md'
         - 'Install Newt on Linux': 'newt/install/newt_linux.md'
     - Newt Theory of Ops: 'newt/newt_operation.md'
@@ -371,7 +372,7 @@ markdown_extensions:
         guess_lang: False
         use_pygments: True
         noclasses: True
-        pygments_style: xcode 
+        pygments_style: xcode
 
 extra:
     chapters:


[4/6] incubator-mynewt-site git commit: fixing download links and instructions

Posted by ad...@apache.org.
fixing download links and instructions


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

Branch: refs/heads/develop
Commit: aae21a0248d5dd1f38be9a2fb29662506260c337
Parents: 16f8b0e
Author: aditihilbert <ad...@runtime.io>
Authored: Thu May 19 09:28:27 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Thu May 19 09:28:27 2016 -0700

----------------------------------------------------------------------
 custom-theme/download.html | 50 ---------------------------------------
 docs/download.md           | 52 +++++++++++++++++++++++++++++++++++++----
 2 files changed, 47 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/aae21a02/custom-theme/download.html
----------------------------------------------------------------------
diff --git a/custom-theme/download.html b/custom-theme/download.html
index e33063b..856160b 100644
--- a/custom-theme/download.html
+++ b/custom-theme/download.html
@@ -1,55 +1,5 @@
 {% include 'main-banner.html' %}
 
-<div class="row">
-    <div class="column col-md-12">
-        <div class="container"> 
-        
-<div class="bg-orange padded event-callout content">
-                <div class="row">
-                    <div class="col-md-12 text-center">
-                       <h3> <a href="http://www.apache.org/dyn/closer.lua/incubator/mynewt/apache-mynewt-0.8.0-incubating"> Download Mynewt 0.8.0  </a> </h3>
-                       <h2 class="text-center"> The latest release 0.8.0 introduces BLE pairing support and adds significantly to the HAL. </h2>
-                    </div>
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-
-<div class="container">
-<div class="col-md-6">
-            <div class="downloadable text-center">
-                <div class="container-fluid">
-                    <div class="row">
-                        <div class="col-md-12">
-                            <h2>Release Notes</h2>
-                        </div>
-                    </div>
-                    <div class="row">
-                        <div class="col-md-12">
-                            <p> <a href="https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-incubating">RN for 0.8.0</a> </p>
-                        </div>
-                    </div>
-                </div>
-            </div>
-</div>
-<div class="col-md-6">
-            <div class="downloadable text-center">
-                <div class="container-fluid">
-                    <div class="row">
-                        <div class="col-md-12">
-                            <h2>Release Archives</h2>
-                        </div>
-                    </div>
-                    <div class="row">
-                        <div class="col-md-12">
-                            <p> <a href="http://www.apache.org/dyn/closer.lua/incubator/mynewt/apache-mynewt-0.8.0-incubating">0.8.0-b2</a>, <a href="https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-b2-incubating"> RN for 0.8.0-b2</a> </p>
-                        </div>
-                    </div>
-                </div>
-            </div>
-</div>
-</div>
 
 <div class="container">
     <div class="row">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/aae21a02/docs/download.md
----------------------------------------------------------------------
diff --git a/docs/download.md b/docs/download.md
index 463fb5f..acd949a 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -1,17 +1,59 @@
+## <font style="font-weight:bold"> Latest Apache Mynewt OS Release </font>
 
+* 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"> Code in development </font>
 
-While the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress. The most recent code resides in the `develop` branch of the Mynewt git repository. You may access the code for Mynewt OS and Newt Tool from the Apache mirror on github.com.
+### <font style="font-weight:bold"> Fresh install </font>
 
-* [Apache Mynewt OS mirror on github.com](https://github.com/apache/incubator-mynewt-core)
-* [Apache Newt Tool mirror on github.com](https://github.com/apache/incubator-mynewt-newt)
+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>
+
+If you have already installed the Newt tool and started a project that installed a previous version of Apache Mynewt,  upgrade using Newt tool:
+
+```
+$ newt upgrade
+```
+
+## <font style="font-weight:bold">  Code in development </font>
+
+While the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress. 
+
+The most recent code resides in the `develop` branch of the Mynewt git repository. You may view or fork the repositories for Mynewt OS and Newt Tool from the Apache mirror on github.com. 
+
+* [Apache Mynewt OS mirror on github.com](https://github.com/apache/incubator-mynewt-core/tree/develop)
+* [Apache Newt Tool mirror on github.com](https://github.com/apache/incubator-mynewt-newt/tree/develop)
+
+Alternatively, you can clone the desired branch using git:
+
+```
+$ git clone git://github.com/apache/incubator-mynewt-core.git -b develop
+$ git clone git://github.com/apache/incubator-mynewt-newt.git -b develop
+```
 
 <br>
-<br>
 
+A relatively stable version of code in progress can be found in the `master` branch of the Mynewt git repository.
+You may access the code for Mynewt OS and Newt Tool from the 'master` branch of the Apache mirror on github.com or clone it using git:
+
+```
+$ git clone git://github.com/apache/incubator-mynewt-core.git 
+$ git clone git://github.com/apache/incubator-mynewt-newt.git
+```
+
+<br>
+ 
 For general information on using Git at Apache, go to https://git-wip-us.apache.org.
 
+<br>
+
+## <font style="font-weight:bold"> Release Archives </font>
+
+* Mynewt 0.8.0-b2-incubating, [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.8.0-b2-incubating)
 
 <br>
 <br>


[2/6] incubator-mynewt-site git commit: landing re-style & remove most boostrap overrides

Posted by ad...@apache.org.
landing re-style & remove most boostrap overrides


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

Branch: refs/heads/develop
Commit: 25630ced6eab20a113f2cf19e3c2f26343dc8e9d
Parents: 2989c8a
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Wed May 18 18:46:05 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Wed May 18 18:46:05 2016 -0700

----------------------------------------------------------------------
 custom-theme/base.html        |   2 +-
 custom-theme/css/custom.css   |  16 ++--
 custom-theme/css/v2.css       |  26 ++++++
 custom-theme/landing.html     | 158 +++++++++++++++++++++----------------
 custom-theme/main-banner.html |   6 +-
 docs/extra.css                |   6 +-
 6 files changed, 129 insertions(+), 85 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25630ced/custom-theme/base.html
----------------------------------------------------------------------
diff --git a/custom-theme/base.html b/custom-theme/base.html
index fead76a..a8b3b18 100644
--- a/custom-theme/base.html
+++ b/custom-theme/base.html
@@ -53,7 +53,7 @@
 
         {% set full_width_page_titles = [None, 'About', 'Documentation', 'Download', 'Community', 'Events'] %}
 
-        <div class="container-fluid">
+        <div class="container">
             {% if page_title == None %}
                 {% include "landing.html" %}
             {% elif page_title == 'About' %}

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25630ced/custom-theme/css/custom.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/custom.css b/custom-theme/css/custom.css
index 2d02fa0..bed1a90 100644
--- a/custom-theme/css/custom.css
+++ b/custom-theme/css/custom.css
@@ -1,8 +1,8 @@
-body * {
+/*body * {
     font-size: 12pt;
     font-weight: 300;
     word-wrap: break-word;
-}
+}*/
 
 .content {
     margin-bottom: 15px;
@@ -24,7 +24,7 @@ body * {
     font-size: 22px;
 }
 
-h1 {
+/*h1 {
     font-size: 28px;
     font-weight: 500;
     color: #42567E;
@@ -33,7 +33,7 @@ h1 {
 h2, h3 {
     color: #42567E;
     font-weight: 300;
-}
+}*/
 
 hsp{
     color: #42567E;
@@ -204,10 +204,10 @@ hsp{
     color: #333;
 }
 
-.row {
+/*.row {
     margin-left: 0px;
     margin-right: 0px;
-}
+}*/
 
 .navbar {
     margin-bottom: 0px;
@@ -311,9 +311,9 @@ footer .footnote {
     /* margin-bottom: 40px; */
 }
 
-.home h2 {
+/*.home h2 {
     font-size: 13pt;
-}
+}*/
 
 .goal p {
     max-width: 350px;

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25630ced/custom-theme/css/v2.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/v2.css b/custom-theme/css/v2.css
index d914811..9ea21c7 100644
--- a/custom-theme/css/v2.css
+++ b/custom-theme/css/v2.css
@@ -23,3 +23,29 @@
     vertical-align: middle;
     float: none;
 }
+
+.v2-landing .tagline {
+    margin-top: 10px;
+    margin-bottom: 40px;
+}
+
+.v2-landing .highlights {
+    padding-right: 100px;
+}
+
+.v2-landing .highlights .highlight {
+    margin-bottom: 40px;
+}
+
+.v2-landing .highlights img {
+    width: 100%;
+}
+
+.v2-landing .highlights .scroll-image {
+    overflow-y: scroll;
+    height: 200px;
+}
+
+.v2-landing .updates img {
+    width: 100%;
+}

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25630ced/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index d24acd0..46bff4b 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -1,89 +1,107 @@
 {% include 'main-banner.html' %}
 
-<div class="container">
-            <div class="row">
-                <div class="col-md-12 text-center">
-        		    {% block content %}
-                        {{ content }}
-                    {% endblock %}
+<div class="container v2-landing">
+
+    <div class="row tagline">
+        <div class="col-md-12 text-center">
+            <p>
+                {{ content }}
+            </p>
+        </div>
+    </div>
+
+    <div class="row">
+
+        <div class="col-md-8 highlights">
+
+            <div class="row highlight">
+                <div class="col-md-6">
+                    <h3>Utility</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">
+                    <div class="scroll-image">
+                        <img src="/img/json_logs.png">
+                    </div>
                 </div>
             </div>
 
-<div class="row">
-   <div class="col-md-8">
-                 <h2 style="font-weight:600">Apache Mynewt OS highlights:</h2>
-                <div class="row">
-                    <div class="column col-md-6 goal text-center">
-                        <div class="goal-image">
-                            <span class="helper"></span>
-                            <img src="/img/json_logs.png">
-                        </div>
-                        <p>Utilities such as boot loaders, file systems, time-series data, JSON formatted log request/response, and more </p>
-                    </div>
-                    <div class="column col-md-6 goal text-center">
-                        <div class=" text-left">
-                            <span class="helper"></span>
-                            <img src="/img/NimBLE_throughput.png">
-                            <img src="/img/NimBLE_conn.png">
-                        </div>
-                        <p>High-performance, highly-configurable networking stacks, starting with Bluetooth Low Energy 4.2</p>
-                    </div>
+            <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>
+                </div>
+                <div class="col-md-6">
+                    <img src="/img/NimBLE_throughput.png" style="width:66%">
                 </div>
+            </div>
 
-                <div class="row">
-                    <div class="column col-md-6 goal text-center">
-                        <div class="goal-image">
-                            <span class="helper"></span>
-                            <img src="/img/secure_img.png">
-                        </div>
-                        <p>Secure yet simple image and configuration management</p>
-                    </div>
+            <div class="row highlight">
+                <div class="col-md-6">
+                    <h3>Highly Configurable</h3>
+                </div>
+                <div class="col-md-6">
+                    <img src="/img/NimBLE_conn.png" style="width:66%">
+                </div>
+            </div>
+
+            <div class="row highlight">
+                <div class="col-md-6">
+                    <h3>Secure</h3>
+                    <p>Secure yet simple image and configuration management</p>
+                </div>
+                <div class="col-md-6">
+                    <img src="/img/secure_img.png">
+                </div>
+            </div>
+
+            <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>
+                </div>
+                <div class="col-md-6">
+                    <img src="/img/newt.png">
+                </div>
+            </div>
 
-                    <div class="column col-md-6 goal text-center">
-                        <div class="goal-image">
-                            <span class="helper"></span>
-                            <img src="/img/newt.png">
-                        </div>
-                        <p>Modularity and easy composability to optimally address application and hardware requirements</p>
-                    </div>
-               </div>
         </div>
 
-   <div class="col-md-4">
-                    <h2 style="font-weight:600">Supported Boards:</h2>
-                    <li>
+        <div class="col-md-4 updates">
+
+            <img src="/img/OS_arch.png">
+
+            <h3>Supported Boards</h3>
+
+            <ul>
+                <li>
                     <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832/"> nRF52 DK </a> from Nordic Semiconductor (Cortex-M4)
-                    </li>
-                    <li>
+                </li>
+                <li>
                     <a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"> nRF51 DK </a> from Nordic Semiconductor (Cortex-M0)
-                    </li>
-                    <li>
+                </li>
+                <li>
                     <a href="https://www.rigado.com/products/bmd-300-eval-kit/"> BMD-300-EVAL-ES </a> from Rigado (Cortex-M4)
-                    </li>
-                    <li>
-                    <a href="http://www.st.com/en/evaluation-tools/stm32f3discovery.html> STM32F3DISCOVERY </a> from ST Micro (Cortex-M4)
-                    </li>
-                    <li>
-                    <a href="https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware> STM32-E407 </a> from Olimex (Cortex-M4)
-                    </li>
-                    <li>
+                </li>
+                <li>
+                    <a href="http://www.st.com/en/evaluation-tools/stm32f3discovery.html"> STM32F3DISCOVERY </a> from ST Micro (Cortex-M4)
+                </li>
+                <li>
+                    <a href=" https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware"> STM32-E407 </a> from Olimex (Cortex-M4)
+                </li>
+                <li>
                     <a href="https://www.arduino.cc/en/Main/ArduinoBoardZero"> Arduino Zero </a> (Cortex-M0)
-                    </li>
-                    <li>
+                </li>
+                <li>
                     <a href="http://www.arduino.org/products/previous-version-boards/11-previous-version-boards/arduino-zero-pro"> Arduino Zero Pro </a> (Cortex-M0)
-                    </li>
-                    <li>
+                </li>
+                <li>
                     <a href="http://www.arduino.org/products/boards/4-arduino-boards/arduino-m0-pro"> Arduino M0 Pro </a> (Cortex-M0)
-                    </li>
-                    <h2 style="font-weight:600">Architecture:</h2>
-                    <div class="column goal text-center">
-                        <div class="goal-image">
-                            <span class="helper"></span>
-                            <img src="/img/OS_arch.png">
-                        </div>
-                    </div>
-       </div>
+                </li>
+            </ul>
+
+        </div>
 
-  </div>
+    </div>
 
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25630ced/custom-theme/main-banner.html
----------------------------------------------------------------------
diff --git a/custom-theme/main-banner.html b/custom-theme/main-banner.html
index 4b6e4b1..ca48a88 100644
--- a/custom-theme/main-banner.html
+++ b/custom-theme/main-banner.html
@@ -3,11 +3,11 @@
 
         <div class="col-md-8 v2-vcenter">
             <img class="logo" src="/img/logo.svg">
-            <h2 class="tagline">Modular OS to operate an IoT network</h2>
-        </div><!--
+            <h4 class="tagline">Modular OS to operate an IoT network</h4>
+        </div><!-- (need this comment because of the inline-blocks)
     --><div class="col-md-4 v2-vcenter">
             <div class="news bg-orange text-center">
-                <h3>Pre-GA release version of Mynewt 0.8.0 with BLE 4.2 support is available now. </h3>
+                <h4>Pre-GA release version of Mynewt 0.8.0 with BLE 4.2 support is available now. </h4>
                 <a class="btn btn-default" href="http://mynewt.apache.org/download"> Download! </a>
             </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25630ced/docs/extra.css
----------------------------------------------------------------------
diff --git a/docs/extra.css b/docs/extra.css
index 54322d5..0653396 100644
--- a/docs/extra.css
+++ b/docs/extra.css
@@ -1,8 +1,8 @@
 /*
  * Tweak the headers to better match RTD.
  */
- 
-body {
+
+/*body {
     font-size: 100%;
 }
 
@@ -18,7 +18,7 @@ hr {
     background-color:#42567E;
     color: #42567E;
     border: 0 none;
-}
+}*/
 
 
 /*


[5/6] incubator-mynewt-site git commit: Merge branch 'downloads' into develop

Posted by ad...@apache.org.
Merge branch 'downloads' into develop

This closes #83


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

Branch: refs/heads/develop
Commit: 09f12145ae00fe15b88c9da113f1a6cddeed107f
Parents: 937bdca aae21a0
Author: aditihilbert <ad...@runtime.io>
Authored: Thu May 19 09:31:44 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Thu May 19 09:31:44 2016 -0700

----------------------------------------------------------------------
 custom-theme/download.html | 50 ---------------------------------------
 docs/download.md           | 52 +++++++++++++++++++++++++++++++++++++----
 2 files changed, 47 insertions(+), 55 deletions(-)
----------------------------------------------------------------------



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

Posted by ad...@apache.org.
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/develop
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)