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:55 UTC

[06/18] incubator-mynewt-site git commit: fixing download links and instructions

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/master
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>